Loan Summary

Loan Details  
Loan Amount {{ViewLoanDetails.LoanAmount | currency : "R"}}
Status {{ViewLoanDetails.Status.Description}}
Reason {{ViewLoanDetails.Comment}}
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"}}

Loan Repayments

Payment Date Installment Amount Paid
{{x.PaymentDate | date : "dd-MM-yyyy"}} {{x.Installment | currency : "R "}} {{x.PaymentAmount | currency : "R "}}