AN EXCEL APPLICATION USING MSN MONEYCENTRAL INVESTOR STOCK QUOTES BRINGS ACCOUNTING TO LIFE

Size: px
Start display at page:

Download "AN EXCEL APPLICATION USING MSN MONEYCENTRAL INVESTOR STOCK QUOTES BRINGS ACCOUNTING TO LIFE"

Transcription

1 AN EXCEL APPLICATION USING MSN MONEYCENTRAL INVESTOR STOCK QUOTES BRINGS ACCOUNTING TO LIFE Laurence R. Paquette, School of Business, Francis Marion University, Florence, SC 29501, (843) , ABSTRACT Most of us are aware of the wealth of tools available within Excel as well as the fact that it is the software package most widely used by accountants. This spreadsheet application demonstrates the ability of this package to query and import financial information from an external database. It also reinforces the importance of adequate records and documentation, as well as the tax consequences of investing decisions. INTRODUCTION Today professional investors, financial planners, as well as individual investors actively use their computers as part of the investment decision making process as well as tracking the performance of ones investment holdings. The goal of this paper is to describe a particularly useful application of Excel. This application evolved from a requirement in my Financial Accounting course that students work on a project that involves assessing the financial health of a company of interest to them. The objective of the project is twofold. The first is to have them use the tools that they were exposed to in their software application course and secondly to have them work with financial information found on the web that hopefully will bring life to the accounting material being discussed in class. As part of this project, I require them to look at a number of financial sites such as Hoovers, Mergent Online, Forbes, company annual report, and the firms 10K found at the SEC site. Recently I began to have them also use MSN MoneyCentral Investor Stock Quotes. I required them to download information from that site for their company as well as for peer companies (similar SIC codes etc.) The approach for retrieving information from this site is quite different from the others in that information is retrieved from this external database while operating within the Excel environment. Once I became aware of how easy it was to tap into market information for stocks from within Excel I decided to develop the following portfolio valuation application. OVERVIEW OF THE APPLICATION This application will involve developing a workbook called Portfolio. The workbook will consist of three sheets titled PortfolioInventory, MSNMoneyQuotes, and PortfolioValue. The primary purpose of the sheet titled PortfolioInventory is to document the investment holdings within the portfolio. This record keeping process is absolutely essential as one develops a portfolio in order to track the performance of the holdings as well as to provide needed information when a holding is sold. A hypothetical portfolio is shown in Figure 1. You will note that this portfolio is limited to investments in common stock. One could also include mutual funds, real estate, and bonds in the portfolio as well. In addition to the type, ticker symbol, and description of each investment the worksheet contains the number of shares purchased, the cost per share, trading fees, and the dates the investments were made ( the purchase date will be needed for tax purposes as will be seen later).

2 Figure 1 PortfolioInventory Worksheet The information found in columns G and H will serve as the source for columns D and H found in the PortfolioValue worksheet (Figure 3). These columns will be needed to establish the cost basis of the investment as well as to determine if the gain is a short or long term gain. The sheet titled MSNMoneyQuotes shown in Figure 2 contains information that is accessed from an external database. The purpose of this sheet is to provide the user with a current share price for each stock holding. Please note that even though the data will be accessed directly from within Excel you must be online in order to retrieve the information successfully. The descriptive information in rows 3 and 4 of the sheet shown in Figure 2 is entered by the user. The date and time stamp in cell A4 is provided by the function =NOW(). This will associate a date and time for the information one is about to retrieve. Figure2 MSNMoneyQuotes Woksheet The rest of the information shown in the worksheet is obtained by using the Data pull down menu in Excel. Select Import External Data and then choose Import Data. Next choose MSN Money Central Investor stock Quotes and indicate that you would like the data to appear in cell A9 in the existing worksheet. One is then prompted for parameter values and the ticker symbols HD, LOW, GE, IBM, MSFT, and CVS are entered and accounting and financial information for the specified companies will appear as shown in Figure 2. In addition to the information shown above 52 week highs and lows, market capitalization, EPS, P/E ratio, and number of shares

3 outstanding are included for each company. Note that there are also hyperlinks for charting and news for each company in columns B and C. The prices shown in column D titled Last will be the source for column E found in the PortfolioValue worksheet (Figure 3). The sheet titled PortfolioValue shown in Figure 3 values the portfolio and establishes gains or losses that have occurred in our hypothetical portfolio. It should be pointed out that these gains or losses are unrealized. A separate workbook can be used to track holdings that have been sold and the associated realized gains and losses. Figure 3 PortfolioValue Worksheet The market value for each holding is simply the product of column C and column E, and the gain or loss is simply the result of subtracting column D from column F. IT S A TAXING DECISION If one is going to invest, whether it is in stocks, mutual funds, real estate or other investment vehicles it is essential that one has a basic understanding of capital gains. The tax rate associated with a capital gain or loss depends on ones income from other sources, how long the asset is held, and what type of asset it is. In our case here the type of asset is limited to common stock. You may have noticed that figure 3 included columns titled days held and a categorization of long or short. The number of days a stock has been held is calculated by subtracting the purchase date for each stock from the date time stamp that appears in cell B2. This date stamp, like before, is provided by the =NOW function and not only provides valuable documentation but is also used for the days held calculation. The column titled DaysHeld is important in that if a capital gain is categorized as long term it is eligible for favorable tax treatment. A gain or loss is categorized as long term if it is held for longer than one year. The categorization in the last column of the worksheet is determined using an IF statement and comparing the number of days held to 365. Short term gains are taxed at an individuals ordinary income rate, which ranges from 10% to 35%. Contrary to popular opinion, not all long term rates are taxed at 15%. For investment securities the long term rate can be 0%

