Description Usage Arguments Value Examples
Lambda Optimal
1 2 3 4 5 6 7 8 9 10 11 | lambda_optimal(
r_FLo,
alpha_FLo,
sigma_FLo,
gamma_FLo,
K_FLo,
b_FLo,
a_FLo,
X_0_FLo,
T_FLo
)
|
r_FLo |
Risk neural rate (striclty less than alpha_FL ), yearly composed |
alpha_FLo |
Risky rate of return, yearly composed |
sigma_FLo |
Volatility of the risky asset, yearly composed |
gamma_FLo |
Paramater Gamma in the Power Utility function. Must be different than 0 |
K_FLo |
The constant that is added to the payoff (equal to b_o most of the time) |
b_FLo |
The strike price of the call option (variable annuity) |
a_FLo |
The multiplicator factor of the call option (variable annuity) |
X_0_FLo |
Budget value, or initial value invested in the portfolio/V.A. |
T_FLo |
Maturity, yearly composed |
The optimal Lambda (Lagrange multiplicator) given a specific intial budget value (X_0_FLo)
1 | lambda_optimal(r_FLo=0.02,alpha_FLo=0.04,sigma_FLo=0.2,gamma_FLo=2,K_FLo=1,b_FLo=1,a_FLo=1,X_0_FLo=1.2,T_FLo=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.