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. arturkryazhev1 +xwiki:XWiki.helena - Content
-
... ... @@ -199,77 +199,49 @@ 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 - 203 203 Period Indicator: A 204 - 205 205 Period Duration: P1Y (one year) 206 - 207 207 Limit per year: 1 208 - 209 209 [[Representation>>doc:Glossary.Representation.WebHome]]: common:ReportingYearType (YYYY-A1, e.g. 2000-A1) 210 210 211 211 **Reporting Semester:** 212 - 213 213 Period Indicator: S 214 - 215 215 Period Duration: P6M (six months) 216 - 217 217 Limit per year: 2 218 - 219 219 [[Representation>>doc:Glossary.Representation.WebHome]]: common:ReportingSemesterType (YYYY-Ss, e.g. 2000-S2) 220 220 221 221 **Reporting Trimester:** 222 - 223 223 Period Indicator: T 224 - 225 225 Period Duration: P4M (four months) 226 - 227 227 Limit per year: 3 228 - 229 229 [[Representation>>doc:Glossary.Representation.WebHome]]: common:ReportingTrimesterType (YYYY-Tt, e.g. 2000-T3) 230 230 231 231 **Reporting Quarter:** 232 - 233 233 Period Indicator: Q 234 - 235 235 Period Duration: P3M (three months) 236 - 237 237 Limit per year: 4 238 - 239 239 [[Representation>>doc:Glossary.Representation.WebHome]]: common:ReportingQuarterType (YYYY-Qq, e.g. 2000-Q4) 240 240 241 241 **Reporting Month**: 242 - 243 243 Period Indicator: M 244 - 245 245 Period Duration: P1M (one month) 246 - 247 247 Limit per year: 1 248 - 249 249 [[Representation>>doc:Glossary.Representation.WebHome]]: common:ReportingMonthType (YYYY-Mmm, e.g. 2000-M12) 250 250 251 251 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. 252 252 253 253 **Reporting Week**: 254 - 255 255 Period Indicator: W 256 - 257 257 Period Duration: P7D (seven days) 258 - 259 259 Limit per year: 53 260 - 261 261 [[Representation>>doc:Glossary.Representation.WebHome]]: common:ReportingWeekType (YYYY-Www, e.g. 2000-W53) 262 262 263 263 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. 264 264 265 265 **Reporting Day**: 266 - 267 267 Period Indicator: D 268 - 269 269 Period Duration: P1D (one day) 270 - 271 271 Limit per year: 366 272 - 273 273 [[Representation>>doc:Glossary.Representation.WebHome]]: common:ReportingDayType (YYYY-Dddd, e.g. 2000-D366) 274 274 275 275 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.