Brain Teaser. Feel free to work with your friends

Size: px
Start display at page:

Download "Brain Teaser. Feel free to work with your friends"

Transcription

1 Brain Teaser 3 opaque buckets. The first has 2 white marbles. The second has 1 white marble and 1 black marble. The last has 2 black marbles. You blindly pick one marble out of one of the buckets and get a white marble. What is the probability the other marble in that bucket is a white marble? Feel free to work with your friends

2 Introduction to Scraping & Financial Statement Analysis November 29, 2016

3 Agenda I. Three Financial Statements II. Financial Ratios III. Scraping

4 Three Financial Statements Income Statement - a summary of revenues and expenses over a set period of time (usually quarterly or annually). Balance Sheet - a snapshot in time of a firm s assets, liabilities, and shareholders equity. Cash Flow Statement - notes all sources and uses of cash over a set period of time. Reconciles the income statement with the balance sheet. Note: This is a common topic covered in financial services interviews.

5 Income Statement Operating Activities - revenues and expenses directly associated with a firm s regular business activities. Non-Operating Activities - any revenues and expenses NOT directly related with a firm s regular business activities. Examples: Unit Sales and Production Costs Examples: Legal Settlement and Administrative Costs Investopedia Video

6 Balance Sheet Fundamental Accounting Equation Assets - a resource with economic value that an individual, corporation or country owns or controls with the expectation that it will provide future benefit. Categories: Current, PP&E, and Intangible Liabilities - a company's financial debt or obligations that arise during the course of its business operations. Assets = Liabilities + Shareholders Equity Categories: Current and Long-Term Shareholders Equity - represents the equity stake currently held on the books by a firm's equity investors.

7 Cash Flow Statement Cash Flow from Operating Activities converts items on the income statement from the accrual form to cash basis. Cash Flow from Investing Activities reports the purchase and sale of long-term investments and PP&E. Cash Flow from Financing Activities reports the issuance and repurchase of the company s own bonds and stock and the payment of dividends.

8 Sample Interview Questions Walk me through the three financial statements. Can you give me an example of a [balance sheet category] account? If depreciation increases by $10 how does this affect the three statements? If you purchase a piece of equipment with cash for a $100 and it depreciates by $10 a year, walk me through how this affects the three statements in year one, year two, etc.

9 Financial Ratios Liquidity - measure a company's ability to pay off its short-term debt obligations. Solvency - measure a company s ability to pay off its long-term debt obligations. Activity - measure a firm's ability to convert different accounts within its balance sheets into cash or sales. Performance - give users a good understanding of how well the company utilized its resources in generating profit and shareholder value.

10 Liquidity Ratios Cash Ratio = Cash & Cash Equivalents / Current Liabilities Most common conservative measure of a company s ability to pay short-term debt Current Ratio = Current Assets / Current Liabilities Measures a company's ability to pay short-term obligations. Quick Ratio = (current assets inventories) / current liabilities Measures a company's ability to meet its short-term obligations with its most liquid assets These ratios are used to assess creditworthiness, but can also be used by investors.

11 Solvency Ratios Debt to Equity Ratio = Total Liabilities / Shareholders Equity Used gauge the extent to which a company is taking on debts as a means of leveraging. A high debt/equity ratio = aggressive in financing its growth with debt. Aggressive leveraging practices = high levels of risk. volatile earnings as a result of the additional interest expense. Interest Coverage Ratio = EBIT / Interest Expense Used to determine how easily a company can pay interest on outstanding debt.

12 Activity Ratios Average Collection Period = ( Days in Period * Average Amount of Accounts Receivable) / Credit Sales Represents the average number of days between the date a credit sale is made and the date payment is received from the credit sale. Inventory Turnover = (Sales / Average Inventory) / 365 Days Inventory turnover is a ratio showing how many times a company's inventory is sold and replaced over a period of time.

13 Performance Ratios Return on Assets (ROA) Return on Equity (ROE) Potential returns to equity holders Price to Earnings (P/E) Indicates returns to equity holders Earnings per Share (EPS) Indicates efficiency of assets Investment required to generate $1 of earnings EV / EBITDA Measures return on investment normalized for capital structure

14 Resources EDGAR - an SEC database for company filings. Bam SEC - an alternate site to retrieve company filings (recommended) FinViz - a site which specializes in visualizing financial data and information pertaining to equities. Includes many of the ratios we covered today. Yahoo! Finance / Google Finance

15 Introduction to Scraping Traditionally, when we think of data, we think of structured data, i.e. csv files, tables with rows and columns, SQL and ad-hoc queries, etc. Transition into unstructured data Scraping is the process of retrieving unstructured data from websites Often done by parsing through a webpage s html code or using some kind of API

16 Lesson Objective Scrape a list of the S&P 500 companies from Wikipedia Obtain today s current price and opening price of all of those companies.

17 Required Tools - Python (2.7) Pip - - Beautiful Soup 4 - Python library used for parsing HTML and XML files - - python -m pip install bs4 Yahoo Finance API - - Mac OS X (sudo easy_install pip) python -m pip install yahoo-finance See the code here:

18 Step 1: Scraping Wikipedia We want to iterate through all the <tr> tags in <table>, and retrieve the information in the 1st <td> tag. (Note that there are 8 total <td> tags in each <tr> tag.)

19 Step 2: Understanding the Code

20 Step 3: Yahoo Finance API We will be using.get_price() and.get_open()

