All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.6.0.0-dev.82.source-code.cdm-observable-asset-FxRate.schema.json Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.observable.asset",
  "type": "object",
  "title": "FxRate",
  "description": "A class describing the rate of a currency conversion: pair of currency, quotation mode and exchange rate.",
  "properties": {
    "quotedCurrencyPair": {
      "description": "Defines the two currencies for an FX trade and the quotation relationship between the two currencies.",
      "$ref": "cdm-observable-asset-QuotedCurrencyPair.schema.json"
    },
    "rate": {
      "description": "The rate of exchange between the two currencies of the leg of a deal. Must be specified with a quote basis.",
      "type": "number"
    }
  },
  "required": [
    "quotedCurrencyPair"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy