.cdm-java.6.0.0-dev.82.source-code.cdm-product-template-EarlyTerminationEvent.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.product.template",
"type": "object",
"title": "EarlyTerminationEvent",
"description": "A data to: define the adjusted dates associated with an early termination provision.",
"properties": {
"adjustedExerciseDate": {
"description": "The date on which option exercise takes place. This date should already be adjusted for any applicable business day convention.",
"type": "string"
},
"adjustedEarlyTerminationDate": {
"description": "The early termination date that is applicable if an early termination provision is exercised. This date should already be adjusted for any applicable business day convention.",
"type": "string"
},
"adjustedCashSettlementValuationDate": {
"description": "The date by which the cash settlement amount must be agreed. This date should already be adjusted for any applicable business day convention.",
"type": "string"
},
"adjustedCashSettlementPaymentDate": {
"description": "The date on which the cash settlement amount is paid. This date should already be adjusted for any applicable business date convention.",
"type": "string"
},
"adjustedExerciseFeePaymentDate": {
"description": "The date on which the exercise fee amount is paid. This date should already be adjusted for any applicable business day convention.",
"type": "string"
}
},
"required": [
"adjustedExerciseDate",
"adjustedEarlyTerminationDate",
"adjustedCashSettlementValuationDate",
"adjustedCashSettlementPaymentDate"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy