find_max_withdrawal: Find Maximum Withdrawal

Description Usage Arguments Examples

View source: R/required_minimum_distributions.R

Description

Withdraws the maximum of required minimum distributions (RMDs) or a constant withdrawal amount then grows the account by a constant growth rate.

Usage

1
2
3
4
5
6
find_max_withdrawal(
  rmds,
  account_balance = 1,
  constant_withdrawal = 0,
  growth_rate = 1.03
)

Arguments

rmds

A vector of required minimum distributions (between 0 and 100)

account_balance

The starting account balance

constant_withdrawal

A constant amount to withdraw each year

growth_rate

An annual growth rate for the account balance

Examples

1

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