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

.cdm-java.5.9.1.source-code.cdm-product-asset-FinalPrincipalExchangeCalculationEnum.schema.json Maven / Gradle / Ivy

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.asset",
  "type": "string",
  "title": "FinalPrincipalExchangeCalculationEnum",
  "description": "To be specified only for products that embed a redemption payment.",
  "enum": [
    "Floored",
    "NonFloored"
  ],
  "oneOf": [
    {
      "enum": [
        "Floored"
      ],
      "title": "Floored",
      "description": "If Floored is set then Principal Exchange takes the form: Notional Amount * Max(1, Index Final/ Index Base)."
    },
    
    {
      "enum": [
        "NonFloored"
      ],
      "title": "NonFloored",
      "description": "If NonFloored is set then the Principal Exchange takes the form: Notional Amount * Index Final / Index Base."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy