<xsd:complexType name="FixedPriceLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fixed Price Leg of a Commodity Swap.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Leg">
<xsd:sequence>
<xsd:group ref="PayerReceiver.model" />
<xsd:group ref="CommodityCalculationPeriods.model" />
<xsd:choice>
<xsd:element name="fixedPriceSchedule" type="CommodityFixedPriceSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">Allows the specification of a Fixed Price that varies over the life of the trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<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>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>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:choice>
</xsd:choice>
<xsd:group ref="CommodityNotionalQuantity.model" />
<xsd:group ref="CommodityPaymentDates.model" />
<xsd:group ref="CommodityFreightFlatRate.model" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|