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

MinimumWeights

A Minimum certified weights (ZFW, LW, TOW, TW) applicable to an aircraft or a group of aircraft.

Properties

Name Description Type Required Generic Enum Ignore
aircraft A transport vehicle which is certified as airworthy by a competent aeronautical authority. Aircraft false false
lawMeasure Minimum weight permitted at Landing. WeightMeasure false false
minimumWeightsTable A set of minimum certified weights. MinimumWeightsTable true false
remark An additional, supplementary information about the document or service. array false Remark --- false
towMeasure Minimum weight permitted at take-off. WeightMeasure false false
txwMeasure Minimum weight permitted prior to take-off. WeightMeasure false false
variationCode Variation code identifying a set of minimum certified weights. Apart from Standard may include Domestic, International, Charter, etc. VariationForWeightsCode false false
zfwMeasure Minimum weight permitted for the Zero Fuel condition. WeightMeasure false false
{
  "aircraft" : {
    "aircraftGroup" : [ { } ],
    "datedOperatingLeg" : [ { } ],
    "dryOperatingAircraft" : [ { } ],
    "flightCriteria" : { },
    "iataAircraftType" : { },
    "maximumWeights" : [ { } ],
    "minimumWeights" : [ { } ],
    "msnIdentifier" : "string",
    "name" : "string",
    "otherIdentifier" : "string",
    "registrationGroupCode" : "string",
    "registrationIdentifier" : "string",
    "remark" : [ { } ],
    "tailAssignment" : [ { } ],
    "tailNumberText" : "string"
  },
  "lawMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "minimumWeightsTable" : {
    "aircraftGroupConfiguration" : { },
    "conditionText" : "string",
    "minimumWeights" : [ { } ],
    "rangeFromValue" : "number",
    "rangeToValue" : "number",
    "rangeTypeCode" : "string",
    "remark" : [ { } ],
    "tableName" : "string"
  },
  "remark" : [ {
    "aircraft" : { },
    "aircraftGroup" : { },
    "asymmetricalLoadLimitationTable" : { },
    "baggageStandardWeights" : { },
    "balanceOutputRequirement" : { },
    "cargoHeatingDevice" : { },
    "cargoVentilationDevice" : { },
    "centerOfGravityLimitTable" : { },
    "combinedLoadLimitation" : { },
    "combinedLoadLimitationTable" : { },
    "creationDateTime" : "string",
    "crewBaggageStandardWeights" : { },
    "crewDistribution" : { },
    "crewStandardWeights" : { },
    "cumulativeLoadLimitationTable" : { },
    "curtailmentTable" : { },
    "datedOperatingFlight" : { },
    "deck" : { },
    "displayInd" : "boolean",
    "dowConfiguration" : { },
    "dowItem" : { },
    "dryOperatingAircraft" : { },
    "fareRule" : { },
    "floorLoadLimitationTable" : { },
    "fuelDistribution" : { },
    "fuelingProcedure" : { },
    "idealTrimLineTable" : { },
    "lateralImbalanceLimitTable" : { },
    "maximumWeights" : { },
    "maximumWeightsTable" : { },
    "minimumWeights" : { },
    "minimumWeightsTable" : { },
    "missingRestraintRule" : { },
    "orderAmendment" : { },
    "otherPaymentMethod" : { },
    "pantryDistribution" : { },
    "pax" : { },
    "paxStandardWeights" : { },
    "paxTrimOutputRequirement" : { },
    "potableWaterDistribution" : { },
    "priceVarianceRule" : { },
    "promotion" : { },
    "responseParameters" : { },
    "runningLoadLimitationTable" : { },
    "specialLoadLimitation" : { },
    "stabTable" : { },
    "supplementaryInfoRequirement" : { },
    "swa" : { },
    "text" : "string",
    "tippingLimitTable" : { },
    "uldCompatibility" : { },
    "uldType" : { }
  } ],
  "towMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "txwMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "variationCode" : {
    "variationForWeightsCodeEnum" : { }
  },
  "zfwMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  }
}