<xsd:complexType name="CommodityStrikeSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Strike Price per Unit per Calculation Period. There must be a Strike Price per Unit step specified for each Calculation Period, regardless of whether the Strike changes or remains the same between periods.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="strikePricePerUnitStep" type="NonNegativeMoney" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The strike price per unit per Calculation Period. There must be a strike price per unit specified for each Calculation Period, regardless of whether the price changes or remains the same between periods.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="CommodityCalculationPeriodsPointer.model" minOccurs="0">
</xsd:group>
</xsd:sequence>
</xsd:complexType>
|