Skip to main content

TimePeriodOptionViewModel

A time period option that can be used to filter a data set.

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’.

label string true

The time period in human-readable format.

Example schema

{
  "code": "AYQ1",
  "period": "2020/2021",
  "label": "2020/21 Q1"
}