Class FinancialSwapLeg

java.lang.Object
Direct Known Subclasses:
FixedPriceLeg, FloatingPriceLeg, WeatherLeg

public abstract class FinancialSwapLeg extends CommoditySwapLeg
The common components of a financially settled leg of a Commodity Swap. This is an abstract type and should be extended by commodity-specific types.

Java class for FinancialSwapLeg complex type.

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

 <complexType name="FinancialSwapLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CommoditySwapLeg">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>