XML Schema Documentation

Complex Type: CommodityFixedPriceSchedule

[Table of contents]

Super-types: None
Sub-types: None
Name CommodityFixedPriceSchedule
Used by (from the same schema document) Model Group CommodityFixedPrice.model
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
<...>
Start Choice [1]
<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.'

<worldscaleRateStep> xsd:decimal </worldscaleRateStep> [1..*]

'For a Wet Voyager Charter Freight Swap, the number of Worldscale Points for purposes of the calculation of a Fixed Amount for a given Calculation Period during the life of the trade. There must be Worldscale Rate Step specified for each Calculation Period, regardless of whether the Worldscale Rate Step changes or remains the same between periods.'

<contractRateStep> NonNegativeMoney </contractRateStep> [1..*]

'For a DRY Voyage Charter or Time Charter Freight Swap, the price per relevant unit for pruposes of the calculation of a Fixed Amount for a given Calculation Period during the life of the trade. There must be Worldscale Rate Step specified for each Calculation Period, regardless of whether the Worldscale Rate Step changes or remains the same between periods.'

<settlementPeriodsPriceSchedule> CommoditySettlementPeriodsPriceSchedule </settlementPeriodsPriceSchedule> [1..*]

'For an electricity transaction, the fixed price schedule for one or more groups of Settlement Periods on which fixed payments are based. if the schedule differs for different groups of Settlement Periods, this element should be repeated.'

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

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

<calculationPeriodsScheduleReference> CalculationPeriodsScheduleReference </calculationPeriodsScheduleReference> [1]

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

<calculationPeriodsDatesReference> CalculationPeriodsDatesReference </calculationPeriodsDatesReference> [1]

'A pointer style reference to single-day-duration Calculation Periods defined on another leg.'

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