The income statement
- 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的更多相关文章
- business knowledge
Finance knowledge Trading---At the core of our business model is Trading, which involves the buying ...
- fr
8.3 credit sales(bad debt , ar) method1:direct write off method2:allowance method for bad debt allow ...
- 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 ...
- EBS财务模块表结构
gl_code_combinations:科目组合 字段名 含义 备注 code_combination_id 主键,科目编码ID,自动编号 segment1 分行代码 setgment2 是受 ...
- CFA一级知识点总结
更多来自: www.vipcoursea.com Ethics 部分 Objective of codes and standard:永远是为了maintain public trust in ...
- 中美会计准则差异比较(PRC GAAP VS US GAAP)
http://bbs.chinaacc.com/forum-2-43/topic-2023118.html 一.中美会计准则的实质性差别 rule based vs principle base ...
- Write-Off
What is a Write-Off? Write-offis an accounting term referring to an action whereby the book value of ...
- bloomberg bulkfile【一】 文件的分类
文章导航 bloomberg bulkfile [一] 文件的分类 bloomberg bulkfile [二] 文件解析 bloomberg bulkfile [三] 在oracle的存储 订 ...
- MySQL: LEAVE Statement
https://www.techonthenet.com/mysql/loops/leave.php This MySQL tutorial explains how to use the LEAVE ...
随机推荐
- 一个学生分数表,用sql语句查询出各班级的前三名
昨天去一家公司面试,被这道题难住了,哎,又失去一次好的机会. 回来 之后就再想这个问题 表结构及数据如下:
- c/c++基本问题
1. 使用g++将文件编译成库文件 g++ -c -O2 -fPIC test.cpp -o test.o && g++ -shared -Wall -o test.so test.o ...
- POJ C程序设计进阶 编程题#4:寻找平面上的极大点
编程题#4:寻找平面上的极大点 来源: POJ (Coursera声明:在POJ上完成的习题将不会计入Coursera的最后成绩.) 注意: 总时间限制: 1000ms 内存限制: 65536kB 描 ...
- PHP总结
1.PHP的简介: PHP(外文名:PHP: Hypertext Preprocessor,中文名:"超文本预处理器") 是一种通用开源脚本语言.语法吸收了C语言.Java和Per ...
- 最简单删除SQL Server中所有数据的方法
最简单删除SQL Server中所有数据的方法 编写人:CC阿爸 2014-3-14 其实删除数据库中数据的方法并不复杂,为什么我还要多此一举呢,一是我这里介绍的是删除数据库的所有数据,因为数据之间 ...
- qemu-kvm简单使用
qemu-kvm主要有以下几个选项: -snapshot: 创建快照 -m: 指定内存大小 -smp: 指定处理器个数 -cpu: 指定CPU类型 -name: 设置虚拟机名称 -vnc: 使用vnc ...
- php 获取文件后缀名
$file_ext = strtolower(substr(strrchr($upload_file, '.'), 1)); strrchr:查找指定字符在字符串中的最后一次出现 string str ...
- DevExpress BarManager 部分用法
1.创建一个BarManager会默认产生三个菜单.BarManager右键ShowDesignTime enhancements会显示[add]按钮,可对菜单进行编辑. 2.其中比较有用的属性: 选 ...
- 说说用C语言求根的那些事儿
C语言--求根:计算机只识别0和1,那么问题来了,作为计算工具如何解决数学问题?其实,计算机是死东西,都是程序员用计算机的的思维去加数学公式计算数学题的.听起来好高端的样子,其实啊,也就那么回事儿, ...
- open/fopen read/fread write/fwrite区别
fopen /open区别 UNIX环境下的C 对二进制流文件的读写有两套班子:1) fopen,fread,fwrite ; 2) open, read, write这里简单的介绍一下他们的区别.1 ...