Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. ********************************************************************************
  2. Monte Carlo of SABR model vs asymptotic SABR formula
  3. ----------------------------------------------------
  4. Running 5000 Monte Carlo simulations (100 steps each) for 20 options....
  5.  
  6. Type MC(5000) Black with SABR % Diff
  7. 0 call 1.666094e-05 1.504698e-05 9.687050
  8. 1 call 8.025409e-07 4.883042e-07 39.155220
  9. 2 call 8.866868e-05 7.502836e-05 15.383468
  10. 3 call 2.548821e-04 2.608573e-04 -2.344320
  11. 4 call 2.245889e-03 2.422586e-03 -7.867574
  12. 5 call 8.836103e-04 9.184713e-04 -3.945288
  13. 6 call 2.891604e-03 3.174587e-03 -9.786386
  14. 7 call 2.225727e-03 2.327906e-03 -4.590819
  15. 8 call 3.873381e-03 4.299364e-03 -10.997703
  16. 9 call 2.069236e-03 2.213329e-03 -6.963595
  17. 10 put 0.000000e+00 2.887484e-09 -inf
  18. 11 put 0.000000e+00 3.183235e-09 -inf
  19. 12 put 1.339596e-05 1.530790e-05 -14.272474
  20. 13 put 2.678456e-04 2.778765e-04 -3.745011
  21. 14 put 3.311474e-05 3.657117e-05 -10.437746
  22. 15 put 1.255169e-03 1.273686e-03 -1.475218
  23. 16 put 9.162122e-04 9.146289e-04 0.172809
  24. 17 put 1.123476e-03 1.281599e-03 -14.074465
  25. 18 put 2.428484e-03 2.448111e-03 -0.808222
  26. 19 put 2.688971e-03 3.038803e-03 -13.009884
  27.  
  28. Time for calibrating SABR model: 0.105000019073 secs
  29. Time for checking SABR model accuracy: 304.523999929 secs
  30.  
  31. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement