LocationComparableSeriesIndex
| Field | Description | Type | 
|---|---|---|
| timeframe | Reference date range. | Timeframe | 
| value | Index score series for the corresponding timeframe. | LocationSeriesIndex | 
Timeframe
| Field | Description | Type | 
|---|---|---|
| *from | Start date of timeframe. | date | 
| *to | End date of timeframe. | date | 
LocationSeriesIndex
| Field | Description | Type | 
|---|---|---|
| series | Index series data for the requested timeframe and period. | array[LocationSeriesIndexElement] | 
LocationSeriesIndexElement
| Field | Description | Type | 
|---|---|---|
| *period | Date representing a specific day, corresponding to the first day of the requested period. day: the day itself.week: first day of the corresponding week.month: first day of the corresponding month. | date | 
| *value | Index score of corresponding period. | LocationIndexScore | 
LocationIndexScore
| Field | Description | Type | 
|---|---|---|
| score | Index score value in the range [0,100]. | decimal |