• TIME TO 2024 UK RANKINGS

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

Perpetual option interview question

Joined
1/14/14
Messages
6
Points
11
A classic problem: A perpetual (i.e. expiry is infinity) American digital option pays $X if it hits $B at any time, and $0 otherwise. Assuming interest rate is zero, how do you use Black-Scholes equation to price it? (hint: first derive that the option price is linearly dependent on asset price, then use some boundary conditions to solve it.)
 
Back
Top