XML Schema Documentation

Complex Type: ElectricityDeliveryPeriods

[Table of contents]

Super-types: CommodityDeliveryPeriods < ElectricityDeliveryPeriods (by extension)
Sub-types: None
Name ElectricityDeliveryPeriods
Abstract no
Documentation The different options for specifying the Delivery Periods for a physically settled electricity trade.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
Start Choice [1]
<periods> AdjustableDates </periods> [1]

'The Delivery Periods for this leg of the swap. This type is only intended to be used if the Delivery Periods differ from the Calculation Periods on the fixed or floating leg. If DeliveryPeriods mirror another leg, then the calculationPeriodsReference element should be used to point to the Calculation Periods on that leg - or the calculationPeriodsScheduleReference can be used to point to the Calculation Periods Schedule for that leg.'

<periodsSchedule> CommodityCalculationPeriodsSchedule </periodsSchedule> [1]

'The Delivery Periods for this leg of the swap. This type is only intended to be used if the Delivery Periods differ from the Calculation Periods on the fixed or floating leg. If DeliveryPeriods mirror another leg, then the calculationPeriodsReference element should be used to point to the Calculation Periods on that leg - or the calculationPeriodsScheduleReference can be used to point to the Calculation Periods Schedule for that leg.'

Start Choice [1]
<calculationPeriodsReference> CalculationPeriodsReference </calculationPeriodsReference> [1]

'A pointer style reference to the Calculation Periods defined on another leg.'

<calculationPeriodsScheduleReference> CalculationPeriodsScheduleReference </calculationPeriodsScheduleReference> [1]

'A pointer style reference to the Calculation Periods Schedule defined on another leg.'

<calculationPeriodsDatesReference> CalculationPeriodsDatesReference </calculationPeriodsDatesReference> [1]

'A pointer style reference to single-day-duration Calculation Periods defined on another leg.'

End Choice
End Choice
<settlementPeriods> SettlementPeriods </settlementPeriods> [0..*]

'The periods within the Delivery Periods during which the electricity will be delivered.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ElectricityDeliveryPeriods">
<xsd:complexContent>
<xsd:extension base=" CommodityDeliveryPeriods ">
<xsd:sequence>
<xsd:element name="settlementPeriods" type=" SettlementPeriods " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>