Changes for page 4 General Notes for Implementers
Last modified by Artur on 2025/09/10 11:19
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -254,14 +254,15 @@ 254 254 255 255 The [REPORTING_YEAR_START_DATE] is the [REPORTING_YEAR_BASE]. 256 256 257 -1. **Determine [PERIOD_DURATION]:** 258 -11. If the [PERIOD_INDICATOR] is A, the [PERIOD_DURATION] is P1Y. 259 -11. If the [PERIOD_INDICATOR] is S, the [PERIOD_DURATION] is P6M. 260 -11. If the [PERIOD_INDICATOR] is T, the [PERIOD_DURATION] is P4M. 261 -11. If the [PERIOD_INDICATOR] is Q, the [PERIOD_DURATION] is P3M. 262 -11. If the [PERIOD_INDICATOR] is M, the [PERIOD_DURATION] is P1M. 263 -11. If the [PERIOD_INDICATOR] is W, the [PERIOD_DURATION] is P7D. 264 -11. If the [PERIOD_INDICATOR] is D, the [PERIOD_DURATION] is P1D. 257 +**2. Determine [PERIOD_DURATION]:** 258 + 259 +1. If the [PERIOD_INDICATOR] is A, the [PERIOD_DURATION] is P1Y. 260 +1. If the [PERIOD_INDICATOR] is S, the [PERIOD_DURATION] is P6M. 261 +1. If the [PERIOD_INDICATOR] is T, the [PERIOD_DURATION] is P4M. 262 +1. If the [PERIOD_INDICATOR] is Q, the [PERIOD_DURATION] is P3M. 263 +1. If the [PERIOD_INDICATOR] is M, the [PERIOD_DURATION] is P1M. 264 +1. If the [PERIOD_INDICATOR] is W, the [PERIOD_DURATION] is P7D. 265 +1. If the [PERIOD_INDICATOR] is D, the [PERIOD_DURATION] is P1D. 265 265 1. **Determine [PERIOD_START]:** 266 266 267 267 Subtract one from the [PERIOD_VALUE] and multiply this by the [PERIOD_DURATION]. Add^^4^^ this to the [REPORTING_YEAR_BASE]. The result is the [PERIOD_START].