Last modified by Helena on 2025/09/10 11:19

From version 10.2
edited by Helena
on 2025/05/23 10:06
Change comment: There is no comment for this version
To version 10.1
edited by Artur
on 2025/05/22 14:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.helena
1 +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.