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

Is it ever possible to dynamically hedge an option?

Joined
6/11/10
Messages
189
Points
28
I mean, there is an example in John Hull's book on dynamic hedging.

The historical volatility is plugged in, and a replicating portfolio is constructed right from Black-Scholes. There is cumulative error during a period. However, is it practical to hedge an option on some stock in this way? Or he just showed us the fittest data for this model?

This problem is very important for exotic option products. Suppose your client needs a special structured product and you come up with a solution out of Black-Scholes framework, can you roughly make up the product and control the hedging error to a bearable level?
 
Back
Top