.cdm-java.6.0.0-dev.82.source-code.cdm-observable-asset-ValuationDates.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.observable.asset",
"type": "object",
"title": "ValuationDates",
"description": "Defines how and when a performance type option or performance type swap is to be valued, including initial, interim and final valuation dates.",
"properties": {
"initialValuationDate": {
"description": "Specifies the initial valuation dates of the underlyer.",
"$ref": "cdm-observable-asset-PerformanceValuationDates.schema.json"
},
"interimValuationDate": {
"description": "Specifies the interim valuation dates of the underlyer.",
"$ref": "cdm-observable-asset-PerformanceValuationDates.schema.json"
},
"finalValuationDate": {
"description": "Specifies the final valuation dates of the underlyer.",
"$ref": "cdm-observable-asset-PerformanceValuationDates.schema.json"
}
},
"required": [
"finalValuationDate"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy