Definition Type: Group
Name: PartialExercise.model
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-shared-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into minimumNumberOfOptions in schema fpml-shared-5-10_xsd3 Drilldown into minimumNotionalAmount in schema fpml-shared-5-10_xsd3 Drilldown into integralMultipleAmount in schema fpml-shared-5-10_xsd3 Drilldown into notionalReference in schema fpml-shared-5-10_xsd3XSD Diagram of PartialExercise.model in schema fpml-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="PartialExercise.model">
    <xsd:sequence>
        <xsd:element name="notionalReference" type="NotionalReference" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">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.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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:choice minOccurs="0">
            <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:element name="minimumNumberOfOptions" type="xsd:nonNegativeInteger">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The minimum number of options that can be exercised on a given exercise date.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
notionalReference nsD:notionalReference 0 unbounded
integralMultipleAmount nsD:integralMultipleAmount 0 (1)
minimumNotionalAmount nsD:minimumNotionalAmount (1) (1)
minimumNumberOfOptions nsD:minimumNumberOfOptions (1) (1)