Class ElectricityPhysicalLeg

java.lang.Object

public class ElectricityPhysicalLeg extends PhysicalSwapLeg
Physically settled leg of a physically settled electricity transaction.

Java class for ElectricityPhysicalLeg complex type.

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

 <complexType name="ElectricityPhysicalLeg">
   <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="settlementPeriods" type="{http://www.fpml.org/FpML-5/confirmation}SettlementPeriods" maxOccurs="unbounded"/>
         <element name="settlementPeriodsSchedule" type="{http://www.fpml.org/FpML-5/confirmation}SettlementPeriodsSchedule" minOccurs="0"/>
         <element name="loadType" type="{http://www.fpml.org/FpML-5/confirmation}LoadTypeEnum" minOccurs="0"/>
         <element name="electricity" type="{http://www.fpml.org/FpML-5/confirmation}ElectricityProduct"/>
         <element name="deliveryConditions" type="{http://www.fpml.org/FpML-5/confirmation}ElectricityDelivery"/>
         <element name="deliveryQuantity" type="{http://www.fpml.org/FpML-5/confirmation}ElectricityPhysicalQuantity"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>