Definition Type: Element
Name: additionalPaymentDate
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-eqs-4-0.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Specifies the value date of the fee payment/receipt.
Collapse XSD Schema Diagram:
Drilldown into relativeDate in schema fpml-eqs-4-0_xsd Drilldown into adjustableDate in schema fpml-eqs-4-0_xsdXSD Diagram of additionalPaymentDate in schema fpml-eqs-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="additionalPaymentDate">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies the value date of the fee payment/receipt.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:choice>
            <xsd:element name="adjustableDate" type="AdjustableDate">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A date that shall be subject to adjustment if it would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="relativeDate" type="RelativeDateOffset">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A date specified as some offset to another date (the anchor date).</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
adjustableDate nsA:adjustableDate (1) (1)
relativeDate nsA:relativeDate (1) (1)