uk-mortgage-calculator
v1.0.0
Published
mortgage calculator for node
Downloads
3
Readme
mortgage-calculator
[![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url]
Installation
$ npm install mortgage-calculator
Features
Examples
import {CalculateMonthlyRepayment} from 'mortgage-calculator'
// this function takes the following parameters in order
// interest rate, term, borrowing amount, deposit
let result = CalculateMonthlyRepayment(6, 25, 220000, 0)
console.log(result) // 1417.46
Licence
MIT