Definition Type: ComplexType
Name: FxAdjustedDateAndDateAdjustments
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-fx-accruals-5-10.xsd
Abstract
Documentation:
Defines the expiry/observation schedule of the target.
Collapse XSD Schema Diagram:
Drilldown into adjustedDate in schema fpml-fx-accruals-5-10_xsd1 Drilldown into dateAdjustments in schema fpml-fx-accruals-5-10_xsd1XSD Diagram of FxAdjustedDateAndDateAdjustments in schema fpml-fx-accruals-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxAdjustedDateAndDateAdjustments">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Defines the expiry/observation schedule of the target.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="dateAdjustments" type="BusinessDayAdjustments" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Date adjustments applied to the adjusted dates including the business day convention and the business centers. The date adjustments are as specified in the definitions.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="adjustedDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">List of schedule dates. These dates have been subject to adjustments based on the dateAdjustments structure.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dateAdjustments nsD:dateAdjustments 0 (1)
adjustedDate nsD:adjustedDate (1) (1)
Collapse Derivation Tree:
Collapse References:
nsD:FxExpiryDate, nsD:settlementDate