Definition Type: Group
Name: OptionExerciseAmount.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into specifiedExercise in schema fpml-business-events-5-10_xsd3 Drilldown into outstandingNumberOfUnits in schema fpml-business-events-5-10_xsd3 Drilldown into exerciseInNumberOfUnits in schema fpml-business-events-5-10_xsd3 Drilldown into outstandingNumberOfOptions in schema fpml-business-events-5-10_xsd3 Drilldown into exerciseInNumberOfOptions in schema fpml-business-events-5-10_xsd3 Drilldown into outstandingNotionalAmount in schema fpml-business-events-5-10_xsd3 Drilldown into exerciseInNotionalAmount in schema fpml-business-events-5-10_xsd3 Drilldown into fullExercise in schema fpml-business-events-5-10_xsd3 Drilldown into expiry in schema fpml-business-events-5-10_xsd3 Drilldown into exerciseAction in schema fpml-business-events-5-10_xsd3XSD Diagram of OptionExerciseAmount.model in schema fpml-business-events-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="OptionExerciseAmount.model">
    <xsd:choice>
        <xsd:element name="exerciseAction" type="ExerciseActionEnum" />
        <xsd:element name="expiry" type="xsd:boolean" />
        <xsd:element name="fullExercise" type="xsd:boolean" />
        <xsd:sequence>
            <xsd:element name="exerciseInNotionalAmount" type="Money" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specifies the fixed amount by which the option should be exercised expressed as notional amount.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="outstandingNotionalAmount" type="Money" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specifies the Notional amount after the Change</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:sequence>
            <xsd:element name="exerciseInNumberOfOptions" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specifies the fixed amount by which the option should be exercised expressed as number of options.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="outstandingNumberOfOptions" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specifies the Number of Options after the Change.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:sequence>
            <xsd:element name="exerciseInNumberOfUnits" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specifies the fixed amount by which the option should be exercised express as number of units.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="outstandingNumberOfUnits" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specifies the Number of Units</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:element name="specifiedExercise" type="OptionExerciseAmounts" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the Number of Units</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
exerciseAction nsE:exerciseAction (1) (1)
expiry nsE:expiry (1) (1)
fullExercise nsE:fullExercise (1) (1)
exerciseInNotionalAmount nsE:exerciseInNotionalAmount 0 (1)
outstandingNotionalAmount nsE:outstandingNotionalAmount 0 (1)
exerciseInNumberOfOptions nsE:exerciseInNumberOfOptions 0 (1)
outstandingNumberOfOptions nsE:outstandingNumberOfOptions 0 (1)
exerciseInNumberOfUnits nsE:exerciseInNumberOfUnits 0 (1)
outstandingNumberOfUnits nsE:outstandingNumberOfUnits 0 (1)
specifiedExercise nsE:specifiedExercise (1) unbounded