21 Step 3: Running the Program python stock_scraper_template.py

22 Questions, Comments, and Concerns

23 Thank you and check us out on GitHub!

Appendix: Financial Definitions. Basic Accounting Reports

Appendix: Financial Definitions. Basic Accounting Reports Appendix: Financial Definitions Several standardized methods have been created to analyze business financial data. These numbers are easily computed from the standard reported accounting data. The various

More information

Chapter 2. Learning Objectives. Topics Covered. Cash Flow and Financial Statement Analysis

Chapter 2. Learning Objectives. Topics Covered. Cash Flow and Financial Statement Analysis Chapter 2 Cash Flow and Financial Statement Analysis Learning Objectives Interpret information contained in the balance sheet, income statement, and statement of cash flows. Explain why income differs

More information

FINANCIAL ANALYSIS TYPES OF FINANCIAL STATEMENTS FINANCIAL RATIOS BASIC SOURCES AND USES OF FUNDS TOPIC PREVIEW LEARNING OBJECTIVE

FINANCIAL ANALYSIS TYPES OF FINANCIAL STATEMENTS FINANCIAL RATIOS BASIC SOURCES AND USES OF FUNDS TOPIC PREVIEW LEARNING OBJECTIVE FINANCIAL ANALYSIS TOPIC PREVIEW TYPES OF FINANCIAL STATEMENTS FINANCIAL RATIOS BASIC SOURCES AND USES OF FUNDS LEARNING OBJECTIVE Students be able to: Distinguish the different types of financial statements

More information

Finance and Accounting for Interviews

Finance and Accounting for Interviews This document was developed and written by Ian Lee. All information is meant for public use and purposed for the free transfer of knowledge to interested parties. Send questions and comments to ianlee@uclalumni.net

More information

NESHAMINY SCHOOL DISTRICT LANGHORNE, PENNSYLVANIA. Course Title ACCOUNTING III

NESHAMINY SCHOOL DISTRICT LANGHORNE, PENNSYLVANIA. Course Title ACCOUNTING III NESHAMINY SCHOOL DISTRICT LANGHORNE, PENNSYLVANIA Course Title ACCOUNTING III Month: September ESSENTIAL QUESTIONS THAT THE COURSE CONTENT ANSWERS: Why is it essential for accountants to analyze and evaluate

More information

Where to Start. Click find stocks to view a list of stocks that meet your criteria. Click on any company that seems interesting to you.

Where to Start. Click find stocks to view a list of stocks that meet your criteria. Click on any company that seems interesting to you. Where to Start Throughout this process, it is important to keep our end goal in mind. As investors, we are seeking appreciation in value of the stocks we hold. The price of a stock reflects the income

More information

19/08/2014. Chapter Outline. Chapter 2. Learning Objectives. Learning Objectives. Firms Disclosure of Financial Information (cont'd)

19/08/2014. Chapter Outline. Chapter 2. Learning Objectives. Learning Objectives. Firms Disclosure of Financial Information (cont'd) Chapter 2 Introduction to Financial Statement Analysis - Too much info for our limited time, so focus on my lecture Chapter Outline 2.1 Firms Disclosure of Financial Information 2.2 The Balance Sheet or

More information

CMA 2010 Support Package

CMA 2010 Support Package CMA 2010 Support Package Ratio Definitions CMA EXAM RATIO DEFINITIONS Abbreviations EBIT = Earnings before interest and taxes EBITDA = Earnings before interest, taxes, depreciation and amortization EBT

More information

Problem Set One. Name

Problem Set One. Name MK602 Problem Set One Name The first part of the case, presented in Chapter 3 (pages 123-125), discussed the situation that Computron Industries was in after an expansion program. Thus far, sales have

More information

Running head: LTP COMPREHENSIVE FINANCIAL ANALYSIS PAPER 1. LTP Comprehensive Financial Analysis Paper

Running head: LTP COMPREHENSIVE FINANCIAL ANALYSIS PAPER 1. LTP Comprehensive Financial Analysis Paper Running head: LTP COMPREHENSIVE FINANCIAL ANALYSIS PAPER 1 LTP Comprehensive Financial Analysis Paper Jessica Cusac, Melania Estes, Russell Furst, Connie Lane, Careea Norde, Mary Stephens Siena Heights

More information

Lecture 4. Interpreting and using financial statements for valuation II. Financial ratio analysis

Lecture 4. Interpreting and using financial statements for valuation II. Financial ratio analysis Lecture 4 Interpreting and using financial statements for valuation II Financial ratio analysis Agenda Use of financial ratios ROE decomposition Growth, risk, and, cash flow 2 What are financial ratios

More information

WEEK 10 Analysis of Financial Statements

WEEK 10 Analysis of Financial Statements WEEK 10 Analysis of Financial Statements Learning Objectives 1. Organize a systematic financial statements analysis using common-size financial statements and ratio analysis. 2. Recognize the potential

More information

Financial Statements Analysis

Financial Statements Analysis Financial Statements Analysis Agenda I. The Importance of Financial Statements Analysis II. Overview of the 3 Statements a) Income Statement b) Cash Flow Statement c) Balance Sheet III. How Statements

More information

C521 CHAPTER 13 & REVIEW FOR MIDTERM FINANCIAL ACCOUNTING EXAM