4 and 5% for individuals in the 10% and 15% federal income tax brackets. For individuals in the 25% federal income tax bracket or higher capital gains are taxed at 15%. So the distinction of a gain being categorized as long term can have an enormous impact on the amount of tax the individual is liable for. There are a host of considerations when one is deciding to sell a stock but clearly, one should consider what the tax liability is based on the long/short distinction. An approach to single out which purchases qualify for the favorable treatment extended to long term gains is to use the auto filter command found in the Data drop down menu in Excel. Use of this feature results in each column heading having a drop down arrow. Using the pull down arrow in column J and selecting the criteria Long results in a list that filters out all gains/losses categorized as Short as seen in Figure 4. Figure 4 Long Term Gains/Losses STILL ANOTHER CONSIDERATION- CHOICE OF A COST BASIS Another key to a smart sale is understanding the cost basis or price paid for a stock purchase. This is simply column D in Figure 4. Figure 4 discloses that there are two holdings of CVS that qualify as a long term gain. There is also one holding that is categorized as a short term gain. Just as there are various ways to cost merchandise inventory in accounting systems there are similar costing systems used in determining the cost basis of shares of stock that are sold. Clearly if one was in the 25% tax bracket it would be to their advantage to sell those shares that could be characterized as long term gains. However, if one does not specify prior to the sale which shares are to be sold, the first-in first-out (FIFO) method is required by the IRS to be used to account for which shares are sold. For example, if 100 shares of CVS stock are sold without specification, then it is assumed that the shares purchased on 11/1/2003 are those sold. As you can see there is a larger gain associated with these shares than those purchased at the later date 1/3/2005 and consequently a greater tax liability. This is not surprising in that many stocks appreciate over time and the use of the FIFO method leads to paying more taxes sooner. There is an alternative approach to determine the cost basis of the shares being sold and that method is referred to as the specific identification method. The IRS allows one to select or identify the shares that are being sold. To comply with the tax laws one must identify the shares being sold either by the purchase date or cost basis before the sale. It would reduce the tax liability if one specified that the shares of CVS being sold are those purchased on 1/3/2005. If the investment holdings include mutual funds there is still a third alternative for determining the cost basis using a method referred to as the average cost method for calculating the taxable profit or loss when selling a portion of ones holdings. Most individuals use this method in part because it

5 is the simplest method when selling mutual fund shares, however this method is not necessarily optimal for reducing ones tax burden. CONCLUSION It is always a challenge to motivate the students in an introductory accounting course and I am always looking for a way to personalize the material and at the same time provide them with skills that they can readily see an immediate application for. Hopefully this application serves to demonstrate that concepts such as unrealized gains, cost-basis methods used in accounting, and tax consequences of decisions are not topics limited to students majoring in accounting. Another objective of this application is to reinforce and extend those skills learned in the software applications course and apply them in an accounting context.

Main Menu Bar: Access to reports & report display options, such as printing, exporting

Main Menu Bar: Access to reports & report display options, such as printing, exporting THOMSON ONE BANKER ANALYTICS NAVIGATION GUIDE Entity Selection: specify entity for your analysis Modes: Use tabs to access application modes designed for specific tasks Library Tabs: Access different sections

More information

Estimating a market model: Step-by-step Prepared by Pamela Peterson Drake Florida Atlantic University

Estimating a market model: Step-by-step Prepared by Pamela Peterson Drake Florida Atlantic University Estimating a market model: Step-by-step Prepared by Pamela Peterson Drake Florida Atlantic University The purpose of this document is to guide you through the process of estimating a market model for the

More information

Closed-End Funds. A closed-end fund is a type of investment company. whose shares are listed on a stock exchange

Closed-End Funds. A closed-end fund is a type of investment company. whose shares are listed on a stock exchange a guide to Closed-End Funds A closed-end fund is a type of investment company whose shares are listed on a stock exchange or are traded in the over-the-counter market. Contents What Is a Closed-End Fund?...2

More information

Chapter 9 Creating Reports in Excel

Chapter 9 Creating Reports in Excel Chapter 9 Creating Reports in Excel One of the most powerful features of Standard & Poor s Research Insight is its ability to communicate with Microsoft Excel through Active-X Technology. Excel requests

More information

Zacks Total Return Performance Graph Compliance System Support

Zacks Total Return Performance Graph Compliance System Support Zacks Total Return Performance Graph Compliance System Support Step 1 Select your payment option on the splash page screen. o o o Selecting the Bill Me Later option will take you to a login screen with

More information

Excel Add-ins Quick Start Guide

Excel Add-ins Quick Start Guide Excel Add-ins Quick Start Guide Contents Bloomberg - Excel Add-In... 2 Datastream - Excel Add-in... 9 FactSet - Excel Add-in... 13 Thomson Reuters Eikon - Excel Add-in... 19 Bloomberg - Excel Add-In Bloomberg

