LoanJS icon indicating copy to clipboard operation
LoanJS copied to clipboard

Calculate loan in js (browser/node.js) for equal installments, installments decreasing, the sum of interest, etc.

Results 2 LoanJS issues
Sort by recently updated
recently updated
newest added

Hey @kfiku, in Brazil loans are calculated by months, both installments and the interest. Is it possible to adapt as an option installments year and month? Like 18 months `installmentYear:...

Suggestion

I need to get an amortization where the payment is made in the beginning of the pay period, not the end. This is known as an "annuity due". If anyone...