• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Monte Carlo simulation for SABR

Joined
8/7/15
Messages
91
Points
18
I want to construct the SABR Implied Volatility across differerent strikes (hence the vol smile) using the Euler Scheme on spot and volatility as described in equation 3.1 here:
http://ta.twi.tudelft.nl/mf/users/oosterle/oosterlee/SABRMC.pdf
or page 12 here:
http://janroman.dhis.org/finance/SABR/SABR.pdf

Let's say I have the SABR parameters (for instance T=1, alpha=25%, Beta=0.5, rho = 0.5, spot = 100) given. Can anyone please explain and hopefuly provide a "step-by-step" guide on how to construct the SABR volatility smile/skew using this Monte Carlo method.

I have implemented the algorithm itself (it's pretty simple) but don't know how to use it.
 
Back
Top