More information

CHAPTER 1: SPREADSHEET BASICS. AMZN Stock Prices Date Price 2003 54.43 2004 34.13 2005 39.86 2006 38.09 2007 89.15 2008 69.58

CHAPTER 1: SPREADSHEET BASICS. AMZN Stock Prices Date Price 2003 54.43 2004 34.13 2005 39.86 2006 38.09 2007 89.15 2008 69.58 1. Suppose that at the beginning of October 2003 you purchased shares in Amazon.com (NASDAQ: AMZN). It is now five years later and you decide to evaluate your holdings to see if you have done well with

More information

Stock Market Project Part One

Stock Market Project Part One Introduction to Business - Sec 01 Stock Market Project Part One Deadline: Noon, Fri- Feb 22 Upload to: The related D2L drop box Value: 50 points Save with this file name: Overview Your Last Name BBY Data

More information

Chapter 3. Screening COMPUSTAT (North America) with the Research Assistant

Chapter 3. Screening COMPUSTAT (North America) with the Research Assistant Chapter 3 Screening COMPUSTAT (North America) with the Research Assistant Are you looking for companies with a consistent record of outperforming their peers? Which semi-conductor companies have the lowest

More information

How to Import Data into Excel from EDGAR

How to Import Data into Excel from EDGAR How to Import Data into Excel from EDGAR Rashanda McGee, Norfolk State University Carl B. McGowan, Jr., Norfolk State University Susan E. Moeller, Eastern Michigan University ABSTRACT In this paper, we

More information

Salem Community College Course Syllabus. Section I. Course Title: Principles Of Accounting I. Course Code: ACC121

Salem Community College Course Syllabus. Section I. Course Title: Principles Of Accounting I. Course Code: ACC121 Salem Community College Course Syllabus Section I Course Title: Principles Of Accounting I Course Code: ACC121 Lecture Hours: 4 Lab Hours: 0 Credits: 4 Course Description: An introduction to accounting

More information

Trading Shares in Your Stock Plan Account

Trading Shares in Your Stock Plan Account Trading Shares in Your Stock Plan Account Follow the steps below to place a trade to sell your company shares.* Before you place your trade We recommend that you establish instructions with Fidelity for

More information

Value Line Investment Survey Online

Value Line Investment Survey Online Value Line Investment Survey Online User s Guide Welcome to Value Line Investment Survey Online. This user guide will show you everything you need to know to access and utilize the wealth of information

More information

Table of Contents. Page Home.. 2. Balances & Holdings Balances & Holdings 3-4 Account Profile 5. Activity Account Activity...5

Table of Contents. Page Home.. 2. Balances & Holdings Balances & Holdings 3-4 Account Profile 5. Activity Account Activity...5 Table of Contents Page Home.. 2 Balances & Holdings Balances & Holdings 3-4 Account Profile 5 Activity Account Activity.....5 Portfolio Portfolio 6 Realized Gains/Loss..6-7 Trading Equity Order.. 8 Trading

More information

Unit Investment Trusts

Unit Investment Trusts a guide to Unit Investment Trusts A unit investment trust (UIT) is a registered investment company that buys and holds a generally fixed portfolio of stocks, bonds, or other securities. Table of Contents

More information

How to Create a Spreadsheet With Updating Stock Prices Version 3, February 2015

How to Create a Spreadsheet With Updating Stock Prices Version 3, February 2015 How to Create a Spreadsheet With Updating Stock Prices Version 3, February 2015 by Fred Brack In December 2014, Microsoft made changes to their online portfolio management services, changes widely derided

More information

Retrieving Live Stock Quotes from the Internet

Retrieving Live Stock Quotes from the Internet Tutorial 11 Connecting to External Data Excel EX 707 Retrieving Live Stock Quotes from the Internet Many financial applications need up-to-the-minute market data. Excel workbooks that display stock data

More information

Excel Project Creating a Stock Portfolio Simulation

Excel Project Creating a Stock Portfolio Simulation Background Vocabulary Excel Project Creating a Stock Portfolio Simulation 1. What is a stock? A stock is a share in the ownership of a corporation, a large business organization. A stock, also, represents

More information

