LocationRatesGroupedSeriesOverallElement
| Field | Description | Type | 
|---|---|---|
| *group | Field value within the requested grouping by field. | string | 
| *series | Rates overall data series of corresponding group. | array[LocationRatesSeriesOverallElement] | 
LocationRatesSeriesOverallElement
| Field | Description | Type | 
|---|---|---|
| *period | Date representing the requested period, corresponding to the first day of the period. day: the day itself.week: first day of the corresponding week.month: first day of the corresponding month. | date | 
| *value | Rates overall data of corresponding period. | LocationRatesOverall | 
LocationRatesOverall
| Field | Description | Type | Examples | 
|---|---|---|---|
| *poi | Count of POIs with accommodation offers within the group. | PartitionCount | |
| average | Average accommodation offers price in Euros. | decimal | 88.44 | 
| *percentiles | Accommodation offers percentiles values expressed in Euros. | array[Percentile] | 
PartitionCount
| Field | Description | Type | 
|---|---|---|
| partition | Count incidence percentage of the group's elements over total elements. | int | 
| count | Total elements of the group. | int | 
Percentile
| Field | Description | Type | Examples | 
|---|---|---|---|
| *request | Requested percentile expressed in the range (0, 1), e.g. 0.5 (the median). | decimal | 0.5 | 
| *response | Resulting value of the requestpercentile. | decimal | 73.00 |