Class CommodityInterestLeg

java.lang.Object

public class CommodityInterestLeg extends CommodityPerformanceSwapLeg
A type describing the interest rate leg (a.k.a fee leg) of the commodity performance swap.

Java class for CommodityInterestLeg complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CommodityInterestLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CommodityPerformanceSwapLeg">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCalculationPeriods.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityPaymentDates.model"/>
         <choice>
           <element name="notionalAmount" type="{http://www.fpml.org/FpML-5/confirmation}CommodityNotionalAmount"/>
           <element name="notionalAmountReference" type="{http://www.fpml.org/FpML-5/confirmation}CommodityNotionalAmountReference"/>
         </choice>
         <element name="commodityFixedInterestCalculation" type="{http://www.fpml.org/FpML-5/confirmation}CommodityFixedInterestCalculation"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>