<xsd:complexType name="CommodityForward">
<xsd:annotation>
<xsd:documentation xml:lang="en">Commodity Forward</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:element name="valueDate" type="AdjustableOrRelativeDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the value date of the Commodity Forward Transaction. This is the day on which both the cash and the physical commodity settle.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fixedLeg" type="NonPeriodicFixedPriceLeg" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The fixed leg of a Commodity Forward Transaction</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:annotation>
<xsd:documentation xml:lang="en">This choice group is intended to allow legs based on different classes of commodity to be added to the schema as this becomes necessary.</xsd:documentation>
</xsd:annotation>
<xsd:element name="bullionPhysicalLeg" type="BullionPhysicalLeg" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The physical leg of a Commodity Forward Transaction for which the underlyer is Bullion.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="additionalCommodityForwardLeg" minOccurs="0" />
</xsd:choice>
<xsd:group ref="CommodityContent.model" minOccurs="0">
</xsd:group>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|