ss_benefits: Computes social security benefits as a function of an...

Description Usage Arguments Details Value

Description

Computes social security benefits as a function of an individual's history of earnings, retirement age, year in which they retired, and disability / household status.

Usage

1
2
ss_benefits(ss_policy, individual_profile, begin_year = 1951,
  end_year = 2100)

Arguments

ss_policy

A list containing parameters for social security policy. See 'Details'.

individual_profile

A list containing the information about the individual for whom social security benefits will be computed.

Details

The policy parameters consist of a wage index, so-called 'bend points', retirement bonuses for retiring late, as well as cost-of-living increases. The current values for these policies may be found on the social security website, https://www.ssa.gov/oact/cola/Benefits.html. The 'ss_policy' list must contain the following items:

For formatting these inputs, see the data ss_policy_defaults, which returns default values in the correct format, using current social security administration policy as a guide. Load it with data(ss_policy_defaults).

Value

Vector of monthly social security benefit earnings, per year in current_year.


njanetos/ssbenefits documentation built on May 30, 2019, 8:14 a.m.