https://github.com/miramo1/retirement-calculator
A quick and easy investment and retirement withdrawal calculator
https://github.com/miramo1/retirement-calculator
401k investing matplotlib python retirement rmd roth-ira tkinter withdrawal
Last synced: 3 months ago
JSON representation
A quick and easy investment and retirement withdrawal calculator
- Host: GitHub
- URL: https://github.com/miramo1/retirement-calculator
- Owner: miramo1
- Created: 2024-06-12T23:07:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-16T16:17:03.000Z (about 1 year ago)
- Last Synced: 2025-01-24T15:41:52.440Z (5 months ago)
- Topics: 401k, investing, matplotlib, python, retirement, rmd, roth-ira, tkinter, withdrawal
- Language: Python
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

1. Average inflation since 1975 is 3.77%; average since 2000 is 2.58%. https://www.ssa.gov/cola/
2. Average return of S&P 500 Index is ~10.5% over the last 100 years, assuming dividends are reinvested. We use 9% as a conservative estimate. http://www.econ.yale.edu/~shiller/data.htm, https://shillerdata.com/
3. Tab to switch between Investment and Retirement, Enter to submit, R to reset parameters.
4. Withdrawals happen on day 1 of the year, compounding happens on day 365. The starting year is included in the withdrawal calculations.
5. Run main.py to start. Enjoy!