Class GasDeliveryPeriods

java.lang.Object
net.finmath.smartcontract.product.xml.CommodityDeliveryPeriods
net.finmath.smartcontract.product.xml.GasDeliveryPeriods

public class GasDeliveryPeriods extends CommodityDeliveryPeriods
The different options for specifying the Delivery Periods for a physically settled gas trade.

Java class for GasDeliveryPeriods complex type.

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

 <complexType name="GasDeliveryPeriods">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryPeriods">
       <sequence minOccurs="0">
         <element name="supplyStartTime" type="{http://www.fpml.org/FpML-5/confirmation}PrevailingTime"/>
         <element name="supplyEndTime" type="{http://www.fpml.org/FpML-5/confirmation}PrevailingTime"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>