XML Schema Documentation

Complex Type: CommodityFixedPriceSchedule

[Table of contents]

Super-types: None
Sub-types: None
Name CommodityFixedPriceSchedule
Used by (from the same schema document) Complex Type FixedPriceLeg
Abstract no
Documentation The Fixed Price for a given Calculation Period during the life of the trade. There must be a Fixed Price step specified for each Calculation Period, regardless of whether the Fixed Price changes or remains the same between periods.
XML Instance Representation
<...>
<fixedPriceStep> FixedPrice </fixedPriceStep> [1..*]

'The Fixed Price for a given Calculation Period during the life of the trade. There must be a Fixed Price step specified for each Calculation Period, regardless of whether the Fixed Price changes or remains the same between periods.'

Start Choice [1]
<calculationPeriodsReference> CalculationPeriodsReference </calculationPeriodsReference> [1]

'A pointer style reference to the Calculation Periods defined on another leg.'

<calculationPeriodsScheduleReference> CalculationPeriodsReference </calculationPeriodsScheduleReference> [1]

'A pointer style reference to the Calculation Periods Schedule defined on another leg.'

End Choice
</...>
Diagram
group_CommodityCalculationPeriodsPointer.model
Schema Component Representation
<xsd:complexType name="CommodityFixedPriceSchedule">
<xsd:sequence>
<xsd:element name="fixedPriceStep" type=" FixedPrice " maxOccurs="unbounded"/>
<xsd:group ref=" CommodityCalculationPeriodsPointer.model "/>
</xsd:sequence>
</xsd:complexType>