Class FixedPriceLeg

java.lang.Object

public class FixedPriceLeg extends FinancialSwapLeg
Fixed Price Leg of a Commodity Swap. It defines schedule of fixed payments associated with a commodity swap.

Java class for FixedPriceLeg complex type.

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

 <complexType name="FixedPriceLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FinancialSwapLeg">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCalculationPeriods.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityFixedPrice.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityNotionalQuantity.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityPaymentDates.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityFreightFlatRate.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>