Definition Type: Group
Name: CommodityPaymentDates.model
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-com-4-5.xsd
Documentation:
The different options for specifying the Payment Date. This will consist of either a set of Payment Dates or else a Payment Date schedule.
Collapse XSD Schema Diagram:
Drilldown into relativePaymentDates in schema fpml-com-4-5_xsd Drilldown into paymentDates in schema fpml-com-4-5_xsdXSD Diagram of CommodityPaymentDates.model in schema fpml-com-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityPaymentDates.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The different options for specifying the Payment Date. This will consist of either a set of Payment Dates or else a Payment Date schedule.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="paymentDates" type="AdjustableDatesOrRelativeDateOffset">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Dates on which payments will be made.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="relativePaymentDates" type="CommodityRelativePaymentDates">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The Payment Dates of the trade relative to the Calculation Periods.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
paymentDates fpml:paymentDates (1) (1)
relativePaymentDates fpml:relativePaymentDates (1) (1)