• 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 Options Close to Maturity

raphaelassad

C++ Certificate with Distinction
Joined
6/2/12
Messages
13
Points
261
Hello,
I am doing a project on how to price short dated options. I did some academic research on this subject and I didn't find anything relevant. I am planning to use both statistical and stochastic approaches. All the papers and textbooks I found use the market option prices to calibrate the model parameters. However, I am interested on models that use historical returns as data input instead on the historical options prices.
I wonder if any of you guys have any insights on how to approach this problem. Any suggestions would be appreciated. Thanks
 
Check out the work of Alireza Javaheri.
 
Hello,
I am doing a project on how to price short dated options. I did some academic research on this subject and I didn't find anything relevant. I am planning to use both statistical and stochastic approaches. All the papers and textbooks I found use the market option prices to calibrate the model parameters. However, I am interested on models that use historical returns as data input instead on the historical options prices.
I wonder if any of you guys have any insights on how to approach this problem. Any suggestions would be appreciated. Thanks
Hi ^^
Can I ask you why you want to resort on historical (hence physical) probabilities for pricing instead of risk-neutral probabilities?
Is it because you have more historical data then quoted/liquid instruments?

Also short dated options are quite sensitive to the presence of jumps in the model. How would you estimate jumps-related parameters?

Thanks in advance ^^
 
Back
Top