Borrower Admin

Lender
{{ViewLoanDetails.LoanOffer.Lender.ProfileNumber}}
Loan Amount
{{ViewLoanDetails.LoanAmount | currency : "R"}}
Loan Duration
{{ViewLoanDetails.LoanDuration}} {{ViewLoanDetails.TermType.Description}}
Interest
{{ViewLoanDetails.LoanOffer.InterestRate}}%
First Payment Date
{{ViewLoanDetails.FirstRepaymentDate | date : "dd-MMMM-yyyy"}}
Total Loan
{{ViewLoanDetails.TotalaPayment | currency : "R"}}
Initial Payment
{{ViewLoanDetails.InitialPayment | currency : "R"}}
Monthly Payment
{{ViewLoanDetails.MonthlyInstallment | currency : "R"}}
Loan Balance
{{loanBalance | currency : "R"}}

Loan Statement

Payment Date Payment Amount Repayment Status
{{x.PaymentDate | date : "dd MMMM yyyy"}} {{x.PaymentAmount | currency : "R"}} {{x.Status.Description}}