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-MakeWholeAmount.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": "MakeWholeAmount",
  "description": "A class to specify the amount to be paid by the buyer of the option if the option is exercised prior to the Early Call Date (typically applicable to the convertible bond options).",
  "properties": {
    "floatingRateIndex": {
      "$ref": "cdm-base-staticdata-asset-rates-FloatingRateIndexEnum.schema.json"
    },
    "indexTenor": {
      "description": "The ISDA Designated Maturity, i.e. the tenor of the floating rate.",
      "$ref": "cdm-base-datetime-Period.schema.json"
    },
    "spread": {
      "description": "Spread in basis points over the floating rate index.",
      "type": "number"
    },
    "side": {
      "description": "The side (bid/mid/ask) of the measure.",
      "$ref": "cdm-observable-asset-QuotationSideEnum.schema.json"
    },
    "interpolationMethod": {
      "description": "The type of interpolation method that the calculation agent reserves the right to use.",
      "$ref": "cdm-observable-asset-InterpolationMethodEnum.schema.json"
    },
    "earlyCallDate": {
      "description": "Date prior to which the option buyer will have to pay a Make Whole Amount to the option seller if he/she exercises the option.",
      "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
    }
  },
  "required": [
    "earlyCallDate"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy