.cdm-java.6.0.0-dev.82.source-code.cdm-product-asset-floatingrate-FloatingRateSettingDetails.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.product.asset.floatingrate",
"type": "object",
"title": "FloatingRateSettingDetails",
"description": "Type for reporting the raw (untreated) observed or calculated rate for a calculation period. If this is a calculated rate, it allows details of the observations and the resulting rate to be returned.",
"properties": {
"calculationDetails": {
"description": "Calculated rate details (observation dates, values, and weights).",
"$ref": "cdm-observable-asset-calculatedrate-CalculatedRateDetails.schema.json"
},
"observationDate": {
"description": "The day upon which the rate was observed (for term rates).",
"type": "string"
},
"resetDate": {
"description": "The day for which the rate is needed (e.g. period beginning or end date).",
"type": "string"
},
"floatingRate": {
"description": "The resulting rate that was observed or calculated.",
"type": "number"
}
},
"required": [
"floatingRate"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy