Alignment
The time series in the Exabel platform are indexed by dates. However, in many time series the data points represent not the value at a specific date, but the value for an entire fiscal period. It is then necessary to determine, for each fiscal period, the date which represents that fiscal period. This can be done in multiple ways, which we call alignments.
A number of signals are able to produce data with different alignments, and these signals accept an
alignment argument. Such an argument can have the following values:
alignment |
Description |
|---|---|
|
A fiscal period is represented by the last date in the period. |
|
A fiscal period is represented by the first date in the period. |
|
A fiscal period is represented by the last date in the period, rounded off to the end of a |
|
Publication dates: the date on which the results for the fiscal period are reported. |
|
Report dates: the date on which the report impacted trading. This can differ from the |
Note
For backwards compatibility, the old alignment names afp, fp, pd and rd are still
supported as aliases for end, month-end, publish and report respectively.