loan-calculate

1.0.0 • Public • Published

loan

Loan calculate function in JavaScript.

Example

const resultLoan = calculateLoan({
    installment: 12,
    amount: 10000,
    interestRate: 2.5,
    bsmvRate: 0.1,
    kkdfRate: 0.15
})

console.log(resultLoan);
/* { monthlyPayment: 1012.131749839122, totalPayment: 12145.580998069465 } */

Package Sidebar

Install

npm i loan-calculate

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

2.55 kB

Total Files

4

Last publish

Collaborators

  • bisevac