XML Schema Documentation

Complex Type: PhysicalLeg

[Table of contents]

Super-types: Leg < PhysicalLeg (by extension)
Sub-types:
Name PhysicalLeg
Abstract yes
Documentation The common components of a physically settled leg of a Commodity Swap. This is an abstract type and should be extended by commodity-specific types.
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.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="PhysicalLeg" abstract="true">
<xsd:complexContent>
<xsd:extension base=" Leg ">
<xsd:sequence>
<xsd:group ref=" PayerReceiver.model "/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>