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

Rate

A rate is a quantity, amount, frequency, or dimensionless factor, measured against an independent base unit, expressed as a quotient.

Properties

Name Description Type Required Generic Enum Ignore
baseCurCode The currency of the denominator string false ${prop.ignore}
baseMultiplierValue The multiplier of the Rate. Base Unit, Code or Rate. Base Currency. Code number false ${prop.ignore}
baseUnitCode The unit of measure of the denominator string false ${prop.ignore}
curCode The currency of the numerator string false ${prop.ignore}
format Whether the number is an integer, decimal, real number or percentage string false ${prop.ignore}
multiplierValue The multiplier of the Rate. Unit. Code or Rate. Currency. Code number false ${prop.ignore}
unitCode The unit of measure of the numerator string false ${prop.ignore}
value The numerical value of the rate. number false ${prop.ignore}

Referenced By

FiledFee
CurConversion
{
  "baseCurCode" : "string",
  "baseMultiplierValue" : "number",
  "baseUnitCode" : "string",
  "curCode" : "string",
  "format" : "string",
  "multiplierValue" : "number",
  "unitCode" : "string",
  "value" : "number"
}