.cdm-java.6.0.0-dev.82.source-code.cdm-product-template-MultipleExercise.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.product.template",
"type": "object",
"title": "MultipleExercise",
"description": "A class defining multiple exercises. As defined in the 2000 ISDA Definitions, Section 12.4. Multiple Exercise, the buyer of the option has the right to exercise all or less than all the unexercised notional amount of the underlying swap on one or more days in the exercise period, but on any such day may not exercise less than the minimum notional amount or more than the maximum notional amount, and if an integral multiple amount is specified, the notional exercised must be equal to or, be an integral multiple of, the integral multiple amount. In FpML, MultipleExercise is built upon the PartialExercise.model.",
"properties": {
"notionaReference": {
"description": "A pointer style reference to the associated notional schedule defined elsewhere in the document. This element has been made optional as part of its integration in the OptionBaseExtended, because not required for the options on securities.",
"$ref": "cdm-observable-asset-metafields-ReferenceWithMetaMoney.schema.json"
},
"integralMultipleAmount": {
"description": "A notional amount which restricts the amount of notional that can be exercised when partial exercise or multiple exercise is applicable. The integral multiple amount defines a lower limit of notional that can be exercised and also defines a unit multiple of notional that can be exercised, i.e. only integer multiples of this amount can be exercised.",
"type": "number"
},
"minimumNotionalAmount": {
"description": "The minimum notional amount that can be exercised on a given exercise date. See multipleExercise.",
"type": "number"
},
"minimumNumberOfOptions": {
"description": "The minimum number of options that can be exercised on a given exercise date.",
"type": "integer"
},
"maximumNotionalAmount": {
"description": "The maximum notional amount that can be exercised on a given exercise date.",
"type": "number"
},
"maximumNumberOfOptions": {
"description": "The maximum number of options that can be exercised on a given exercise date. If the number is not specified, it means that the maximum number of options corresponds to the remaining unexercised options.",
"type": "integer"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy