<xsd:group name="CommodityFixedPrice.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">The different options for specifying the Fixed Price.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice>
<xsd:element name="fixedPrice" type="FixedPrice">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fixed price on which fixed payments are based.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="worldscaleRate" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">For a WET Voyager Charter Commodity Swap, the number of Worldscale Points for purposes of the calculation of a Fixed Amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="contractRate" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation xml:lang="en">For a DRY Voyage Charter or Time Charter Commodity Swap, the price per relevant unit for pruposes of the calculation of a Fixed Amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="settlementPeriodsPrice" type="SettlementPeriodsFixedPrice" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="totalPrice" type="NonNegativeMoney" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The total amount of all fixed payments due during the term of the trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|