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

Black Scholes model with

Joined
8/7/15
Messages
91
Points
18
A friend of mine had a hedge fund interview a couple years ago and he showed an interview question that I cant find to answer to:

The headline is RISK-Neutralization

Real-world asset dynamics is mean-reverting:
dS =- lambda(S-s0) dt + vol * dW
•If volatility is 25 and MR is 50% (quite extreme), then the 1y distribution has standard deviation ~20
(basic Vasicekmaths)

•Question: what is the fair price of a 1y call? Is it BS(25) or BS(20)?

I assume that the BS() is the standard call price in black Scholes with vol = 25 or 20.
I assume that it it doesnt matter which if the option is ATM, Out/in -the-money

hmm, how do I get around. The answer that neither is correct but one is better than the other one. Pleace comment
 
Last edited:
Back
Top