<xsd:complexType name="CommodityPerformanceSwap">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing a commodity performance swap in which one leg pays out based on the return on a reference commodity index or commodity reference price.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="CommodityPerformanceSwapBase">
<xsd:sequence>
<xsd:element name="earlyTermination" type="CommodityPerformanceSwapEarlyTermination" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies, for one or for both the parties to the trade, the date prior to the Termination Date from which the contract can be terminated.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|