Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
786 views

Python: smarter way to calculate loan payments

How to calculate the monthly fee on a loan? Given is: a: an amount to loan. b: the loan period (number of months). c: the interest rate p.a. (interests is calculated and added every month, 1/12 of ...
0
votes
0answers
146 views

Mortgage calculation formula with pmi, insurance and tax

I want to create a mortgage calculator. I have following values and using that i want to calculate the monthly payment plan for mortgage. amount:3,00,000$ down payment:50,000$ Interest rate:8.0% Loan ...
0
votes
3answers
957 views

Home loan calculation formula (algorithm)?

How a bank calculate home loan's payments? For example, $1,000,000 at 5.00% over a 25 year period. Monthly payment: $5,845.90 Current Payment To Date ...