• 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. Win7系统下VS2008安装SP1补丁解决JQuery无智能提示的问题

    jQuery在vs2008中的智能提示 1  安装VS2008SP1补丁 要确保您的vs2008已经打了sp1补丁,在vs2008的帮助里的关于,要是安装了sp1,会出现“版本 3.5 sp1”,没安 ...

  2. ASP.NET中@Page指令中的AutoEventWireup

    AutoEventWireup:指示控件的事件是否自动匹配 (Autowire).如果启用事件自动匹配,则为 true:否则为 false.默认值为 true.如果设为false,则事件不可用.有关更 ...

  3. object

    object对象 定义一个对象 var obj = {}; obj.name = 'Kate'; var obj = {name:'Jerrt'}; var obj = new Object(); O ...

  4. webview 中 svg的坑

    在这里不会详细介绍如何绘制svg图片,是讲一个很小的bug,看图 在这张图中,上面带有纹理和弧度的图片,原本是直接切了一张png的图片,但是由于是在app的登录注册的首页,那么这个35k的图片就会非常 ...

  5. HTML5+CSS3前端开发资源整合

    HTML5+CSS3前端开发资源整合   推个广告 个人网站:http://www.51pansou.com HTML5视频下载:HTML5视频 HTML5源码下载:HTML5源码 meta相关: & ...

  6. sprintf函数减少字符串拼接错误

    $return_string=""; foreach($cat_list as $value){ $return_string .= sprintf('<dd>< ...

  7. 自己一晚上总结的php基础知识!好累。好充实。

    为了巩固自己的基础提升自己的技术.花了一晚上的时间结合w3c上的非常基础的东西,和自己的部分见解,写了不少,望大神们指正,指导.. <?php /* 这段话必须要写在开篇啊!死老猫,你又刺激我! ...

  8. 7)Java数据类型

        Java中的数据类型分为基本数据类型和引用数据类型:   1)基础数据类型有:            boolean, byte.short.char, int.float.long, dou ...

  9. WebBrowser里网页根据文字判断来点击链接 无Name及ID时

    uses ActiveX, ComObj, MSHTML; 根据连接文字点击连接- 一般情况下的连接 Procedure HTMLClinkByText(text:string;Wbr:TWebBro ...

  10. C# 程序开始主要是写类和方法 的基本步骤和调用方法

    主程序的使用方式以及调用方法字段.属性.方法 using System; using System.Collections.Generic; using System.Linq; using Syst ...