XML Schema Documentation

Complex Type: FeeLeg

[Table of contents]

Super-types: Leg < FeeLeg (by extension)
Sub-types: None
Name FeeLeg
Used by (from the same schema document) Complex Type CreditDefaultSwap
Abstract no
XML Instance Representation
<...>
<initialPayment> InitialPayment </initialPayment> [0..1]

'Specifies a single fixed payment that is payable by the payer to the receiver on the initial payment date. The fixed payment to be paid is specified in terms of a known currency amount. This element should be used for CDS Index trades and can be used for CDS trades where it is necessary to represent a payment from Seller to Buyer. For CDS trades where a payment is to be made from Buyer to Seller the feeLeg/singlePayment structure must be used.'

<singlePayment> SinglePayment </singlePayment> [0..*]

'Specifies a single fixed amount that is payable by the buyer to the seller on the fixed rate payer payment date. The fixed amount to be paid is specified in terms of a known currency amount.'

<periodicPayment> PeriodicPayment </periodicPayment> [0..1]

'Specifies a periodic schedule of fixed amounts that are payable by the buyer to the seller on the fixed rate payer payment dates. The fixed amount to be paid on each payment date can be specified in terms of a known currency amount or as an amount calculated on a formula basis by reference to a per annum fixed rate. The applicable business day convention and business day for adjusting any fixed rate payer payment date if it would otherwise fall on a day that is not a business day are those specified in the dateAdjustments element within the generalTerms component. ISDA 2003 Term:'

<marketFixedRate> xsd:decimal </marketFixedRate> [0..1]

'An optional element that only has meaning in a credit index trade. This element contains the credit spread (\"fair value\") at which the trade was executed. Unlike the fixedRate of an index, the marketFixedRate varies over the life of the index depending on market conditions. The marketFixedRate is the price of the index as quoted by trading desks.'

<paymentDelay> xsd:boolean </paymentDelay> [0..1]

'Applicable to CDS on MBS to specify whether payment delays are applicable to the fixed Amount. RMBS typically have a payment delay of 5 days between the coupon date of the reference obligation and the payment date of the synthetic swap. CMBS do not, on the other hand, with both payment dates being on the 25th of each month.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="FeeLeg">
<xsd:complexContent>
<xsd:extension base=" Leg ">
<xsd:sequence>
<xsd:element name="initialPayment" type=" InitialPayment " minOccurs="0"/>
<xsd:element name="singlePayment" type=" SinglePayment " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="periodicPayment" type=" PeriodicPayment " minOccurs="0"/>
<xsd:element name="marketFixedRate" type=" xsd:decimal " minOccurs="0"/>
<xsd:element name="paymentDelay" type=" xsd:boolean " minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>