GROUP 5. Outline  Weekly Group Update  Information gathered this week  Current road blocks  Goals for next week.

Slides:



Advertisements
Similar presentations
Chapter 11 Optimal Portfolio Choice
Advertisements

Statistical Arbitrage Team Leo, Ying, Yandong, Xing.
1 Minnesota State Lottery NASPL World Meet Conference Optimizing Retailer Visits.
Risk and Return in Capital Markets
Capital Budgeting and Financial Planning
Measuring Macroeconomic Variables
Market Efficiency Introduction to Performance Measures.
Overview This model takes advantage of the correlation between price movements in commodities future contracts and price movements in equities’ whose core.
FIN352 Vicentiu Covrig 1 Asset Pricing Theory (chapter 5)
Understanding Stocks Definitions Dividend: part of a corporations earnings (profits) that are paid back to the stockholder. Price/Equity ratio: price to.
ANALYZING THE NATURE OF RISK: TRUTH vs. CONVENTIONAL WISDOM Mayur Agrawal Varun Agrawal Debabrata Mohapatra Vikas Yadav 1.
Asset Management Lecture 12. Outline of today’s lecture Dollar- and Time-Weighted Returns Universe comparison Adjusting Returns for Risk Sharpe measure.
Portfolio Theory and the Capital Asset Pricing Model 723g28 Linköpings Universitet, IEI 1.
MBA SIM Fund MBA Presentation – May 1,
GROUP 5. Outline  Weekly Group Update  Update on Table 6 (2007 paper)  Update on Table 2 (2007 paper)  Plans for the 2008 paper.
Math 116 Chapter 12.
Chapter 14 Cost of Capital 14.1The Cost of Capital: Some Preliminaries 14.2The Cost of Equity 14.3The Costs of Debt and Preferred Stock 14.4The Weighted.
12-0 Some Lessons from Capital Market History Chapter 12 Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Interpreting securities tables
Measuring Returns Converting Dollar Returns to Percentage Returns
Risk, Return, and Security Market Line
Chapter 12 Global Performance Evaluation Introduction In this chapter we look at: –The principles and objectives of global performance evaluation.
Lecture 4 Portfolio Tools.
BOND PRICE VOLATILITY. PRICE YIELD PRICE YIELD RELATIONSHIP CONVEX SHAPE.
1 Valuing the Enterprise: Free Cash Flow Valuation Discount estimates of free cash flow that the firm will generate in the future. WACC: after-tax weighted.
Finance - Pedro Barroso
13-0 Expected Returns 13.1 Expected returns are based on the probabilities of possible outcomes In this context, “expected” means average if the process.
Dr. Tucker Balch Associate Professor School of Interactive Computing Computational Investing, Part I 025: Homework & Demo with Excel Find out how modern.
Risk and Return. Expected return How do you calculate this? – States of the economy table What does it mean?
Dr. Tucker Balch Associate Professor School of Interactive Computing Computational Investing, Part I 023: Sharpe Ratio Find out how modern electronic markets.
Chapter 10 Capital Markets and the Pricing of Risk
Ross Finance Club Weekly Breakout Sales, Trading, and Research December 5, 2004 Zachary Emig MBA Class of 2005.
Dr. Tucker Balch Associate Professor School of Interactive Computing Computational Investing, Part I 022: Common Metrics for Hedge Funds Find out how modern.
Seminar: Timely Topics for Today’s Business World Mr. Bernstein Risk January 2015.
Max Yasunaga Business and Management. Risk-adjusted measure of return that is used to evaluate the performance of a portfolio. The idea of the ratio is.
Dr. Tucker Balch Associate Professor School of Interactive Computing Computational Investing, Part I 021: So you want to be a portfolio manager? Find out.
Simulation Using computers to simulate real- world observations.
Security-Market Indicator Series Eco. Juan Francisco Rumbea.
 Deviation: The distance that two points are separated from each other.  Deviation from the mean: How far the data point is from the mean. To find this.
