The Leg Local Traffic report, depicted in Figure 1, showcases differences in passenger numbers and revenue from local traffic on the flight legs. It will specifically display the top 5000 records with the most significant revenue change, categorized by operating airline, origin airport and destination airport. Remaining records will be collectively aggregated and represented as ‘~ ~’ to ‘~ ~’.

This image is password protected.

Table 1 below outlines the data structure, with the data metrics aggregated by the field with a key icon (key).

FieldDescription
Alliance keyAlliance name. “~ ~” for the aggregation of all independent airlines.
AL_Group keyAirline group defined in the Group_Airline table
AL keyIATA code of the operating airline of the flight legs
Org keySegment origin airport code. “~ ~” for the aggregation of all records beyond the top 5000 records.
Dst keySegment destination airport code. “~ ~” for the aggregation of all records beyond the top 5000 records.
Pax_ChangeVariation in passenger count between the ‘before’ case and the ‘after’ case during the target month
Rev_ChangeChange in revenue, measured in USD, from the ‘before’ case to the ‘after’ case within the target month
Annual_Pax_ChgAnnualized variation in passenger count (equals to Pax_Change * 12)
Annual_Rev_ChgAnnualized revenue change (equals to Revenue_Change * 12)
Table 1: Data Structure