<xsd:complexType name="CommodityRelativePaymentDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Payment Dates of the trade relative to the Calculation Periods.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="payRelativeTo" type="CommodityPayRelativeToEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies whether the payment(s) occur relative to a date such as the end of each Calculation Period or the last Pricing Date in each Calculation Period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="payRelativeToEvent" type="CommodityPayRelativeToEvent">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies whether the payment(s) occur relative to the date of a physical event such as issuance of a bill of lading.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:group ref="CommodityCalculationPeriodsPointer.model" minOccurs="0">
</xsd:group>
<xsd:element name="paymentDaysOffset" type="DateOffset" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies any offset from the adjusted Calculation Period start date, adjusted Calculation Period end date or Calculation Date applicable to each Payment Date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="BusinessCentersOrReference.model" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|