This chapter-2 we learn about the the financial statements(财务报表),taxes and cash flow.We must pay particular attention to two important differences:

1.the difference between accounting value and market value

2.the difference between accounting income and cash flow

Let's start:

  • 2-1   the balance sheet (资产负债表):it's a snapshot of a firm.Because it's a convenient means of organizing and summarizing what a firm owns(its assets资产),what a firm owes(its liabilities负债),and the difference between the two(the firm's equity股东权益) at a given piont in time.Now,let's take a look at the balance sheet:

  

  1.Assets:the left-hand side

  One thing we need to pay special attention is about current assets:A current asset has life of less than one year.This means that the asset will normally convert to cash within 12 month,for example,inventory,cash,accounting receivable(money owed to the firm by it customers)...

  2.Liabilities and Owners' equity:the right-hand side

  Like the current asset,current liabilities have a life of less than one year(meaning they must be paid within a year),accounting payable(money the firm owes to suppliers)...Like the load,it's a long-term debt.Firm borrow over the long term from a variety of sources.We tend to use the terms bonds and bondholders(generically to refer to long-term debt and long-term creditors,respectively)

  3.The balance sheet identity or equation:assets = liabilities + shareholders' equity  (left = right),Shareholders' equity is defined as the difference between assets and liabilities.

  4.Net working Capital:净营运资本 = current assets - current liabilities

  Net working capital is positive when current assets exceed current liabilities.(In a healthy firm)

  5.There are three particularly important things to keep in mind when examining a balance sheet:

  1)Liquidity(流动性):the speed and ease(容易程度) with which an asset can be converted to cash.Gold is relatively liquid asset,but a custom manufacturing facility is not.Liquidity really has two dimensions:ease of conversion versus loss of value.Any asset can be converted to cash quickly if we cut the prrice enough.A highly liquid asset is therefore one that can be quickly sold without significant loss of value.An unliquid asset is one that cannot be quickly converted to cash without a substantial price reduction.

  Assets are normally listed on the balance sheet in order of decreasing liquidity.Current assets are relatively liquid and include cash and those assets that we expect to convert to cash over the next 12 months.But fixed assets are,for most of part,relatively illiquid.

  Liquidity is valuable.The more liquid a business is, the less likely it is to experience financial distress(that is ,diffculty in paying debts or buying needed assets).Unfortunately,liquid assets are generally less profitable to hold.For example,cash holding are the most liquid of all investments,but they sometimes earn no return at all--they just sit there.There is therefore a trade-off between the advantages of liquidity and forgone potential profits.

  2)Debt versus Equity(负债和权益):Equity holders are only entitled to the residual value.(Shareholders' equity = assets -liabilities)

  The use of debt in a firm's capital structure is call financial leverage.The more debt a firm has,the greateer is its degree of financial financial leverage.Debt acts like a lever in the sense that using it can greatly magnify both gains and losses.So,financial leverage increases the potential reward to shareholders,but it also increases the potential for financial distress and business failure.

  3)Market value versus Book value(市场价值和账面价值):The true value of any asset is its market value,not the value shown on the balance sheet(Book value).According to GAAP(Generally accepted accounting principles,公认会计准则),financial statements show at history cost.In other words,assets are "carried on the books" at what the firm paid fir them, no matter how long ago they were peuchased or how much they are worth today.

  Managers and investor will frequently be interested in knowing the market value of the firm.This information is not on the balance sheet.The fact that balance sheet assets are listed at cost means that there is no necessary connection between the total assets shown and the market value of the firm.Indeed,many of the most of valuable assets that a firm might have---good management,a good reputation,talented employees---don't appear on the balance sheet at all.Thus,we all concern about the maeket value but not the book value on the balance sheet.

'cause there are too many contents in this chapter,so in next section we will continue to talk something about "the income statement"(损益表),welcome to focus again!

The finnacial statements,taxes and cash flow的更多相关文章

  1. Cash flow

    Today,we learn about the cash flow. Cash flow summary: 1.The cash flow identity:(现金恒等式) cash flow fr ...

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

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

  3. Core Java Volume I — 3.8. Control Flow

    3.8. Control FlowJava, like any programming language, supports both conditional statements and loops ...

  4. [转载]Maximum Flow: Augmenting Path Algorithms Comparison

    https://www.topcoder.com/community/data-science/data-science-tutorials/maximum-flow-augmenting-path- ...

  5. 美国政府关于Google公司2013年度的财务报表红头文件

    请管理员移至新闻版块,谢谢! 来源:http://www.sec.gov/ 财务报表下载↓ 此文仅作参考分析. 10-K 1 goog2013123110-k.htm FORM 10-K   UNIT ...

  6. business knowledge

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

  7. fr

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

  8. The income statement

    The income statement measures performance over some period  of time,usually a quarter or a year.The ...

  9. Introduction to Financial Management

    Recently,i am learning some useful things about financial management by reading <Essentials of Co ...

随机推荐

  1. SVN 管理

    01. 源代码管理工具概述(PPT) ================================================================================ ...

  2. C#去除List中集合的重复项(类型对象和单一类型)

    去除重复类型对象BookInfo示例: bookList = bookList.Distinct(new DataRowComparer()).ToList(); //去除重复书籍 /// <s ...

  3. win7 C# winForm编程 savefiledialog 不能弹出保存窗体

    public void ResMsg()        {            while (isRecMsg)            {                //准备一个数组 准备接收 ...

  4. JSON.stringify 语法实例讲解

    语法:  JSON.stringify(value [, replacer] [, space]) value:是必选字段.就是你输入的对象,比如数组,类等. replacer:这个是可选的.它又分为 ...

  5. sublime简单配置

    Preferences------->settings user { "font_face": "Courier New", "font_siz ...

  6. 关于Raw,Assets的使用

    Raw,Assets下文件区别: 相同点:两个目录下的文件在打包后都会原封不动的保存到apk中,不会被编译成二进制. 不同点:Raw下文件不能使用目录结构, 有些格式的会被压缩,能够通过R.raw方便 ...

  7. Android去除CPU占用过高时屏幕四周闪红框

    话说有些时间没有更新博客了,今天正好解决这个问题,顺便把它记录下来.. 今天遇到的情况是这样的,当CPU占用过高时,屏幕四周会出现一个红框. 闪一次两次算了,但是挺萌的(TMD)不停的闪,我的钛合金狗 ...

  8. oracle-审计导数

    1.因审计需求,需要将MySQL.Oracle数据库中需要的表数据导入到SqlSERVER进行审计. 2.之前的方法:   A. oracle组将表dump下来,进行压缩,传送到oracle导数服务器 ...

  9. strcpy/strlen/strcat/strcmp面试总结

    <strcpy拷贝越界问题> 一. 程序一 #include<stdio.h> #include<string.h> void main() { char s[]= ...

  10. poj 3641 Pseudoprime numbers

    题目连接 http://poj.org/problem?id=3641 Pseudoprime numbers Description Fermat's theorem states that for ...