• The income statement measures performance over some period  of time,usually a quarter or a year.The income statement equation is:Revenus - Expenses = Income

From the last section,we know that the balance sheet is as a snapshot,and here the income statement is as a video recording covering the period between a before and an after picture.

  • An income statement is usually revenue and expenses from the firm's principle operations.Subsequent parts include:financing expenses such as interest paid,and the taxes paid are reported separately.The last item is net income(the so-called bottom line) which is often expressed on a per-share basis and called earnings per share(EPS,每股净利润,每股收益).Let's see a income statement for an U.S corpoation:

  The difference between net income and cash dividends is the addition to retained earnings(留存收益) for the year.

Earnings per share(EPS) = Net income/Total shares outstanding

Dividends per share = Total dividends/Total shares outstanding

When looking at an income statement, the financial manager needs to keep three things in mind:GAAP,cash versus noncash item,and time and costs.

1.GAAP and the income statement:The general rule (the recognition principle) is to recognize revenue when the earnings process is virtually complete and the value of an exchange of goods or services if known or can be reliably determined.This principle usually means that revenue is recognized at the time of sale,which need not be the same as the time of collection(cash),so is the expense.

2.Noncash item:A primary reason that accounting income differs from cash flow is that an income statement contains noncash item.The most important of these is depreciation(折旧).The depreciation deduction is simply another application of the matching principle in accounting.The revenues associated with an asset would generally occur over some length of time.So the accountant seeks to match the expense of purchasing the asset with the benefits produced from owning it.

For the financial manager,the actual timing of cash inflows and outflows is critical in coming up with a reasonable estimate of market value,so we need to learn how to separate the cash flows from noncash accounting entries.

3.Time and costs:It's often useful to think of the future as having two distinct parts:the short run and the long run.These are not precise time periods.The distinct has to to do with whether costs are fixed or variable.In the long run,all business costs are variable.Given sufficient time, assets can be sold,debts can be paid,and so on.

If our time horizon is relatively short,however,some costs are effectively fixed---they must be paid no matter what(property taxes财产税).Other costs such as wages to laborers and payments to suppliers are still variable.As a result,even in the short run,the firm can vary its output level by varying expenditures in these area.

The income statement的更多相关文章

  1. business knowledge

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

  2. fr

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

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

  4. EBS财务模块表结构

     gl_code_combinations:科目组合 字段名 含义 备注 code_combination_id 主键,科目编码ID,自动编号 segment1 分行代码 setgment2 是受 ...

  5. CFA一级知识点总结

    更多来自:   www.vipcoursea.com   Ethics 部分 Objective of codes and standard:永远是为了maintain public trust in ...

  6. 中美会计准则差异比较(PRC GAAP VS US GAAP)

    http://bbs.chinaacc.com/forum-2-43/topic-2023118.html 一.中美会计准则的实质性差别    rule based vs principle base ...

  7. Write-Off

    What is a Write-Off? Write-offis an accounting term referring to an action whereby the book value of ...

  8. bloomberg bulkfile【一】 文件的分类

    文章导航 bloomberg bulkfile [一]  文件的分类 bloomberg bulkfile [二]  文件解析 bloomberg bulkfile [三]  在oracle的存储 订 ...

  9. MySQL: LEAVE Statement

    https://www.techonthenet.com/mysql/loops/leave.php This MySQL tutorial explains how to use the LEAVE ...

随机推荐

  1. CentOS 6破解Mysql5.5的办法

    首先,你必须要有操作系统的root权限了.要是连系统的root权限都没有的话,先考虑root系统再走下面的步骤.类似于安全模式登录系统,有人建议说是pkill mysql,但是我不建议哈.因为当你执行 ...

  2. 显示或隐藏一个Grid

    The Rowset class contains two methods that can be used to show and hide all rows: ShowAllRows() Hide ...

  3. js一些实用例子

    1.获取焦点选中文本内容 $("#id").focus(function(){ this.select(); }); 2.表单提交方式 A.自动提交 setTimeout(func ...

  4. 【转】Spark快速入门指南

    尊重版权,原文:http://blog.csdn.net/macyang/article/details/7100523   - Spark是什么? Spark is a MapReduce-like ...

  5. 一个表格说明RelativeLayout中的几个重要属性【Written By KillerLegend】

      RelativeLayout中几种布局属性的说明 无 无 无 无

  6. ASP.NET Web API安全认证

    http://www.cnblogs.com/codeon/p/6123863.html http://open.taobao.com/docs/doc.htm?spm=a219a.7629140.0 ...

  7. MHA在线切换过程

    MHA 在线切换是MHA除了自动监控切换换提供的另外一种方式,多用于诸如硬件升级,MySQL数据库迁移等等.该方式提供快速切换和优雅的阻塞写入,无关关闭原有服务器,整个切换过程在0.5-2s 的时间左 ...

  8. Storm入门学习随记

    推荐慕课网视频:http://www.imooc.com/video/10055 ====Storm的起源. Storm是开源的.分布式.流式计算系统 什么是分布式呢?就是将一个任务拆解给多个计算机去 ...

  9. pure的bug记录2

    <select id="stacked-state" style=" font-family: "Microsoft YaHei"; " ...

  10. 3.html5的文本元素

    如果你看了第一篇的内容,你会发现我的代码是这样的: 文本 <span>文本</span> <scolia>文本</scolia> <scolia ...