public class ExpectedNonFinancialIncome
extends java.lang.Object
| Constructor and Description |
|---|
ExpectedNonFinancialIncome(double dblIncomeReplacementRate)
ExpectedNonFinancialIncome Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
incomeReplacementRate()
Retrieve the Retirement Age Income Replacement Rate
|
double |
rate(double dblAge,
InvestorCliffSettings ics)
Compute the Retirement Age Income Replacement Rate
|
public ExpectedNonFinancialIncome(double dblIncomeReplacementRate)
throws java.lang.Exception
dblIncomeReplacementRate - The Pension Based Income Replacement Ratejava.lang.Exception - Thrown if the Inputs are Invalidpublic double incomeReplacementRate()
public double rate(double dblAge,
InvestorCliffSettings ics)
throws java.lang.Exception
dblAge - The Age whose Investment Phase is neededics - The Investor's Time Cliff Settings Instancejava.lang.Exception - Thrown if the Retirement Age Income Replacement Rate cannot be computed