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

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

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.asset",
  "type": "string",
  "title": "RateTreatmentEnum",
  "description": "The enumerated values to specify the methods for converting rates from one basis to another.",
  "enum": [
    "BondEquivalentYield",
    "MoneyMarketYield"
  ],
  "oneOf": [
    {
      "enum": [
        "BondEquivalentYield"
      ],
      "title": "BondEquivalentYield",
      "description": "Bond Equivalent Yield. Per Annex to the 2000 ISDA Definitions (June 2000 Version), Section 7.3. Certain General Definitions Relating to Floating Rate Options, paragraph (g)."
    },
    
    {
      "enum": [
        "MoneyMarketYield"
      ],
      "title": "MoneyMarketYield",
      "description": "Money Market Yield. Per Annex to the 2000 ISDA Definitions (June 2000 Version), Section 7.3. Certain General Definitions Relating to Floating Rate Options, paragraph (h)."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy