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-QuotedCurrencyPair.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": "QuotedCurrencyPair",
  "description": "A class that describes the composition of a rate that has been quoted or is to be quoted. This includes the two currencies and the quotation relationship between the two currencies and is used as a building block throughout the FX specification.",
  "properties": {
    "currency1": {
      "description": "The first currency specified when a pair of currencies is to be evaluated.",
      "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
    },
    "currency2": {
      "description": "The second currency specified when a pair of currencies is to be evaluated.",
      "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
    },
    "quoteBasis": {
      "description": "The method by which the exchange rate is quoted.",
      "$ref": "cdm-observable-asset-QuoteBasisEnum.schema.json"
    }
  },
  "required": [
    "currency1",
    "currency2",
    "quoteBasis"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy