Definition Type: ComplexType
Name: LoanContractRepayment
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
The amount of principal repayment associated with a single loan contract.
Collapse XSD Schema Diagram:
Drilldown into interestPaidWithRepayment in schema fpml-loan-4-5_xsd Drilldown into amount in schema fpml-loan-4-5_xsd Drilldown into loanContractSummary in schema fpml-loan-4-5_xsdXSD Diagram of LoanContractRepayment in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LoanContractRepayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The amount of principal repayment associated with a single loan contract.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="loanContractSummary" type="LoanContractSummary">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A basic set of fields used to uniquely identify the loan contract.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="amount" type="ParticipationAmount">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The amount of principal repayment associated with this loan contract. This can be represented at the global and the lender share levels.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="interestPaidWithRepayment" type="InterestPaidWithRepaymentEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines whether interest is being paid together with the principal repayment (on repayment date).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
loanContractSummary fpml:loanContractSummary (1) (1)
amount fpml:amount (1) (1)
interestPaidWithRepayment fpml:interestPaidWithRepayment (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:loanContractRepayment