Description Usage Arguments Value Examples
This function is an intermediate function and is needed for the function Find_lambda
1 2 3 4 5 6 7 8 9 10 11 | Find_lambda(
r_FL,
alpha_FL,
sigma_FL,
gamma_FL,
K_FL,
b_FL,
a_FL,
T_FL,
lambda_FL
)
|
r_FL |
Risk neural rate (striclty less than alpha_FL ), yearly composed |
alpha_FL |
Risky rate of return, yearly composed |
sigma_FL |
Volatility of the risky asset, yearly composed |
gamma_FL |
Paramater Gamma in the Power Utility function. Must be different than 0 |
K_FL |
The constant that is added to the payoff (equal to b_o most of the time) |
b_FL |
The strike price of the call option (variable annuity) |
a_FL |
a_o The multiplicator factor of the call option (variable annuity) |
T_FL |
Maturity, yearly composed |
lambda_FL |
Lambda (Lagrange multiplicator) |
The initial asset value given a specific value of Lagrange multiplicator
1 | Find_lambda(r_FL=0.02,alpha_FL=0.04,sigma_FL=0.3,gamma_FL=2,K_FL=1,b_FL=1,a_FL=1,T_FL=10,lambda_FL=0.18)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.