C521 CHAPTER 13 & REVIEW FOR MIDTERM FINANCIAL ACCOUNTING EXAM 1 C521 CHAPTER 13 & REVIEW FOR MIDTERM FINANCIAL ACCOUNTING EXAM What have we done in the course? On a chapter by chapter basis, we primarily have examined specific transactions and the effect on financial

More information

BSE-Sofia AD. Methodology for Calculation of Financial Ratios

BSE-Sofia AD. Methodology for Calculation of Financial Ratios BSE-Sofia AD Methodology for Calculation of Financial Ratios FINANCIAL RATIOS BSE-Sofia calculates the following financial ratios for the companies listed on BSE-Sofia markets: 1. Current Ratio; 2. Asset

More information

Easykobo.com EDUCATION- CENTER

Easykobo.com EDUCATION- CENTER Easykobo.com EDUCATION- CENTER You are free to make use of this education center to learn the basics of stock market investing. Information here is picked from various sources including Investopedia, wikipedia

More information

CHAPTER 3. Topics in Chapter. Analysis of Financial Statements

CHAPTER 3. Topics in Chapter. Analysis of Financial Statements CHAPTER 3 Analysis of Financial Statements 1 Topics in Chapter Ratio analysis DuPont equation Effects of improving ratios Limitations of ratio analysis Qualitative factors 2 Determinants of Intrinsic Value:

More information

Working with Financial Statements, Part II

Working with Financial Statements, Part II Working with Financial Statements, Part II Faculty of Business Administration Lakehead University Spring 2003 May 7, 2003 Outline of Chapter 3, Part II 3.3 Ratio Analysis 3.4 The DuPont Identity 3.5 Using

More information

Professional Designation Ratios: Formulas & Definitions Used in Credit Risk Assessment

Professional Designation Ratios: Formulas & Definitions Used in Credit Risk Assessment Professional Designation Ratios: Formulas & Definitions Used in Credit Risk Assessment Profitability Ratios Measure management's ability to control expenses and to earn a return on the resources committed

More information

FINANCIAL RATIOS. LIQUIDITY RATIOS (and Working Capital) You want current and quick ratios to be > 1. Current Liabilities SAMPLE BALANCE SHEET ASSETS

FINANCIAL RATIOS. LIQUIDITY RATIOS (and Working Capital) You want current and quick ratios to be > 1. Current Liabilities SAMPLE BALANCE SHEET ASSETS FINANCIAL RATIOS ROUND ALL ANSWERS TO TWO DECIMALS UNLESS REQUESTED OTHERWISE IN THE PROBLEM LIQUIDITY RATIOS (and Working Capital) You want current and quick ratios to be > 1 Current Ratio Quick Ratio

More information

Curriculum designed for use with the Iowa Electronic Markets Cynthia J. Brown Marilyn M. Dutton Thomas A. Rietz

Curriculum designed for use with the Iowa Electronic Markets Cynthia J. Brown Marilyn M. Dutton Thomas A. Rietz Financial Statement Analysis Curriculum designed for use with the Iowa Electronic Markets by Cynthia J. Brown Marilyn M. Dutton Thomas A. Rietz ١ Financial Statement Analysis: Lecture Outline Review of

More information

ACTY 7292 Financial Statement Analysis Final Exam Semester 1, 2015

ACTY 7292 Financial Statement Analysis Final Exam Semester 1, 2015 Faculty of Creative Industries & Business Department of Accounting and Finance Bachelor of Business ACTY 7292 Financial Statement Analysis Final Exam Date: Wednesday 1 st July 2015 Start time: 8.30AM 11.40AM

More information

Chapter 3 Analysis of Financial Statements. Ratio Analysis Please refer to the attached financial statements, and industry average ratios

Chapter 3 Analysis of Financial Statements. Ratio Analysis Please refer to the attached financial statements, and industry average ratios Chapter 3 Analysis of Financial Statements Ratio Analysis Please refer to the attached financial statements, and industry average ratios In this chapter, we will cover Liquidity ratios Asset management

More information

A CLEAR UNDERSTANDING OF THE INDUSTRY

A CLEAR UNDERSTANDING OF THE INDUSTRY A CLEAR UNDERSTANDING OF THE INDUSTRY IS CFA INSTITUTE INVESTMENT FOUNDATIONS RIGHT FOR YOU? Investment Foundations is a certificate program designed to give you a clear understanding of the investment

More information

Chapter 2. Introduction to Financial Statement Analysis

Chapter 2. Introduction to Financial Statement Analysis Chapter 2 Introduction to Financial Statement Analysis 2-1. In a firm s annual report, five financial statements can be found: the balance sheet, the income statement, the statement of cash flows, the

More information

Stock Rover Profile Metrics

Stock Rover Profile Metrics Stock Rover Profile Metrics Average Volume (3m) The average number of shares traded per day over the past 3 months. Company Unit: Name The full name of the company. Employees The number of direct employees.

More information

Chapter 17. Financial Statement Analysis

Chapter 17. Financial Statement Analysis Chapter 17 Financial Statement Analysis 17-2 Topics Covered Financial Ratios DuPont System Using Financial ratios Measuring Company Performance The Role of Financial Ratios 17-3 Financial Ratios Five types

More information

Chapter 7. Analyzing Common Stocks. Security Analysis. Top-Down Approach Kaplan Financial

Chapter 7. Analyzing Common Stocks. Security Analysis. Top-Down Approach Kaplan Financial Chapter 7 Analyzing Common Stocks Security Analysis Process of gathering, organizing, and using information to determine the intrinsic value of a common stock. Intrinsic value is the underlying or inherent

