Skip to content

CLI for estimating lost retirement if your employer quits matching retirement fund contributions

License

Notifications You must be signed in to change notification settings

wesleylhandy/calc-benefits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lost Benefits Estimator CLI

This is a command-line interface for the sole purpose of estimating, via the rule of 72, total lost retirement benefits if your employer quits offering matching retirement fund contributions

Installation Instructions

Requires:

node v8.5+

Install:

npm install -g lost-benefits-calculator

Usage Instructions

From the command-line, run calc-benefits to enter start the interface. Answer the questions you see on the screen.

  • You will be prompted to enter your annual salary, the years remaining until your retirement, the previous matching percentage by your employer, and your estimated annual return from your retirment fund.

Command-line Options

This interface allows you to skip all questions by entering the values directly on the command line when you call the function via options.

To view the complete options, run:

calc-benefits -h

Format: do not include commas to separate thousands and no $ or % signs

calc-benefits -s <integer: salary> -y <integer: years_to_retirment> -m <float: matching_percentage> -r <float: annual_401k_return_rate>

Example:

calc-benefits -s 50000 -y 30 -m 4.0 -r 8.5

About

CLI for estimating lost retirement if your employer quits matching retirement fund contributions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published