.cdm-java.6.0.0-dev.82.source-code.cdm-product-asset-CashflowRepresentation.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.product.asset",
"type": "object",
"title": "CashflowRepresentation",
"description": "A data defining: the cashflow representation of a swap trade.",
"properties": {
"cashflowsMatchParameters": {
"description": "A true/false flag to indicate whether the cashflows match the parametric definition of the stream, i.e. whether the cashflows could be regenerated from the parameters without loss of information.",
"type": "boolean"
},
"paymentCalculationPeriod": {
"description": "The adjusted payment date and associated calculation period parameters required to calculate the actual or projected payment amount. A list of payment calculation period elements may be ordered in the document by ascending adjusted payment date. An FpML document containing an unordered list of payment calculation periods is still regarded as a conformant document.",
"type": "array",
"items": {
"$ref": "cdm-product-common-schedule-PaymentCalculationPeriod.schema.json"
},
"minItems": 0
}
},
"required": [
"cashflowsMatchParameters"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy