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的更多相关文章

  1. 财务报表 > 现金流表的直接法,间接法,Cash Flow from Operating Activites

    经营活动现金流量 Cash Flow from Operating Activites 是指企业投资活动和筹资活动以外的所有的交易和事项产生的现金流量.它是企业现金的主要来源. 1. 直接法经营活动现 ...

  2. 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 ...

  3. NetSuite Chinese Finance Reports

    NetSuite has a strong report customization application. The standard finance reports has a different ...

  4. 【转】How to hire——创业公司应该如何招人

    How to hire After startups raise money, their next biggest problem becomes hiring.  It turns out it’ ...

  5. Software Engineering: 3. Project planning

    recourse: "Software Engineering", Ian Sommerville Keywords for this chapter: planning sche ...

  6. business knowledge

    Finance knowledge Trading---At the core of our business model is Trading, which involves the buying ...

  7. investopedia level 2

    Mispricing can be explained by the sum of the two components: true mispricing and estimation errorVe ...

  8. fr

    8.3 credit sales(bad debt , ar) method1:direct write off method2:allowance method for bad debt allow ...

  9. PMP考试--成本管理中常用的概念

    如果你对项目管理.系统架构有兴趣,请加微信订阅号"softjg",加入这个PM.架构师的大家庭 净现值(NPV)   Net Present Value 在项目计算期内,按行业基准 ...

随机推荐

  1. Android 中断线程的处理

    我现在对一个用户注册的功能1.用ProgressDialog将当前页面设成不可操作(保留返回键 退出ProgressDialog)2.用一个线程clientThread执行数据的提交和返回 问题:考虑 ...

  2. 插入排序与shell排序(希尔排序)

    1 .插入排序的过程如同我们平时打扑克牌取牌插入的过程,不断将取出的扑克牌插入已经排好的地方. 插入排序过程初始有序区间大小为1,取出无序区间的首元素,查找有序区间的合适位置,进行插入.不断重复上述过 ...

  3. JqueryMobile动态生成listView并实现刷新的两种方法

    本篇文章主要是对JqueryMobile动态生成listView并实现刷新的两种方法进行了介绍,需要的朋友可以过来参考下,希望对大家有所帮助 JqueryMobile动态生成listView并实现刷新 ...

  4. POJ C程序设计进阶 编程题#5:细菌分组实验

    编程题#5:细菌实验分组 来源: POJ (Coursera声明:在POJ上完成的习题将不会计入Coursera的最后成绩.) 注意: 总时间限制: 1000ms 内存限制: 65536kB 描述 有 ...

  5. WAMP环境下访问PHP提示下载PHP文件

    原因是服务器没有加载到PHP文件 到http.conf下加载 AddType application/x-httpd-php .php AddType application/x-httpd-php ...

  6. Dynamic Prompt Table for Record Field on PeopleSoft Page

    Sometimes a situation in project work arises to have a dynamic prompt table for record fields on Peo ...

  7. ThinkPHP实现联动菜单;

    联动菜单,首先给你看看前端是怎么写的:

  8. thinkphp二维数组模板输出方法

    thinkphp二维数组模板输出方法 先写个记录,有空再整理发上来

  9. php 解决json_encode中文问题

    众所周知使用json_encode可以方便快捷地将对象进行json编码,但是如果对象的属性中存在着中文,问题也就随之而来了.json_encode会将中文转换为unicode编码例如:'胥'经过jso ...

  10. php5 date()获得的时间不是当前时间

    php自5.10起加入了时区的设置,在php中显示的时间都是格林威治标准时间,因此便与中国的用户会差八个小时. 修改php.ini中的 date.timezone 参数: [Date] ; Defin ...