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-QuoteBasisEnum.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": "string",
  "title": "QuoteBasisEnum",
  "description": "The enumerated values to specify how an exchange rate is quoted.",
  "enum": [
    "Currency1PerCurrency2",
    "Currency2PerCurrency1"
  ],
  "oneOf": [
    {
      "enum": [
        "Currency1PerCurrency2"
      ],
      "title": "Currency1PerCurrency2",
      "description": "The amount of currency1 for one unit of currency2"
    },
    
    {
      "enum": [
        "Currency2PerCurrency1"
      ],
      "title": "Currency2PerCurrency1",
      "description": "The amount of currency2 for one unit of currency1"
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy