Definition Type: Group
Name: OptionsEventsBase.model
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-business-events-5-8.xsd
Documentation:
Choice between options related events.
Collapse XSD Schema Diagram:
Drilldown into optionExpiry in schema fpml-business-events-5-8_xsd2 Drilldown into optionExercise in schema fpml-business-events-5-8_xsd2XSD Diagram of OptionsEventsBase.model in schema fpml-business-events-5-8_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="OptionsEventsBase.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Choice between options related events.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="optionExercise" type="OptionExercise">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A structure describing an option exercise event. The optionExercise event supports partial exercise (specify the number of options or amount to exercise), full exercise (use fullExercise flag), as well as the option to request options not to be exercised.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="optionExpiry" type="OptionExpiry" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A structure describing an option expiring event (i.e. passing its last exercise time and becoming worthless.)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
optionExercise nsD:optionExercise (1) (1)
optionExpiry nsD:optionExpiry (1) unbounded