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

Returns of options

Joined
6/20/11
Messages
25
Points
11
Hi all,

Someone has told me about a way to compute returns for options (1 month Call option on the SP500) by calculating another 2 months option on the same underlier and then using a formula .. but I don't recall the thing.
The aim is to avoid the undefined ln(0) when using payoffs
Thanks
 
What is undefined ln(0)? I'd do this in such way: Take logarithmic returns on the 2 month option underlying, simulate those increments(logarithmic) for brownian motion to recover ST and use those ST-s to find the 1 month option price. But what do you mean in undefined ln(0) here? Or if you only have the price of another 2 month option and no underlying data ?
 
Back
Top