XML Schema Documentation

Complex Type: GasPhysicalLeg

[Table of contents]

Super-types: Leg < PhysicalLeg (by extension) < GasPhysicalLeg (by extension)
Sub-types: None
Name GasPhysicalLeg
Used by (from the same schema document) Complex Type CommoditySwap
Abstract no
Documentation Physically settled leg of a physically settled gas transaction.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<payerPartyReference> PartyOrAccountReference </payerPartyReference> [1]

'A reference to the party responsible for making the payments defined by this structure.'

<receiverPartyReference> PartyOrAccountReference </receiverPartyReference> [1]

'A reference to the party that receives the payments corresponding to this structure.'

<deliveryPeriods> GasDeliveryPeriods </deliveryPeriods> [1]

'The different options for specifying the Delivery or Supply Periods. Unless the quantity or price is to vary periodically during the trade or physical delivery occurs on a periodic basis, periodsSchedule should be used and set to 1T.'

<gas> GasProduct </gas> [1]

'The specification of the gas to be delivered.'

<deliveryConditions> GasDelivery </deliveryConditions> [1]

'The physical delivery conditions for the transaction.'

<deliveryQuantity> GasPhysicalQuantity </deliveryQuantity> [1]

'The different options for specifying the quantity. For Fixed trades where the quantity is known at the time of confirmation, a single quantity or a quantity per Delivery Period may be specified. For Variable trades minimum and maximum trades may be specified.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="GasPhysicalLeg">
<xsd:complexContent>
<xsd:extension base=" PhysicalLeg ">
<xsd:sequence>
<xsd:element name="deliveryPeriods" type=" GasDeliveryPeriods "/>
<xsd:element name="gas" type=" GasProduct "/>
<xsd:element name="deliveryConditions" type=" GasDelivery "/>
<xsd:element name="deliveryQuantity" type=" GasPhysicalQuantity "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>