Definition Type: ComplexType
Name: InterestPayment
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-loan-4-4.xsd
Abstract
Documentation:
A payment requested by the agent bank from each lender for the accrued interest amount for the certain period for the certain loan contract
Collapse XSD Schema Diagram:
Drilldown into amount in schema fpml-loan-4-4_xsd Drilldown into paymentDate in schema fpml-loan-4-4_xsd Drilldown into calculationMethod in schema fpml-loan-4-4_xsdXSD Diagram of InterestPayment in schema fpml-loan-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="InterestPayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A payment requested by the agent bank from each lender for the accrued interest amount for the certain period for the certain loan contract</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="calculationMethod" type="InterestCalculationMethodEnum" />
        <xsd:element name="paymentDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Date on which interest was paid to the lender by the agent bank.&gt;</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="amount" type="ParticipationAmount">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Interest amount paid by the borrower to the agent bank and lender share of it</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationMethod fpml:calculationMethod (1) (1)
paymentDate fpml:paymentDate (1) (1)
amount fpml:amount (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:interestPayment