FINXIS.

MultipleExercise

Type CDM 7.2.0

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.

Extends PartialExercise
Extended by —
Attributes 6 (2 own)
Namespace cdm.product.template

Attributes

2 declared on MultipleExercise, 4 inherited. Cardinality in amber is required.

NameTypeCard.Description From
notionalReference Money 0..1 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. PartialExercise
integralMultipleAmount number 0..1 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. PartialExercise
minimumNotionalAmount number 0..1 The minimum notional amount that can be exercised on a given exercise date. See multipleExercise. PartialExercise
minimumNumberOfOptions int 0..1 The minimum number of options that can be exercised on a given exercise date. PartialExercise
maximumNotionalAmount number 0..1 The maximum notional amount that can be exercised on a given exercise date. —
maximumNumberOfOptions int 0..1 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. —

Conditions

Validation rules the model enforces on this type, in Rune. An instance that breaks one of these is invalid CDM, whatever produced it.

MaximumChoice Condition
Choice rule to represent an FpML choice construct.
required choice maximumNotionalAmount, maximumNumberOfOptions
MaximumNumberOfOptions Condition
FpML MultipleExercise construct specifies the maximumNumberOfOptions as a positive integer.
if maximumNumberOfOptions exists
then maximumNotionalAmount >= 0
MinimumNumberOfOptions Condition
FpML MultipleExercise construct specifies the minimumNumberOfOptions as a positive integer.
if minimumNumberOfOptions exists
then minimumNumberOfOptions >= 0

Referenced by

1 type holds a MultipleExercise as an attribute.

Functions

Model functions that produce or consume this type. These are the CDM's own behaviour — the logic a correct implementation has to match.

FunctionRoleDescription
MapMultipleExercise returns —
MapEquityMultipleExercise returns —

Open MultipleExercise in the Model Browser

Walk the tree and the reference graph interactively, and switch releases to see how the type has changed. Free, no signup.

Model Browser All 200+ releases
Parsed from CDM 7.2.0 · product-template-type.rosetta cdm.product.template