| Loan Offer Details | |
|---|---|
| Loan Offer Amount | {{ViewLoanDetails.LoanOffer.Amount | currency : "R"}} |
| Loan Offer Balance | {{ViewLoanDetails.LoanOffer.Balance | currency : "R"}} |
| Loan Duration | {{ViewLoanDetails.LoanDuration}} {{ViewLoanDetails.TermType.Description}} |
| Offer Request | |
|---|---|
| Borrower: | {{ViewLoanDetails.LoanRequest.Borrower.ProfileNumber}} |
| Requested Amount: | {{ViewLoanDetails.LoanAmount | currency : "R"}} |
| Interest: | {{ViewLoanDetails.LoanOffer.InterestRate }} % |
| Loan repayment Amount: | {{ViewLoanDetails.TotalaPayment | currency : "R"}} |
| Paid Amount | {{totalRepayment | currency : "R"}} |
| Loan Balance | {{loanBalance | currency : "R"}} |
| Payment date: | {{ViewLoanDetails.LoanRequest.FirstPaymentDate | date : "dd MMM yyyy"}} |
| Payment Date | Installment | Amount Paid |
|---|---|---|
| {{x.PaymentDate | date : "dd MMMM yyyy"}} | {{x.Installment | currency : "R"}} | {{x.PaymentAmount | currency : "R"}} |