Changes for page 4 General Notes for Implementers
Last modified by Helena on 2025/09/10 11:19
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki.he lena1 +xwiki:XWiki.arturkryazhev - Content
-
... ... @@ -199,49 +199,77 @@ 199 199 The following section details each of the standard reporting periods defined in [[SDMX>>doc:Glossary.Statistical data and metadata exchange.WebHome]]: 200 200 201 201 **Reporting Year**: 202 + 202 202 Period Indicator: A 204 + 203 203 Period Duration: P1Y (one year) 206 + 204 204 Limit per year: 1 208 + 205 205 [[Representation>>doc:Glossary.Representation.WebHome]]: common:ReportingYearType (YYYY-A1, e.g. 2000-A1) 206 206 207 207 **Reporting Semester:** 212 + 208 208 Period Indicator: S 214 + 209 209 Period Duration: P6M (six months) 216 + 210 210 Limit per year: 2 218 + 211 211 [[Representation>>doc:Glossary.Representation.WebHome]]: common:ReportingSemesterType (YYYY-Ss, e.g. 2000-S2) 212 212 213 213 **Reporting Trimester:** 222 + 214 214 Period Indicator: T 224 + 215 215 Period Duration: P4M (four months) 226 + 216 216 Limit per year: 3 228 + 217 217 [[Representation>>doc:Glossary.Representation.WebHome]]: common:ReportingTrimesterType (YYYY-Tt, e.g. 2000-T3) 218 218 219 219 **Reporting Quarter:** 232 + 220 220 Period Indicator: Q 234 + 221 221 Period Duration: P3M (three months) 236 + 222 222 Limit per year: 4 238 + 223 223 [[Representation>>doc:Glossary.Representation.WebHome]]: common:ReportingQuarterType (YYYY-Qq, e.g. 2000-Q4) 224 224 225 225 **Reporting Month**: 242 + 226 226 Period Indicator: M 244 + 227 227 Period Duration: P1M (one month) 246 + 228 228 Limit per year: 1 248 + 229 229 [[Representation>>doc:Glossary.Representation.WebHome]]: common:ReportingMonthType (YYYY-Mmm, e.g. 2000-M12) 230 230 231 231 Notes: The reporting month is always represented as two digits, therefore 1-9 are 0 padded (e.g. 01). This allows the values to be sorted chronologically using textual sorting methods. 232 232 233 233 **Reporting Week**: 254 + 234 234 Period Indicator: W 256 + 235 235 Period Duration: P7D (seven days) 258 + 236 236 Limit per year: 53 260 + 237 237 [[Representation>>doc:Glossary.Representation.WebHome]]: common:ReportingWeekType (YYYY-Www, e.g. 2000-W53) 238 238 239 239 Notes: There are either 52 or 53 weeks in a reporting year. This is based on the ISO 8601 definition of a week (Monday - Saturday), where the first week of a reporting year is defined as the week with the first Thursday on or after the reporting year start day.{{footnote}}ISO 8601 defines alternative definitions for the first week, all of which produce equivalent results. Any of these definitions could be substituted so long as they are in relation to the reporting year start day.{{/footnote}} The reporting week is always represented as two digits, therefore 1-9 are 0 padded (e.g. 01). This allows the values to be sorted chronologically using textual sorting methods. 240 240 241 241 **Reporting Day**: 266 + 242 242 Period Indicator: D 268 + 243 243 Period Duration: P1D (one day) 270 + 244 244 Limit per year: 366 272 + 245 245 [[Representation>>doc:Glossary.Representation.WebHome]]: common:ReportingDayType (YYYY-Dddd, e.g. 2000-D366) 246 246 247 247 Notes: There are either 365 or 366 days in a reporting year, depending on whether the reporting year includes leap day (February 29). The reporting day is always represented as three digits, therefore 1-99 are 0 padded (e.g. 001). This allows the values to be sorted chronologically using textual sorting methods. ... ... @@ -263,6 +263,7 @@ 263 263 264 264 ~1. **If [REPORTING_YEAR_START_DATE] is a Friday, Saturday, or Sunday**: 265 265 Add{{footnote}}The rules for adding durations to a date time are described in the W3C XML Schema specification. See http://www.w3.org/TR/xmlschema-2/#adding-durations-to-dateTimes for further details.{{/footnote}} (P3D, P2D, or P1D respectively) to the [REPORTING_YEAR_START_DATE]. The result is the [REPORTING_YEAR_BASE]. 294 + 266 266 **~ 2. If [REPORTING_YEAR_START_DATE] is a Monday, Tuesday, Wednesday, or Thursday:** 267 267 Add^^4^^ (P0D, -P1D, -P2D, or -P3D respectively) to the [REPORTING_YEAR_START_DATE]. The result is the [REPORTING_YEAR_BASE]. 268 268 ... ... @@ -277,12 +277,12 @@ 277 277 e) If the [PERIOD_INDICATOR] is M, the [PERIOD_DURATION] is P1M. 278 278 f) If the [PERIOD_INDICATOR] is W, the [PERIOD_DURATION] is P7D. 279 279 g) If the [PERIOD_INDICATOR] is D, the [PERIOD_DURATION] is P1D. 280 - 281 - 282 282 **3. Determine [PERIOD_START]:** 310 + 283 283 Subtract one from the [PERIOD_VALUE] and multiply this by the [PERIOD_DURATION]. Add{{footnote}}The rules for adding durations to a date time are described in the W3C XML Schema specification. See http://www.w3.org/TR/xmlschema-2/#adding-durations-to-dateTimes for further details.{{/footnote}} this to the [REPORTING_YEAR_BASE]. The result is the [PERIOD_START]. 284 284 285 285 **4. Determine the [PERIOD_END]:** 314 + 286 286 Multiply the [PERIOD_VALUE] by the [PERIOD_DURATION]. Add{{footnote}}The rules for adding durations to a date time are described in the W3C XML Schema specification. See http://www.w3.org/TR/xmlschema-2/#adding-durations-to-dateTimes for further details.{{/footnote}} this to the [REPORTING_YEAR_BASE] add{{footnote}}The rules for adding durations to a date time are described in the W3C XML Schema specification. See http://www.w3.org/TR/xmlschema-2/#adding-durations-to-dateTimes for further details.{{/footnote}} -P1D. The result is the [PERIOD_END]. 287 287 288 288 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). ... ... @@ -457,6 +457,7 @@ 457 457 Many existing organisation’s data management systems work with (% style="color:#e74c3c" %)version(%%)-less structures and apply ad-hoc [[structural metadata>>doc:Glossary.Structural metadata.WebHome]] governance processes. The new nonversioned [[artefacts>>doc:Glossary.Artefact.WebHome]] will allow supporting those numerous situations, where organisations do not manage (% style="color:#e74c3c" %)version(%%) numbers. 458 458 459 459 2010-Q3 (with a reporting year start day of 01-01) starts on 2010-07-01. This is day 4 of week 26, therefore the first week matched is week 27. 489 + 460 460 2010-Q3 (with a reporting year start day of 07-01) starts on 2011-01-01. This is day 6 of week 27, therefore the first week matched is week 28. 461 461 462 462 === 4.3.2 Semantically versioned artefacts ===