super_balance_at_retirement: Super balance at retirement

Description Usage Arguments

View source: R/super_balance_at_retirement.R

Description

Determine the superannuation balance at the commencement of retirement of a single individual.

Usage

1
2
3
super_balance_at_retirement(starting_age = 30L, retirement_age = 70L,
  start_fy = "2015-16", wage.method = "Constant % of AWOTE",
  wage.method.control = list(AWOTE = 1), starting_balance = 0)

Arguments

starting_age

An integer (thus 30L not 30) given the starting year of the individual.

retirement_age

An integer. Youngest age of retirement age, not oldest age of work.

start_fy

A financial year corresponding to starting_age.

wage.method

One of "Constant % of AWOTE" or "Lifetime percentile".

wage.method.control

A list:

"Constant % of AWOTE"
AWOTE.start

the AWOTE at starting_age;

AWOTE.multiple

the multiple of AWOTE to use.

"Lifetime percentile"

percentile the percentile to use.

Using one set of controls in the wrong wage.method is a warning.

starting_balance

The balance of the super account when the person's age is starting_age.


HughParsonage/CRIMpp documentation built on May 7, 2019, 4:03 a.m.