Cash flow
Today,we learn about the cash flow.
Cash flow summary:
1.The cash flow identity:(现金恒等式)
cash flow from assets = cash flow ro creditors (bondholders) +cash flow to stockholders (owners)
What it reflect is the fact that a firm generates cash through its various activities, and that cash either is used to pay creditors or else is paid out to the owner of the firm.
2.Cash flow from assets:(源自资产的现金流)involves three components
cash flow from assets = operating cash flow - net capital spending - change in net working capital(NWC)
where,
经营性现金流operating cash flow = earning before interest and taxes(EBIT) + depreciation -taxes
Operating cash flow refers to the cash flow that results from the firm's day-to-day activities of producing and selling.Expenses associated with the firm's financing of its assets are not included since they are not operating expenses.Operating cash flow is an important number because it tells us,on a very basic level,whether or not a firm's cash inflows from its business operation are sufficient to cover its everyday cash outflows.For this reason,a negative operating cash flow is often a sign of trouble.
To calculate operating cash flow(OCF),we want to calculate revenues minus costs,but wo don't want to include depreciation since it's not a cash outflow,and wo don't want to include interest because it's a financing expense.We do want to include taxes,because taxes are,unfortunately, paid in cash.
资本性支出net capital spending = ending net fixed assets - beginning net fixed assets + depreciation
Net capital spending is just money spent on fixed assets less money received from the sale of fixed assets.
净营运资本的变化change in NWC = ending NWC - beginning NWC(nwc = current assets - current liabilities)
3.cash flow to creditors (bondholders)流向债权人的现金流
cash flow to creditors = interest paid(给) - net new borrowing(收)
4.cash flow to stockholders (owners)流向股东的现金流
cash flow to stockholders = dividends paid(给) - net new equity raised(收)
Cash flow的更多相关文章
- 财务报表 > 现金流表的直接法,间接法,Cash Flow from Operating Activites
经营活动现金流量 Cash Flow from Operating Activites 是指企业投资活动和筹资活动以外的所有的交易和事项产生的现金流量.它是企业现金的主要来源. 1. 直接法经营活动现 ...
- The finnacial statements,taxes and cash flow
This chapter-2 we learn about the the financial statements(财务报表),taxes and cash flow.We must pay par ...
- NetSuite Chinese Finance Reports
NetSuite has a strong report customization application. The standard finance reports has a different ...
- 【转】How to hire——创业公司应该如何招人
How to hire After startups raise money, their next biggest problem becomes hiring. It turns out it’ ...
- Software Engineering: 3. Project planning
recourse: "Software Engineering", Ian Sommerville Keywords for this chapter: planning sche ...
- business knowledge
Finance knowledge Trading---At the core of our business model is Trading, which involves the buying ...
- investopedia level 2
Mispricing can be explained by the sum of the two components: true mispricing and estimation errorVe ...
- fr
8.3 credit sales(bad debt , ar) method1:direct write off method2:allowance method for bad debt allow ...
- PMP考试--成本管理中常用的概念
如果你对项目管理.系统架构有兴趣,请加微信订阅号"softjg",加入这个PM.架构师的大家庭 净现值(NPV) Net Present Value 在项目计算期内,按行业基准 ...
随机推荐
- 使用Spring开发第一个HelloWorld应用
http://www.importnew.com/13246.html 让我们用Spring来写第一个应用程序吧. 完成这一章要求: 熟悉Java语言 设置好Spring的环境 熟悉简单的Eclips ...
- 建立交叉编译环境(arm-linux-gcc)
linux系统内核版本:2.6.32-358.el6.x86_64(在64位系统上安装32位程序需要另外安装一些库) arm-linux-gcc版本:本文安装的是友善之臂tiny6410光盘中自带的a ...
- linux下alias命令详解
功能说明:设置指令的别名. 语 法:alias[别名]=[指令名称] 形如: alias cp=“cp -i” : 补充说明:用户可利用alias,自定指令的别名.若仅输入alias,则可列出目前所有 ...
- Setup Factory 程序打包
1.检测是否已安装 在On Startup中写入如下代码: result1=Registry.DoesKeyExist(HKEY_LOCAL_MACHINE, "Software\\sohe ...
- js获取和设置DOM样式函数cssStyle(类似于jquery的$(elem).css())
如题,相信这个函数百度一搜一大推,但令人匪夷所思的是这些函数都写的“奇形怪状的”,例如http://www.cnblogs.com/windows7/archive/2010/03/30/170064 ...
- js验证表单大全
js验证表单大全 1. 长度限制 <script> function test() { if(document.a.b.value.length>50) { alert(" ...
- FileUpload控件「批次上传 / 多档案同时上传」的范例--以「流水号」产生「变量名称」
原文出處 http://www.dotblogs.com.tw/mis2000lab/archive/2013/08/19/multiple_fileupload_asp_net_20130819. ...
- android JSON 技术
json 语法检查和在线解析网址:http://json.parser.online.fr/ limengwe android Json解析详解(详细代码) http://blog.csdn.net/ ...
- 使用WIF实现单点登录Part III —— 正式实战
我们接下来的demo将包括以下的工程: SiteA —— 基于.net framework 4.5的MVC 4程序,使用WIF 4.5的SDK,第一个RP SiteB —— 基于.net framew ...
- js常用函数收集
在js中,可以使用typeof获取变量或函数的类型,如下: <head runat="server"> <title></title> < ...