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

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

Summary

Details

Page properties
Content
... ... @@ -499,33 +499,23 @@
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 -1. **Determine the [PERIOD_END]:**
503 -
502 +**4. Determine the [PERIOD_END]:**
504 504  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].
505 505  
506 506  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).
507 507  
508 -**Examples: **
507 +**Examples:**
509 509  
510 510  **2010-Q2, REPORTING_YEAR_START_DAY = ~-~-07-01 (July 1)**
511 -
512 512  ~1. [REPORTING_YEAR_START_DATE] = 2010-07-01
513 -
514 514  b) [REPORTING_YEAR_BASE] = 2010-07-01
515 -
516 -1. [PERIOD_DURATION] = P3M
517 -1. (2-1) * P3M = P3M
518 -
512 +[PERIOD_DURATION] = P3M
513 +(2-1) * P3M = P3M
519 519  2010-07-01 + P3M = 2010-10-01
520 -
521 521  [PERIOD_START] = 2010-10-01
522 -
523 523  4. 2 * P3M = P6M
524 -
525 525  2010-07-01 + P6M = 2010-13-01 = 2011-01-01
526 -
527 527  2011-01-01 + -P1D = 2010-12-31
528 -
529 529  [PERIOD_END] = 2011-12-31
530 530  
531 531  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