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

LateralImbalanceLimit

A limit of any imbalance caused by off-center loading of payload and/or fuel.

Properties

Name Description Type Required Generic Enum Ignore
lateralImbalanceLimitTable A Set of related Lateral Imbalance Limits. LateralImbalanceLimitTable true false
momentLengthUnitCode Length unit used for moment calculation in case moment indicator is set for the table. When missing the standard aircraft moment length unit is used. LengthUnitCode false false
operatingWeightMeasure Operating weight for which the balance limit applies. WeightMeasure false false
weightLimitMeasure Lateral imbalance weight or moment limit. When weight unit is missing the standard aircraft moment weight unit is used. WeightMeasure false false
weightTypeCode Type of weight to which the balance limit applies: Taxi (TA), Take Off (TO), Landing (LD). WeightTypeCode false false
{
  "lateralImbalanceLimitTable" : {
    "aircraftGroupConfiguration" : { },
    "conditionText" : "string",
    "lateralImbalanceLimit" : [ { } ],
    "momentInd" : "boolean",
    "rangeFromValue" : "number",
    "rangeToValue" : "number",
    "rangeTypeCode" : "string",
    "remark" : [ { } ],
    "tableName" : "string"
  },
  "momentLengthUnitCode" : {
    "lengthUnitCodeEnum" : { }
  },
  "operatingWeightMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "weightLimitMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "weightTypeCode" : {
    "weightTypeCodeEnum" : { }
  }
}