XML Schema Documentation

Model Group: CommodityPaymentDates.model

[Table of contents]

Name CommodityPaymentDates.model
Used by (from the same schema document) Complex Type CommodityExercise , Complex Type FixedPriceLeg , Complex Type FloatingPriceLeg
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.
XML Instance Representation
Start Choice [1]
<paymentDates> AdjustableDatesOrRelativeDateOffset </paymentDates> [1]

'Dates on which payments will be made.'

<relativePaymentDates> CommodityRelativePaymentDates </relativePaymentDates> [1]

'The Payment Dates of the trade relative to the Calculation Periods.'

End Choice
Diagram
Schema Component Representation
<xsd:group name="CommodityPaymentDates.model">
<xsd:choice>
<xsd:element name="paymentDates" type=" AdjustableDatesOrRelativeDateOffset "/>
<xsd:element name="relativePaymentDates" type=" CommodityRelativePaymentDates "/>
</xsd:choice>
</xsd:group>