Skip to content

architsakhadeo/Net-Worth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Net-Worth

Instructions to run

python compoundInterestCalculator.py

Description

This code calculates the total future value of investments including several factors as follows:

  1. Initial amount invested
  2. Monthly investments
  3. Expected Annual Return in percentage
  4. Expected Annual Increase in Income in percentage
  5. Expected Annual Inflation in percentage
  6. Duration over which the value is calculated

All monthly deposits are after-tax. The total value of the investments is before capital gains tax.

Example

Following are the results for:

  1. Initial amount invested = $0
  2. Monthly investments = $2000
  3. Expected Annual Return in percentage = 15%
  4. Expected Annual Increase in Income in percentage = 10%
  5. Expected Annual Inflation in percentage = 2.5%
  6. Duration over which the value is calculated = 20 years

About

Net-worth compound interest calculator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages