Profit vector for a discrete profit-analysis model
Pr_vector_disc.RdComputes expected profit by policy year for a discrete contract with up to two decrements. The first element is the negative pre-contract expense.
Usage
Pr_vector_disc(
V,
G,
i,
r = 0,
e = 0,
q1,
q2 = 0,
b1,
b2 = 0,
s1 = 0,
s2 = 0,
p_tau = NULL,
pre_contract_expense = 0
)Arguments
- V
Numeric vector of gross premium reserves with length
n + 1, including the issue-time and terminal reserves.- G
Gross premium by policy year.
- i
Annual effective interest rate by policy year. Values must be greater than
-1.- r
Percent-of-premium expense rate by policy year. Values must lie in
[0, 1].- e
Fixed expense by policy year.
- q1
Probability of the first decrement by policy year.
- q2
Probability of the second decrement by policy year.
- b1
Benefit payable on the first decrement.
- b2
Benefit payable on the second decrement.
- s1
Settlement expense associated with the first decrement.
- s2
Settlement expense associated with the second decrement.
- p_tau
Optional in-force probability by policy year. If omitted, it is calculated as
1 - q1 - q2.- pre_contract_expense
Nonnegative scalar pre-contract expense.