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

Hedge fund interview question: down-and-out barrier option value

Joined
6/4/22
Messages
40
Points
118
I got a question from a hedge fund interview:
Assume a down-and-out call barrier option, with strike = 90 and barrier = 90. The current spot = 100. Interest rate and dividend are 0. What is the option value?

I didn't solve it out during the interview, but later know it = 10 (regardless of the vol), based on some online option calculator.
But can someone explain intuitively why it = 10?

1688091448595.png
 
Is the payoff of this product equal to [math]\Pi = (S_T-K)^+ \mathbf{1}_{\{\min_{0\le t \le T}S_t \ge B\}}[/math]with [imath]K = B = 90[/imath] and [imath]S_0 = 100[/imath]?
 
Back
Top