Skip to content

adamnowocin/rrso-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Kalkulator Rzeczywistej Rocznej Stopy Procentowej

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published