Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 2.32 KB

README.md

File metadata and controls

54 lines (37 loc) · 2.32 KB

shiny-retirement-calc

Actions Status

Shiny app for performing retirement planning via Monte Carlo simulation, FIRE, etc.

Deployed on ShinyApps.io

Development

  • Install packages with install.packages()
  • Run the Shiny app via RStudio desktop

CI/CD

  • Automated deployment via Github Actions
  • SHINYAPPS_NAME, SHINYAPPS_SECRET, and SHINYAPPS_TOKEN are repository secrets in Github where the values include single quotes around them. The name is the Github account username.

Data

Open Questions

  • Are stock returns, bond returns, and inflation normally distributed?
  • How do correlations between asset classes impact results? Are there correlations between inflation, interest rates, and market returns?

TODOs (add variables or account for)

  • Nursing home costs
  • Medical care / insurance
  • Long term care insurance
  • Taxes (current and in retirement), pre-tax and post-tax
  • 401k/403b and employee matching
  • Traditional and Roth IRAs
  • Social security, pensions, etc.
  • Asset reallocation over time to mimic target retirement funds, more bonds over stocks, etc.
  • Inheritance

Online Calculators

Resources and Readings