Definition Type: ComplexType
Name: OptionExercise
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-2.xsd
Abstract
Documentation:
A structure describing an option exercise.
Collapse XSD Schema Diagram:
Drilldown into payment in schema fpml-business-events-5-2_xsd Drilldown into physicalSettlement in schema fpml-business-events-5-2_xsd Drilldown into cashSettlement in schema fpml-business-events-5-2_xsd Drilldown into settlementType in schema fpml-business-events-5-2_xsd Drilldown into outstandingNumberOfUnits in schema fpml-business-events-5-2_xsd Drilldown into exerciseInNumberOfUnits in schema fpml-business-events-5-2_xsd Drilldown into outstandingNumberOfOptions in schema fpml-business-events-5-2_xsd Drilldown into exerciseInNumberOfOptions in schema fpml-business-events-5-2_xsd Drilldown into outstandingNotionalAmount in schema fpml-business-events-5-2_xsd Drilldown into exerciseInNotionalAmount in schema fpml-business-events-5-2_xsd Drilldown into fullExercise in schema fpml-business-events-5-2_xsd Drilldown into expiry in schema fpml-business-events-5-2_xsd Drilldown into exerciseTime in schema fpml-business-events-5-2_xsd Drilldown into exerciseDate in schema fpml-business-events-5-2_xsd Drilldown into tradeIdentifier in schema fpml-business-events-5-2_xsd Drilldown into optionBuyer in schema fpml-business-events-5-2_xsd Drilldown into optionSeller in schema fpml-business-events-5-2_xsdXSD Diagram of OptionExercise in schema fpml-business-events-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="OptionExercise">
    <xsd:annotation>
        <xsd:documentation>A structure describing an option exercise.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="optionSeller" type="PartyReference" minOccurs="0" />
        <xsd:element name="optionBuyer" type="PartyReference" minOccurs="0" />
        <xsd:element name="tradeIdentifier" type="PartyTradeIdentifier" maxOccurs="unbounded" minOccurs="0" />
        <xsd:element name="exerciseDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="exerciseTime" type="xsd:time" minOccurs="0" />
        <xsd:choice>
            <xsd:element name="expiry" type="xsd:boolean" minOccurs="0" />
            <xsd:element name="fullExercise" type="xsd:boolean" minOccurs="0" />
            <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:choice>
        <xsd:choice minOccurs="0">
            <xsd:element name="settlementType" type="SettlementTypeEnum" minOccurs="0" />
            <xsd:element name="cashSettlement" type="SimplePayment">
            </xsd:element>
            <xsd:element name="physicalSettlement" type="PhysicalSettlement">
            </xsd:element>
        </xsd:choice>
        <xsd:element name="payment" type="NonNegativePayment" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
optionSeller nsA:optionSeller 0 (1)
optionBuyer nsA:optionBuyer 0 (1)
tradeIdentifier nsA:tradeIdentifier 0 unbounded
exerciseDate nsA:exerciseDate 0 (1)
exerciseTime nsA:exerciseTime 0 (1)
expiry nsA:expiry 0 (1)
fullExercise nsA:fullExercise 0 (1)
exerciseInNotionalAmount nsA:exerciseInNotionalAmount 0 (1)
outstandingNotionalAmount nsA:outstandingNotionalAmount 0 (1)
exerciseInNumberOfOptions nsA:exerciseInNumberOfOptions 0 (1)
outstandingNumberOfOptions nsA:outstandingNumberOfOptions 0 (1)
exerciseInNumberOfUnits nsA:exerciseInNumberOfUnits 0 (1)
outstandingNumberOfUnits nsA:outstandingNumberOfUnits 0 (1)
settlementType nsA:settlementType 0 (1)
cashSettlement nsA:cashSettlement (1) (1)
physicalSettlement nsA:physicalSettlement (1) (1)
payment nsA:payment 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:optionExercise