<xsd:group name="CommodityAsian.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Model group containing features specific to Asian/averaging commodity options.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice>
<xsd:element name="calculationPeriodsSchedule" type="CommodityCalculationPeriodsSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">A parametric representation of the Calculation Periods of the Commodity Option Transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="calculationPeriods" type="AdjustableDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">An absolute representation of the Calculation Period start dates of the Commodity Option Transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="pricingDates" type="CommodityPricingDates">
<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:group>
|