Definition Type: ComplexType
Name: OptionExpiryBase
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-10.xsd
Abstract
Documentation:
A structure describing an option expiring.
Collapse XSD Schema Diagram:
Drilldown into time in schema fpml-business-events-5-10_xsd3 Drilldown into date in schema fpml-business-events-5-10_xsd3 Drilldown into tradeIdentifier in schema fpml-business-events-5-10_xsd3XSD Diagram of OptionExpiryBase in schema fpml-business-events-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="OptionExpiryBase">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure describing an option expiring.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="tradeIdentifier" type="PartyTradeIdentifier" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="date" type="xsd:date" minOccurs="0" />
        <xsd:element name="time" type="xsd:time" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tradeIdentifier nsE:tradeIdentifier 0 unbounded
date nsE:date 0 (1)
time nsE:time 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:optionExpiry