FlightsBookingsGroupedComparedSeriesOverallResults
| Field | Description | Type |
|---|---|---|
| actual | Overall grouped data series for the actual timeframe. | FlightsBookingsGroupedComparableSeriesOverall |
| comparison | Overall grouped data series for the comparison timeframe. | FlightsBookingsGroupedComparableSeriesOverall |
| variation | Calculated difference between actual and comparison. |
array[FlightsBookingsSeriesGroupedOverallVariation] |
LocationGroupedComparableSeriesOverall
| Field | Description | Type |
|---|---|---|
| timeframe | Reference date ranges. | FlightsBookingsComparableTimeframe |
| value | Overall grouped data series for the corresponding timeframe. |
array[FlightsBookingsGroupedSeriesOverallElement] |
FlightsBookingsComparableTimeframe
| Field | Description | Type |
|---|---|---|
| booking | Reference booking date range. | Timeframe |
| arrival | Reference arrival date range. | Timeframe |
Timeframe
| Field | Description | Type |
|---|---|---|
| *from | Start date of timeframe. | date |
| *to | End date of timeframe. | date |
FlightsBookingsGroupedSeriesOverallElement
| Field | Description | Type |
|---|---|---|
| *group | Group fields values combination for the requested grouping. | array[FlightsGroupElement] |
| *series | Bookings overall series data of corresponding group. |
array[FlightsBookingsSeriesOverallElement] |
FlightsGroupElement
| Field | Description | Type | Examples |
|---|---|---|---|
| *name | Name that identifies the element in the group. | string | trip_typeflight_type |
| *value | Value of the corresponding element. | string | onewayactive |
FlightsBookingsSeriesOverallElement
| 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 | Bookings overall data of corresponding period. |
FlightsBookingsOverall |
FlightsBookingsOverall
| Field | Description | Type |
|---|---|---|
| passengers | Count of passengers by booking status. | FlightsBookingsPassengers |
| days_in_advance | Average number of days elapsed between booking/cancellation date and departure date. | FlightsBookingsDaysInAdvance |
| partition | Incidence percentage of the group's confirmed passengers over total confirmed passengers. | decimal |
FlightsBookingsPassengers
| Field | Description | Type |
|---|---|---|
| confirmed | Count of confirmed (not canceled) passengers. | int |
| canceled | Count of canceled passengers. | int |
| total | Count of total passengers. | int |
FlightsBookingsDaysInAdvance
| Field | Description | Type |
|---|---|---|
| booking | Average number of days elapsed between booking date and departure date. | decimal |
| cancellation | Average number of days elapsed between cancellation date and departure date. | decimal |
LocationSeriesGroupedOverallVariation
| Field | Description | Type |
|---|---|---|
| *group | Group fields values combination for the requested grouping. | array[FlightsGroupElement] |
| *series | Overall data variation series for the requested timeframe and period. | array[FlightsBookingsSeriesOverallVariationElement] |
FlightsGroupElement
| Field | Description | Type | Examples |
|---|---|---|---|
| *name | Name that identifies the element in the group. | string | trip_typeflight_type |
| *value | Value of the corresponding element. | string | onewayactive |
FlightsBookingsSeriesOverallVariationElement
| Field | Description | Type |
|---|---|---|
| *actual_period | Date representing the actual 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 |
| *comparison_period | Date representing the comparison 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 | Overall variation data between actual_period and comparison_period. |
FlightsBookingsOverallVariation |
FlightsBookingsOverallVariation
| Field | Description | Type |
|---|---|---|
| passengers | Passengers count variation. | FlightsBookingsPassengersVariation |
| days_in_advance | Average days in advance variation. | FlightsBookingsDaysInAdvanceVariation |
| partition | Group passengers count variation. | Variation |
FlightsBookingsPassengersVariation
| Field | Description | Type |
|---|---|---|
| confirmed | Variation of confirmed (not canceled) passengers. | Variation |
| canceled | Variation of canceled passengers. | Variation |
| total | Variation of total passengers. | Variation |
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 |
FlightsBookingsDaysInAdvanceVariation
| Field | Description | Type |
|---|---|---|
| booking | Variation of average days in advance of bookings. | Variation |
| cancellation | Variation of average days in advance of cancellations. | Variation |
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 |
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 |