XML Schema Documentation

Model Group: CommodityFixedPrice.model

[Table of contents]

Name CommodityFixedPrice.model
Used by (from the same schema document) Complex Type NonPeriodicFixedPriceLeg , 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 a range of ranges of Settlement Periods on which fixed payments are based.'

End Choice
End Choice
Diagram
Schema Component Representation
<xsd:group name="CommodityFixedPrice.model">
<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:group>