<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>
|