public class NetLiabilityCashFlow
extends java.lang.Object
Constructor and Description |
---|
NetLiabilityCashFlow(double dblAge,
boolean bIsRetired,
boolean bIsAlive,
double dblHorizon,
double dblAfterTaxIncome,
double dblWorkingAgeIncome,
double dblPensionBenefits,
double dblBasicConsumption,
double dblWorkingAgeIncomeDF,
double dblPensionBenefitsDF,
double dblBasicConsumptionDF)
NetLiabilityCashFlow Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
afterTaxIncome()
Retrieve the Basic After-Tax Income
|
double |
age()
Retrieve the Investor Age
|
double |
basicConsumption()
Retrieve the Investor Basic Consumption
|
double |
basicConsumptionDF()
Retrieve the Investor Basic Consumption Discount Factor
|
double |
horizon()
Retrieve the Snapshot's Investment Horizon
|
boolean |
isAlive()
Retrieve the "Is Alive" Indicator Flag
|
boolean |
isRetired()
Retrieve the Retirement Indicator Flag
|
double |
pensionBenefits()
Retrieve the Investor Pension Benefits
|
double |
pensionBenefitsDF()
Retrieve the Investor Pension Benefits Discount Factor
|
double |
workingAgeIncome()
Retrieve the Investor Working Age Income
|
double |
workingAgeIncomeDF()
Retrieve the Investor Working Age Income Discount Factor
|
public NetLiabilityCashFlow(double dblAge, boolean bIsRetired, boolean bIsAlive, double dblHorizon, double dblAfterTaxIncome, double dblWorkingAgeIncome, double dblPensionBenefits, double dblBasicConsumption, double dblWorkingAgeIncomeDF, double dblPensionBenefitsDF, double dblBasicConsumptionDF) throws java.lang.Exception
dblAge
- The Investor AgebIsRetired
- The Retirement Indicator FlagbIsAlive
- The "Is Alive" Indicator FlagdblHorizon
- The Snapshot's Investment HorizondblAfterTaxIncome
- The Basic After-Tax IncomedblWorkingAgeIncome
- The Investor Working Age IncomedblPensionBenefits
- The Investor Pension BenefitsdblBasicConsumption
- The Investor Basic ConsumptiondblWorkingAgeIncomeDF
- The Investor Working Age Income Discount FactordblPensionBenefitsDF
- The Investor Pension Benefits Discount FactordblBasicConsumptionDF
- The Investor Basic Consumption Discount Factorjava.lang.Exception
- Thrown if the Inputs are invalidpublic double age()
public boolean isRetired()
public boolean isAlive()
public double horizon()
public double afterTaxIncome()
public double workingAgeIncome()
public double pensionBenefits()
public double basicConsumption()
public double workingAgeIncomeDF()
public double pensionBenefitsDF()
public double basicConsumptionDF()