Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 757 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 757 Bytes

SocialSecurityCalculator

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:

  1. EarningsRecord - Dictionary mapping a year to the amount of Social Security eligible earnings in that particular year

  2. 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