XML Schema Documentation

Model Group: CommodityFixedPrice.model

[Table of contents]

Name CommodityFixedPrice.model
Used by (from the same schema document) Complex Type FixedPriceLeg
Documentation The different options for specifying the Fixed Price.
XML Instance Representation
Start Choice [1]
<fixedPriceSchedule> CommodityFixedPriceSchedule </fixedPriceSchedule> [1]

'Allows the specification of a Fixed Price that varies over the life of the trade.'

Start Choice [1]
<fixedPrice> FixedPrice </fixedPrice> [1]

'Fixed price on which fixed payments are based.'

<worldscaleRate> xsd:decimal </worldscaleRate> [1]

'For a WET Voyager Charter Commodity Swap, the number of Worldscale Points for purposes of the calculation of a Fixed Amount.'

<contractRate> NonNegativeMoney </contractRate> [1]

'For a DRY Voyage Charter or Time Charter Commodity Swap, the price per relevant unit for pruposes of the calculation of a Fixed Amount.'

<settlementPeriodsPrice> SettlementPeriodsFixedPrice </settlementPeriodsPrice> [1..*]

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

End Choice
End Choice
<totalPrice> NonNegativeMoney </totalPrice> [0..1]

'The total amount of all fixed payments due during the term of the trade.'

Diagram
Schema Component Representation
<xsd:group name="CommodityFixedPrice.model">
<xsd:sequence>
<xsd:choice>
<xsd:element name="fixedPriceSchedule" type=" CommodityFixedPriceSchedule "/>
<xsd:choice>
<xsd:element name="fixedPrice" type=" FixedPrice "/>
<xsd:element name="worldscaleRate" type=" xsd:decimal "/>
<xsd:element name="contractRate" type=" NonNegativeMoney "/>
<xsd:element name="settlementPeriodsPrice" type=" SettlementPeriodsFixedPrice " maxOccurs="unbounded"/>
</xsd:choice>
</xsd:choice>
<xsd:element name="totalPrice" type=" NonNegativeMoney " minOccurs="0"/>
</xsd:sequence>
</xsd:group>