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 Commodity Swap.
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.'

<product> GasProduct </product> [1]

'The specification of the gas to be delivered.'

<delivery> GasDelivery </delivery> [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="product" type=" GasProduct "/>
<xsd:element name="delivery" type=" GasDelivery "/>
<xsd:element name="deliveryQuantity" type=" GasPhysicalQuantity "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>