• 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!

European options pricing by Levy Process on excel

Just off the top of my head so anyone help me out here if I'm wrong.

You simulate the log returns of the underlying's price process using a levy process (e.g. V-G process) to obtain the terminal price. Repeat this 10000 times and calculate the payoff of these 10000 simulations. Average it off and discount it back to get the price.

This is one of many ways to do it (e.g. you can also compute the expectation through numerical integration) but this seems more feasible and likely to be done on excel.
 
Back
Top