Definition Type: ComplexType
Name: FxExpiryDate
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF:FxAdjustedDateAndDateAdjustments
Containing Schema: fpml-fx-accruals-5-10.xsd
Abstract
Documentation:
Defines the expiry date of the accrual. The date is adjusted, date adjustments may be provided, and also the expiry time.
Collapse XSD Schema Diagram:
Drilldown into expiryTime in schema fpml-fx-accruals-5-10_xsd3 Drilldown into adjustedDate in schema fpml-fx-accruals-5-10_xsd3 Drilldown into dateAdjustments in schema fpml-fx-accruals-5-10_xsd3 Drilldown into FxAdjustedDateAndDateAdjustments in schema fpml-fx-accruals-5-10_xsd3XSD Diagram of FxExpiryDate in schema fpml-fx-accruals-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxExpiryDate">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Defines the expiry date of the accrual. The date is adjusted, date adjustments may be provided, and also the expiry time.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="FxAdjustedDateAndDateAdjustments">
            <xsd:sequence>
                <xsd:element name="expiryTime" type="BusinessCenterTime" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Time of expiration of each expiry date.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dateAdjustments nsF:dateAdjustments 0 (1)
adjustedDate nsF:adjustedDate 0 (1)
expiryTime nsF:expiryTime 0 (1)
Collapse Derivation Tree:
Collapse References:
nsF:expiryDate