Definition Type: ComplexType
Name: FeeLeg
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-cd-4-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into periodicPayment in schema fpml-cd-4-0_xsd Drilldown into singlePayment in schema fpml-cd-4-0_xsdXSD Diagram of FeeLeg in schema fpml-cd-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FeeLeg">
    <xsd:sequence>
        <xsd:element name="singlePayment" type="SinglePayment" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">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. The adjustable payment date. ISDA 2003 Term:</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="periodicPayment" type="PeriodicPayment" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">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:</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
singlePayment nsA:singlePayment 0 unbounded
periodicPayment nsA:periodicPayment 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:feeLeg