complexType "FeeLeg"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
globally in fpml-cd-5-13.xsd; see XML source
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (4):
periodicPayment (defined in FeeLeg complexType),
periodicPayment (defined in FeeLeg complexType),
All Direct / Indirect Based Elements (2):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
Leg (extension)
  FeeLeg
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="FeeLeg">
<xsd:complexContent>
<xsd:extension base="Leg">
<xsd:sequence>
<xsd:choice>
<xsd:sequence>
<xsd:choice>
<xsd:element name="initialPayment" type="InitialPayment"/>
<xsd:element maxOccurs="unbounded" name="singlePayment" type="SinglePayment"/>
</xsd:choice>
<xsd:element minOccurs="0" name="periodicPayment" type="PeriodicPayment"/>
</xsd:sequence>
<xsd:element name="periodicPayment" type="PeriodicPayment"/>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
initialPayment
Type:
InitialPayment, complex content
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, Standard CDS 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.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="initialPayment" type="InitialPayment"/>

periodicPayment
Type:
PeriodicPayment, complex content
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:
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="periodicPayment" type="PeriodicPayment"/>

periodicPayment
Type:
PeriodicPayment, complex content
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:
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="periodicPayment" type="PeriodicPayment"/>

singlePayment
Type:
SinglePayment, complex content
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.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="singlePayment" type="SinglePayment"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.