<xsd:complexType name="FloatingPriceLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Floating Price Leg of a Commodity Swap.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FinancialSwapLeg">
<xsd:sequence>
<xsd:group ref="CommodityCalculationPeriods.model">
</xsd:group>
<xsd:element name="commodity" type="Commodity" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the underlying instrument. At this time, only underlyers of type Commodity are supported; the choice group in the future could offer the possibility of adding other types later.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="CommodityNotionalQuantity.model">
</xsd:group>
<xsd:element name="calculation" type="FloatingLegCalculation" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines details relevant to the calculation of the floating price.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="CommodityPaymentDates.model" minOccurs="0">
</xsd:group>
<xsd:group ref="CommodityFreightFlatRate.model" minOccurs="0">
</xsd:group>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|