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

PnL of a delta hedged option

Joined
5/12/12
Messages
63
Points
18
Hi, is there a detailed document analysing the pnl of a delta hedged option. I am trying to understand the variation in the pnl with a variation in hedged volatility. Went through the paper from wilmott and it talks about implied and realised case with a cursory mathematical explanation. Is there a paper or a book that gives a rigorous/thorough treatment to this subject.
 
There is no more rigorous treatment then realising that pricing is done under the RN measure, while the hedge portfolio evolves under the historical measure.

In the simplest case of the BS, this implies that implied vol should always equal the historical and the realized vol. Then if you compute your delta further assuming that the stock's return is risk free rate, then you are delta hedged irrespectively of the actual return, while your theta should, on average, compensate for gamma.

In reality, option explicitly trades vol with its movement driven by supply demand, so delta hedged position will have residual vol risk. You are, essentially, a non-linear portfolio manager.
 
Back
Top