Time Series Column Suffixes

Use the following table as a reference when you write scripts that use a time series. Generated column names are often the summary name followed by the range abbreviation. If the time series is named, the label becomes part of the column name as well.

Default Component Suffixes

 

Base Current To-Date All-X
Rolling-X  
Past Future
Recent-X  
Past Future
Day D    
RD# FRD#
D-# D+#
Week W WTD  
RW# FRW#
W-# W+#
Month M MTD M01 ... M12
R# FR#
M-# M+#
Quarter Q QTD Q1 ... Q4
RQ# FRQ#
Q-# Q+#
Tertile T TTD T1, T2, T3
RT# FRT#
T-# T+#
Half H HTD H1, H2
RH# FRH#
H-# H+#
Year Y YTD  
RY# FRY#
Y-# Y+#

Variations

Previous-year LY Previous-years <count>* Y--#
difference TY Diff difference Y--# Diff
percent-difference TY % Diff percent-difference Y--# % Diff
Previous-range (rolling) LR Previous-ranges <count>* R--#
difference TR Diff difference R--# Diff
percent-difference TR % Diff percent-difference R--# % Diff

*NOTE: If you anticipate expanding your data beyond the previous year, use the format with the count for previous years. That is, use "previous-years 1" rather than "previous-year" as the variation. This format ensures consistent naming of columns when you expand back additional years.

When other options are in use, generated column names default to the pattern:

<series> <summary> <range> <variation>