More information

Financial Statement Analysis

Financial Statement Analysis Financial Statement Analysis Lakehead University September 2003 Overview of the Lecture 2.1 Financial Statements 2.2 Ratio Analysis 2.4 Common-Size Analysis 2.3 Changing Prices 2.5 International Considerations

More information

Chapter 2. Data for Financial Decision Making

Chapter 2. Data for Financial Decision Making Chapter 2 Data for Financial Decision Making Data for Financial Decision Making Introductory concepts the need for good data Financial accounting data Financial ratios Managerial accounting data Other

More information

Introduction to Financial Statement

Introduction to Financial Statement Introduction to Financial Statement Speaker Profile: Chua I-Min, CFA Full time Shares Investment Coach: Specialize in Fundamental Analysis Conduct training for retail investors and remisiers through exchanges

More information

Wikipedia: "Financial Ratio" Contents. Sources of Data for Financial Ratios. Purpose and Types of Ratios

Wikipedia: Financial Ratio Contents. Sources of Data for Financial Ratios. Purpose and Types of Ratios Wikipedia: "Financial Ratio" A financial ratio or accounting ratio is a relative magnitude of two selected numerical values taken from an enterprise's financial statements. Often used in accounting, there

More information

1 2. Financial ratios

1 2. Financial ratios 1 2. Financial ratios Warning 2 Remember that accounting statements are based on book values. We would prefer to make decisions based on market values, but such information may not be easy to obtain, and

More information

The video referenced in these notes will walk through the process of building an integrated financial statement model step by step.

The video referenced in these notes will walk through the process of building an integrated financial statement model step by step. The video referenced in these notes will walk through the process of building an integrated financial statement model step by step. Integrating Financial Statements NOTES TO ACCOMPANY VIDEOS These notes

More information

Chapter 2 Financial Statement and Cash Flow Analysis

Chapter 2 Financial Statement and Cash Flow Analysis Chapter 2 Financial Statement and Cash Flow Analysis MULTIPLE CHOICE 1. Which of the following items can be found on an income statement? a. Accounts receivable b. Long-term debt c. Sales d. Inventory

More information

ASSIGNMENT MEMORANDUM : FINANCIAL MANAGEMENT 2 (FM202)

ASSIGNMENT MEMORANDUM : FINANCIAL MANAGEMENT 2 (FM202) Page 1 of 6 ASSIGNMENT MEMORANDUM SUBJECT : FINANCIAL MANAGEMENT 2 () ASSIGNMENT : 2 nd SEMESTER 2012 QUESTION 1 [25] 1.1. e 1.2. a 1.3. b 1.4. b 1.5. a 1.6. b 1.7. d 1.8. a 1.9. a 1.10. b 1.11. c 1.12.

More information

Role of Financial Manager. Assessing Financial Performance. Analysis of Financial Statements. To create value, the financial manager should:

Role of Financial Manager. Assessing Financial Performance. Analysis of Financial Statements. To create value, the financial manager should: Role of Financial Manager To create value, the financial manager should: 1. Make sound investment decisions. 2. Make sound financing decisions. Importance of Assessing Financial Performance Assessing Financial

More information

Study Guide. Corporate Finance. A. J. Cataldo II, Ph.D., CPA, CMA

Study Guide. Corporate Finance. A. J. Cataldo II, Ph.D., CPA, CMA Study Guide Corporate Finance By A. J. Cataldo II, Ph.D., CPA, CMA About the Author A. J. Cataldo is currently a professor of accounting at West Chester University, in West Chester, Pennsylvania. He holds

More information

Agilent Technologies, Inc.

Agilent Technologies, Inc. Agilent Technologies, Inc. Fast Facts Financial Snapshot Operating Performance The company reported revenue of US$XX million during the fiscal year 2011 (2011). The company's revenue grew at a CAGR of

More information

REVIEW OF BASIC UNDERSTANDING AND ANALYSIS OF FINANCIAL STATEMENTS

REVIEW OF BASIC UNDERSTANDING AND ANALYSIS OF FINANCIAL STATEMENTS REVIEW OF BASIC UNDERSTANDING AND ANALYSIS OF FINANCIAL STATEMENTS Payear Sangiumvibool, Ph.D., CPA (US) ดร. พเย ย เสง ยมว บ ล Webster University Thailand Faculty, Accounting and Management สภาว ชาช พบ

More information

Corporate Finance, 3Ce (Berk, DeMarzo, Strangeland) Chapter 2 Introduction to Financial Statement Analysis

Corporate Finance, 3Ce (Berk, DeMarzo, Strangeland) Chapter 2 Introduction to Financial Statement Analysis Corporate Finance, 3Ce (Berk, DeMarzo, Strangeland) Chapter 2 Introduction to Financial Statement Analysis 2.1 The Disclosure of Financial Information 1) Canadian public companies are required to file

More information

AGENDA. Company A vs. Company B. In Today s Context

AGENDA. Company A vs. Company B. In Today s Context A Case Study in Capital Allocation AGENDA Company A vs. Company B In Today s Context Which Company Do You Prefer? 1200 Sales ($M) A 900 600 300 0 Year 1 Year 2 Year 3 Year 4 Year 5 Year 6 Year 7 Year 8

More information

