.cdm-java.5.9.1.source-code.cdm-event-common-IndexTransitionInstruction.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.event.common",
"type": "object",
"title": "IndexTransitionInstruction",
"description": "Defines the information needed to create a Index Transition Business Event.",
"properties": {
"priceQuantity": {
"description": "Specifies both new floating rate index and spread adjustment for each leg to be updated. The spread adjustment accounts for the difference between the old floating rate index relative to the new one. This spread amount is added to the existing spread to determine the new spread, which is applied from the specified effective date forward. In the case of the IBOR Fallback Rate Adjustments, the adjustment spread (also known as the Fallback Adjustment) accounts for two distinctions: i) the fact that the replacement Risk-Free Rate is an overnight rate while IBORs have term structures (e.g., 1, 3, 6-month LIBOR); and (ii) the historical spread differential between IBORs and their term equivalent Overnight Risk-Free Rate compounded rates.",
"type": "array",
"items": {
"$ref": "cdm-product-common-settlement-PriceQuantity.schema.json"
},
"minItems": 1
},
"effectiveDate": {
"description": "Specifies the effective date of the index transition event. This is first date on which the floating rate calculation will use the new floating rate index and adjusted spread in the floating rate calculation.",
"type": "string"
},
"cashTransfer": {
"description": "Specifies the cash transfer that can optionally be tied to an index transition event.",
"$ref": "cdm-event-common-Transfer.schema.json"
}
},
"required": [
"effectiveDate"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy