2.1.2 • Published 6 years ago

rrso-calculator v2.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

rrso-calculator

Kalkulator Rzeczywistej Rocznej Stopy Procentowej

Usage

Borrow 1500 PLN for 8 months with 1.5% interest rate and 10% commission:

const amount = 1500;
const installments = 8;
const interestRate = 1.5,
const commission = 10;

RRSO.calculate(amount, interestRate, installments, commision, 0);

Building

npm run build

Testing

npm run test

License

rrso-calculator is licensed under the MIT license. For the full license, see the LICENSE file.

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago