lmi

0.0.1 • Public • Published

Lenders Mortgage Insurance calculator

Build Status

Node module for calculating lenders mortgage insurance (LMI) in Australia.

Install

> npm install lmi --save

Example

var calculator = require('lmi');
var lmi = calculator(0.90, 680000);
// 22508

Contribution

  1. Write tests
  2. Enable editorconfig or local .vimrc support, make sure whitespaces/code conventions are the same
  3. Make sure tests pass

Readme

Keywords

none

Package Sidebar

Install

npm i lmi

Weekly Downloads

1

Version

0.0.1

License

BSD

Last publish

Collaborators

  • hongymagic