AESLtoLI calculates an actuarial equivalent factor to convert a
straight life annuity to a life annuity with a level income option based the
leveling age and fraction, and assumptions for interest, mortality, and the
values for the following parameters.
where 𝐴𝐸𝐹𝑎𝑐𝑡𝑜𝑟 is defined as:
Syntax
AESLtoLI (CurrentAge, CommencementAge, LevelAge, LevelFraction,
InterestRate, MortalityTable, [YearsCertain], [AgeSetback], [Frequency],
[COLA], [CalculationMethod], [NoPreRetMort], [AnnTiming])
Parameter Name |
Description |
||||||||||||||||||||||||||
CurrentAge |
Age
at valuation. |
||||||||||||||||||||||||||
CommencementAge |
Age
at benefit commencement. |
||||||||||||||||||||||||||
LevelAge |
Age at which amount of annuity changes
for the leveling option. |
||||||||||||||||||||||||||
LevelFraction |
Fraction
of the original payment amount to be paid starting at LevelAge. Where |
||||||||||||||||||||||||||
InterestRate |
The interest rate(s) to discount future
payments to calculate the present value. May be a number, a percentage, a
text string, a named range, or reference to a range. ·
Rates
can be defined using these interest definitions. ·
Note:
A value that is greater than 25% (i.e. 0.25) will be divided by 100; e.g.
if you enter 2.75 it will be treated as .0275 or 2.75%. |
||||||||||||||||||||||||||
MortalityTable |
Mortality
table definition text string. |
||||||||||||||||||||||||||
YearsCertain |
Number of years guaranteed payments. May
be an integer, or a factional amount (e.g. years & months). |
||||||||||||||||||||||||||
AgeSetback |
Mortality table age set-back. A
negative number is a set-forward. |
||||||||||||||||||||||||||
Frequency |
Number of payments per year:
|
||||||||||||||||||||||||||
COLA |
Periodic cost-of-living
adjustment applied to the benefit amount. |
||||||||||||||||||||||||||
CalculationMethod |
Method of calculation
|
||||||||||||||||||||||||||
NoPreRetMort |
The defines the application of
pre-retirement mortality for a deferred annuity.
|
||||||||||||||||||||||||||
StopAge |
Age when the annuity benefit
stops -- no payment at this age. |
||||||||||||||||||||||||||
AnnTiming |
Defines when the payments are
made in the period.
|
||||||||||||||||||||||||||
YrsCertOption |
This is to select the method of
calculation for the certain portion of the annuity when using CalculationMethod
=0. It does not apply for other methods. This is used only if YearsCertain
not a whole number.
|
AESLtoLI
calculates an actuarial equivalent factor to convert a straight life annuity to
a life annuity with a level income option based the leveling age and fraction,
and assumptions for interest, mortality, and the values for the following
parameters.
where AEFactor is defined as:
Syntax
AESLtoLI (CurrentAge, CommencementAge, LevelAge, LevelFraction,
InterestRate, MortalityTable, [YearsCertain], [AgeSetback], [Frequency],
[COLA], [CalculationMethod], [NoPreRetMort], [AnnTiming])
Parameter Name |
Description |
||||||||||||||||||||||||||
CurrentAge |
Age
at valuation. |
||||||||||||||||||||||||||
CommencementAge |
Age
at benefit commencement. |
||||||||||||||||||||||||||
LevelAge |
|
||||||||||||||||||||||||||
LevelFraction |
|
||||||||||||||||||||||||||
InterestRate |
The interest rate(s) to discount future
payments to calculate the present value. May be a number, a percentage, a
text string, a named range, or reference to a range. ·
Rates
can be defined using these interest
definitions. ·
Note:
A value that is greater than 25% (i.e. 0.25) will be divided by 100; e.g.
if you enter 2.75 it will be treated as .0275 or 2.75%. |
||||||||||||||||||||||||||
MortalityTable |
Mortality
table definition text string. |
||||||||||||||||||||||||||
YearsCertain |
Number of years guaranteed payments. May
be an integer, or a factional amount (e.g. years & months). |
||||||||||||||||||||||||||
AgeSetback |
Mortality table age set-back. A
negative number is a set-forward. |
||||||||||||||||||||||||||
Frequency |
Number of payments per year:
|
||||||||||||||||||||||||||
COLA |
Periodic cost-of-living
adjustment applied to the benefit amount. |
||||||||||||||||||||||||||
CalculationMethod |
Method of calculation
|
||||||||||||||||||||||||||
NoPreRetMort |
The defines the application of
pre-retirement mortality for a deferred annuity.
|
||||||||||||||||||||||||||
StopAge |
Age when the annuity benefit
stops -- no payment at this age. |
||||||||||||||||||||||||||
AnnTiming |
Defines when the payments are
made in the period.
|
||||||||||||||||||||||||||
YrsCertOption |
This is to select the method of
calculation for the certain portion of the annuity when using CalculationMethod
=0. It does not apply for other methods. This is used only if YearsCertain
not a whole number.
|
Related Topics