Entity containing flight segment related load data for single or multi leg flights. See Specification: IATA - Calculating PAX numbers from Load data.

Load data is segment oriented data. A flight segment is what you can buy a ticket for.

  • For a single leg flight, A to B, the flight segment is AB.
  • For a multi leg flight, A to B to C to D the following flight segments exist: AB, AC, AD, BC, BD, CD

Load data are submitted at each departure airport for the remaining segments.

ADD TermDescription / Comments
LoadDestinationIATADestination airport (AirportIATA) for the cargo, or part of the cargo,  loaded into LoadCompartmentId.

PaxDisembarking

The number of passengers and passive crew disembarking the plane, infants excluded.
PaxDisembarking = PaxAdultDisembarking + PaxChildDisembarking

CrewPassiveDisembarking 

Number of passive crew disembarking the aircraft. Often called "DHC" (Dead Head Crew). Included in PaxAdultDisembarking.

PaxAdultDisembarking 

The total number of adult passengers disembarking this aircraft at this airport. Included in PaxDisembarking.

PaxChildDisembarking 

The total number of child passengers disembarking this aircraft at this airport. Included in PaxDisembarking.

PaxInfantDisembarking 

The number of infants disembarking the plane.
BaggageCountUnloadedNumber of bags unloaded off an aircraft.

BaggageWeightUnloaded 

Weight in kilos of baggage unloaded off an aircraft.

CargoWeightUnloaded 

Weight in Kilos of cargo (freight) unloaded off the aircraft at the current airport.

MailWeightUnloaded 

Weight in Kilos of mail unloaded off the aircraft.

EquipmentWeightUnloaded 

Weight in Kilos of all equipment unloaded.

LoadTotalUnloaded 

Weight in kgs of all types of cargo (mail, papers, etc.) and baggage unloaded from the hold of the aircraft.
  • No labels