In the following example we’re going to price VA contracts with GMAB and GMDB riders with the following features:
Contract values corresponding to a base fee ranging from 6% to 12% will be estimated by means of both the static and mixed approaches. The number of Monte Carlo simulations will be 20000. The models for the underlying fun, interest rate and intensity of mortality is the one used in BMOP2011. In this test, the regression is done with a Laguerre polynomial bases of degree 7.
## Fee: 0.06
## Static: 107.4538
## Mixed: 105.9597
## Fee: 0.07
## Static: 106.2775
## Mixed: 104.7095
## Fee: 0.08
## Static: 105.1844
## Mixed: 103.4107
## Fee: 0.09
## Static: 104.0766
## Mixed: 102.3194
## Fee: 0.1
## Static: 103.0426
## Mixed: 101.4383
## Fee: 0.11
## Static: 102.1055
## Mixed: 100.6535
## Fee: 0.12
## Static: 101.2781
## Mixed: 100.1604
## Fee: 0.13
## Static: 100.4582
## Mixed: 99.78437
## Fee: 0.14
## Static: 99.78905
## Mixed: 99.49762
## Fee: 0.15
## Static: 99.20288
## Mixed: 99.2236
## Fee: 0.16
## Static: 98.71287
## Mixed: 98.98803
## Fee: 0.17
## Static: 98.31118
## Mixed: 98.7882
## Fee: 0.18
## Static: 97.94092
## Mixed: 98.61151
The contract values are now estimated by means of a mixed approach with a tweak. In this case, at each step the linear regression in LSMC will be done only for paths where the GMAB guarantee is out of the money.
## Fee: 0.06
## Mixed: 106.4485
## Fee: 0.07
## Mixed: 105.2438
## Fee: 0.08
## Mixed: 104.0259
## Fee: 0.09
## Mixed: 103.1135
## Fee: 0.1
## Mixed: 102.2126
## Fee: 0.11
## Mixed: 101.3115
## Fee: 0.12
## Mixed: 100.5293
## Fee: 0.13
## Mixed: 99.80165
## Fee: 0.14
## Mixed: 99.21359
## Fee: 0.15
## Mixed: 98.73833
## Fee: 0.16
## Mixed: 98.34367
## Fee: 0.17
## Mixed: 98.02932
## Fee: 0.18
## Mixed: 97.65482
There’s no difference with the previuos test run the polynomial bases degree set as 4.