rrso-calculator
TypeScript icon, indicating that this package has built-in type declarations

2.1.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i rrso-calculator

Weekly Downloads

0

Version

2.1.2

License

MIT

Unpacked Size

7.96 kB

Total Files

8

Last publish

Collaborators

  • adamnowocin