<xsd:complexType name="CommoditySpreadSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Spread per Calculation Period. There must be a Spread specified for each Calculation Period, regardless of whether the Spread changes or remains the same between periods.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="spreadStep" type="CommoditySpread" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The spread per Calculation Period. There must be a spread step specified for each Calculation Period, regardless of whether the spread 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>
|