Session 2, Sunday, April 2nd (1:30-5:00) v Association for Financial Professionals. All rights reserved. Session 3-1

Session 2, Sunday, April 2nd (1:30-5:00) v Association for Financial Professionals. All rights reserved. Session 3-1 Session 2, Sunday, April 2nd (1:30-5:00) v2.0 2014 Association for Financial Professionals. All rights reserved. Session 3-1 Chapters Covered Financial Accounting and Reporting: Part I, Domain B Chapter

More information

UNDERSTANDING FINANCIAL STATEMENTS, TAXES, AND CASH FLOWS. Chapter 3

UNDERSTANDING FINANCIAL STATEMENTS, TAXES, AND CASH FLOWS. Chapter 3 1 UNDERSTANDING FINANCIAL STATEMENTS, TAXES, AND CASH FLOWS Chapter 3 2 Learning Objectives (1 of 2) 1. Describe the content of the four basic financial statements and discuss the importance of financial

More information

Financial Statements. MIT Global Startup Labs Peru 2018

Financial Statements. MIT Global Startup Labs Peru 2018 Financial Statements MIT Global Startup Labs Peru 2018 Today s Agenda Purpose to learn financials Financial Statement Balance Sheet Income Statement Cash Flow Statement Debt vs Equity Why do you need to

More information

Week-2 FINC Analysis of Financial Statements. Balance Sheets

Week-2 FINC Analysis of Financial Statements. Balance Sheets Dr. Ahmed FINC 5000 Week-2 Name Analysis of Financial Statements Balance Sheets Assets 2003 2004 2005e Cash $ 9,000 $ 7,282 $ 14,000 Short-Term Investments. 48,600 20,000 71,632 Accounts Receivable 351,200

More information

Corporate Finance. Week 3 Financial Statement Analysis II

Corporate Finance. Week 3 Financial Statement Analysis II Corporate Finance 1-1 Week 3 Financial Statement Analysis II 1-1 Asset Efficiency or Turnover Measures 1-2 A first broad measure of efficiency is asset turnover: Sales Asset Turnover = Total Assets Fixed

More information

Introduction to Finance, Part 2: Cash Flow Statement & Financial Statement Analysis

Introduction to Finance, Part 2: Cash Flow Statement & Financial Statement Analysis 1 Introduction to Finance, Part 2: Cash Flow Statement & Financial Statement Analysis CHRIS GASTON AND JENNIFER DEBOER Review & Roadmap Balance Sheet: a summary of a company s financial position at a specific

More information

Gaiam, Inc. Gaiam, Inc. Financial Snapshot. Operating Performance. Fast Facts. SWOT Analysis. [Figure] Gaiam, Inc. - SWOT Profile Page 1

Gaiam, Inc. Gaiam, Inc. Financial Snapshot. Operating Performance. Fast Facts. SWOT Analysis. [Figure] Gaiam, Inc. - SWOT Profile Page 1 Gaiam, Inc. Fast Facts Headquarters Address Telephone Fax Website Ticker Symbol, Stock Exchange Financial Snapshot Operating Performance The company reported revenue of US$XX million during the fiscal

More information

Investment Analysis (FIN 383) Spring Homework 9

Investment Analysis (FIN 383) Spring Homework 9 Investment Analysis (FIN 383) Spring 2009 Homework 9 Instructions: please read carefully You should show your work how to get the answer for each calculation question to get full credit The due date is

More information

Top 8. Capstone Financial Ratios

Top 8. Capstone Financial Ratios Financial Ratio Review Top 8 Plus Capstone Financial Ratios Kenneth EA Wendeln 2012 KEAW v5 Top 8 Key Financial Ratios Profitability Liquidity Return on Owners Equity % Current Ratio # n.nn EPS Earnings

More information

Tutorial Letter: May 2014 examination session. Financial Management 3 (FM303) Semester One 2014

Tutorial Letter: May 2014 examination session. Financial Management 3 (FM303) Semester One 2014 Tutorial Letter: May 2014 examination session Financial Management 3 () Semester One 2014 Dear Student Please make note of the following key areas and notes pertaining to the Financial Management 3 Examination

More information

Chapter 2. Learning Objectives. Topics Covered. Financial Statement and Cash Flow Analysis

Chapter 2. Learning Objectives. Topics Covered. Financial Statement and Cash Flow Analysis Chapter 2 Financial Statement and Cash Flow Analysis 1 Learning Objectives Interpret information contained in the balance sheet, income statement, and statement of cash flows. Explain why income differs

More information

Disciplined thinking focuses inspiration rather than constricts it. ~ Anonymous

Disciplined thinking focuses inspiration rather than constricts it. ~ Anonymous Ratio Analysis Disciplined thinking focuses inspiration rather than constricts it. ~ Anonymous Ratio Analysis compares significant numbers from your financial statements. Rather than focusing on specific

More information

AFP Financial Planning & Analysis Learning System Session 2, Sunday, April 2nd (1:30-5:00)

AFP Financial Planning & Analysis Learning System Session 2, Sunday, April 2nd (1:30-5:00) AFP Financial Planning & Analysis Learning System Session 2, Sunday, April 2nd (1:30-5:00) Chapters Covered Financial Accounting and Reporting: Part I, Domain B Chapter 7 Ratio Analysis: Part I, Domain

More information

Industry: CABLE TV August 7, 2013 Recommendation: BUY. Company Overview

