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

Looking for scholarly source about security return predictability...

Joined
7/25/10
Messages
862
Points
38
Last month I was browsing Google Scholar in search of some stylized facts regarding security returns and I found one that caught my eye in particular: that although security returns are not completely predictable, the absolute value of returns is quite predictable and therefore the uncertainty comes from the sign of returns.

Can anyone help me a scholarly source that confirms this? I can't find the source from then.
 
Last month I was browsing Google Scholar in search of some stylized facts regarding security returns and I found one that caught my eye in particular: that although security returns are not completely predictable, the absolute value of returns is quite predictable and therefore the uncertainty comes from the sign of returns.

Can anyone help me a scholarly source that confirms this? I can't find the source from then.

"The decay of autocorrelations of squared returns is exponential in a one-factor stochastic volatility model. Adding another factor makes the decay look more like the power law that we observe in return data."

http://faculty.baruch.cuny.edu/jgatheral/VolDerivatives2007.pdf
 
"The decay of autocorrelations of squared returns is exponential in a one-factor stochastic volatility model. Adding another factor makes the decay look more like the power law that we observe in return data."

http://faculty.baruch.cuny.edu/jgatheral/VolDerivatives2007.pdf
Not quite what I want. I am more interested in empirical data; I believe that this source implies that two factor models would suggest there is a positive autocorrelation in squared (and therefore absolute value of) returns?
 
Not quite what I want. I am more interested in empirical data; I believe that this source implies that two factor models would suggest there is a positive autocorrelation in squared (and therefore absolute value of) returns?

You can run a simple garch model on empirical data and show that it there is indeed positive autocorrelation in squared and absolute returns.
 
Back
Top