An open API service indexing awesome lists of open source software.

https://github.com/juliusmarkwei/mortgage-calculator

Mortgage Calculator for calculating Interest on a loan and estimating the debt to be settled each month.
https://github.com/juliusmarkwei/mortgage-calculator

Last synced: 8 months ago
JSON representation

Mortgage Calculator for calculating Interest on a loan and estimating the debt to be settled each month.

Awesome Lists containing this project

README

          

This is a Mortgage Calculator for calculating Interest on a loan. The program takes inputs (Principal, Annual Interest Rate and Number of Years), performs the necessary mathematical computations using the general model M = P*(r(1+r)^n/((1-r)^n)-1), where M is the Mortgage to be settled every months, P is the Principal, 'r' is the interest Rate and 'n' being the number of months to settle the debt. The results, that is, the true output, is then at the end in the terminal.