Last modified by Artur on 2025/08/19 10:43

From version 5.6
edited by Helena
on 2025/05/21 21:52
Change comment: There is no comment for this version
To version 5.4
edited by Helena
on 2025/05/21 21:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -499,23 +499,33 @@
499 499  **3. Determine [PERIOD_START]:**
500 500  Subtract one from the [PERIOD_VALUE] and multiply this by the [PERIOD_DURATION]. Add[[(% class="wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink" %)^^~[3~]^^>>path:#_ftn3]](%%) this to the [REPORTING_YEAR_BASE]. The result is the [PERIOD_START].
501 501  
502 -**4. Determine the [PERIOD_END]:**
502 +1. **Determine the [PERIOD_END]:**
503 +
503 503  Multiply the [PERIOD_VALUE] by the [PERIOD_DURATION]. Add^^3^^ this to the [REPORTING_YEAR_BASE] add^^3^^ -P1D. The result is the [PERIOD_END].
504 504  
505 505  For all of these ranges, the bounds include the beginning of the [PERIOD_START] (i.e. 00:00:00) and the end of the [PERIOD_END] (i.e. 23:59:59).
506 506  
507 -**Examples:**
508 +**Examples: **
508 508  
509 509  **2010-Q2, REPORTING_YEAR_START_DAY = ~-~-07-01 (July 1)**
511 +
510 510  ~1. [REPORTING_YEAR_START_DATE] = 2010-07-01
513 +
511 511  b) [REPORTING_YEAR_BASE] = 2010-07-01
512 -[PERIOD_DURATION] = P3M
513 -(2-1) * P3M = P3M
515 +
516 +1. [PERIOD_DURATION] = P3M
517 +1. (2-1) * P3M = P3M
518 +
514 514  2010-07-01 + P3M = 2010-10-01
520 +
515 515  [PERIOD_START] = 2010-10-01
522 +
516 516  4. 2 * P3M = P6M
524 +
517 517  2010-07-01 + P6M = 2010-13-01 = 2011-01-01
526 +
518 518  2011-01-01 + -P1D = 2010-12-31
528 +
519 519  [PERIOD_END] = 2011-12-31
520 520  
521 521  The actual calendar range covered by 2010-Q2 (assuming the reporting year begins July 1) is 2010-10-01T00:00:00/2010-12-31T23:59:59