Definition Type: ComplexType
Name: PeriodicPayment
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF:PaymentBase
Containing Schema: fpml-cd-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into floatingAmountCalculation in schema fpml-cd-5-10_xsd4 Drilldown into fixedAmountCalculation in schema fpml-cd-5-10_xsd4 Drilldown into fixedAmount in schema fpml-cd-5-10_xsd4 Drilldown into paymentFrequency in schema fpml-cd-5-10_xsd4 Drilldown into id in schema fpml-shared-5-10_xsd5 Drilldown into PaymentBase in schema fpml-shared-5-10_xsd5XSD Diagram of PeriodicPayment in schema fpml-cd-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PeriodicPayment">
    <xsd:complexContent>
        <xsd:extension base="PaymentBase">
            <xsd:sequence>
                <xsd:element name="paymentFrequency" type="Period" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The time interval between regular fixed rate payer payment dates.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:choice>
                    <xsd:element name="fixedAmount" type="Money">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">A fixed payment amount. ISDA 2003 Term: Fixed Amount</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="fixedAmountCalculation" type="FixedAmountCalculation">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">This element contains all the terms relevant to calculating a fixed amount where the fixed amount is calculated by reference to a per annum fixed rate. There is no corresponding ISDA 2003 Term. The equivalent is Sec 5.1 "Calculation of Fixed Amount" but this in itself is not a defined Term.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="floatingAmountCalculation" type="FloatingAmountCalculation" />
                </xsd:choice>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
paymentFrequency nsF:paymentFrequency 0 (1)
fixedAmount nsF:fixedAmount (1) (1)
fixedAmountCalculation nsF:fixedAmountCalculation (1) (1)
floatingAmountCalculation nsF:floatingAmountCalculation (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:periodicPayment, nsF:periodicPayment, nsF:periodicPayment