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

Put/Call ratio and Fundamental Factor Model

Joined
7/22/12
Messages
14
Points
13
I am trying to build a fundamental model using put call ratio as a factor.

What i am trying to figure out is that is it better to use lagged data or current data?
What is the best time horizon to pick for maximizing put/call explanatory power?

wondered if someone had a similar experience or might have any comments.


Thank you
 
i'd go with lagged data as it seems to be some correlation between yesterday's prices and today's prices.

time horizon? definitely 2008 onwards.
 
i'd go with lagged data as it seems to be some correlation between yesterday's prices and today's prices.

time horizon? definitely 2008 onwards.

I meant for which time horizon, this ratio has its best explanatory power?
also all I could pull out of bloomberg was a single date put and call volume of trades?
does anyone know any "fields" for downloading the total volume of put & call for a specific expiry date out of Bloomberg?
 
Back
Top