Chapter 3 The Day-To-Day Drivers Of Stock Market Returns

Summary:

(1) Earning growth is the primary driver of day-to-day stock market returns. Companies that generate high earning growth outperform, while companies that record low levels of growth underperform. Sales growth is a secondary factor.

(2) Earning growth is not predictive of future stock market returns. That is, the market is very efficient in pricing in changes in earnings growth as they are reported.

(3) Free cash flow growth is also a significant factor in driving stock market returns. Free cash flow growth is not nearly as strong a factor as earnings growth, but it appears to be somewhat independent from earnings in driving returns.

(4) Unlike earning growth, free cash growth is predictive. That is, the market appears less efficient in discounting changes in free cash flow growth than it is in discounting earnings growth. (Therefore, free cash flow growth is the first basic that could be used to form a forward-looking quantitative test)

(5) The stock market isn't driven wholly by fundamentals, however. The thoughts, hopes, beliefs, and fears of inverstors---what we call investor sentiment---also drive market returns. The interaction between fundamentals and investor sentiment determines a stock's price.

(6) Wall Street analysts' earning estimates reflect investor expectations. Positive earnings surprises(earning reports that beat average analyst estimates) cause stocks to outperform, on a day-to-day basis, while negative earnings surprises(earning that come in below estimates) cause stocks to underperform.

(7) In terms of predictive power, however, our research shows that earnings surprises were predictive of excess returns in the past but seem to have lost that predictive power in recent years.

(8) A stock's valuation, in terms of its P / E ratio, reflects investor sentiment and is a strong factor in driving day-to-day stock market returns. Low valuation stocks of companies that perform better than expected, in terms of earnings growth, outperform significantly, and high valuation stocks of companies that perform worse that expected underperform significantly.

(9) While earning growth is the strongest fundamental driver of returns, valuation (as measured here by the price-to-forward earnings estimate ration) is the strongest investor sentiment-related driver of returns.

Quantitative Startegies for Achieving Alpha(二)的更多相关文章

  1. Quantitative Strategies for Achieving Alpha(一)

    1. 怎么构建测试 所有的测试五等分,表明我们的回测的universe被分为五个组,根据我们要测试的公司因子的值. Quintiles provide a clear answer to that q ...

  2. Quantitative Strategies for Achieving Alpha (三)

    chapter 4: Profitability Profitability measures we tested include return on invested capital, return ...

  3. 【转】OpenGL基础图形编程(二)

    原文:http://blog.chinaunix.net/uid-20638550-id-1909184.html  分类: 十一.位图与图像 11.1.位图 11.1.1 位图(Bitmap)与字符 ...

  4. Alpha阶段初始任务分配

    项目 内容 这个作业属于哪个课程 2021春季软件工程(罗杰 任健) 这个作业的要求在哪里 团队项目-计划-Alpha阶段说明书 一.Alpha阶段总体规划 进行服务器相关部署 进行开发相关技术学习 ...

  5. iOS开发——动画篇Swift篇&动画效果的实现

    Swift - 动画效果的实现   在iOS中,实现动画有两种方法.一个是统一的animateWithDuration,另一个是组合出现的beginAnimations和commitAnimation ...

  6. Jordan Lecture Note-4: Linear & Ridge Regression

    Linear & Ridge Regression 对于$n$个数据$\{(x_1,y_1),(x_2,y_2),\cdots,(x_n,y_n)\},x_i\in\mathbb{R}^d,y ...

  7. android---动画入门(一)

    android 动画分为两类,View Animation(视图动画)和property Animation(属性动画),View Animation(视图动画)包含了Tween Animation和 ...

  8. 第九章 Android-UI组件(2)

    一.图像视图(ImageView) 布局 <?xml version="1.0" encoding="utf-8"?> <LinearLayo ...

  9. ZBrush中独特功能Projection Master

    Projection Master可以理解为投影大师,它是ZBrush®的一个独特功能,该功能可以让用户使用所有的2D和2.5D笔刷工具在3D模型上进行雕刻.纹理绘制和其他的操作. 简单来说,Proj ...

随机推荐

  1. .NET中使用EF6与连接MYSQL

    ADO.NET Entity Framework 是微软以 ADO.NET 为基础所发展出来的对象关系对应 (O/R Mapping) 解决方案,不仅支持SQL Server,还支持MySQL.Ora ...

  2. VirtualBox主机虚拟机互通

    首先使用的是桥接模式,桥接模式相当于是使用Hub来把主机以及虚拟机进行关联: 然后就是选择“界面名称”,这里吐槽一下,这里其实是“Interface Name”,Interface代表的是网卡的接口, ...

  3. 【HANA系列】SAP HANA SQL获取当前日期

    公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[HANA系列]SAP HANA SQL获取当前 ...

  4. linux文件属性软硬连接

    硬链接:ln 源文件 目标文件 软链接:ln -s 源文件 目标文件 硬链接总结: 1.具有相同inode节点号的多个文件互为硬链接文件 2.删除硬链接文件或者删除源文件任意之一,文件实体并未被删除. ...

  5. 初识HTML标签

    web概念概述 JavaWeb: 使用Java语言开发基于互联网的项目 软件架构: C/S: Client/Server 客户端/服务器端 在用户本地有一个客户端程序,在远程有一个服务器端程序 如:Q ...

  6. 《剑指offer》面试题23 从上往下打印二叉树 Java版

    注意层序遍历的时候对每一层的处理方式可能不同,这里把每一层的元素保存进一个List中了,那么就需要记录每一层的数量. public List<List<Integer>> se ...

  7. Java内存结构详解

    Java内存结构详解 Java把内存分成:栈内存,堆内存,方法区,本地方法区和寄存器等. 下面分别介绍栈内存,堆内存,方法区各自一些特性: 1.栈内存 (1)一些基本类型的变量和对象的引用变量都是在函 ...

  8. GmSSL Build with VS2017

    使用背景: 最近研究GB35114, 有关于sip协议部分,exosip的已经编译过,由于gb3511中采用的是国密算法,因此这里记录一下GMSSL在windows下的编译过程以及遇到的错误 详细GM ...

  9. Python 入门之编码

    Python 入门之编码 1.编码初识: (1)ASCII码 :256 个 英文1个字节,不支持中文 (2)GBK(国标) : 英文1个字节 中文两个字节 (3)unicode (万国码):英文4个字 ...

  10. Scrapy 教程(一)-安装与入门

    安装 具体请自行百度 依赖库 网上说pip安装会内分泌失调,我试了下还行吧,不过也遇到几个问题 解决方法 pip install -I cryptography 解决方法 pip install -U ...