0.3.0 • Published 5 years ago

@techequipt/finance-calculators v0.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

@techequipt/finance-calculators

npm (scoped) npm bundle size (minified)

A range of financial calculators.

Install

$ npm install @techequipt/finance-calculators

Usage

import { repayments } from "@techequipt/finance-calculators";

repayments({
  rate: 0.05,
  deposit: 5000,
  amount: 30000,
  years: 5,
  frequency: "monthly"
});
//=> "$471.78"