Definition Type: ComplexType
Name: PeriodicPayment
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsA:PaymentBase
Containing Schema: fpml-cd-5-9.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into floatingAmountCalculation in schema fpml-cd-5-9_xsd Drilldown into fixedAmountCalculation in schema fpml-cd-5-9_xsd Drilldown into fixedAmount in schema fpml-cd-5-9_xsd Drilldown into paymentFrequency in schema fpml-cd-5-9_xsd Drilldown into id in schema fpml-shared-5-9_xsd Drilldown into PaymentBase in schema fpml-shared-5-9_xsdXSD Diagram of PeriodicPayment in schema fpml-cd-5-9_xsd (Financial products Markup Language (FpML®) - Transparency)
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 nsA:paymentFrequency 0 (1)
fixedAmount nsA:fixedAmount (1) (1)
fixedAmountCalculation nsA:fixedAmountCalculation (1) (1)
floatingAmountCalculation nsA:floatingAmountCalculation (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:periodicPayment, nsA:periodicPayment, nsA:periodicPayment
Collapse Comments:
blog comments powered by Disqus