Definition Type: ComplexType
Name: ExpiryDateTime
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-fx-4-4.xsd
Abstract
Documentation:
A type that describes the date and time in a location of the option expiry. In the case of American options this is the latest possible expiry date and time.
Collapse XSD Schema Diagram:
Drilldown into cutName in schema fpml-fx-4-4_xsd Drilldown into expiryTime in schema fpml-fx-4-4_xsd Drilldown into expiryDate in schema fpml-fx-4-4_xsdXSD Diagram of ExpiryDateTime in schema fpml-fx-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ExpiryDateTime">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that describes the date and time in a location of the option expiry. In the case of American options this is the latest possible expiry date and time.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="expiryDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Represents a standard expiry date as defined for an FX OTC option.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="expiryTime" type="BusinessCenterTime" />
        <xsd:element name="cutName" type="CutName" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
expiryDate fpml:expiryDate (1) (1)
expiryTime fpml:expiryTime (1) (1)
cutName fpml:cutName 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:expiryDateTime, fpml:expiryDateTime, fpml:expiryDateTime