<xsd:complexType name="CommoditySwap">
<xsd:annotation>
<xsd:documentation xml:lang="en">Commodity Swap.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:element name="effectiveDate" type="AdjustableOrRelativeDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the effective date of this leg of the swap. When defined in relation to a date specified somewhere else in the document (through the relativeDate component), this element will typically point to the effective date of the other leg of the swap.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="terminationDate" type="AdjustableOrRelativeDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the termination date of this leg of the swap. When defined in relation to a date specified somewhere else in the document (through the relativeDate component), this element will typically point to the termination date of the other leg of the swap.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="settlementCurrency" type="IdentifiedCurrency" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency into which the Commodity Swap Transaction will settle. If this is not the same as the currency in which the Commodity Reference Price is quoted on a given floating leg of the Commodity Swap Transaction, then an FX rate should also be specified for that leg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="fixedLeg" type="FixedPriceLeg" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fixed Price Leg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="floatingLeg" type="FloatingPriceLeg" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Floating Price leg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="coalPhysicalLeg" type="CoalPhysicalLeg" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Physically settled coal leg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="electricityPhysicalLeg" type="ElectricityPhysicalLeg" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Physically settled electricity leg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="gasPhysicalLeg" type="GasPhysicalLeg" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Physically settled natural gas leg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="oilPhysicalLeg" type="OilPhysicalLeg" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Physically settled oil or refined products leg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="additionalCommoditySwapLeg" minOccurs="0">
</xsd:element>
</xsd:choice>
<xsd:group ref="CommodityContent.model" minOccurs="0">
</xsd:group>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|