Skip to content

AndreasRaisl/calc-immo-investment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a function for calculating a credit financed investment over several years

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published