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

https://github.com/srbrettle/compound-interest-modelling-python

Plotting compound interest over time for a range of scenarios.
https://github.com/srbrettle/compound-interest-modelling-python

calculator compound compound-interest economics finance modelling plot-image python

Last synced: 7 months ago
JSON representation

Plotting compound interest over time for a range of scenarios.

Awesome Lists containing this project

README

          

# Compound-Interest-Modelling-Python
Plotting compound interest over time for a range of scenarios.

Scenario 1: Initial = 10000, Interest Rate = 7, Compounds Per Year = 12.
Scenario 2: Initial = 10000, Interest Rate = 4, Compounds Per Year = 12.
Scenario 3: Initial = 25000, Interest Rate = 7, Compounds Per Year = 12.
Scenario 4: Initial = 25000, Interest Rate = 4, Compounds Per Year = 12.
Scenario 5: Initial = 10000, Interest Rate = 7, Compounds Per Year = 1.
Scenario 6: Initial = 10000, Interest Rate = 4, Compounds Per Year = 1.
Scenario 7: Initial = 25000, Interest Rate = 7, Compounds Per Year = 1.
Scenario 8: Initial = 25000, Interest Rate = 4, Compounds Per Year = 1.

Compound Interest over 40 Years:
![Resulting Plot Image - 40 Years](/CompoundInterest40Years.png?raw=true "Compound Interest 40 Years")

Compound Interest over 60 Years:
![Resulting Plot Image - 60 Years](/CompoundInterest60Years.png?raw=true "Compound Interest 60 Years")