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

Pricing a barrier option from a binary option

Joined
12/11/13
Messages
17
Points
11
Hi everyone,

I'm trying to understand the following question. Unfortunately I have not been abble to do so by now. Coul you help with it?

We consider a price process as follows:
dS_t = \sigma dW_t
with $S_0 = $100.
We know that the price of a binary put with strike $80 and which pays $1 if the underlying is below this strike at maturity is worth $0.35.
The question is to compute the price of a knock-out down-put with level at $80.

Thank you for your help. :D
 
I'm going to assume "knock-out down-put" means "one touch", i.e. something which pays $1 if the underlying touches $80 at any point between today and maturity. Using the reflection principle, this is just twice the probability of the underlying finishing below this level. So the answer is 2*$0.35 = $0.70
 
Back
Top