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

Alternative models than Black-Scholes?

Joined
6/11/10
Messages
189
Points
28
I got hammered in a seminar last evening.

The Morgan-Stanley Doctor said people no longer use simple Black-Scholes setting in Wall Street. They add in Heston Volatility Model to capture the irregular up and downs of price movement.

This is a real blow since the whole book of Shreve turns immature before I even finish it.

Beside that, I found Variance-Gamma model, the so called levy-process model also very popular in academia.

I am really confused now so please help me find a book or source that explains either model explicitly so that I can price and delta hedge a very complex exotic option. Thanks.
 
Shreve mentions the Heston volatility model, and I believe there is a problem in chapter 6 dealing with it. Its not horribly difficult to augment B.S. with stochastic volatility.
 
Shreve mentions the Heston volatility model, and I believe there is a problem in chapter 6 dealing with it. Its not horribly difficult to augment B.S. with stochastic volatility.
would you plz be more precise about that?
 
I agree that if you haven't finished reading Shreve yet, then you should. Most everything you learn from it will remain useful. Think of the material therein as a necessary condition, not a sufficient condition.

Regarding Levy Processes, etc., I think the best intro book (but finish Shreve or equivalent first) is:
"Financial modelling with Jump Processes" by Rama Cont & Peter Tankov
http://www.cmap.polytechnique.fr/~rama/Jumps/
Very good on intuition and connecting everything with finance -- it actually motivates the why of Levy Processes (what are the financial reasons to use them in modeling), not just the how (which is often an unfortunate phenomenon in the academic papers, some of which seem to use math for math sake).
 
Exercise 6.7

Unfortunately, in that exercise, the boundary condition (6.9.29) is wrong and the others are and probably not correct as well AFAIK.

One needs to look at the Feller condition and Fichera PDE theory.
 
I agree that if you haven't finished reading Shreve yet, then you should. Most everything you learn from it will remain useful. Think of the material therein as a necessary condition, not a sufficient condition.

Regarding Levy Processes, etc., I think the best intro book (but finish Shreve or equivalent first) is:
"Financial modelling with Jump Processes" by Rama Cont & Peter Tankov
http://www.cmap.polytechnique.fr/~rama/Jumps/
Very good on intuition and connecting everything with finance -- it actually motivates the why of Levy Processes (what are the financial reasons to use them in modeling), not just the how (which is often an unfortunate phenomenon in the academic papers, some of which seem to use math for math sake).
I am enjoying working through Shreve-2, though it's more about the BSM-world. I chanced upon Rama Cont's book today, that uses the char. func of the stoch process and shows how to price derivatives in markets with jumps; this should make a great follow-up of Shreve.
 
2 factor PDE
 

Attachments

  • Dissertation_1103553.pdf
    1.7 MB · Views: 26
Back
Top