Class CommodityDeliveryPeriods

java.lang.Object
net.finmath.smartcontract.product.xml.CommodityDeliveryPeriods
Direct Known Subclasses:
GasDeliveryPeriods

public class CommodityDeliveryPeriods extends Object
The different options for specifying the Delivery Periods of a physical leg.

Java class for CommodityDeliveryPeriods complex type.

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

 <complexType name="CommodityDeliveryPeriods">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="periods" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDates"/>
         <element name="periodsSchedule" type="{http://www.fpml.org/FpML-5/confirmation}CommodityCalculationPeriodsSchedule"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCalculationPeriodsPointer.model"/>
       </choice>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>