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-calculatedrate-InflationCalculationMethodEnum.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.calculatedrate",
  "type": "string",
  "title": "InflationCalculationMethodEnum",
  "description": "Indicates how to use the inflation index to calculate the payment (e.g. Ratio, Return, Spread). Added for Inflation Asset Swap",
  "enum": [
    "Ratio",
    "Return",
    "Spread"
  ],
  "oneOf": [
    {
      "enum": [
        "Ratio"
      ],
      "title": "Ratio",
      "description": "(Inflation Index Final / Inflation Index Base). Inflation Index Final is inflation index for Reference Month that is the Lag number of months prior to Payment Date (subject to interpolation). Inflation Index Base subject to the Calculation Style. Used in inflation asset swaps to calculate the inflation coupons and principal exchange."
    },
    
    {
      "enum": [
        "Return"
      ],
      "title": "Return",
      "description": "(Inflation Index Final / Inflation Index Base -1). Inflation Index Final is the inflation index for Reference Month that is the Lag number of months prior to Payment Date (subject to interp). Inflation Index Base subject to the Calculation Style. Used in market standard ZC Inflation swaps."
    },
    
    {
      "enum": [
        "Spread"
      ],
      "title": "Spread",
      "description": "Inflation Index Final - Inflation Index Base). Inflation Index Final is Index for Ref month the Lag months prior to Payment Date (subject to interp). Inflation Index Base subject to the Calculation Style. Typically used for fixing locks."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy