Class SettlementPeriods

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

public class SettlementPeriods extends Object
Specifies a set of Settlement Periods associated with an Electricity Transaction for delivery on an Applicable Day or for a series of Applicable Days.

Java class for SettlementPeriods complex type.

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

 <complexType name="SettlementPeriods">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="duration" type="{http://www.fpml.org/FpML-5/confirmation}SettlementPeriodDurationEnum"/>
         <element name="applicableDay" type="{http://www.fpml.org/FpML-5/confirmation}DayOfWeekExtEnum" maxOccurs="7" minOccurs="0"/>
         <sequence>
           <element name="startTime" type="{http://www.fpml.org/FpML-5/confirmation}OffsetPrevailingTime"/>
           <element name="endTime" type="{http://www.fpml.org/FpML-5/confirmation}OffsetPrevailingTime"/>
           <element name="timeDuration" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
         </sequence>
         <choice minOccurs="0">
           <element name="excludeHolidays" type="{http://www.fpml.org/FpML-5/confirmation}CommodityBusinessCalendar"/>
           <element name="includeHolidays" type="{http://www.fpml.org/FpML-5/confirmation}CommodityBusinessCalendar"/>
         </choice>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>