public class ExpectedBasicConsumption
extends java.lang.Object
Constructor and Description |
---|
ExpectedBasicConsumption(double dblWorkingAgeConsumptionRate,
double dblRetirementAgeConsumptionRate)
ExpectedBasicConsumption Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
rate(double dblAge,
InvestorCliffSettings ics)
Compute the Expected Consumption Rate
|
double |
retirementAgeConsumptionRate()
Retrieve the Retirement Age Consumption Rate
|
double |
workingAgeConsumptionRate()
Retrieve the Working Age Consumption Rate
|
public ExpectedBasicConsumption(double dblWorkingAgeConsumptionRate, double dblRetirementAgeConsumptionRate) throws java.lang.Exception
dblWorkingAgeConsumptionRate
- The Working Age Consumption RatedblRetirementAgeConsumptionRate
- The Retirement Age Consumption Ratejava.lang.Exception
- Thrown if the Inputs are Invalidpublic double workingAgeConsumptionRate()
public double retirementAgeConsumptionRate()
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 Expected Consumption Rate cannot be computed