<xsd:complexType name="CommodityRelativeExpirationDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Expiration Dates of the trade relative to the Calculation Periods.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="expireRelativeToEvent" type="CommodityExpireRelativeToEvent" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies whether the payment(s) occur relative to the date of a physical event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="expirationDateOffset" type="DateOffset" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies any offset from the adjusted Calculation Period start date or adjusted Calculation Period end 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>
|