TimePeriodViewModel
A time period relating to some data.
Properties
Property | Type | Required | Description |
---|---|---|---|
code |
TimePeriodCode | true |
The code identifying the time period’s type. |
period |
string | true |
The period covered by the data e.g. ‘2020’ or ‘2020/2021’. |
Example schema
{
"code": "AYQ1",
"period": "2020/2021"
}