<xsd:complexType name="CommodityBasketUnderlyingByNotional">
<xsd:complexContent>
<xsd:extension base="CommodityBasketUnderlyingBase">
<xsd:sequence>
<xsd:element name="fx" type="CommodityFx" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">FX observations to be used to convert the observed Commodity Reference Price to the Settlement Currency.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="conversionFactor" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">If the Notional Quantity is specified in a unit that does not match the unit in which the Commodity Reference Price is quoted, the scaling or conversion factor used to convert the Commodity Reference Price unit into the Notional Quantity unit should be stated here. If there is no conversion, this element is not intended to be used.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="CommodityNotionalQuantity.model" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|