XML Schema Documentation

Complex Type: FixedPaymentLeg

[Table of contents]

Super-types: DirectionalLeg < FixedPaymentLeg (by extension)
Sub-types: None
Name FixedPaymentLeg
Used by (from the same schema document) Complex Type DividendSwapTransactionSupplement
Abstract no
Documentation Fixed Payment Leg of a Dividend Swap.
XML Instance Representation
<...>
<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.'

<fixedPayment> FixedPaymentAmount </fixedPayment> [1..*]

'Fixed payment of a dividend swap, payment date is relative to a dividend period payment date. Commonly the dividend leg and the fixed payment leg will pay out on the same date, and the payments will be netted.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="FixedPaymentLeg">
<xsd:complexContent>
<xsd:extension base=" DirectionalLeg ">
<xsd:sequence>
<xsd:element name="fixedPayment" type=" FixedPaymentAmount " maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>