plan_retirement_allocation: Plan retirement allocation

Description Usage Arguments Value Examples

View source: R/planning.R

Description

Predict and plan suggested retirement allocation using the bond allocation model.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
plan_retirement_allocation(
  birth_year,
  age,
  starting_amount,
  annual_withdrawal,
  limit_change,
  contribution_or_withdrawal_amount,
  bond_rates,
  stock_rates
)

Arguments

birth_year

Year of birth

age

Current age

starting_amount

Current amount of money saved for retirement

annual_withdrawal

Annual amount desired to be withdrawn in retirement

limit_change

Should changes in the asset allocation be limited to contributions and withdrawals?

contribution_or_withdrawal_amount

A vector of amount to contribute or withdraw

bond_rates

A vector of changes in bond values over time

stock_rates

A vector of changes in stock values over time

Value

A graph of the theoretical performance of the bond allocation model

Examples

1
plan_retirement_allocation(1991, 21, 1000, 40000, TRUE, rep(6000, 10), rep(1.02, 10), rep(1.05, 10))

eanway/finance documentation built on Feb. 28, 2021, 4:56 p.m.