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

From version 2.5
edited by Helena K.
on 2026/01/27 13:39
Change comment: There is no comment for this version
To version 2.8
edited by Helena K.
on 2026/01/27 13:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,12 +12,12 @@
12 12  
13 13  Examples:
14 14  
15 -|**Statement**|**T**|**P**|**F**
16 -|Quarter on quarter growth rate|Growth rate|2|Q
17 -|Contribution to growth over 1 year (quarterly data)|Contribution to growth|4|Q
18 -|Contribution to growth over 1 year (annual data)|Contribution to growth|1|A
19 -|3 months moving average|Moving average|3|M
20 -|Annual index (reference year=100){{footnote}}Note that for the case of an index, it is useful to specify the reference base period in an additional attribute (see concept BASE_PER specified in the SDMX Glossary).{{/footnote}}|Index|1|A
15 +|(% style="width:501px" %)**Statement**|(% style="width:303px" %)**T**|(% style="width:472px" %)**P**|(% style="width:454px" %)**F**
16 +|(% style="width:501px" %)Quarter on quarter growth rate|(% style="width:303px" %)Growth rate|(% style="width:472px" %)2|(% style="width:454px" %)Q
17 +|(% style="width:501px" %)Contribution to growth over 1 year (quarterly data)|(% style="width:303px" %)Contribution to growth|(% style="width:472px" %)4|(% style="width:454px" %)Q
18 +|(% style="width:501px" %)Contribution to growth over 1 year (annual data)|(% style="width:303px" %)Contribution to growth|(% style="width:472px" %)1|(% style="width:454px" %)A
19 +|(% style="width:501px" %)3 months moving average|(% style="width:303px" %)Moving average|(% style="width:472px" %)3|(% style="width:454px" %)M
20 +|(% style="width:501px" %)Annual index (reference year=100){{footnote}}Note that for the case of an index, it is useful to specify the reference base period in an additional attribute (see concept BASE_PER specified in the SDMX Glossary).{{/footnote}}|(% style="width:303px" %)Index|(% style="width:472px" %)1|(% style="width:454px" %)A
21 21  
22 22  This guideline describes two methods that may be used to code a time transformation:
23 23  
... ... @@ -37,29 +37,26 @@
37 37  Definition: This concept provides coded information about time-related transformation types of time series.
38 38  
39 39  **Concept ID: **The concept ID is TIMETRANS_TYPE.
40 -
41 41  **Code List Name**: Code list for Time Transformation Type.
42 -
43 43  **Code List ID:** CL_TIMETRANS_TYPE.
44 -
45 45  **Established international standard(s) used as input for the code list**: None.
46 46  
47 47  **Version**: 1.0, 15 September 2016
48 48  
49 -|**Recommended code value**|Recommended code description|Annotation
50 -|**N**|Non transformed|TIMETRANS_PER is always 1, since a non-transformed number covers by definition a single period
51 -|**A**|Average|Moving average, i.e. an operation that preserves the frequency of the series
52 -|**C**|Cumulated sum|
53 -|**D**|Difference|
54 -|**DD**|Difference, second order|A second order difference is the delta of deltas
55 -|**F**|Growth rate, flow over stock|
56 -|**FC**|Contribution to growth, flow over stock|
57 -|**G**|Growth rate|
58 -|**GC**|Contribution to growth|
59 -|**I**|Index|In the usual case, the index is fixed to 100 for a specific reference period, in most cases a year. It is recommended that the DSD contains an additional attribute BASE_PER (type ObservationalTimePeriod), which specifies the reference period of the index. In special cases (e.g. National Accounts chain linking), the index is fixed to a value different to 100 in the reference year. In these cases the BASE_PER attribute is even more important.
60 -|**LA**|Annualised levels|This relates to stock versus flow series. For example, many countries publish their Quarterly National Accounts (QNA) at quarterly level, which means that annual Gross Domestic Product (GDP) is the sum of the four quarters, whereas some countries publish their QNA at annual level (e.g. US), which means that annual GDP is the average of the four quarters. In order to present quarterly data in comparable levels across countries and to derive zone aggregates, quarterly data expressed at quarterly levels are “transformed” to annual levels (i.e. multiplied by four) and have this code.
61 -|**S**|Shifted|The time series was moved back or forth in time. This may for instance be used when non-calendar year series are aligned to the calendar year using certain estimation formulas.
62 -|**_O**|Other transformation|This code is taken from the guidelines on generic codes, specifying "Other". In that context it should be used if more complex transformations are applied. An explanation of the transformation or a transformation script should be given in a comment field.
46 +|**Recommended code value**|(% style="width:309px" %)Recommended code description|(% style="width:1262px" %)Annotation
47 +|**N**|(% style="width:309px" %)Non transformed|(% style="width:1262px" %)TIMETRANS_PER is always 1, since a non-transformed number covers by definition a single period
48 +|**A**|(% style="width:309px" %)Average|(% style="width:1262px" %)Moving average, i.e. an operation that preserves the frequency of the series
49 +|**C**|(% style="width:309px" %)Cumulated sum|(% style="width:1262px" %)
50 +|**D**|(% style="width:309px" %)Difference|(% style="width:1262px" %)
51 +|**DD**|(% style="width:309px" %)Difference, second order|(% style="width:1262px" %)A second order difference is the delta of deltas
52 +|**F**|(% style="width:309px" %)Growth rate, flow over stock|(% style="width:1262px" %)
53 +|**FC**|(% style="width:309px" %)Contribution to growth, flow over stock|(% style="width:1262px" %)
54 +|**G**|(% style="width:309px" %)Growth rate|(% style="width:1262px" %)
55 +|**GC**|(% style="width:309px" %)Contribution to growth|(% style="width:1262px" %)
56 +|**I**|(% style="width:309px" %)Index|(% style="width:1262px" %)In the usual case, the index is fixed to 100 for a specific reference period, in most cases a year. It is recommended that the DSD contains an additional attribute BASE_PER (type ObservationalTimePeriod), which specifies the reference period of the index. In special cases (e.g. National Accounts chain linking), the index is fixed to a value different to 100 in the reference year. In these cases the BASE_PER attribute is even more important.
57 +|**LA**|(% style="width:309px" %)Annualised levels|(% style="width:1262px" %)This relates to stock versus flow series. For example, many countries publish their Quarterly National Accounts (QNA) at quarterly level, which means that annual Gross Domestic Product (GDP) is the sum of the four quarters, whereas some countries publish their QNA at annual level (e.g. US), which means that annual GDP is the average of the four quarters. In order to present quarterly data in comparable levels across countries and to derive zone aggregates, quarterly data expressed at quarterly levels are “transformed” to annual levels (i.e. multiplied by four) and have this code.
58 +|**S**|(% style="width:309px" %)Shifted|(% style="width:1262px" %)The time series was moved back or forth in time. This may for instance be used when non-calendar year series are aligned to the calendar year using certain estimation formulas.
59 +|**_O**|(% style="width:309px" %)Other transformation|(% style="width:1262px" %)This code is taken from the guidelines on generic codes, specifying "Other". In that context it should be used if more complex transformations are applied. An explanation of the transformation or a transformation script should be given in a comment field.
63 63  
64 64  == 2.2 Time Transformation Periods ==
65 65  
... ... @@ -66,40 +66,25 @@
66 66  Definition: This concept provides information about the number of periods used for a time-related transformation of the time series.
67 67  
68 68  **Concept ID: **The concept ID is TIMETRANS_PER.
69 -
70 70  **Code List Name**: Code list for Time Transformation Periods.
71 -
72 72  **Code List ID:** CL_TIMETRANS_PER.
73 -
74 74  **Established international standard(s) used as input for the code list**: None.
75 75  
76 76  **Version**: 1.0, 15 September 2016
77 77  
78 -|**Recommended code value**|**Recommended
79 -code description**|**Annotation**
80 -|**1**|One|
81 -|**2**|Two|
82 -|**etc.**|etc.|
72 +(% style="width:1172.96px" %)
73 +|(% style="width:320px" %)**Recommended code value**|(% style="width:408px" %)**Recommended
74 +code description**|(% style="width:442px" %)**Annotation**
75 +|(% style="width:320px" %)**1**|(% style="width:408px" %)One|(% style="width:442px" %)
76 +|(% style="width:320px" %)**2**|(% style="width:408px" %)Two|(% style="width:442px" %)
77 +|(% style="width:320px" %)**etc.**|(% style="width:408px" %)etc.|(% style="width:442px" %)
83 83  
84 84  == 2.3 Relation of transformation coding to transformation rules ==
85 85  
86 86  Transformation can also be expressed with transformation rules using a syntax such as the Validation and Transformation Language (VTL). Following the transformation graph model behind VTL, the transformation coding suggested in this guideline can be seen complementary with using transformation rules in VTL. The idea is that a coded non-transformed time series is transformed using a VTL rule and the result is then coded again with transformation codes for further data exchange. This principle is shown in the graph below:
87 87  
83 +[[image:1769510498202-796.png]]
88 88  
89 -|(((
90 -Level series
91 -)))
92 -
93 -|(((
94 -Transformed series
95 -)))
96 -
97 -|(((
98 -Transformation rule
99 -
100 -(VTL)
101 -)))
102 -
103 103  Using the two concepts as suggested above for coding the type of transformation applied and the number of periods covered will additionally ensure that the parameters used for the formula are directly used in the coding of the resulting series. Thus no complex mapping is needed. The transformation applied is linked to the transformation type concept and the number of periods used for the calculation is linked to the transformation periods concept.
104 104  
105 105  **Example:**
... ... @@ -106,7 +106,7 @@
106 106  
107 107  The formula for a simple annual growth rate can be expressed as follows:{{footnote}}Note: often growth rates are expressed as percentage growth, in which case the value is multiplied with 100%. This is however not relevant for this guideline and is left out for simplicity.{{/footnote}}
108 108  
109 -//GT= VT-VT-PVT-P//[[image:file:///C:/Users/axyli/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png]]
91 +[[image:1769510529532-579.png]]
110 110  
111 111  à A growth rate over P years in year T is the difference between the current year value and the value P years ago related to the value P years ago; with G being the growth rate, V being the absolute value, T being the time (year) and P the number of periods.
112 112  
1769510498202-796.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.helena
Size
... ... @@ -1,0 +1,1 @@
1 +9.0 KB
Content
1769510529532-579.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.helena
Size
... ... @@ -1,0 +1,1 @@
1 +1.8 KB
Content
© Semantic R&D Group, 2026