1.0.0 • Published 7 years ago

uk-mortgage-calculator v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

mortgage-calculator

NPM Version NPM Downloads

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

1.0.0

7 years ago