lowest_contribution: Lowest contribution with growth and contribution

Description Usage Arguments Value

View source: R/model_portfolio.R

Description

What is the lowest contribution rate that will reach a given final amount given a starting and final amount, years, and return rate?

Usage

1
lowest_contribution(principle, years, final_amount, return_rate = 0.05)

Arguments

principle

The initial amount

years

The number of years of growth and contribution

final_amount

The final amount after years of growth and contribution

return_rate

The rate of return each year

Value

A contribution rate


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