Definition Type: ComplexType
Name: FxExpiryDate
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA: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_xsd Drilldown into adjustedDate in schema fpml-fx-accruals-5-10_xsd Drilldown into dateAdjustments in schema fpml-fx-accruals-5-10_xsd Drilldown into FxAdjustedDateAndDateAdjustments in schema fpml-fx-accruals-5-10_xsdXSD Diagram of FxExpiryDate in schema fpml-fx-accruals-5-10_xsd (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 nsA:dateAdjustments 0 (1)
adjustedDate nsA:adjustedDate (1) (1)
expiryTime nsA:expiryTime 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:expiryDate