Class SettlementPeriodsSchedule

java.lang.Object
net.finmath.smartcontract.product.xml.SettlementPeriodsSchedule

public class SettlementPeriodsSchedule extends Object
The specification of the Settlement Periods in which the electricity will be delivered for a "shaped" trade i.e. where different Settlement Period ranges will apply to different periods of the trade.

Java class for SettlementPeriodsSchedule complex type.

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

 <complexType name="SettlementPeriodsSchedule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="settlementPeriodsStep" type="{http://www.fpml.org/FpML-5/confirmation}SettlementPeriodsStep" maxOccurs="unbounded"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryPeriodsPointer.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>