Definition Type: ComplexType
Name: PartialExercise
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-shared-4-0.xsd
Abstract
Documentation:
A type defining partial exercise. As defined in the 2000 ISDA Definitions, Section 12.3 Partial Exercise, the buyer of the option may exercise all or less than all the notional amount of the underlying swap but may not be less than the minimum notional amount (if specified) and must be an integral multiple of the integral multiple amount if specified.
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of PartialExercise in schema fpml-shared-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PartialExercise">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining partial exercise. As defined in the 2000 ISDA Definitions, Section 12.3 Partial Exercise, the buyer of the option may exercise all or less than all the notional amount of the underlying swap but may not be less than the minimum notional amount (if specified) and must be an integral multiple of the integral multiple amount if specified.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="notionalReference" type="NotionalReference" maxOccurs="unbounded" />
        <xsd:element name="integralMultipleAmount" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">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.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="minimumNotionalAmount" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The minimum notional amount that can be exercised on a given exercise date. See multipleExercise.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</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)
Collapse Derivation Tree:
Collapse References:
nsA:MultipleExercisensA:partialExercise,