.cdm-java.6.0.0-dev.82.source-code.cdm-product-asset-SpreadCalculationMethodEnum.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.product.asset",
"type": "string",
"title": "SpreadCalculationMethodEnum",
"description": "Method by which spread is calculated. For example on an asset swap: 'ParPar' or 'Proceeds' may be the method indicated.",
"enum": [
"ParPar",
"Proceeds"
],
"oneOf": [
{
"enum": [
"ParPar"
],
"title": "ParPar"
},
{
"enum": [
"Proceeds"
],
"title": "Proceeds"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy