complexType "MultipleExercise"
Namespace:
Content:
complex, 6 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (6):
integralMultipleAmount,
maximumNotionalAmount (defined in MultipleExercise complexType),
maximumNumberOfOptions (defined in MultipleExercise complexType),
minimumNotionalAmount (defined in PartialExercise.model group),
minimumNumberOfOptions (defined in PartialExercise.model group),
notionalReference (defined in PartialExercise.model group)
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
A type defining multiple exercises. As defining 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.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="MultipleExercise">
<xsd:sequence>
<xsd:group ref="PartialExercise.model"/>
<xsd:choice minOccurs="0">
<xsd:element name="maximumNotionalAmount" type="xsd:decimal"/>
<xsd:element name="maximumNumberOfOptions" type="NonNegativeDecimal"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/6)
maximumNotionalAmount
Type:
xsd:decimal, predefined, simple content
The maximum notional amount that can be exercised on a given exercise date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="maximumNotionalAmount" type="xsd:decimal"/>

maximumNumberOfOptions
Type:
NonNegativeDecimal, simple content
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.
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="maximumNumberOfOptions" type="NonNegativeDecimal"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.