Skip to content

Amortization Schedule Calculator

James Pederson edited this page May 17, 2014 · 1 revision

Basic Implementation

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.