Definition Type: ComplexType
Name: AdjustedPaymentDates
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-cd-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into paymentAmount in schema fpml-cd-5-10_xsd2 Drilldown into adjustedPaymentDate in schema fpml-cd-5-10_xsd2XSD Diagram of AdjustedPaymentDates in schema fpml-cd-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AdjustedPaymentDates">
    <xsd:sequence>
        <xsd:element name="adjustedPaymentDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The adjusted payment date. This date should already be adjusted for any applicable business day convention. This component is not intended for use in trade confirmation but my be specified to allow the fee structure to also serve as a cashflow type component (all dates the the Cashflows type are adjusted payment dates).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="paymentAmount" type="Money" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The currency amount of the payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
adjustedPaymentDate nsD:adjustedPaymentDate 0 (1)
paymentAmount nsD:paymentAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:adjustedPaymentDates