group "CommodityFixedPrice.model"
Namespace:
Content:
Defined:
globally in fpml-com-5-8.xsd; see XML source
Includes:
definitions of 6 elements
Used:
Content Model Diagram
Complex Content Model
(fixedPriceSchedule | fixedPrice | worldscaleRate | contractRate | settlementPeriodsPrice+), totalPrice?
Content Model Elements (6):
Known Usage Locations
Annotation
The different options for specifying the Fixed Price.
XML Source (w/o annotations (7); see within schema source)
<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 maxOccurs="unbounded" name="settlementPeriodsPrice" type="SettlementPeriodsFixedPrice"/>
</xsd:choice>
</xsd:choice>
<xsd:element minOccurs="0" name="totalPrice" type="NonNegativeMoney"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 6/6)
contractRate
Type:
NonNegativeMoney, complex content
For a DRY Voyage Charter or Time Charter Commodity Swap, the price per relevant unit for pruposes of the calculation of a Fixed Amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="contractRate" type="NonNegativeMoney"/>

fixedPrice
Type:
FixedPrice, complex content
Fixed price on which fixed payments are based.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="fixedPrice" type="FixedPrice"/>

fixedPriceSchedule
Type:
Allows the specification of a Fixed Price that varies over the life of the trade.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="fixedPriceSchedule" type="CommodityFixedPriceSchedule"/>

settlementPeriodsPrice
Type:
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.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="settlementPeriodsPrice" type="SettlementPeriodsFixedPrice"/>

totalPrice
Type:
NonNegativeMoney, complex content
The total amount of all fixed payments due during the term of the trade.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="totalPrice" type="NonNegativeMoney"/>

worldscaleRate
Type:
xsd:decimal, predefined, simple content
For a WET Voyager Charter Commodity Swap, the number of Worldscale Points for purposes of the calculation of a Fixed Amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="worldscaleRate" type="xsd:decimal"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.