investopedia level 2
Mispricing can be explained by the sum of the two components: true mispricing and estimation error
Ve – P = (V – P) + (Ve – V)
If the asset is expected to benefit the owner in the foreseeable future, the valuation of the asset is carried out on a going concern basis and the value of the asset is called going concern value.
liquidation value.
The value of an asset is called fair market value if the value is determined in a trading transaction between willing and knowledgeable parties (buyers and sellers) when parties are not under any compulsion to engage in the buying or selling activities.
In many circumstances assets are worth more than their fair market value to a particular buyer because of their specific benefits to that buyer. These benefits are usually called synergy effects. The difference between fair market value and the price paid for the asset is called "goodwill" in accounting terms.
The process for equity valuation begins with business understanding. Analysts who are going to value equity of a particular company must carefully analyze the industry and the market the company is operating in while also answering the following questions: Is the industry the company is operating in vulnerable to business cycles? What are the primary competitors and market share of the company being valued? What are the future trends of the sales of the company? What are the main value drivers? usually done by applying Porter’s five forces analysis.
forecast: top down, bottom up
Equity valuation models can be classified into two broad categories: absolute valuation models and relative valuation models. Absolute valuation models are designed to estimate intrinsic value of an asset based on either its future benefits or market values. The absolute models are further divided into two categories: present value models and asset-based valuation models. There are three groups of models under present value models: dividend discount models, free cash flow models and residual income models.
The companies that generate revenue from many unrelated segments can be better valued using sum-of the-parts valuation (sometimes called break up value or private market value).
Some researchers suggest that markets tend to value a company less than the sum of its segment values, a phenomenon called Conglomerate discount.
Possible explanations for conglomerate discounts are the following: 1) inefficient diversification by companies (diversification on the company level rather than the shareholder level does not maximize shareholders' wealth); 2) inability of organic growth, so companies tend to grow through acquisition; 3) mismeasurement of intrinsic value (conglomerate discount does not exist).
The difference between expected return and required return is called expected alpha (ex-ante alpha), and the difference between realized return and contemporaneous required return is called realized alpha (ex-post alpha).
investopedia level 2的更多相关文章
- Java compiler level does not match解决方法
从别的地方导入一个项目的时候,经常会遇到eclipse/Myeclipse报Description Resource Path Location Type Java compiler level d ...
- Android requires compiler compliance level 5.0 or 6.0. Found '1.4' instead的解决办法
今天在导入工程进Eclipse的时候竟然出错了,控制台输出的是: [2013-02-04 22:17:13 - takepicture] Android requires compiler compl ...
- Android版本和API Level对应关系
http://developer.android.com/guide/topics/manifest/uses-sdk-element.html Platform Version API ...
- [LeetCode] Binary Tree Level Order Traversal II 二叉树层序遍历之二
Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left ...
- [LeetCode] Binary Tree Zigzag Level Order Traversal 二叉树的之字形层序遍历
Given a binary tree, return the zigzag level order traversal of its nodes' values. (ie, from left to ...
- [LeetCode] Binary Tree Level Order Traversal 二叉树层序遍历
Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, ...
- Android版本与api Level
Platform Version API Level VERSION_CODE Notes Android 4.4 19 KITKAT Platform Highlights Android 4.3 ...
- Selenium通过WebDriver控制IE浏览器出错 Browser zoom level was set to 109%. It should be set to 100%
错误信息: WebDriverException: Message: Unexpected error launching Internet Explorer. Browser zoom level ...
- pythonchallenge 解谜 Level 8
#-*- coding:utf-8 -*- #代码版本均为python 3.5.1 #Level 7 import bz2 un=b'BZh91AY&SYA\xaf\x82\r\x00\x00 ...
随机推荐
- 使用复合索引代替单键索引,来避免单键有null值的情况
查看原表: SQL> select count(*) from t1; COUNT(*) ---------- 3229088 SQL> select count(*) from t1 w ...
- bzoj2729 [HNOI2012]排队
组合数学,推一下式子,并不难推. java代码 import java.io.*; import java.math.BigInteger; import java.util.*; public cl ...
- C# 刷新页面浏览次数(点击量)+1
页面视图: <p class="text-center text-muted">文章来源:@ent.Origin 点击量:@ent.Hits <Script La ...
- Unable to create SVNRepository object
I think you are missing at least the library setup stuff: /* * Initializes the library to w ...
- asp.net 验证正则表达式
基本元字符: . 任意的一个非换行字符 [] 集合匹配,匹配一个[]中出现的字符. 是在多个字符中取一个. () 调整优先级的作用. 还有一个分组的作用 | 或的意思,测试|一下. 注意,或的优先级最 ...
- CSS3 笔记一(Rounded Corners/Border Images/Backgrounds)
CSS3 Rounded Corners The border-radius property is a shorthand property for setting the four border- ...
- 点击checkbox,触发事件
时间选择: 起始时间:<input type="text" value="2016-03-21 12:24:10" id="starttime& ...
- [已解决] windows 下 git 免输密码
在 .git/config 里面加上这句话即 [credential] helper = store 原文地址:http://www.cnblogs.com/gifisan/p/5829578.htm ...
- [已解决] java.net.InetAddress.getHostName() 阻塞问题
在学习java nio的过程中发现某些情况下使用该方法会导致程序阻塞,(情况:服务器,Linux:客户端,WIN10) java.net.InetAddress.getHostName() 阻塞情况如 ...
- win7 APPCRASH问题解决!
真是废了老劲了..什么清理插件,各种运行msconfig/启动都试了 问题:**.exe已停止工作 问题事件名称: APPCRASH 应用程序名: compute_image_mean.exe 应用程 ...