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
<...>
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.'

End Choice
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: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:choice>
<xsd:group ref=" CommodityCalculationPeriodsPointer.model "/>
</xsd:sequence>
</xsd:complexType>