-
Notifications
You must be signed in to change notification settings - Fork 42
Amortization Schedule Calculator
James Pederson edited this page May 17, 2014
·
1 revision
Takes amount, term, and rate from the form - then displays a complete amortization schedule for the provided loan information.
$(".calculator-amortization").accrue({
mode: "amortization"
});
See the plugin options to find out more about how to customize the output or change other settings.
See it in action at AccrueJS.com. Built with care for free by James Pederson.