getRetirementData: Return a individual's retirement vitals.

Description Usage Arguments Value

View source: R/retirement.R

Description

Social Secuity Benefit (normal retirement) are calculated based on AIME using a specific retirement age (actually the age when benefits are started). Several retirement related variables are calculated and returned in a named list. This data can be used to calculate estimated primary insurance amount (PIA) if benefits begin at various ages (See getPIAData in this package).

Usage

1
getRetirementData(ssStmt = NULL, retireAge = NULL)

Arguments

ssStmt

the Social Security Statement as retrieved through read_xml_ssStatement()

retireAge

the age of reciepient when earnings end. If no age is given, full retirement age (FRA) will be used.

Value

Named list of several retirement related values including estimated benefit beginning at various ages


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