Class OilPhysicalLeg

java.lang.Object

public class OilPhysicalLeg extends PhysicalSwapLeg
Physically settled leg of a physically settled oil product transaction.

Java class for OilPhysicalLeg complex type.

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

 <complexType name="OilPhysicalLeg">
   <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="oil" type="{http://www.fpml.org/FpML-5/confirmation}OilProduct"/>
         <element name="deliveryConditions" type="{http://www.fpml.org/FpML-5/confirmation}OilDelivery"/>
         <element name="deliveryQuantity" type="{http://www.fpml.org/FpML-5/confirmation}CommodityPhysicalQuantity"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>