<xsd:complexType name="CommodityBasketUnderlyingBase">
<xsd:sequence>
<xsd:element name="direction" type="PayerReceiverEnum" minOccurs="0">
<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="commodity" type="Commodity" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the underlying component. At the time of the initial schema design, only underlyers of type Commodity are supported; the choice group in the future could offer the possibility of adding other types later.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pricingDates" type="CommodityPricingDates" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The dates on which the option will price.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="averagingMethod" type="AveragingMethodEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Method of Averaging if there is more than one Pricing Date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional" />
</xsd:complexType>
|