" + "
| Loan Date: " + loanDate + " Principal: $" + formatNum(form.principal.value) + " # of Payments: " + anumMonths + " Interest Rate: " + formatNum(aIntRate * 12 / adivisor * 100) + "% Payment: $" + formatNum(form.HmoPmt.value) + " | ||||
Please allow for slight rounding differences. | ||||
| Payment # | Date | Principal | Interest | Balance |
| Totals | " + formatNum(aAccumPrin) + " | " + formatNum(aAccumInt) + " | 0.00 | |