LocationComparedIndex
| Field | Description | Type |
|---|---|---|
| actual | Index score for the actual timeframe. | LocationComparableIndex |
| comparison | Index score for the comparison timeframe. | LocationComparableIndex |
| variation | Calculated difference between actual and comparison. |
Variation |
LocationComparableIndex
| Field | Description | Type |
|---|---|---|
| timeframe | Reference date. | LocationIndexDate |
| value | Index score for the corresponding timeframe. |
LocationIndexScore |
LocationIndexDate
| Field | Description | Type |
|---|---|---|
| date | Date representing the day score refers to.It could differ by the requested date for calculation resolution reasons. |
date |
LocationIndexScore
| Field | Description | Type |
|---|---|---|
| score | Index score value in the range [0,100]. | decimal |
Variation
| Field | Description | Type | Examples |
|---|---|---|---|
| value | Difference between actual value and comparison value. |
decimal | 1.12 |
| variation | The explicit variation polarity. It is null when values are not available in both timeframes. |
string | POSITIVE NEUTRAL NEGATIVE |