Passenger data, including data about transfers from other (previous) flights and transfers to other (later) flights.


ADD TermDescription / Comments
transferFromData: TransferDataTransfer from other flight legs to this flight leg. 
See: TransferData
PaxTransferBoarding

This should be the sum of data from TransferData, but there might be differences because of different data sources with different resolution.


The number of transfer passengers boarding the flight. These passengers are also included in the PaxBoarding number.

PaxEstimateBoardingThe estimated number for PaxBoarding.
PaxBoardingThe number of "seated passengers" boarding the aircraft, infants excluded.
PaxBoarding = PaxAdultBoarding + PaxChildBoarding 

PaxAdultBoarding

The total number of adult passengers boarding this aircraft at this airport. Included in PaxBoarding.
PaxChildBoardingThe total number of child passengers boarding this aircraft at this airport. Included in PaxBoarding.
PaxInfantBoardingThe number of infants boarding the plane.
CrewPassiveBoardingNumber of passive crew boarding the aircraft. Often called "DHC" (Dead Head Crew). Included in PaxAdultBoarding.
DutyTravelBoardingNumber of duty travelers (employees of the relevant airline on business trip) boarding the aircraft. Included in PaxAdultBoarding.


PersonsOnboardAll persons on board the plane. Often known as souls on board.

PersonsOnboard = CrewActiveOnBoard + PaxSeatedOnBoard + PaxInfantOnBoard

PaxSeatedOnBoardThe number of passengers and passive crew on board the plane, infants excluded.
PaxSeatedOnBoard = PaxAdultOnBoard + PaxChildOnBoard
PaxAdultOnBoardThe total number of adult passengers on board this aircraft at this airport. Included in PaxSeatedOnBoard.
PaxChildOnBoardThe total number of child passengers on board this aircraft at this airport. Included in PaxSeatedOnBoard.
PaxInfantOnBoardThe number of infants on board the plane.
CrewPassiveOnBoardNumber of passive crew on board the aircraft. Often called "DHC" (Dead Head Crew). Included in PaxAdultOnBoard.
DutyTravelOnboardNumber of duty travelers (employees of the relevant airline on business trip) on board the aircraft. Included in PaxAdultOnBoard.
PaxTransitThe number of seated passengers and passive crew that stay on the aircraft at one stop on a multi leg flight.
PaxTransitAdultThe number of adult seated passengers that stay on the aircraft at one stop on a multi leg flight. Included in PaxTransit.
PaxTransitChildThe number of seated children that stay on the aircraft at one stop on a multi leg flight. Included in PaxTransit.
PaxTransitInfantThe number of infants that stay on the aircraft at one stop on a multi leg flight. NOT included in PaxTransit.

loadData: LoadData

Information about passengers, baggage and cargo for all flight segments. For a single leg flight there is one segment corresponding to the flight leg. 

See: LoadData



PaxEstimateDisembarkingThe estimated number for PaxDisembarking.
PaxDisembarkingThe number of passengers and passive crew disembarking the plane, infants excluded.
PaxDisembarking = PaxAdultDisembarking + PaxChildDisembarking
PaxAdultDisembarkingThe total number of adult passengers disembarking this aircraft at this airport. Included in PaxDisembarking.
PaxChildDisembarkingThe total number of child passengers disembarking this aircraft at this airport. Included in PaxDisembarking.
PaxInfantDisembarkingThe number of infants disembarking the plane.
CrewPassiveDisembarkingNumber of passive crew disembarking the aircraft. Often called "DHC" (Dead Head Crew). Included in PaxAdultDisembarking.
DutyTravelDisembarkingNumber of duty travelers (employees of the relevant airline on business trip) disembarking the aircraft. Included in PaxAdultDisembarking.
transferToData: TransferData

Transfer to other flight legs from this flight leg.
See: TransferData

PaxTransferDisembarking

This should be the sum of data from LoadDataData, but there might be differences because of different data sources with different resolution.


The number of transfer passengers disembarking the flight. These passengers are also included in the PaxDisembarking number.

  • No labels