Definition Type: Group
Name: PartialExercise.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into minimumNumberOfOptions in schema fpml-shared-4-4_xsd Drilldown into minimumNotionalAmount in schema fpml-shared-4-4_xsd Drilldown into integralMultipleAmount in schema fpml-shared-4-4_xsd Drilldown into notionalReference in schema fpml-shared-4-4_xsdXSD Diagram of PartialExercise.model in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="PartialExercise.model">
    <xsd:sequence>
        <xsd:element name="notionalReference" type="ScheduleReference" 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>
            <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>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 fpml:notionalReference 0 unbounded
integralMultipleAmount fpml:integralMultipleAmount 0 (1)
minimumNotionalAmount fpml:minimumNotionalAmount (1) (1)
minimumNumberOfOptions fpml:minimumNumberOfOptions (1) (1)