Skip to content

ryanyu9/loan_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

loan_calculator.py

Two functions defined in this program are explained as below.

get_month_pay is used to calculate monthly payment after input of loan_amount, loan_len_year and rate. This is pretty basic. Many online loan calculators do exactly this.

get_loan_portion is used to calculate how much you have paid on the loan principal after paying a while. Over time, the proportion of monthly payment paid on principal increases and the proportion paid on interest decreases. This function gives an idea about how fast the change could be. The example given shows in the first half of the loan period (7.5 out of 15 years), over 72% of total interest has been paid. This means in the second half of loan period, you would pay much less on interest. It calls get_month_pay function.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages