XML Schema Documentation

Complex Type: GasDeliveryPeriods

[Table of contents]

Super-types: CommodityDeliveryPeriods < GasDeliveryPeriods (by extension)
Sub-types: None
Name GasDeliveryPeriods
Used by (from the same schema document) Complex Type GasPhysicalLeg
Abstract no
Documentation The different options for specifying the Delivery Periods for a physically settled gas 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.'

End Choice
End Choice
Start Sequence [0..1]
<supplyStartTime> PrevailingTime </supplyStartTime> [1]

'The time at which gas delivery should start on each day of the Delivery Period(s).'

<supplyEndTime> PrevailingTime </supplyEndTime> [1]

'The time at which gas delivery should end on each day of the Delivery Period(s).'

End Sequence
</...>
Diagram
Schema Component Representation
<xsd:complexType name="GasDeliveryPeriods">
<xsd:complexContent>
<xsd:extension base=" CommodityDeliveryPeriods ">
<xsd:sequence minOccurs="0">
<xsd:element name="supplyStartTime" type=" PrevailingTime "/>
<xsd:element name="supplyEndTime" type=" PrevailingTime "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>