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

.cdm-java.6.0.0-dev.63.source-code.cdm-product-collateral-CollateralAgreementFloatingRate.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.product.collateral",
  "type": "object",
  "title": "CollateralAgreementFloatingRate",
  "description": "Represents the parameters needed to calculate the floating rate paid on collateral holdings.",
  "properties": {
    "negativeInterest": {
      "description": "Specifies how negative rates should be applied.  If rates go negative, should the payment be reversed (true) or zeroed out (false)?",
      "type": "boolean"
    },
    "compressibleSpread": {
      "description": "Specifies how spreads should be applied in a low/negative rate environment.  If true, spread is applied only if rate is positive.",
      "type": "boolean"
    },
    "rateOption": {
      "$ref": "cdm-observable-asset-metafields-ReferenceWithMetaFloatingRateOption.schema.json"
    },
    "spreadSchedule": {
      "description": "The ISDA Spread or a Spread schedule expressed as explicit spreads and dates. In the case of a schedule, the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments. The spread is a per annum rate, expressed as a decimal. For purposes of determining a calculation period amount, if positive the spread will be added to the floating rate and if negative the spread will be subtracted from the floating rate. A positive 10 basis point (0.1%) spread would be represented as 0.001.",
      "$ref": "cdm-product-asset-SpreadSchedule.schema.json"
    },
    "capRateSchedule": {
      "description": "The cap rate or cap rate schedule, if any, which applies to the floating rate. The cap rate (strike) is only required where the floating rate on a swap stream is capped at a certain level. A cap rate schedule is expressed as explicit cap rates and dates and the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments. The cap rate is assumed to be exclusive of any spread and is a per annum rate, expressed as a decimal. A cap rate of 5% would be represented as 0.05.",
      "$ref": "cdm-product-template-StrikeSchedule.schema.json"
    },
    "floorRateSchedule": {
      "description": "The floor rate or floor rate schedule, if any, which applies to the floating rate. The floor rate (strike) is only required where the floating rate on a swap stream is floored at a certain strike level. A floor rate schedule is expressed as explicit floor rates and dates and the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments. The floor rate is assumed to be exclusive of any spread and is a per annum rate, expressed as a decimal. A floor rate of 5% would be represented as 0.05.",
      "$ref": "cdm-product-template-StrikeSchedule.schema.json"
    }
  },
  "required": [
    "negativeInterest",
    "compressibleSpread"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy