Last modified by Artur on 2025/09/10 11:19

From version 2.9
edited by Helena
on 2025/06/08 23:45
Change comment: There is no comment for this version
To version 2.10
edited by Helena
on 2025/06/08 23:46
Change comment: There is no comment for this version

Summary

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].