<xsd:complexType name="CommodityBasketByPercentage">
<xsd:complexContent>
<xsd:extension base="CommodityBasketBase">
<xsd:sequence>
<xsd:element name="underlying" type="CommodityBasketUnderlyingByPercentage" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates the role of the option buyer with regard to this underlyer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="notionalAmount" type="NotionalAmount" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|