Source: https://guides.developer.iata.org/docs/download-the-latest-standards

SaleableConfiguration

A planned utilization layout of aircraft cabin section/zone that is fit or able to be sold.

Properties

Name Description Type Required Generic Enum Ignore
aircraftGroupConfiguration A Specific Configuration of an Aircraft Group. AircraftGroupConfiguration true false
iataAircraftType A Grouping of aircrafts with the same form, function and specification, currently flown, or soon to be flown. Possible types are defined in the IATA SSIM. IataAircraftType true false
saleableConfigurationClassInfo A saleable configuration information by cabin type. array false SaleableConfigurationClassInfo --- false
saleableConfigurationIdentifier Identifies a saleable configuration e.g. P10J20Y52, 10P/20J/52Y, A01, etc.. string false false
saleableConfigurationSection A cabin section information of a saleable configuration. array true SaleableConfigurationSection --- false
{
  "aircraftGroupConfiguration" : {
    "aircraftGroup" : { },
    "asymmetricalLoadLimitationTable" : [ { } ],
    "balanceOutputRequirement" : [ { } ],
    "cabinComponent" : [ { } ],
    "cabinLayout" : { },
    "cargoHeatingDevice" : [ { } ],
    "cargoVentilationDevice" : [ { } ],
    "centerOfGravityLimitTable" : [ { } ],
    "combinedLoadLimitationTable" : [ { } ],
    "crewDistribution" : [ { } ],
    "cumulativeLoadLimitationTable" : [ { } ],
    "curtailmentTable" : [ { } ],
    "deck" : [ { } ],
    "defaultInd" : "boolean",
    "dowConfiguration" : [ { } ],
    "dowItem" : [ { } ],
    "dryOperatingAircraft" : [ { } ],
    "fleetBalanceArmMeasure" : { },
    "fleetIndexValue" : "number",
    "fleetMacPercent" : "number",
    "fleetWeightMeasure" : { },
    "flightDeckCrewLocation" : [ { } ],
    "floorLoadLimitationTable" : [ { } ],
    "fuelDistribution" : [ { } ],
    "fuelingProcedure" : [ { } ],
    "fuelTank" : [ { } ],
    "holdLayout" : { },
    "idealTrimLineTable" : [ { } ],
    "lateralImbalanceLimitTable" : [ { } ],
    "maximumWeightsTable" : [ { } ],
    "minimumWeightsTable" : [ { } ],
    "pantryDistribution" : [ { } ],
    "paxTrimOutputRequirement" : [ { } ],
    "potableWaterDistribution" : [ { } ],
    "potableWaterTank" : [ { } ],
    "runningLoadLimitationTable" : [ { } ],
    "saleableConfiguration" : [ { } ],
    "stabTable" : [ { } ],
    "startWeightTypeCode" : { },
    "supplementaryInfoRequirement" : [ { } ],
    "swa" : [ { } ],
    "taxiFuelProcedure" : [ { } ],
    "tippingLimitTable" : [ { } ]
  },
  "iataAircraftType" : {
    "aircraft" : [ { } ],
    "aircraftGroup" : [ { } ],
    "cabinLayout" : [ { } ],
    "carrier" : [ { } ],
    "datedOperatingLeg" : [ { } ],
    "flightCriteria" : { },
    "holdLayout" : [ { } ],
    "iataAircraftGroupCode" : { },
    "iataAircraftTypeCode" : { },
    "manufacturerName" : "string",
    "saleableConfiguration" : [ { } ]
  },
  "saleableConfigurationClassInfo" : [ {
    "balanceArmAftMeasure" : { },
    "balanceArmCentroidMeasure" : { },
    "balanceArmForwardMeasure" : { },
    "cabinType" : { },
    "firstRowNumber" : "integer",
    "lastRowNumber" : "integer",
    "lateralArmFromMeasure" : { },
    "lateralArmToMeasure" : { },
    "saleableConfiguration" : { },
    "seatsQty" : "number",
    "weightUnitIndexValue" : "number"
  } ],
  "saleableConfigurationIdentifier" : "string",
  "saleableConfigurationSection" : [ {
    "balanceArmAftMeasure" : { },
    "balanceArmCentroidMeasure" : { },
    "balanceArmForwardMeasure" : { },
    "cabinSection" : { },
    "saleableConfiguration" : { },
    "saleableConfigurationSectionClassInfo" : [ { } ],
    "seatsQty" : "number",
    "weightUnitIndexValue" : "number"
  } ]
}