calc-immo-investment

1.0.0 • Public • Published

calculate an immo investment

Calculating an investment financed by credit over several years. Takes in 4 parameters:

  1. the total cost of the object
  2. how much of your own money you re going to invest (so the part you dont have to take a credit for)

Installation

Install via NPM:

npm install calc-immo-investment

Usage

javascript

var myCalculator = require("calc-immo-investment");

myApp.printMsg(); // print and return " Hello World! " 

TypeScript

import * as myApp from 'simple-hello-world-example';

myApp.printMsg(); // print and return " Hello World! " 

License

This project is licensed under the terms of the MIT license.

Package Sidebar

Install

npm i calc-immo-investment

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

2.71 kB

Total Files

4

Last publish

Collaborators

  • araisl