Industry: CABLE TV August 7, 2013 Recommendation: BUY. Company Overview Price Target $74.09 Price (08/07/2013) $61.11 52-WK ($) 47.71-67.85 Market Cap ($M) $34,000 Outstanding Shares 556 Insider % 7.0 Revenue $30,750 Valuation TEV ($M) $50,590 EBITDA ($M) $7,480 EV/EBITDA

More information

MBF1223 Financial Management. Lecture 8: Financial Ratios and Firm Performance

MBF1223 Financial Management. Lecture 8: Financial Ratios and Firm Performance MBF1223 Financial Management Lecture 8: Financial Ratios and Firm Performance Learning Objectives 1. Create, understand, and interpret common-size financial statements. 2. Calculate and interpret financial

More information

Working with Financial Statements

Working with Financial Statements Working with Financial Statements Lakehead University September 2005 Overview of the Lecture 3.2 Standardizes Financial Statements 3.3 Ratio Analysis 3.4 Dupont Identity 3.5 Using Financial Statement Information

More information

Working with Financial Statements

Working with Financial Statements Working with Financial Statements Lakehead University September 2005 Overview of the Lecture 3.2 Standardizes Financial Statements 3.3 Ratio Analysis 3.4 Dupont Identity 3.5 Using Financial Statement Information

More information

Business Assignment 2 Solutions. 1. Consider the balance sheets and income statements for Sunrise, Inc. depicted in Table 1 and Table 2.

Business Assignment 2 Solutions. 1. Consider the balance sheets and income statements for Sunrise, Inc. depicted in Table 1 and Table 2. Business 2019 Assignment 2 Solutions 1. Consider the balance sheets and income statements for Sunrise, Inc. depicted in Table 1 and Table 2. (a) For year 2000, calculate Sunrise s cash flow from assets,

More information

Investment Analysis (FIN 383) Fall Homework 9

Investment Analysis (FIN 383) Fall Homework 9 Investment Analysis (FIN 383) Fall 2008 Homework 9 Instructions: please read carefully You should show your work how to get the answer for each calculation question to get full credit The due date is Tue

More information

Tutorial Letter: May 2014 examination session. Financial Management 2 (FM202) Semester One 2014

Tutorial Letter: May 2014 examination session. Financial Management 2 (FM202) Semester One 2014 Tutorial Letter: May 2014 examination session Financial Management 2 () Semester One 2014 Dear Student Please make note of the following key areas and notes pertaining to the Financial Management 2 Examination

More information

A Simple Model. Introduction to Financial Statements

A Simple Model. Introduction to Financial Statements Introduction to Financial Statements NOTES TO ACCOMPANY VIDEOS These notes are intended to supplement the videos on ASimpleModel.com. They are not to be used as stand alone study aids, and are not written

More information

Financial Analysis. Consolidated financial analysis ( ) Based on IFRS

Financial Analysis. Consolidated financial analysis ( ) Based on IFRS Financial Analysis Consolidated financial analysis (2012-2014) Based on IFRS 2012 2013 2014 Liability to asset ratio (%) 42.58 57.70 56.68 Long-term fund to PP&E ratio (%) 170.33 182.99 199.33 Current

More information

DELL INC. Condensed Consolidated Statement of Financial Position (in millions) (unaudited)

DELL INC. Condensed Consolidated Statement of Financial Position (in millions) (unaudited) Condensed Consolidated Statement of Financial Position Assets: Cash & cash equivalents $ 13,913 $ 14,061 $ 14,623 $ 13,293 $ 13,852 $ 10,635 $ 13,913 $ 13,852 Short-term investments 452 418 509 545 966

More information

Presented by SCOTT TRANSUE

Presented by SCOTT TRANSUE Presented by SCOTT TRANSUE Cash vs. accrual Key definitions Balance sheets Income statements Cash flow statements Break-even analysis Today s Agenda Ratios Recognizes transactions when they occur Recognizes

More information

Leveraged Buyouts: The Debt / Equity Ratio

Leveraged Buyouts: The Debt / Equity Ratio Here: Covering a more useful / explainable topic Leveraged Buyouts: The Debt / Equity Ratio This is a re-do of last week s video PROBLEM: We attempted to explain why PE firms prefer to acquire companies

More information

Financial & Valuation Modeling Boot Camp

Financial & Valuation Modeling Boot Camp TARGET AUDIENCE Overview 3-day intensive training program where trainees learn financial & valuation modeling in Excel using in a hands-on, case-study approach. The modeling methodologies covered include:

More information

Picking and valuing stocks: The BIG way. Amy Ran, Ben Eisenberg, and Conor O Gorman

Picking and valuing stocks: The BIG way. Amy Ran, Ben Eisenberg, and Conor O Gorman Picking and valuing stocks: The BIG way Amy Ran, Ben Eisenberg, and Conor O Gorman The Theory of Competition Recall from Econ 1: Under perfect competition in the long run, the economic profit of a firm

More information

Business Ratios. Current Ratio

Business Ratios. Current Ratio Current Ratio Business Ratios Measures whether or not the firm has enough resources to pay its debt over the next 12 months formula: Current Ratio = Current Assets Current Liabilities Acceptable ratios

More information

DUKE UNIVERSITY, FUQUA SCHOOL OF BUSINESS ACCOUNTG 512F: FUNDAMENTALS OF FINANCIAL ANALYSIS. Note on Financial Statements and Financial Ratios

