Class PhysicalSwapLeg

java.lang.Object
Direct Known Subclasses:
CoalPhysicalLeg, ElectricityPhysicalLeg, EnvironmentalPhysicalLeg, GasPhysicalLeg, OilPhysicalLeg

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

Java class for PhysicalSwapLeg complex type.

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

 <complexType name="PhysicalSwapLeg">
   <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>