Definition Type: Group
Name: InterestPaymentDetails.model
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Documentation:
A model which contains all fields required to describe an interest payment.
Collapse XSD Schema Diagram:
Drilldown into interestAccrualSchedule in schema fpml-loan-4-5_xsd Drilldown into interestPayment in schema fpml-loan-4-5_xsdXSD Diagram of InterestPaymentDetails.model in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="InterestPaymentDetails.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model which contains all fields required to describe an interest payment.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="interestPayment" type="InterestPayment">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Represents the total amount of interest paid by the borrower to the agent bank and the share of it paid to the lender.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="interestAccrualSchedule" type="InterestAccrualSchedule">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A schedule that incorporates all sub-periods of an interest accrual calculation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
interestPayment fpml:interestPayment (1) (1)
interestAccrualSchedule fpml:interestAccrualSchedule (1) (1)