Definition Type: ComplexType
Name: AdjustedPaymentDates
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-cd-4-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into paymentAmount in schema fpml-cd-4-4_xsd Drilldown into adjustedPaymentDate in schema fpml-cd-4-4_xsdXSD Diagram of AdjustedPaymentDates in schema fpml-cd-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AdjustedPaymentDates">
    <xsd:sequence>
        <xsd:element name="adjustedPaymentDate" type="xsd:date">
            <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">
            <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 fpml:adjustedPaymentDate (1) (1)
paymentAmount fpml:paymentAmount (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:adjustedPaymentDates