Version: 4.5.0. Company: Jabsoft (http://www.jabsoft.com) Sales and Offers: Model Advisor (htp://www.modeladvisor.com)

Version: 4.5.0. Company: Jabsoft (http://www.jabsoft.com) Sales and Offers: Model Advisor (htp://www.modeladvisor.com) Version: 4.5.0 Company: Jabsoft (http://www.jabsoft.com) Sales and Offers: Model Advisor (htp://www.modeladvisor.com) Copyright 2010 Stock Quotes is a registered trademark of JABS. All rights reserved.

More information

TD Ameritrade Trust Company Collective Investment Funds for Employee Benefit Plans Managed Retirement Funds. Financial Reports May 31, 2015

TD Ameritrade Trust Company Collective Investment Funds for Employee Benefit Plans Managed Retirement Funds. Financial Reports May 31, 2015 TD Ameritrade Trust Company Collective Investment s for Employee Benefit Plans s Financial Reports May 31, 2015 Contents Independent Auditor s Report 1-2 Financial Statements Statements of Financial Condition

More information

INVESTMENT ANALYSIS LIBRARY INSTRUCTION DR. VOLPE FINANCE 3730

INVESTMENT ANALYSIS LIBRARY INSTRUCTION DR. VOLPE FINANCE 3730 INVESTMENT ANALYSIS LIBRARY INSTRUCTION DR. VOLPE FINANCE 3730 Christine Adams Business & Economics Librarian (330) 941-3680 cmadams02@ysu.edu The sources listed below include PRINT REFERENCE RESOURCES

More information

VALUE LINE INVESTMENT SURVEY ONLINE USER S GUIDE VALUE LINE INVESTMENT SURVEY ONLINE. User s Guide

VALUE LINE INVESTMENT SURVEY ONLINE USER S GUIDE VALUE LINE INVESTMENT SURVEY ONLINE. User s Guide VALUE LINE INVESTMENT SURVEY ONLINE User s Guide Welcome to Value Line Investment Survey Online. This user guide will show you everything you need to know to access and utilize the wealth of information

More information

Financial Statement and Cash Flow Analysis

Financial Statement and Cash Flow Analysis Chapter 2 Financial Statement and Cash Flow Analysis Answers to Concept Review Questions 1. What role do the FASB and SEC play with regard to GAAP? The FASB is a nongovernmental, professional standards

More information

Understanding Portfolios. Reading the Portfolio

Understanding Portfolios. Reading the Portfolio Understanding Portfolios Reading the Portfolio The Portfolio Menu Navigation Menu provides access to various areas in a team s portfolio. It is available on all the pages of a team s online portfolio.

More information

TD Ameritrade Trust Company Collective Investment Funds for Employee Benefit Plans Retire Funds. Financial Reports May 31, 2015

TD Ameritrade Trust Company Collective Investment Funds for Employee Benefit Plans Retire Funds. Financial Reports May 31, 2015 TD Ameritrade Trust Company Collective Investment Funds for Employee Benefit Plans Financial Reports May 31, 2015 Contents Independent Auditor s Report 1-2 Financial Statements Statements of Financial

More information

ONLINE ACCOUNT ACCESS: YOUR USER GUIDE. access to your portfolio anytime, anywhere

ONLINE ACCOUNT ACCESS: YOUR USER GUIDE. access to your portfolio anytime, anywhere ONLINE ACCOUNT ACCESS: YOUR USER GUIDE access to your portfolio anytime, anywhere ONLINE ACCOUNT ACCESS: INTRODUCTION Richardson GMP Limited realizes the importance of having access to accurate and timely

More information

Wealth Strategies. www.rfawealth.com. Saving For Retirement: Tax Deductible vs Roth Contributions. www.rfawealth.com

Wealth Strategies. www.rfawealth.com. Saving For Retirement: Tax Deductible vs Roth Contributions. www.rfawealth.com www.rfawealth.com Wealth Strategies Saving For Retirement: Tax Deductible vs Roth Contributions Part 2 of 12 Your Guide to Saving for Retirement WEALTH STRATEGIES Page 1 Saving For Retirement: Tax Deductible

More information

Taking Your 401(k) Lumps: Assessing Lump Sum Distributions for Highly Appreciated Company Stock Prepared by Paul Tanner Chartered Financial Analyst

Taking Your 401(k) Lumps: Assessing Lump Sum Distributions for Highly Appreciated Company Stock Prepared by Paul Tanner Chartered Financial Analyst A Granite Hill Investment Field Guide Taking Your 401(k) Lumps: Assessing Lump Sum Distributions for Highly Appreciated Company Stock Prepared by Paul Tanner Chartered Financial Analyst Congratulations!

More information

GAINSKEEPER USER MANUAL

GAINSKEEPER USER MANUAL GAINSKEEPER USER MANUAL CCH GAINSKEEPER is a Product of CCH INC. Services provided at www.gainskeeper.com The GainsKeeper logo is a registered trademark of CCH INCORPORATED, a Wolters Kluwer company. Table

More information

SMG... 2 3 4 SMG WORLDWIDE

SMG... 2 3 4 SMG WORLDWIDE U S E R S G U I D E Table of Contents SMGWW Homepage........... Enter The SMG............... Portfolio Menu Page........... 4 Changing Your Password....... 5 Steps for Making a Trade....... 5 Investor

More information

Mid-Cap Value Fund I Class

Mid-Cap Value Fund I Class PROSPECTUS TRMIX May 1, 2016 T. Rowe Price Mid-Cap Value Fund I Class A fund seeking long-term capital appreciation through investments in stocks of midcap companies that appear to be undervalued. This

More information

Investment Management and Cost Basis Accounting -- A New Paradigm

Investment Management and Cost Basis Accounting -- A New Paradigm the complete investment management solution Investment Management and Cost Basis Accounting -- A New Paradigm Robert G. Lage CFA Executive Vice President, Archer March 10, 2014 2015 Archer. All rights

More information

Introduction To Financial Markets & Investing

Introduction To Financial Markets & Investing Introduction To Financial Markets & Investing Matthew Lawson, M.D. Getting Started A true story Internal Medicine Intern Recently married Husband has Financial Planner assigned through his employer Neither

More information

Trading Shares in Your Fidelity Account

Trading Shares in Your Fidelity Account Trading Shares in Your Fidelity Account A quick reference guide for stock plan participants Shares from your stock plan must be deposited into your account and may need to meet certain conditions* before

More information

Instructions for Reporting Form 2012 (RF-12)

Instructions for Reporting Form 2012 (RF-12) Instructions for Reporting Form 2012 (RF-12) These instructions are intended for use in completing the 2012 Reporting Form (RF-12) for the relief association that offers a defined contribution or defined-benefit

More information

INVENTORY VALUATION THE SIGNIFICANCE OF INVENTORY

INVENTORY VALUATION THE SIGNIFICANCE OF INVENTORY THE SIGNIFICANCE OF INVENTORY INVENTORY VALUATION In the balance sheet inventory is frequently the most significant current asset. In the income statement, inventory is vital in determining the results

More information

INVESTMENT DICTIONARY

INVESTMENT DICTIONARY INVESTMENT DICTIONARY Annual Report An annual report is a document that offers information about the company s activities and operations and contains financial details, cash flow statement, profit and

More information

Stocks and Taxes Ordinary Income Versus Capital Gains Jobs & Growth Tax Relief Reconciliation Act of 2003

Stocks and Taxes Ordinary Income Versus Capital Gains Jobs & Growth Tax Relief Reconciliation Act of 2003 Stocks and Taxes Unlike death, taxation can at least be minimized. In this article, we will examine the basic framework of individual taxation in the United States as it relates to stock investing and

More information

Mergent Online. A User s Guide

Mergent Online. A User s Guide Mergent Online A User s Guide Welcome to Mergent Online. This user guide will show you everything you need to know to access and utilize the wealth of information available from Mergent Online. This program

More information

YOUR FINANCIAL FUTURE

YOUR FINANCIAL FUTURE YOUR FINANCIAL FUTURE December 2014 In This Issue A Net Worth Statement Helps Keep Retirees on Track Your net worth is more than just your income. A net worth statement presents a composite picture "in

More information

* * * Chapter 15 Accounting & Financial Statements. Copyright 2013 Pearson Education, Inc. publishing as Prentice Hall

* * * Chapter 15 Accounting & Financial Statements. Copyright 2013 Pearson Education, Inc. publishing as Prentice Hall Chapter 15 Accounting & Financial Statements Copyright 2013 Pearson Education, Inc. publishing as Prentice Hall Bookkeeping vs. Accounting Bookkeeping Accounting The recording of business transactions.

More information

Stock Market Project Part One

Stock Market Project Part One Introduction to Business Coon Rapids Classes Stock Market Project Part One Deadline: 8:00 AM Monday, Sep 23 Upload to: D2L drop box: BBY Stock Data Table Value: 53 points Save with this file name: Overview

More information

Morningstar Investment Research Center User s Guide

Morningstar Investment Research Center User s Guide Morningstar Investment Research Center User s Guide Welcome to the Guide to Morningstar Investment Research Center. Morningstar Investment Research Center is among today s most comprehensive financial

More information

Economics Chapter 16 Class Notes

Economics Chapter 16 Class Notes Section 1: Stocks Stocks and Bonds Economics Chapter 16 Class Notes Financial Markets o and are bought and sold in a financial market. o Financial markets money from some people to other people. They bring

More information

December 2014. Tax-Efficient Investing Through Asset Location. John Wyckoff, CPA/PFS, CFP

December 2014. Tax-Efficient Investing Through Asset Location. John Wyckoff, CPA/PFS, CFP John Wyckoff, CPA/PFS, CFP Your investment priorities are likely to evolve over time, but one goal will remain constant: to maximize your investment returns. Not all returns are created equal, however.

More information

Move between open workbooks. Display the print menu. Select whole spreadsheet. Microsoft Excel Keyboard Keys. General

Move between open workbooks. Display the print menu. Select whole spreadsheet. Microsoft Excel Keyboard Keys. General Microsoft Excel Keyboard Keys Source: http://allhotkeys.com/microsoft_excel_hotkeys.html General New file Ctrl + N Open file Ctrl + O Save file Ctrl + S Move between open workbooks Ctrl + F6 Close file

More information

Search help. More on Office.com: images templates. Here are some basic tasks that you can do in Microsoft Excel 2010.

Search help. More on Office.com: images templates. Here are some basic tasks that you can do in Microsoft Excel 2010. Page 1 of 8 Excel 2010 Home > Excel 2010 Help and How-to > Getting started with Excel Search help More on Office.com: images templates Basic tasks in Excel 2010 Here are some basic tasks that you can do

More information

Fair Value Measurements and Disclosures (Topic 820)

Fair Value Measurements and Disclosures (Topic 820) No. 2009-12 September 2009 Fair Value Measurements and Disclosures (Topic 820) Investments in Certain Entities That Calculate Net Asset Value per Share (or Its Equivalent) An Amendment of the FASB Accounting

More information

Your Guide to E*TRADE s Platinum Independent Advisor Platform

Your Guide to E*TRADE s Platinum Independent Advisor Platform 1 Your Guide to E*TRADE s Platinum Independent Advisor Platform As an independent advisor, you can rely on E*TRADE s state-of-the-art, advisor-only system to help you better serve your clients, while making

More information

T20-1 REVIEW EXERCISES CHAPTER 20 SECTION I. Calculate the preferred and common dividend per share for the following companies: 5.6 5 $.

T20-1 REVIEW EXERCISES CHAPTER 20 SECTION I. Calculate the preferred and common dividend per share for the following companies: 5.6 5 $. T20- REVIEW EXERCISES CHAPTER 20 SECTION I Calculate the preferred and common dividend per share for the following companies: Common Stock Preferred Stock Dividend Preferred Common Company Shares Shares

More information

mobiletws for iphone

mobiletws for iphone mobiletws for iphone Table of Contents Log in to mobiletws... 1 Logging In... 1 Trade... 5 Submit an Order... 5 The Order Ticket... 6 Quotes, Charts, Trading... 7 Add a Contract... 8 View Expanded Ticker...

More information

Investoscope 3 User Guide

Investoscope 3 User Guide Investoscope 3 User Guide Release 3.0 Copyright c Investoscope Software Contents Contents i 1 Welcome to Investoscope 1 1.1 About this User Guide............................. 1 1.2 Quick Start Guide................................

More information

Accounting. Chapter 22

Accounting. Chapter 22 Accounting Chapter 22 Merchandise inventory on hand is typically the largest asset of a merchandising business Cost of Merchandise inventory is reported on both the balance sheet and income statement The

More information

A User s Guide to Self-directed Brokerage Accounts (SDAs) From Retirement Brokerage Services

A User s Guide to Self-directed Brokerage Accounts (SDAs) From Retirement Brokerage Services A User s Guide to Self-directed Brokerage Accounts (SDAs) From Retirement Brokerage Services Table of Contents Introduction Managing Your Self-directed Brokerage Account (SDA) Funding Your SDA pg. 3 Transferring

More information

Managing Your Employee Stock Options. Schwab(Investment Workshops

Managing Your Employee Stock Options. Schwab(Investment Workshops Managing Your Employee Stock Options Schwab(Investment Workshops Protect your investment with the help of Schwab. What do you own? Use this worksheet to list the important information about the employee

More information

Building wealth over the long term requires an understanding of investment strategies to reach your goals. In this lesson, students will:

Building wealth over the long term requires an understanding of investment strategies to reach your goals. In this lesson, students will: PROJECT 8: SAVING AND INVESTING FOR THE LONG TERM INSTRUCTOR OVERVIEW INSTRUCTIONAL OBJECTIVES Building wealth over the long term requires an understanding of investment strategies to reach your goals.

More information

THE STOCK MARKET GAME GLOSSARY

THE STOCK MARKET GAME GLOSSARY THE STOCK MARKET GAME GLOSSARY Accounting: A method of recording a company s financial activity and arranging the information in reports that make the information understandable. Accounts payable: The

More information

Assignments must be submitted by midnight on their due date. Assignments that need to be redone should be submitted by one week from the due date.

Assignments must be submitted by midnight on their due date. Assignments that need to be redone should be submitted by one week from the due date. List of Assignments Assignment 1. Finding information about a stock. 2. Finding information about interest rates 3. Examine an actively managed stock fund 4. Examine a bond fund 5. Investing goals and

More information

Trading Dashboard Tutorial

Trading Dashboard Tutorial Trading Dashboard Tutorial The Trading Dashboard is the main page for all Trading information. You can access stock quotes, view open orders, place Buy and Sell Orders, and access the trading Company Profile

More information

AN INVESTOR S GUIDE. Private Equity Investing Using a Tax-Advantaged Account

AN INVESTOR S GUIDE. Private Equity Investing Using a Tax-Advantaged Account AN INVESTOR S GUIDE Private Equity Investing Using a Tax-Advantaged Account Savvy investors realize that private equity can deliver significant rewards. When those investments are held in a tax-advantaged

More information

22 West Washington Street Chicago Illinois 60602

22 West Washington Street Chicago Illinois 60602 22 West Washington Street Chicago Illinois 60602 Table of Contents Overview Morningstar Investment Research Center 1 Screeners Get to Screeners from the Homepage 2 The Basics of Creating a Screen 3 Morningstar

More information

Accounting for Investments

Accounting for Investments 133 Accounting Standard (AS) 13 Accounting for Investments Contents INTRODUCTION Paragraphs 1-3 Definitions 3 EXPLANATION 4-25 Forms of Investments 4-6 Classification of Investments 7-8 Cost of Investments

More information

To reuse a template that you ve recently used, click Recent Templates, click the template that you want, and then click Create.

To reuse a template that you ve recently used, click Recent Templates, click the template that you want, and then click Create. What is Excel? Applies to: Excel 2010 Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze

More information

Excel 2010: Create your first spreadsheet

Excel 2010: Create your first spreadsheet Excel 2010: Create your first spreadsheet Goals: After completing this course you will be able to: Create a new spreadsheet. Add, subtract, multiply, and divide in a spreadsheet. Enter and format column

More information

About Mergent Online. Basic Search

About Mergent Online. Basic Search INFORMATION LITERACY @ THE PATRICK POWER LIBRARY GUIDE TO MERGENT ONLINE Mergent Online is a registered trademark of Mergent Inc., images used with permission. About Mergent Online Mergent Online is a

More information

Thomson Reuters Eikon Quick Start Guide

Thomson Reuters Eikon Quick Start Guide Thomson Reuters Eikon Quick Start Guide Thomson Reuters Eikon is a great tool to retrieve market data, news, and economic information pertaining to a wealth of countries and nations. The software is very

More information

Chapter Seven STOCK SELECTION

Chapter Seven STOCK SELECTION Chapter Seven STOCK SELECTION 1. Introduction The purpose of Part Two is to examine the patterns of each of the main Dow Jones sectors and establish relationships between the relative strength line of

More information

How to Realize the Unrealized

How to Realize the Unrealized How to Realize the Unrealized Combining two tax strategies, lump sum stock distributions with charitable planning can be a powerhouse tax savings plan. This article summarizes an underutilized strategy

More information

Stock Market Project Part Three

Stock Market Project Part Three Introduction to Business Coon Rapids Stock Market Project Part Three Deadline: The start of class time, Wednesday, Feb 25 Submission: In-Class If you re missing the class period during which this exercise

More information

Exchange-Traded Funds

Exchange-Traded Funds Exchange-Traded Funds Exchange Traded Funds (ETF s) are becoming popular investment vehicles for many investors. Most ETF s are cost effective, broad market funds. We have put together a layman s explanation

More information

UNDERSTANDING THE JARGON

UNDERSTANDING THE JARGON UNDERSTANDING THE JARGON Disclaimer: All stock references are meant to be used for educational purposes. No recommendation for purchase or sale is intended or implied. Ken Kavula President Mid-Michigan

More information

Sample- for evaluation purposes only! Advanced Excel. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc.

Sample- for evaluation purposes only! Advanced Excel. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2012 Advanced Excel TeachUcomp, Inc. it s all about you Copyright: Copyright 2012 by TeachUcomp, Inc. All rights reserved. This publication,

More information

UNDERSTANDING THE JARGON

UNDERSTANDING THE JARGON UNDERSTANDING THE JARGON Ken Kavula President Mid-Michigan Chapter Ann Cuneaz Education Program Manager BetterInvesting 1 Disclaimer: All stock references are meant to be used for educational purposes.

More information

Understanding the 2013 Year-End Distributions Table

Understanding the 2013 Year-End Distributions Table Understanding the 2013 Year-End Distributions Table Year-end distribution overview Q. What is Fidelity doing this year with regard to providing information on mutual fund distributions to Fidelity fund

More information

FNCE 3010 (Durham). HW2 (Financial ratios)

FNCE 3010 (Durham). HW2 (Financial ratios) FNCE 3010 (Durham). HW2 (Financial ratios) 1. What effect would the following actions have on a firms net working capital and current ratio (assume NWC is positive and current ratio is initially greater

More information

Get more from your account statement

Get more from your account statement Get more from your account statement Get more from your account statement Determining whether your investments are helping you work toward your financial goals requires that you stay informed regarding

More information

Session 19 -Taxable acquisitions

Session 19 -Taxable acquisitions -Taxable acquisitions Acquire stock or assets? Assume that Buyer Corporation wants to acquire the business of Target Corporation Target's assets have appreciated and are worth more than their tax basis

More information

Spreadsheets Hop-around Cards

Spreadsheets Hop-around Cards Spreadsheets Hop-around Cards Visit us online at HOP-AROUND CARDS Preparation Print the cards out using a high quality colour printer Laminate each sheet and then cut out the individual cards to make a

More information

To download the latest version of TurboTick Pro go to http://www.turnkeybroker.com/download/turbotickpro/publish.html

To download the latest version of TurboTick Pro go to http://www.turnkeybroker.com/download/turbotickpro/publish.html TurboTick PRO manual version 1.211 updated 12.7.2011 Getting started in TurboTick Pro TurboTick Pro is an advanced trading platform built for the active trader. With easy-to-use customizable screens, integrated

More information

Galapagos Conservancy. Financial Report March 31, 2013

Galapagos Conservancy. Financial Report March 31, 2013 Financial Report March 31, 2013 Contents Independent Auditor s Report 1 Financial Statements Balance Sheet 2 Statement Of Activities 3 Statement Of Functional Expenses 4 Statement Of Cash Flows 5 Notes

More information

Synthesis of Financial Planning

Synthesis of Financial Planning P 7A R T Synthesis of Financial Planning 1. Tools for Financial Planning Budgeting (Chapter 2) Planned Savings (Chapter 3) Tax Planning (Chapter 4) 2. Managing Your Liquidity Bank Services (Chapter 5)

More information

The Income Statement & the Statement of Stockholders Equity

The Income Statement & the Statement of Stockholders Equity 11 Chapter 40878 1/23/08 12:40 PM Page 583 11 The Income Statement & the Statement of Stockholders Equity SPOTLIGHT PIER 1 IMPORTS HAD A TOUGH YEAR Marvin J. Girouard, Chairman and CEO, begins Pier 1 Imports

More information

CHAPTER 8 INTEREST RATES AND BOND VALUATION

CHAPTER 8 INTEREST RATES AND BOND VALUATION CHAPTER 8 INTEREST RATES AND BOND VALUATION Solutions to Questions and Problems 1. The price of a pure discount (zero coupon) bond is the present value of the par value. Remember, even though there are

More information

premiere select Rollover IRA Invest in your retirement today.

premiere select Rollover IRA Invest in your retirement today. premiere select Rollover IRA Invest in your retirement today. Leaving your current job can be challenging in any environment. For many of us, it can also be a bit overwhelming. That s why it s comforting

More information

Please Note: Copyright 2009 SIFMA Foundation for Investor Education.

Please Note: Copyright 2009 SIFMA Foundation for Investor Education. advisor guide Please Note: 1. Prices included in the activities are not representative of actual market data and are for instructional purposes only. Visit online financial reporting sites for real, up-to-the-minute

More information

Customer Support : System Requirements : Logging In : Homepage :

Customer Support : System Requirements : Logging In : Homepage : We have developed the Quick Start Guide to ensure your quick access to the GCC stock markets data and other important information. In addition it will assist you to achieve the maximum benefits of using

More information

Investing: Risks and Rewards

Investing: Risks and Rewards Investing: Risks and Rewards Key Terms Stock Dividends Capital Gain Common Stock Preferred Stock A stock is an investment in the ownership of a corporation, represented by shares of the business Things

More information

Morgan Stanley Institutional Fund Trust

Morgan Stanley Institutional Fund Trust INVESTMENT MANAGEMENT Morgan Stanley Institutional Fund Trust U.S. Equity Portfolios U.S. Mid Cap Value Portfolio U.S. Small Cap Value Portfolio Value Portfolio Prospectus Share Class and Ticker Symbol

More information

Raffa Wealth Management s Qualified Plan due diligence process David Burgess, CFA, Senior Investment Manager

Raffa Wealth Management s Qualified Plan due diligence process David Burgess, CFA, Senior Investment Manager Raffa Wealth Management s Qualified Plan due diligence process David Burgess, CFA, Senior Investment Manager Introduction: Raffa Wealth Management believes that the key to a successful qualified plan are

More information

WITHDRAWING FROM YOUR IRA: A GUIDE TO THE BASIC DISTRIBUTION RULES

WITHDRAWING FROM YOUR IRA: A GUIDE TO THE BASIC DISTRIBUTION RULES WITHDRAWING FROM YOUR IRA: A GUIDE TO THE BASIC DISTRIBUTION RULES Since IRAs are vehicles to encourage saving for retirement, penaltyfree regular distributions cannot start until after the account owner

More information

PLAN SPONSOR GUIDE. This Sponsor Guide provides you with detailed information to become proficient in using the Plan Sponsor Web Guide.

PLAN SPONSOR GUIDE. This Sponsor Guide provides you with detailed information to become proficient in using the Plan Sponsor Web Guide. PLAN SPONSOR GUIDE This Sponsor Guide provides you with detailed information to become proficient in using the Plan Sponsor Web Guide. Table of Contents Plan Sponsor User Guide and Login... 4 System Requirements...

More information

Financial Planning Basics Financial Planning Fundamentals

Financial Planning Basics Financial Planning Fundamentals Financial Planning Basics Financial Planning Fundamentals An Overview of the Financial Planning Process The Ground to Cover Setting goals Budgeting Emergency fund Insurance Using credit Investing Tax planning

More information

Investments 101 Return Requirements Liquidity

Investments 101 Return Requirements Liquidity Objectives and Constraints Objectives Constraints Investments 101 Return Requirements Liquidity Risk Tolerance Horizon Regulations Taxes Unique Needs Example: young business graduates Low net financial

More information

Financial ratio analysis

Financial ratio analysis Financial ratio analysis A reading prepared by Pamela Peterson Drake O U T L I N E 1. Introduction 2. Liquidity ratios 3. Profitability ratios and activity ratios 4. Financial leverage ratios 5. Shareholder

More information

Estate Planning. Insight on. The basics of basis. Does a private annuity have a place in your estate plan? Estate tax relief for family businesses

Estate Planning. Insight on. The basics of basis. Does a private annuity have a place in your estate plan? Estate tax relief for family businesses Insight on Estate Planning June/July 2015 The basics of basis Basis planning can result in significant tax savings Does a private annuity have a place in your estate plan? Estate tax relief for family

More information

Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com

Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com M o s t U s e f u l E x c e l C o m m a n d s Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com Computer Training YOU Can Understand! Most Useful Excel Commands

More information

Advanced Excel Charts : Tables : Pivots : Macros

Advanced Excel Charts : Tables : Pivots : Macros Advanced Excel Charts : Tables : Pivots : Macros Charts In Excel, charts are a great way to visualize your data. However, it is always good to remember some charts are not meant to display particular types

More information

A guide to margin borrowing

A guide to margin borrowing A guide to margin borrowing Before you borrow on margin, it is important to review your financial situation, investment objectives, risk tolerance, time horizon, diversification needs, and liquidity objectives

More information

REIT QUICK FACTS GUIDE

REIT QUICK FACTS GUIDE REIT QUICK FACTS GUIDE FOR FINANCIAL ADVISORS Guidelines for Strategic Portfolio Diversification FINRA-Reviewed Fact Sheets on Stock Exchange-Listed Equity REITs Additional References for Advisors THERE

More information