Class CoalPhysicalLeg

java.lang.Object

public class CoalPhysicalLeg extends PhysicalSwapLeg
Physically settled leg of a physically settled coal transaction.

Java class for CoalPhysicalLeg complex type.

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

 <complexType name="CoalPhysicalLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PhysicalSwapLeg">
       <sequence>
         <element name="deliveryPeriods" type="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryPeriods"/>
         <element name="coal" type="{http://www.fpml.org/FpML-5/confirmation}CoalProduct"/>
         <element name="deliveryConditions" type="{http://www.fpml.org/FpML-5/confirmation}CoalDelivery"/>
         <element name="deliveryQuantity" type="{http://www.fpml.org/FpML-5/confirmation}CommodityPhysicalQuantity"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>