formula-pmt

1.0.1 • Public • Published

pmt

CircleCI

Calculate loan payment

Syntax

PMT(rate, periods, present, future = 0, type = 0)

Install

npm install --save formula-pmt

Usage

var pmt = require('formula-pmt');
// 100K at 5% for 360 periods
pmt( 0.05 / 12, 360, 100000 )

Readme

Keywords

none

Package Sidebar

Install

npm i formula-pmt

Weekly Downloads

1,483

Version

1.0.1

License

MIT

Last publish

Collaborators

  • petermoresi