Skip to content

eduarmreyes/mortage-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Formula:

Principle & Interest:

((interestRate / 100) / 12) * loanAmount / (1-Math.pow((1 + ((interestRate / 100)/12)),-yearsOfMortgage*12))

Tax:

annualTax / 12

Insurance:

annualInsurance / 12

Monthly payment:

principleAndInterests + Tax + Insurance

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published