XML Schema Documentation

Complex Type: LoanContractRepayment

[Table of contents]

Super-types: None
Sub-types: None
Name LoanContractRepayment
Used by (from the same schema document) Complex Type Repayment
Abstract no
Documentation The amount of principal repayment associated with a single loan contract.
XML Instance Representation
<...>
<loanContractSummary> LoanContractSummary </loanContractSummary> [1]

'A basic set of fields used to uniquely identify the loan contract.'

<amount> ParticipationAmount </amount> [1]

'The amount of principal repayment associated with this loan contract. This can be represented at the global and the lender share levels.'

<interestPaidWithRepayment> InterestPaidWithRepaymentEnum </interestPaidWithRepayment> [1]

'Defines whether interest is being paid together with the principal repayment (on repayment date).'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="LoanContractRepayment">
<xsd:sequence>
<xsd:element name="loanContractSummary" type=" LoanContractSummary "/>
<xsd:element name="amount" type=" ParticipationAmount "/>
<xsd:element name="interestPaidWithRepayment" type=" InterestPaidWithRepaymentEnum "/>
</xsd:sequence>
</xsd:complexType>