DUKE UNIVERSITY, FUQUA SCHOOL OF BUSINESS ACCOUNTG 512F: FUNDAMENTALS OF FINANCIAL ANALYSIS. Note on Financial Statements and Financial Ratios DUKE UNIVERSITY, FUQUA SCHOOL OF BUSINESS ACCOUNTG 512F: FUNDAMENTALS OF FINANCIAL ANALYSIS Note on Financial Statements and Financial Ratios I. Review of Financial Statements The Balance Sheet Financial

More information

Writing a Financial Report: Some Guidelines

Writing a Financial Report: Some Guidelines Writing a Financial Report: Some Guidelines Table of contents 1. A guiding principle... 2 2. An example of analysis grid... 3 3. Financial ratios: the toolkit of the financial analyst... 4 3.1. Growth

More information

CHAPTER 3. Analysis of Financial Statements

CHAPTER 3. Analysis of Financial Statements CHAPTER 3 Analysis of Financial Statements 1 Topics in Chapter Ratio analysis Du Pont system Effects of improving ratios Limitations of ratio analysis Qualitative factors 2 Determinants of Intrinsic Value:

More information

YOUR COMPANY S FINANCIAL HEALTH 33

YOUR COMPANY S FINANCIAL HEALTH 33 YOUR COMPANY S FINANCIAL HEALTH 33 balance sheet accounts. Investing outflows on the cash flow statement will correspond to increases in the long-term asset accounts on the balance sheet, financing inflows

More information

Working with Financial Statements

Working with Financial Statements Working with Financial Statements Lakehead University September 2004 Overview of the Lecture 3.1 Cash Flow and Financial Statements 3.2 Standardizes Financial Statements 3.3 Ratio Analysis 3.4 Dupont Identity

More information

Working with Financial Statements

Working with Financial Statements Working with Financial Statements Lakehead University September 2004 Overview of the Lecture 3.1 Cash Flow and Financial Statements 3.2 Standardizes Financial Statements 3.3 Ratio Analysis 3.4 Dupont Identity

More information

Financial Modeling Fundamentals Module 03 Accounting Interview Questions Quiz Questions

Financial Modeling Fundamentals Module 03 Accounting Interview Questions Quiz Questions Financial Modeling Fundamentals Module 03 Accounting Interview Questions Quiz Questions 1. On the first day of the year, a company pays $120 for insurance coverage for the entire year, which reduces Cash

More information

Chapter 3 Financial Statements Analysis

Chapter 3 Financial Statements Analysis Chapter 3 Financial Statements Analysis 1 Acknowledgement This work is reproduced, based on the book [Ross, Westerfield, Jaffe and Jordan Core Principles and Applications of Corporate Finance ]. This work

More information

Excellence in. Management

Excellence in. Management Excellence in Financial Management Course 1: Evaluating Financial Performance Prepared by: Matt H. Evans, CPA, CMA, CFM Chapter 1: Return on Equity Why use ratios? It has been said that you must measure

More information

Full file at

Full file at Chapter 03 1. Projected future financial statements are called: A. plug statements. B. pro forma statements. C. reconciled statements. D. aggregated statements. E. comparative statements. 2. The extended

More information

RATIO ANALYSIS. Inventories + Debtors + Cash & Bank + Receivables / Accruals + Short terms Loans + Marketable Investments

RATIO ANALYSIS. Inventories + Debtors + Cash & Bank + Receivables / Accruals + Short terms Loans + Marketable Investments A. LIQUIDITY RATIOS - Short Term Solvency RATIO ANALYSIS Ratio Formula Numerator Denominator Significance/Indicator 1. Current Ratio Current Assets Current Liabilities Inventories + Debtors + Cash & Bank

More information

Financial Statement & Security Analysis Case Study. Bilgin Demir. Master of Science Financial Engineering. Stevens Institute of Technology

Financial Statement & Security Analysis Case Study. Bilgin Demir. Master of Science Financial Engineering. Stevens Institute of Technology Financial Statement & Security Analysis Case Study Bilgin Demir Master of Science Financial Engineering Stevens Institute of Technology School of Systems and Enterprises Hoboken, New Jersey blgndemir@gmail.com

More information

Business 2019 Finance I Lakehead University

Business 2019 Finance I Lakehead University Business 2019 Finance I Lakehead University Special Exam Part I: Short Answer Questions (20 points) 1. (10 points) Consider the cash flow statements in Table 1. Calculate, for each firm, operating cash

More information

Chapter 6: Statement of Cash Flows

Chapter 6: Statement of Cash Flows Chapter 6: Statement of Cash Flows Outline: Why a cash flow statement? Classifications of cash flows Preparation of cash flow statements Determining the change in cash Determining net cash from operating

More information

accounts receivable: dollar amount due from customers from sales made on open account.

accounts receivable: dollar amount due from customers from sales made on open account. GLOSSARY 1 above-the-line: income items related to core operations. Typically assumed to have high predictive power for future earnings. accrual accounting: system of accounting that purports to measure

More information

ANALYSIS OF FINANCIAL STATEMENTS

ANALYSIS OF FINANCIAL STATEMENTS ANALYSIS OF FINANCIAL STATEMENTS 1. Basic concept of financial statement analysis 2. Liquidity ratios 3. Asset management ratios 4. Debt management ratios 5. Profitability ratios 6. Market value ratios

More information

CHAPTER 2 ANALYSIS OF FINANCIAL STATEMENTS

