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. CSS代码使纯英文数字自动换行

    当一个定义了宽度的块状元素中填充的全部为纯英文或者纯数字的时候,在IE和FF中都会撑大容器,不会自动换行并且当数字或者英文中带有汉字时,会从汉字处换行,而纯汉字却可以自动换行.这个问题如何解决?先来认 ...

  2. Div 不换行、垂直居中等样式

    1. Div内文本过长不换行 1.1 文本不换行 超出部分显示"..." .style1 { float:left; white-space:nowrap; text-overfl ...

  3. POJ C程序设计进阶 编程题#1:单词翻转

    编程题#1:单词翻转 来源: POJ (Coursera声明:在POJ上完成的习题将不会计入Coursera的最后成绩.) 注意: 总时间限制: 1000ms 内存限制: 65536kB 描述 输入一 ...

  4. IOS中获取屏幕尺寸

    //app尺寸,去掉状态栏 CGRect appRect = [UIScreen mainScreen].applicationFrame; NSLog(@"%f, %f, %f,%f&qu ...

  5. 微信开发笔记(一)通过.net如何实现接入微信

    微信公众平台,给个人.企业和组织提供业务服务与用户管理能力的全新服务平台.现在基本上每个地方都可以看到微信存在,动不动就是让你扫一下加下微信. 经常遇到这样情况,“到一家餐馆吃饭,拿了个号,前台服务引 ...

  6. Silverlight Color的颜色值

    1.MainPage.xaml <UserControl xmlns:SysManage="clr-namespace:Application" x:Class=" ...

  7. 重拾C,一天一点点_10

    来博客园今天刚好两年了,两年前开始学编程. 忙碌近两个月,项目昨天上线了,真心不容易,也不敢懈怠,接下来的问题会更多.这两天调试服务器,遇到不少麻烦. 刚出去溜达了一下,晚上天凉了,现在手感觉凉的有点 ...

  8. JSP标记

    JSP标记是JSP页面中很重要的组成部分,JSP标记包括指令标记.动作标记和自定义标记.其中自定义标记主要讲述与Tag文件有关的Tag标记. 一 指令标记page Page指令标记,简称page指令, ...

  9. 2)Java中的==和equals

    Java中的==和equals   1.如果比较对象是值变量:只用==   2.如果比较对象是引用型变量:      ==:比较两个引用是不是指向同一个对象实例.      equals:       ...

  10. svn的使用!!!

    1.SVN:subversion(子级源代码版本控制管理软件) 2.SVN的作用 (1)避免开发同一项目不会出现代码覆盖. (2)同一文件可以创建许多不同的版本,并可以随时查看不同版本的内容. (3) ...