getPiaAdjustmentsSet: Return the _Primary Insurance Amount Adjustments_ data set.

Description Usage Arguments Value Examples

View source: R/parameters.R

Description

If a worker takes benefit distributions before or after the normal retirement age, the PIA is adjusted by multiplying it by a percentage. A table of adjustments is available on the Social Security web site. Any year of birth greater than 1960 uses the same percentage adjustments as for 1960. Therefore any year passed into the function greater than 1960 will return the same data set.

Usage

1

Arguments

birthYear

the last birth year to include

Value

the percentage adjustment data set for all ages up to the birth year

Examples

1
2
getPiaAdjustmentSet(endYear = 1955)
getPiaAdjustmentSet()

twjacobs/oasdir documentation built on July 28, 2019, 5:51 a.m.