XML Schema Documentation

Complex Type: OilPhysicalLeg

[Table of contents]

Super-types: Leg < PhysicalLeg (by extension) < OilPhysicalLeg (by extension)
Sub-types: None
Name OilPhysicalLeg
Used by (from the same schema document) Complex Type CommoditySwap
Abstract no
Documentation Physically settled leg of a physically settled oil product 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> CommodityDeliveryPeriods </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.'

<oil> OilProduct </oil> [1]

'The specification of the oil product to be delivered.'

<deliveryConditions> OilDelivery </deliveryConditions> [1]

'The physical delivery conditions for the transaction.'

<deliveryQuantity> CommodityPhysicalQuantity </deliveryQuantity> [1]

'The different options for specifying the quantity.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="OilPhysicalLeg">
<xsd:complexContent>
<xsd:extension base=" PhysicalLeg ">
<xsd:sequence>
<xsd:element name="deliveryPeriods" type=" CommodityDeliveryPeriods "/>
<xsd:element name="oil" type=" OilProduct "/>
<xsd:element name="deliveryConditions" type=" OilDelivery "/>
<xsd:element name="deliveryQuantity" type=" CommodityPhysicalQuantity "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>