Introduction to risk and return
Copyright © 2003 South-Western/Thomson Learning All rights reserved. Chapter 10 Rates of Return On Common Stock Investments.
Travis Wainman partner1 partner2
Not riskless, not even close.. Pseduo or Speculative Arbitrage Aswath Damodaran.
 52-Week Hi & Low  Highest & lowest selling price of the stock during the preceding 52 week  Company Name/Name of Stock  Ticker Symbol  Unique alphabetic.
“Stocks”. STOCKS, STOCKS, STOCKS How can you track the value of stocks? Stock quotes are used to track how stocks are performing in the market.
Results for Market Forecast April 9-13, 2007 Copyright 2007, A New Story Foundation, Inc All rights reserved. And ongoing reassessment of April Monthly.
HOW TO READ A STOCK QUOTATION, TERMS AND DEFINITIONS Interpreting Stock Data.
Interpreting Stock Data on the Internet Stock Market Game.
Measuring Macroeconomic Variables Marek Szczepański.
Momentum and Reversal.
How to calculate Portfolio Performance
FIGURE 12.1 Walgreens and Microsoft Stock Prices,
Introduction to Risk and Return
Momentum, contrarian, and the January seasonality
Momentum Effect (JT 1993).
Questions-Risk, Return, and CAPM
ISystems - Automated Trading Platform How it Works and How To Use / Cheat Sheet.
Event Studies.
Mean Absolute Deviation
The Capital Asset Pricing Model (CAPM)
OUTLINE Questions? Quiz Results Quiz on Thursday Continue Forecasting
Mean Absolute Deviation
1.
Figure 6.1 Risk as Function of Number of Stocks in Portfolio
Mean Absolute Deviation
Problems Involving Percents
Introduction to Risk & Return
Mean Absolute Deviation
Mean Absolute Deviation
OUTLINE Questions? Quiz Go over homework Next homework Forecasting.
Presentation transcript:

GROUP 5

Outline  Weekly Group Update  Information gathered this week  Current road blocks  Goals for next week

Information Gathered this week  Table 6  Focuses on the year by year average daily returns of the contrarian trading strategy applied to US common stocks.  The following calculations were made  Average Daily Return for 1998  Return Multiplier for 1998  Required Leverage Ratio 1998

Information Gathered this week  Steps of Code  Step 1: Read only the data from excel file  Step 2: Filter the data for shares with share prices less than $5 and more than $2000  Step 3: Beginning on the first trading day of January 1998, compute the returns for each stock using R it-k., based on what was available the previous day  Step 4: Sum all R it−k for 1998 and divide by the total number of securities.

Information Gathered this week  Steps of Code (continued)  Step 5: Compute the weight for each security  Step 6: Take absolute value of all weights and sum. Then divide N to generate the total dollar investment  Step 7: Calculate the average return

Current Road Blocks  Table 6  Average Daily Return 1998 : 0.57%  Average Daily Return 1998 (our calculation) : 0.41%

Goals for Next Week  Table 6  Check data and code for possible issues with why our average daily return data is off  Once this issue with incorrect average daily return for 1998 is resolved, the code will be used to compute similar results for data as shown in Table 6

Information Gathered this week  Table 2  The goal was to calculate average daily returns for January 1999  Began using Matlab to implement this data  If code created to calculate the average daily returns for January 1999 seemed correct, continue to calculate the data for each year, categorized into deciles

Current Road Blocks  Table 2  In order to calculate the average daily return, must first calculate the market caps and deciles  Thus far, the code will not correctly calculate the market caps.  The values returned for market cap is zero

Goals for Next Week  Table 2  Check data and code for possible issues with why the values returned for market cap are all zeros for January 1999  Once this issue with incorrect market caps for 1999 is resolved, will continue coding to calculate average daily returns, standard deviation of daily returns, and annualized Sharpe ratio

Question??