Definition Type: ComplexType
Name: MultipleExercise
Namespace: http://www.fpml.org/2003/FpML-4-0
Type: nsA:PartialExercise
Containing Schema: fpml-shared-4-0.xsd
Abstract
Documentation:
A type definint multiple exercise. As defining in the 200 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.
Collapse XSD Schema Diagram:
Drilldown into maximumNotionalAmount in schema fpml-shared-4-0_xsd Drilldown into minimumNotionalAmount in schema fpml-shared-4-0_xsd Drilldown into integralMultipleAmount in schema fpml-shared-4-0_xsd Drilldown into notionalReference in schema fpml-shared-4-0_xsd Drilldown into PartialExercise in schema fpml-shared-4-0_xsdXSD Diagram of MultipleExercise in schema fpml-shared-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MultipleExercise">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type definint multiple exercise. As defining in the 200 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.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="PartialExercise">
            <xsd:sequence>
                <xsd:element name="maximumNotionalAmount" type="xsd:decimal" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The maximum notional amount that can be exercised on a given exercise date.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
notionalReference nsA:notionalReference (1) unbounded
integralMultipleAmount nsA:integralMultipleAmount 0 (1)
minimumNotionalAmount nsA:minimumNotionalAmount (1) (1)
maximumNotionalAmount nsA:maximumNotionalAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:multipleExercise, nsA:multipleExercise