Last modified by Artur K. on 2026/05/29 14:28

From version 1.5
edited by Helena K.
on 2026/01/16 11:54
Change comment: There is no comment for this version
To version 1.3
edited by Helena K.
on 2026/01/16 11:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -66,24 +66,26 @@
66 66  
67 67  The code list for “reference period detail” previously used in the National Accounts DSDs is as follows:
68 68  
69 -|(% style="width:168px" %)**Code**|(% style="width:2050px" %)**Description**
70 -|(% style="width:168px" %)C|(% style="width:2050px" %)Calendar year
71 -|(% style="width:168px" %)F_O|(% style="width:2050px" %)Fiscal year (other definition)
72 -|(% style="width:168px" %)F02|(% style="width:2050px" %)Fiscal year starting in February
73 -|(% style="width:168px" %)F03|(% style="width:2050px" %)Fiscal year starting in March
74 -|(% style="width:168px" %)F04|(% style="width:2050px" %)Fiscal year starting in April
75 -|(% style="width:168px" %)F05|(% style="width:2050px" %)Fiscal year starting in May
76 -|(% style="width:168px" %)F06|(% style="width:2050px" %)Fiscal year starting in June
77 -|(% style="width:168px" %)F07|(% style="width:2050px" %)Fiscal year starting in July
78 -|(% style="width:168px" %)F08|(% style="width:2050px" %)Fiscal year starting in August
79 -|(% style="width:168px" %)F09|(% style="width:2050px" %)Fiscal year starting in September
80 -|(% style="width:168px" %)F10|(% style="width:2050px" %)Fiscal year starting in October
81 -|(% style="width:168px" %)F11|(% style="width:2050px" %)Fiscal year starting in November
82 -|(% style="width:168px" %)F12|(% style="width:2050px" %)Fiscal year starting in December
69 +|**Code**|**Description**
70 +|C|Calendar year
71 +|F_O|Fiscal year (other definition)
72 +|F02|Fiscal year starting in February
73 +|F03|Fiscal year starting in March
74 +|F04|Fiscal year starting in April
75 +|F05|Fiscal year starting in May
76 +|F06|Fiscal year starting in June
77 +|F07|Fiscal year starting in July
78 +|F08|Fiscal year starting in August
79 +|F09|Fiscal year starting in September
80 +|F10|Fiscal year starting in October
81 +|F11|Fiscal year starting in November
82 +|F12|Fiscal year starting in December
83 83  
84 +
85 +
84 84  Following this code list, the cases lined out in the problem statement could be coded as such:
85 85  
86 -1) Reporting year is equal to the calendar year
88 +1. Reporting year is equal to the calendar year
87 87  
88 88  <na_:Series **REF_PERIOD_DETAIL="C" **STO="B1G" REF_AREA="LU" FREQ="Q">
89 89   <na_:Obs OBS_VALUE="44" TIME_PERIOD="**1995**-Q1"/>
... ... @@ -92,7 +92,7 @@
92 92  
93 93  REF_PERIOD_DETAIL="C" à reporting year 1995 starts 1^^st^^ January 1995
94 94  
95 -2) Reporting year starts on the first day of a month different to January
97 +1. Reporting year starts on the first day of a month different to January
96 96  Example: fiscal year starting on the 1^^st^^ of July
97 97  
98 98  <na_:Series **REF_PERIOD_DETAIL="F07" **STO="B1G" REF_AREA="LU" FREQ="Q">
... ... @@ -102,7 +102,7 @@
102 102  
103 103  REF_PERIOD_DETAIL="F07" à reporting year 1995 starts 1^^st^^ July 1995 and Q1 projected on the calendar year goes from: 07-09/1995
104 104  
105 -3) Reporting year starts on a given day in the year
107 +1. Reporting year starts on a given day in the year
106 106  Example: tax year starting on the 5^^th^^ of April
107 107  
108 108  <na_:Series **REF_PERIOD_DETAIL="F04" **STO="B1G" REF_AREA="LU" FREQ="Q">
... ... @@ -119,7 +119,7 @@
119 119  
120 120  REF_PERIOD_DETAIL="F_O" à reporting year 1995 has another definition. The case is only partly solved because we do not know the exact date. Additional metadata are needed and the reporting period cannot directly be parsed by a system.
121 121  
122 -4) Reporting year **ends** on a given day in the year
124 +1. Reporting year **ends** on a given day in the year
123 123  Example: fiscal year ending on the 30^^th^^ of June, equivalent to fiscal year starting on the 1^^st^^ of July Y-1
124 124  
125 125  <na_:Series **REF_PERIOD_DETAIL="??" **STO="B1G" REF_AREA="LU" FREQ="Q">
... ... @@ -133,7 +133,7 @@
133 133  
134 134  Using the attributes as suggested above, all cases outlined in the National Account examples can be fully covered:
135 135  
136 -1) Reporting year is equal to the calendar year
138 +1. Reporting year is equal to the calendar year
137 137  
138 138  <na_:Series **REF_PERIOD_DETAIL="C" REPYEARSTART="~-~-01-01"// //**STO="B1G" REF_AREA="LU" FREQ="Q">
139 139   <na_:Obs OBS_VALUE="44" TIME_PERIOD="**1995**-Q1"/>
... ... @@ -141,7 +141,7 @@
141 141  
142 142  1995-Q1 is the same as the calendar definition: from 1^^st^^ January 1995 until 31^^st^^ March 1995. In this case, the attribute REPYEARSTART may be omitted, since it expressed the default value of 1^^st^^ January.
143 143  
144 -2) Reporting year starts on the first day of a month different to January
146 +Reporting year starts on the first day of a month different to January
145 145  Example: fiscal year starting on the 1^^st^^ of July
146 146  
147 147  <na_:Series **REF_PERIOD_DETAIL="F07" REPYEARSTART="~-~-07-01" **STO="B1G" REF_AREA="LU" FREQ="Q">
... ... @@ -150,7 +150,7 @@
150 150  
151 151  Reporting period 1995-Q1 lasts in that case from 1^^st^^ July 1995 until 30^^th^^ September 1995.
152 152  
153 -3) Reporting year starts on a given day in the year
155 +1. Reporting year starts on a given day in the year
154 154  Example: tax year starting on the 5^^th^^ of April
155 155  
156 156  <na_:Series **REF_PERIOD_DETAIL="F04" REPYEARSTART="~-~-04-05" **STO="B1G" REF_AREA="LU" FREQ="Q">
... ... @@ -159,7 +159,7 @@
159 159  
160 160  Reporting period 1995-Q1 lasts in that case from 5^^th^^ April 1995 until 4^^th^^ July 1995.
161 161  
162 -4) Reporting year **ends** on a given day in the year
164 +1. Reporting year **ends** on a given day in the year
163 163  Example: fiscal year ending on the 30^^th^^ of June, equivalent to fiscal year starting on the 1^^st^^ of July Y-1
164 164  
165 165  <na_:Series **REF_PERIOD_DETAIL="??" REPYEAREND="~-~-06-30" **STO="B1G" REF_AREA="LU" FREQ="Q">
... ... @@ -168,7 +168,7 @@
168 168  
169 169  Reporting period 1995-Q1 lasts in that case from 1^^st^^ July 1994 until 30^^th^^ September 1994
170 170  
171 -= 4. Example 2: Based on Agriculture data exchange =
173 +1. Example 2: Based on Agriculture data exchange
172 172  
173 173  == //Problem statement// ==
174 174  
© Semantic R&D Group, 2026