SLProb calculates various single life mortality functions.
Syntax
SLProb(WhatFunction, CurrentAge,
FutureAge, InterestRate, MortalityTable, [Frequency], [CalculationMethod], [IssueAge])
Parameter Name |
Description |
||||||
WhatFunction |
What
mortality function to calculate: “qx”,
“px”, “lx”, “dx”, “ex” (or “q”, “p”, “l”, “d”, “e”) |
||||||
Age |
Age
𝑥.
May be provided as an integer, or as a fractional amount (e.g. years &
months). |
||||||
MortalityTable |
Mortality
table definition text string. |
||||||
CalculationMethod |
Method of calculation for fractional ages. This
applies only to qx, px, and ex.
|
||||||
IssueAge |
If
using generational mortality projection, age at issue. |
||||||
Term |
(optional) term to be used for the selected function; for "qx", "px", and "dx" the default value is 1; for ex the default is (table omega - age); not used for "lx" |
Related Topics