CHAPTER 2 ANALYSIS OF FINANCIAL STATEMENTS CHAPTER 2 ANALYSIS OF FINANCIAL STATEMENTS 1 Learning Outcomes LO.1 Describe the basic financial information that is produced by corporations and explain how the firm s stakeholders use such information.

More information

This video introduces the income statement. The video starts by showing the income statement in its most concise format as pictured below.

This video introduces the income statement. The video starts by showing the income statement in its most concise format as pictured below. This video introduces the income statement. The video starts by showing the income statement in its most concise format as pictured below. Revenue 74,452 83,492 Expenses 72,434 80,925 Margin (%) 97.3%

More information

COMPANY PROFILE Company Name: Bridistel d.o.o. Classification of Activities Code: 6130 Satellite telecommunications activities

COMPANY PROFILE Company Name: Bridistel d.o.o. Classification of Activities Code: 6130 Satellite telecommunications activities COMPANY PROFILE Company Name: Classification of Activities Code: 613 Satellite telecommunications activities Company Name: Report Date: Period: 7.1.17. 14 16 Contents Description Page General Information

More information

SEAGATE TECHNOLOGY PLC CONDENSED CONSOLIDATED BALANCE SHEETS (In millions) (Unaudited)

SEAGATE TECHNOLOGY PLC CONDENSED CONSOLIDATED BALANCE SHEETS (In millions) (Unaudited) CONDENSED CONSOLIDATED BALANCE SHEETS (In millions) ASSETS June 30, (a) Current assets: Cash and cash equivalents $ 2,285 $ 2,539 Accounts receivable, net 1,209 1,199 Inventories 1,014 982 Other current

More information

Tutorial: Market Simulator

Tutorial: Market Simulator Tutorial: Market Simulator Outline 1. Install Python and some libraries 2. Download Template File 3. Do MC1-P1 together hdp://quantsogware.gatech.edu/mc1-project-1 Edit the analysis.py file 4. Watch Videos

More information

Financial Management Concepts and Applications

Financial Management Concepts and Applications Financial Management For these Global Editions, the editorial team at Pearson has collaborated with educators across the world to address a wide range of subjects and requirements, equipping students with

More information

Financial Statement Analysis

Financial Statement Analysis Without financial statement analysis, finance statements would be comprised of primarily historical data. The analysis converts the data into information that is useful to understanding the company and

More information

ServiceNow, Inc. Condensed Consolidated Statements of Operations (in thousands, except share and per share data) (Unaudited)

ServiceNow, Inc. Condensed Consolidated Statements of Operations (in thousands, except share and per share data) (Unaudited) Condensed Consolidated Statements of Operations (in thousands, except share and per share data) September 30, 2016 September 30, 2015 September 30, 2016 September 30, 2015 Revenues: Subscription $ 318,934

More information

Zacks Method for Trading: Home Study Course Workbook. Disclaimer. Disclaimer

Zacks Method for Trading: Home Study Course Workbook. Disclaimer. Disclaimer Zacks Method for Trading: Home Study Course Workbook Disclaimer Disclaimer The performance calculations for the Research Wizard strategies were produced through the backtesting feature of the Research

More information

Alphabet Inc. CONSOLIDATED BALANCE SHEETS (In millions, except share amounts which are reflected in thousands and par value)

Alphabet Inc. CONSOLIDATED BALANCE SHEETS (In millions, except share amounts which are reflected in thousands and par value) Assets Current assets: Alphabet Inc. CONSOLIDATED BALANCE SHEETS (In millions, except share amounts which are reflected in thousands and par value) As of December 31, 2015 As of December 31, 2016 (unaudited)

More information

4 Chapter 2 Chapter 2: Financial Statement and Cash Flow Analysis

4 Chapter 2 Chapter 2: Financial Statement and Cash Flow Analysis 4 Chapter 2 Chapter 2: Financial Statement and Cash Flow Analysis Answers to End of Chapter Questions 2-1. Financial statement analysis provides information about the company s financial health, and its

More information

CHAPTER 5 BRIEF EXERCISE

CHAPTER 5 BRIEF EXERCISE CHAPTER 5 USING FINANCIAL STATEMENT INFORMATION BE5 1 BRIEF EXERCISE Coke Pepsi (a) ROE = Net Income/Average Stockholders Equity 27.7% 28.5% ROA = (Net Income +[Interest Expense (1- Tax Rate)])/ Average

More information

Performing Effective Financial Analysis of Suppliers within the Sourcing Team

Performing Effective Financial Analysis of Suppliers within the Sourcing Team Performing Effective Financial Analysis of Suppliers within the Sourcing Team CUNA Mutual Group Jeff Peterson Director - Sourcing & Vendor Management Office www.sig.org/eval Performing Effective Financial

More information

THE COCA-COLA COMPANY AND SUBSIDIARIES Reconciliation of GAAP and Non-GAAP Financial Measures (UNAUDITED) (In millions except debt leverage)

THE COCA-COLA COMPANY AND SUBSIDIARIES Reconciliation of GAAP and Non-GAAP Financial Measures (UNAUDITED) (In millions except debt leverage) Gross Debt and Net Debt: THE COCA-COLA COMPANY AND SUBSIDIARIES (In millions except debt leverage) As of December 31, 2013 Cash and cash equivalents $10,414 Short-term investments 6,707 Marketable securities

More information