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.5
edited by Helena
on 2025/05/21 21:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -504,18 +504,26 @@
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:**
507 +**Examples:
508 +2010-Q2, REPORTING_YEAR_START_DAY = ~-~-07-01 (July 1)**
508 508  
509 -**2010-Q2, REPORTING_YEAR_START_DAY = ~-~-07-01 (July 1)**
510 510  ~1. [REPORTING_YEAR_START_DATE] = 2010-07-01
511 +
511 511  b) [REPORTING_YEAR_BASE] = 2010-07-01
512 -[PERIOD_DURATION] = P3M
513 -(2-1) * P3M = P3M
513 +
514 +1. [PERIOD_DURATION] = P3M
515 +1. (2-1) * P3M = P3M
516 +
514 514  2010-07-01 + P3M = 2010-10-01
518 +
515 515  [PERIOD_START] = 2010-10-01
520 +
516 516  4. 2 * P3M = P6M
522 +
517 517  2010-07-01 + P6M = 2010-13-01 = 2011-01-01
524 +
518 518  2011-01-01 + -P1D = 2010-12-31
526 +
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