Loan Amortization Payment (AMP) Calculator
Review your calculated loan metrics and the detailed amortization schedule below. Use the button to export the full schedule as a PDF report.
Loan Summary
Monthly Payment:
$0.00
Total Principal Paid:
$0.00
Total Interest Paid:
$0.00
Total Cost of Loan:
$0.00
Full Amortization Schedule
Please enter the loan details in the 'Loan Configuration & Input' tab and click 'Calculate' to generate the schedule.
Calculation Error: Could not generate a schedule.
'; return; } let tableHtml = `| Month | Payment | Principal | Interest | Remaining Balance |
|---|---|---|---|---|
| ${row.month} | ${formatCurrency(row.payment)} | ${formatCurrency(row.principal)} | ${formatCurrency(row.interest)} | ${formatCurrency(row.balance)} |
| TOTAL INTEREST PAID: | ${formatCurrency(finalTotalInterest)} | ${formatCurrency(0)} | ||
