Python script to calculate estimated Social Security Benefits
This Python script will calculate your expected retirement benefits from Social Security given your annual earnings. This script does not extrapolate potential future earnings. It only uses the income information provided into the EarningsRecord dictionary below.
Inputs:
-
EarningsRecord - Dictionary mapping a year to the amount of Social Security eligible earnings in that particular year
-
NationalAverageWageIndexSeries - Data pulled directly from the Social Security website for the national average wage data
Written by Ryan Antkowiak 2017-07-15 Copyright (c) 2017 All Rights Reserved
Updated by Kevin Fowlks (fowlk1kd@gmail.com) 2019-09-03