kfowlks / SocialSecurityCalculator

Python script to calculate estimated Social Security Benefits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 (antkowiak@gmail.com) 2017-07-15 Copyright (c) 2017 All Rights Reserved

Updated by Kevin Fowlks (fowlk1kd@gmail.com) 2019-09-03

About

Python script to calculate estimated Social Security Benefits


Languages

Language:Python 100.0%