Project 3. Trade stocks to make as much money as possible.

Size: px
Start display at page:

Download "Project 3. Trade stocks to make as much money as possible."

Transcription

1 Project. Trade stocks to make as much money as possible. CEE 2L. Uncertainty, Design, and Optimization Department of Civil & Environmental Engineering Duke University Henri P. Gavin and Steve Lattanzio, Duke CEE 7 Due Wednesday, April 8, 25 Think big, think positive, never show any sign of weakness. Always go for the throat. Buy low, sell high. Fear? That s the other guy s problem. Nothing you have ever experienced will prepare you for the absolute carnage you are about to witness. Super Bowl, World Series - they don t know what pressure is. In this building, it s either kill or be killed. You make no friends in the pits and you take no prisoners. One minute you re up half a million in soybeans and the next, boom, your kids don t go to college and they ve repossessed your Bentley. Are you with me? Dan Aykroyd as Louis Winthorpe III, to Eddie Murphy as Billy Ray Valentine, in Trading Places, 98. Greg Smith, Why I am Leaving Goldman Sachs, New York Times, March 4, 2. Randall Munroe, Aug. 25

2 Introduction In this project, your group will design and optimize a methodology for selling and buying shares of stock. Naturally, your objective is to make as much money as possible! Groups will use 2 days of actual stock closing prices to design, test, and optimize an automatic stock trading method. Once groups are satisfied with the performance of their method, the method will be applied to the subsequent 2 days of stock closing prices. Ten points of the final grade will be apportioned according to how well your automatic stock trading algorithm works on the subsequent 2 days of stock closing prices. The closing price of stock s on day d is denoted p d,s. Day-to-day changes in stock prices can be highly volatile; the change from yesterday to today can have very low correlation with the change from today to tomorrow. For this reason, it can be helpful to estimate trends over a recent period of time from a smoothed record of recent stock prices. One simple way to smooth the series of stock prices is to make a weighted average of the most recent N closing prices of a particular stock. The day-today changes of the smoothed stock prices, and the rates of those changes, will have better day-to-day correlations, and might therefore serve as a better prediction for decision-making purposes. 2

3 2 Financial Data Analysis... quantifying quality The decision to buy and sell stock will be based on a stock statistic which we can call quality Q. Stocks with higher quality are better candidates for purchase. Stocks with lower quality are better candidates for sale. A measure of quality of stock s on day d (Q d,s ) could be a weighted sum of the fractional change in a stock price, the rate of the fractional change of a stock price, and the volatility of a stock price over a recent period of time. where Q d,s = q p d,s + q 2 p d,s + q v d,s, () q, q 2, q are weighting coefficients with values to be found via optimization. p d,s is a weighted average of the price of stock s on day d, N p d,s = w i p (d i),s (2) i= where the weights w i emphasize more recent data more significantly, and the sum of the weights is. [ w i = exp 5i ] ( ) N Ni=. () exp[ 5i/N] Examples of exponential weights for N = 5, N =, and N = 2 are shown in Figure. The effect of the number of trading days involved in the weighted average of stock prices, N, on the smoothed price, the fractional change of smoothed price, and the rate of fractional change of smoothed price is shown in Figure 2. p d,s is the fractional change of a weighted average of the price of stock s on day d, p d,s = ( p d,s p (d 2),s ) / ( p d,s + p (d 2),s ) (4) p d,s is the rate of the fractional change of the weighted average of stock s on day d, p d,s = ( p d,s p (d 2),s ) / 2 (5) v d,s is the volatility of stock s on day d defined here as the standard deviation of the stock price over the previous N days, as a fraction of the weighted average stock price, p d,s, v d,s = N p (d i),s 2 N p (d j),s. (6) N N p d,s i= v d,s is like a running coefficient of variation over the last N days of data. j=

4 weight, w i days in the past Figure. Exponential weights from equation () for N = 5, N =, and N = 2. fractional change rate of fractional change volatility smooth price Figure 2. Effect of the number of trading days N involved in the weighted average of stock prices on the smoothed price, the fractional change of smoothed price, and the rate of fractional change of smoothed price, for N = 5 (green), N = (red), and N = 2 (black). 4

5 7 closing price per share trading days Figure. 2 days of stock closing prices for nineteen stocks day price per share stock number day 2 / day price per share day 2 price per share stock number stock number Figure 4. Initial prices, final price, and ratio of final-to-initial price 5

6 Stock Trading Decisions and Rules If Q d,s < S d on day d then stock s is potentially sellable. If Q d,s > B d on day d then stock s is potentially buyable. The sell- and buy-thresholds S d and B d are variables that can change over time. The sell threshold S d shall not be greater than the buy threshold B d, so a stock can not be both potentially buyable and potentially sellable. The set of stocks to buy and sell are governed by the following rules: All shares of stock s are sold on day d if: shares of stock s are owned (no shorting); Q d,s < S d (Stock s is potentially sellable); (optionally) Q d,. > B d, for another stock, not stock s, Shares of one stock may be sold if a different stock is potentially buyable. Shares of stock s are bought on day d if: Q d,s > B d, for any stock not sold on day d. Each time M s shares of stock s are sold, the cash in hand, C, to purchase stocks is increased by the current value of the shares. A transaction cost of two dollars is paid for every stock sold or bought. C d+ = C d + s sold p s,d M s 2. s sold 2. s bought (7) A fraction of the cash in hand ( < f c < ) is then invested in equal parts in all of the stocks to be purchased. Each day the buy threshold B d and the sell threshold S d are updated to the maximum and minimum quality metric of all stocks owned on that day. Doing so attempts to ensure that future decision will only improve the investments. But this updating of the buy and sell thresholds does not guarantee that the value of the investments will grow with time. 6

7 4 Example As an example, consider the optimization of a stock trading method that is calibrated for two-hundred days of closing prices for nineteen stocks, as shown in Figure. Figure 4 shows the day prices, the day 2 prices and the ratio of the day 2 prices to the day prices for each of the nineteen stocks. Applying the methodology shown above with the following parameter values: N =, q =, q 2 = 2, q = 2, f c =.9, B =. and S =. gives the results shown in Figures 5, 6, and value investments cash shares owned Figure 5. (a) Value of investments and value of cash on hand. (b) Number of shares owned over time. The change of the value of the investments and the cash on hand is shown in the top part of Figure 5. Initially the cash on hand is $.. The value of cash and investments after 2 trading days is $.4. The change in the shares owned is shown in the bottom part of Figure 5. A number of metrics for a select set of stocks is shown in Figure 6. The evolution of the buy threshold B d and the sell threshold S d is shown in Figure 7. no bonus for me this year 7

8 change of % change % change volatility quality price Figure 6. Price, fractional change, rate of fractional change, volatility, and quality of stocks,,, and 6.4 buy threshold sell threshold.2 threshold values Figure 7. buy and sell thresholds, B d and S d. 8

9 5 Project Assignment Study and adjust the method described in this document to make as much money as possible with the same data as used in the example. Download the data file of stock prices, stock prices.dat, and an example stock trading analysis program, exchange analysis.m. If the stock price data file opens into a new browser window, you can right click in the window to save the data file. function [ cost, constraint ] = exchange_analysis ( param, Plots ) 2 % c o s t = t r a d e s t o c k s ( param ) % a n a l y z e a p o l i c y f o r buying and s e l l i n g s t o c k s 4 % 5 % INPUT VARIABLES 6 % p () = N.... p o i n t s in a v e r a g i n g 7 % p (2) = q ().... q u a l i t y s l o p e c o e f f 8 % p () = q (2).... q u a l i t y c u r v a t u r e c o e f f 9 % p (4) = q ().... q u a l i t y v o l a t i l i t y c o e f f % p (5) = f c.... f r a c t i o n o f cash to i n v e s t ( must be between and ) % p (6) = B.... buy t h r e s h o l d % p (7) = S.... s e l l t h r e s h o l d % 4 % OUTPUT VARIABLES 5 % c o s t.... t h e n e g a t i v e o f t h e v a l u e o f cash and i n v e s t m e n t s 6 % a f t e r 2 days o f t r a d i n g. The stock trading methodology that your group develops will be parameterized by at least the following design variables: N, q, q 2, q, f c, B, and S, where B is the buy threshold on day and Ŝ is the sell threshold on day. Tasks. Read and study the provided stock exchange program exchange analysis.m. 2. To help study the method of weighted averages used in this project, reproduce Figure 2 of this document for stock number 5 and describe the effect of N on p, p and p in a few sentences.. (Optional) You may change the stock trading algorithm by modifying exchange analysis.m in five places: The definitions of quality Q (lines 9-96); The decision to sell stocks and hold cash (lines 8-); The distribution of purchased shares (lines -5); The method used to update the buy and sell thresholds, B d and S d (lines 48-57); and The smallest allowable difference between the thresholds, B d and S d (lines 59-6); 4. Using the code as provided (or as modified by your group in the task, above), optimize the values of N, q, q 2, q, f c, B, and S and/or other parameters your group may have introduced in order to maximize value. 9

10 (a) Write a Matlab script exchange opt.m that will use the Matlab function exchange analysis.m along with optimization routines, such as ORSopt.m and/or NMAopt.m, to optimize the design parameters. The first two lines of code in exchange opt.m must load in the stock price data file as follows: global stock_prices 2 stock_prices = load( stock_prices. dat ); % l o a d s t o c k p r i c e data (b) Try different initial guesses for the design parameters, list your initial guesses, the resulting optimal values, and the resulting earnings. Are your optimal values and optimal earnings very sensitive to the initial guesses? (c) Run a sensitivity analysis. Run separate analyses with each of your parameters perturbed by +5% individually. That is, for analysis i the i-th parameter value is.5 times its optimal value, and all the other parameters are at their optimal value. What are your earnings with each of the perturbed parameter sets? Did your earnings increase or decrease significantly? What pararameters have the greatest effect on your earnings? (d) If an optimal solution shows q <, q 2 >, and q >, what inference can be drawn regarding investment policy? 5. After completing questions through 4: (a) Specify your recommended set of parameters: N, q, q 2, q, f c, B, and S. and any other parameters you may have introduced. (b) Produce versions of Figure 5 and Figure 7 associated with your recommended set of parameters. You can do this by simply running my cost = exchange analysis( my params, ) (c) If your group changed the methodology in any way in question, describe your changes in words and show the lines of Matlab your group wrote to replace the corresponding sections of exchange analysis.m. (d) What is the greatest amount of money your group was able to make? I will apply your group s method to the set of closing stock prices for the 2 trading days subsequent to the 2 days that you used to optimize your system. I will distribute versions of Figure 5 for each group s results. Have fun and good luck!

11 6 Report contents Each group of two or three people should prepare a report including: Your written responses to questions 2,, 4, and 5. Plots from questions 2 and 5. Print-outs of the Matlab code you wrote. If your group changed exchange analysis.m send your revised version to me in an attachment. A table of your final optimized design parameter values: N q q 2 q f c B S day -2 value day 2-4 value. (Leave the last column blank.) 7 Grading points: The final value of cash and investments at the end of the first two-hundred days of stock prices, in comparison with other group projects. points: The final value of cash and investments at the end of the subsequent twohundred days of stock prices, in comparison with other group projects. 2 points: Quality of the report: (typed, pt or pt,.5 space, inch margins, page numbers, figure numbers, figure captions, etc.) points: Completeness and correctness of descriptions and discussions points: Answers to questions 2-5. (Question is optional.)

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

Pattern Recognition and Prediction in Equity Market

Pattern Recognition and Prediction in Equity Market Pattern Recognition and Prediction in Equity Market Lang Lang, Kai Wang 1. Introduction In finance, technical analysis is a security analysis discipline used for forecasting the direction of prices through

More information

GESTÃO FINANCEIRA II PROBLEM SET 3 - SOLUTIONS (FROM BERK AND DEMARZO S CORPORATE FINANCE ) LICENCIATURA UNDERGRADUATE COURSE

GESTÃO FINANCEIRA II PROBLEM SET 3 - SOLUTIONS (FROM BERK AND DEMARZO S CORPORATE FINANCE ) LICENCIATURA UNDERGRADUATE COURSE GESTÃO FINANCEIRA II PROBLEM SET 3 - SOLUTIONS (FROM BERK AND DEMARZO S CORPORATE FINANCE ) LICENCIATURA UNDERGRADUATE COURSE 1 ST SEMESTER 010-011 Chapter 10 Capital Markets and the Pricing of Risk 10-1.

More information

Summary of Interview Questions. 1. Does it matter if a company uses forwards, futures or other derivatives when hedging FX risk?

Summary of Interview Questions. 1. Does it matter if a company uses forwards, futures or other derivatives when hedging FX risk? Summary of Interview Questions 1. Does it matter if a company uses forwards, futures or other derivatives when hedging FX risk? 2. Give me an example of how a company can use derivative instruments to

More information

Betting with the Kelly Criterion

Betting with the Kelly Criterion Betting with the Kelly Criterion Jane June 2, 2010 Contents 1 Introduction 2 2 Kelly Criterion 2 3 The Stock Market 3 4 Simulations 5 5 Conclusion 8 1 Page 2 of 9 1 Introduction Gambling in all forms,

More information

FTS Real Time System Project: Portfolio Diversification Note: this project requires use of Excel s Solver

FTS Real Time System Project: Portfolio Diversification Note: this project requires use of Excel s Solver FTS Real Time System Project: Portfolio Diversification Note: this project requires use of Excel s Solver Question: How do you create a diversified stock portfolio? Advice given by most financial advisors

More information

Unit06 Sample Homework Problems CHAPTER 10. INVESTMENT RETURNS AND AGGREGATE MEASURES OF STOCK MARKETS

Unit06 Sample Homework Problems CHAPTER 10. INVESTMENT RETURNS AND AGGREGATE MEASURES OF STOCK MARKETS Unit06 Sample Homework Problems CHAPTER 10. INVESTMENT RETURNS AND AGGREGATE MEASURES OF STOCK MARKETS 1. You buy a stock for $40. After a year the price rises to $50 but falls back to $40 at the end of

More information

CHAPTER 11: ARBITRAGE PRICING THEORY

CHAPTER 11: ARBITRAGE PRICING THEORY CHAPTER 11: ARBITRAGE PRICING THEORY 1. The revised estimate of the expected rate of return on the stock would be the old estimate plus the sum of the products of the unexpected change in each factor times

More information

How to Win the Stock Market Game

How to Win the Stock Market Game How to Win the Stock Market Game 1 Developing Short-Term Stock Trading Strategies by Vladimir Daragan PART 1 Table of Contents 1. Introduction 2. Comparison of trading strategies 3. Return per trade 4.

More information

ZOINED RETAIL ANALYTICS. User Guide

ZOINED RETAIL ANALYTICS. User Guide ZOINED RETAIL ANALYTICS User Guide Contents Using the portal New user Profile Email reports Portal use Dashboard Drilling down into the data Filter options Analytics Managing analysis Saving the analysis

More information

Multiple Optimization Using the JMP Statistical Software Kodak Research Conference May 9, 2005

Multiple Optimization Using the JMP Statistical Software Kodak Research Conference May 9, 2005 Multiple Optimization Using the JMP Statistical Software Kodak Research Conference May 9, 2005 Philip J. Ramsey, Ph.D., Mia L. Stephens, MS, Marie Gaudard, Ph.D. North Haven Group, http://www.northhavengroup.com/

More information

Equity forward contract

Equity forward contract Equity forward contract INRODUCION An equity forward contract is an agreement between two counterparties to buy a specific number of an agreed equity stock, stock index or basket at a given price (called

More information

LME Steel Billet. Providing security for volatile markets

LME Steel Billet. Providing security for volatile markets LME Steel Billet Providing security for volatile markets Trading the LME Steel Billet contract Trading features Lot size 65 tonnes (+/-3.5%) Quotation US dollars per tonne Settlement dates Daily from cash

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

Stock Market Unit Introduction The stock market unit can be expanded to take up as much or as little class time as you would like. Ideally, the students check their stocks weekly at the beginning of class

More information

HOW TO SELL A STOCK BY KELLY GREEN

HOW TO SELL A STOCK BY KELLY GREEN HOW TO SELL A STOCK BY KELLY GREEN HOW TO SELL A STOCK In our first report, How to Buy a Stock, we took you step-by-step through selecting a broker and making your first trade. But we also pointed out

More information

Four of the precomputed option rankings are based on implied volatility. Two are based on statistical (historical) volatility :

Four of the precomputed option rankings are based on implied volatility. Two are based on statistical (historical) volatility : Chapter 8 - Precomputed Rankings Precomputed Rankings Help Help Guide Click PDF to get a PDF printable version of this help file. Each evening, once the end-of-day option data are available online, the

More information

AFM 472. Midterm Examination. Monday Oct. 24, 2011. A. Huang

AFM 472. Midterm Examination. Monday Oct. 24, 2011. A. Huang AFM 472 Midterm Examination Monday Oct. 24, 2011 A. Huang Name: Answer Key Student Number: Section (circle one): 10:00am 1:00pm 2:30pm Instructions: 1. Answer all questions in the space provided. If space

More information

Neural Network Stock Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com

Neural Network Stock Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com Neural Network Stock Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com There are at least as many ways to trade stocks and other financial instruments as there are traders. Remarkably, most people

More information

FTS Real Time Client: Equity Portfolio Rebalancer

FTS Real Time Client: Equity Portfolio Rebalancer FTS Real Time Client: Equity Portfolio Rebalancer Many portfolio management exercises require rebalancing. Examples include Portfolio diversification and asset allocation Indexation Trading strategies

More information

Using INZight for Time series analysis. A step-by-step guide.

Using INZight for Time series analysis. A step-by-step guide. Using INZight for Time series analysis. A step-by-step guide. inzight can be downloaded from http://www.stat.auckland.ac.nz/~wild/inzight/index.html Step 1 Click on START_iNZightVIT.bat. Step 2 Click on

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

What s Up With The Stock Market? EPISODE # 404

What s Up With The Stock Market? EPISODE # 404 What s Up With The Stock Market? EPISODE # 404 LESSON LEVEL Grades 6-8 KEY TOPICS Stock market Investing Stock research LEARNING OBJECTIVES 1. Understand what stocks are. 2. Identify investment strategies.

More information

Project B: Portfolio Manager

Project B: Portfolio Manager Project B: Portfolio Manager Now that you've had the experience of extending an existing database-backed web application (RWB), you're ready to design and implement your own. In this project, you will

More information

7. Analysis... 36 7.1 Chart... 36 7.2 Whatif Calculator... 39

7. Analysis... 36 7.1 Chart... 36 7.2 Whatif Calculator... 39 Contents 1. Introduction... 5 2. Getting Started... 7 2.1 What you need... 7 2.2 How to login... 7 At a Glance... 8 3. Atrad Home... 11 3.1 Ticker... 11 3.2 Indices... 11 3.3 Themes... 12 3.3.1 Full screen

More information

Chapter 7 - Find trades I

Chapter 7 - Find trades I Chapter 7 - Find trades I Find Trades I Help Help Guide Click PDF to get a PDF printable version of this help file. Find Trades I is a simple way to find option trades for a single stock. Enter the stock

More information

LOGNORMAL MODEL FOR STOCK PRICES

LOGNORMAL MODEL FOR STOCK PRICES LOGNORMAL MODEL FOR STOCK PRICES MICHAEL J. SHARPE MATHEMATICS DEPARTMENT, UCSD 1. INTRODUCTION What follows is a simple but important model that will be the basis for a later study of stock prices as

More information

Thank you for choosing Quicken

Thank you for choosing Quicken Getting started with Quicken Thank you for choosing Quicken This guide helps you get started with Quicken as quickly as possible. You ll find out how to: Use the Home tab Take a tour of Quicken Set up

More information

A comparison between different volatility models. Daniel Amsköld

A comparison between different volatility models. Daniel Amsköld A comparison between different volatility models Daniel Amsköld 211 6 14 I II Abstract The main purpose of this master thesis is to evaluate and compare different volatility models. The evaluation is based

More information

Bake Cookies Day (Dec. 18) Meeting (Multiple Topics)

Bake Cookies Day (Dec. 18) Meeting (Multiple Topics) Bake Cookies Day (Dec. 18) Meeting (Multiple Topics) Topic This meeting s problems cover a variety of topics. However, there is a heavy emphasis on proportional reasoning. Materials Needed Copies of the

More information

How Securities Are Traded

How Securities Are Traded How Securities Are Traded What is this project about? You will learn how securities are traded on exchanges, particularly how to conduct margin trades, short sales, and submit limit orders. What case do

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

Investing in Shares Nuts and Bolts of Buying Shares. Australian Shareholders Association Tutorial Resource Library

Investing in Shares Nuts and Bolts of Buying Shares. Australian Shareholders Association Tutorial Resource Library Investing in Shares Nuts and Bolts of Buying Shares Australian Shareholders Association Tutorial Resource Library Disclaimer The ASA is not licensed to give financial advice. The content of these presentations

More information

IDENTIFICATION OF DEMAND FORECASTING MODEL CONSIDERING KEY FACTORS IN THE CONTEXT OF HEALTHCARE PRODUCTS

IDENTIFICATION OF DEMAND FORECASTING MODEL CONSIDERING KEY FACTORS IN THE CONTEXT OF HEALTHCARE PRODUCTS IDENTIFICATION OF DEMAND FORECASTING MODEL CONSIDERING KEY FACTORS IN THE CONTEXT OF HEALTHCARE PRODUCTS Sushanta Sengupta 1, Ruma Datta 2 1 Tata Consultancy Services Limited, Kolkata 2 Netaji Subhash

More information

2. Simple Linear Regression

2. Simple Linear Regression Research methods - II 3 2. Simple Linear Regression Simple linear regression is a technique in parametric statistics that is commonly used for analyzing mean response of a variable Y which changes according

More information

VOLATILITY AND DEVIATION OF DISTRIBUTED SOLAR

VOLATILITY AND DEVIATION OF DISTRIBUTED SOLAR VOLATILITY AND DEVIATION OF DISTRIBUTED SOLAR Andrew Goldstein Yale University 68 High Street New Haven, CT 06511 andrew.goldstein@yale.edu Alexander Thornton Shawn Kerrigan Locus Energy 657 Mission St.

More information

WEB TRADING SYSTEM. Feature List:

WEB TRADING SYSTEM. Feature List: WEB TRADING SYSTEM This document concisely explains the functionality and features of the Web Trading Terminal, where only a web browser is required to monitor current market and statistics in real-time,

More information

Finanzdienstleistungen (Praxis) Algorithmic Trading

Finanzdienstleistungen (Praxis) Algorithmic Trading Finanzdienstleistungen (Praxis) Algorithmic Trading Definition A computer program (Software) A process for placing trade orders like Buy, Sell It follows a defined sequence of instructions At a speed and

More information

Simple Predictive Analytics Curtis Seare

Simple Predictive Analytics Curtis Seare Using Excel to Solve Business Problems: Simple Predictive Analytics Curtis Seare Copyright: Vault Analytics July 2010 Contents Section I: Background Information Why use Predictive Analytics? How to use

More information

Theory at a Glance (For IES, GATE, PSU)

Theory at a Glance (For IES, GATE, PSU) 1. Forecasting Theory at a Glance (For IES, GATE, PSU) Forecasting means estimation of type, quantity and quality of future works e.g. sales etc. It is a calculated economic analysis. 1. Basic elements

More information

UNDERSTANDING THE CHARACTERISTICS OF YOUR PORTFOLIO

UNDERSTANDING THE CHARACTERISTICS OF YOUR PORTFOLIO UNDERSTANDING THE CHARACTERISTICS OF YOUR PORTFOLIO Although I normally use this space to ruminate about various economic indicators and their implications, smartly advancing asset prices have encouraged

More information

What s Up With The Stock Market? EPISODE # 404

What s Up With The Stock Market? EPISODE # 404 What s Up With The Stock Market? EPISODE # 404 LESSON LEVEL Grades 9-12 KEY TOPICS Stock market Investing Stock research LEARNING OBJECTIVES 1. Understand what stocks are. 2. Identify investment strategies.

More information

Trading Diary Manual

Trading Diary Manual Plum Square Software Ltd. Trading Diary Manual Contents Introduction!1 WWW www.plumsquare.com EMAIL support@plumsquare.com Getting started!2 Planning a new trade!4 Managing open trades!8 Reviewing closed

More information

Characterizing Task Usage Shapes in Google s Compute Clusters

Characterizing Task Usage Shapes in Google s Compute Clusters Characterizing Task Usage Shapes in Google s Compute Clusters Qi Zhang 1, Joseph L. Hellerstein 2, Raouf Boutaba 1 1 University of Waterloo, 2 Google Inc. Introduction Cloud computing is becoming a key

More information

Managing Feed and Milk Price Risk: Futures Markets and Insurance Alternatives

Managing Feed and Milk Price Risk: Futures Markets and Insurance Alternatives Managing Feed and Milk Price Risk: Futures Markets and Insurance Alternatives Dillon M. Feuz Department of Applied Economics Utah State University 3530 Old Main Hill Logan, UT 84322-3530 435-797-2296 dillon.feuz@usu.edu

More information

December 2013 exam. (4CW) SME cash and working capital. Instructions to students. reading time.

December 2013 exam. (4CW) SME cash and working capital. Instructions to students. reading time. 1 December 2013 exam (4CW) SME cash and working capital Instructions to students 1. Time allowed is 3 hours and 10 minutes, which includes 10 minutes reading time. 2. This is a closed book exam. 3. Use

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

Chapter 9. The Valuation of Common Stock. 1.The Expected Return (Copied from Unit02, slide 39)

Chapter 9. The Valuation of Common Stock. 1.The Expected Return (Copied from Unit02, slide 39) Readings Chapters 9 and 10 Chapter 9. The Valuation of Common Stock 1. The investor s expected return 2. Valuation as the Present Value (PV) of dividends and the growth of dividends 3. The investor s required

More information

Excel Modeling Practice. The Svelte Glove Problem Step-by-Step With Instructions

Excel Modeling Practice. The Svelte Glove Problem Step-by-Step With Instructions Excel Modeling Practice The Svelte Glove Problem Step-by-Step With Instructions EXCEL REVIEW 2001-2002 Contents Page Number Overview...1 Features...1 The Svelte Glove Problem...1 Outputs...2 Approaching

More information

INTRODUCTION TO COTTON FUTURES Blake K. Bennett Extension Economist/Management Texas Cooperative Extension, The Texas A&M University System

INTRODUCTION TO COTTON FUTURES Blake K. Bennett Extension Economist/Management Texas Cooperative Extension, The Texas A&M University System INTRODUCTION TO COTTON FUTURES Blake K. Bennett Extension Economist/Management Texas Cooperative Extension, The Texas A&M University System Introduction For well over a century, industry representatives

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Final Exam Review MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) A researcher for an airline interviews all of the passengers on five randomly

More information

Comparables Sales Price

Comparables Sales Price Chapter 486 Comparables Sales Price Introduction Appraisers often estimate the market value (current sales price) of a subject property from a group of comparable properties that have recently sold. Since

More information

Neural Network and Genetic Algorithm Based Trading Systems. Donn S. Fishbein, MD, PhD Neuroquant.com

Neural Network and Genetic Algorithm Based Trading Systems. Donn S. Fishbein, MD, PhD Neuroquant.com Neural Network and Genetic Algorithm Based Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com Consider the challenge of constructing a financial market trading system using commonly available technical

More information

Section A. Index. Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1. Page 1 of 11. EduPristine CMA - Part I

Section A. Index. Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1. Page 1 of 11. EduPristine CMA - Part I Index Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1 EduPristine CMA - Part I Page 1 of 11 Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting

More information

How to assess the risk of a large portfolio? How to estimate a large covariance matrix?

How to assess the risk of a large portfolio? How to estimate a large covariance matrix? Chapter 3 Sparse Portfolio Allocation This chapter touches some practical aspects of portfolio allocation and risk assessment from a large pool of financial assets (e.g. stocks) How to assess the risk

More information

Mutual Fund Investing Exam Study Guide

Mutual Fund Investing Exam Study Guide Mutual Fund Investing Exam Study Guide This document contains the questions that will be included in the final exam, in the order that they will be asked. When you have studied the course materials, reviewed

More information

Optimization of the sales forecast algorithm for a supermarket supply chain

Optimization of the sales forecast algorithm for a supermarket supply chain Optimization of the sales forecast algorithm for a supermarket supply chain Patrícia Oliveira; Fátima Rosa; Miguel Casquilho Instituto Superior Técnico, Av. Rovisco Pais, 1049-001 Lisboa (Portugal) Abstract:

More information

A Review of Cross Sectional Regression for Financial Data You should already know this material from previous study

A Review of Cross Sectional Regression for Financial Data You should already know this material from previous study A Review of Cross Sectional Regression for Financial Data You should already know this material from previous study But I will offer a review, with a focus on issues which arise in finance 1 TYPES OF FINANCIAL

More information

1 The Black-Scholes model: extensions and hedging

1 The Black-Scholes model: extensions and hedging 1 The Black-Scholes model: extensions and hedging 1.1 Dividends Since we are now in a continuous time framework the dividend paid out at time t (or t ) is given by dd t = D t D t, where as before D denotes

More information

contracts for difference TRADING EXAMPLES Contracts for Difference Trading examples Halifax Investment Services Limited

contracts for difference TRADING EXAMPLES Contracts for Difference Trading examples Halifax Investment Services Limited TRADING EXAMPLES contracts for difference Halifax Investment Services Limited Australian Financial Services Licence No. 22573 Date 26th April 2013 Halifax Trading Examples 1 Example 1: Going Long If you

More information

Econ Wizard User s Manual

Econ Wizard User s Manual 1 Econ Wizard User s Manual Kevin Binns Matt Friedrichsen Purpose: This program is intended to be used by students enrolled in introductory economics classes. The program is meant to help these students

More information

Chapter 14. Web Extension: Financing Feedbacks and Alternative Forecasting Techniques

Chapter 14. Web Extension: Financing Feedbacks and Alternative Forecasting Techniques Chapter 14 Web Extension: Financing Feedbacks and Alternative Forecasting Techniques I n Chapter 14 we forecasted financial statements under the assumption that the firm s interest expense can be estimated

More information

VALUATION OF DEBT CONTRACTS AND THEIR PRICE VOLATILITY CHARACTERISTICS QUESTIONS See answers below

VALUATION OF DEBT CONTRACTS AND THEIR PRICE VOLATILITY CHARACTERISTICS QUESTIONS See answers below VALUATION OF DEBT CONTRACTS AND THEIR PRICE VOLATILITY CHARACTERISTICS QUESTIONS See answers below 1. Determine the value of the following risk-free debt instrument, which promises to make the respective

More information

CS229 Project Report Automated Stock Trading Using Machine Learning Algorithms

CS229 Project Report Automated Stock Trading Using Machine Learning Algorithms CS229 roject Report Automated Stock Trading Using Machine Learning Algorithms Tianxin Dai tianxind@stanford.edu Arpan Shah ashah29@stanford.edu Hongxia Zhong hongxia.zhong@stanford.edu 1. Introduction

More information

The Bond Market: Where the Customers Still Have No Yachts

The Bond Market: Where the Customers Still Have No Yachts Fall 11 The Bond Market: Where the Customers Still Have No Yachts Quantifying the markup paid by retail investors in the bond market. Darrin DeCosta Robert W. Del Vicario Matthew J. Patterson www.bulletshares.com

More information

Forecasting Methods. What is forecasting? Why is forecasting important? How can we evaluate a future demand? How do we make mistakes?

Forecasting Methods. What is forecasting? Why is forecasting important? How can we evaluate a future demand? How do we make mistakes? Forecasting Methods What is forecasting? Why is forecasting important? How can we evaluate a future demand? How do we make mistakes? Prod - Forecasting Methods Contents. FRAMEWORK OF PLANNING DECISIONS....

More information

Your Personal Trading Journal

Your Personal Trading Journal Your Personal Trading Journal This guide provides instructions for the setup and helps you getting started with your Edgewonk trading journal. It is recommended that you read it thoroughly to fully leverage

More information

Equations for Inventory Management

Equations for Inventory Management Equations for Inventory Management Chapter 1 Stocks and inventories Empirical observation for the amount of stock held in a number of locations: N 2 AS(N 2 ) = AS(N 1 ) N 1 where: N 2 = number of planned

More information

Corporate Portfolio Management

Corporate Portfolio Management Corporate Risk Corporate Portfolio Management Capital allocation from a risk-return perspective Premise Aligning the right information with the right people to make effective corporate decisions is one

More information

Spread Betting for Dividends Guide

Spread Betting for Dividends Guide Spread Betting for Dividends Guide INTRODUCTION The purpose of this ebook is to provide a guide to spread betting for dividends with hedge strategies in place. It is based upon tools provided by DividendMax

More information

Part II Management Accounting Decision-Making Tools

Part II Management Accounting Decision-Making Tools Part II Management Accounting Decision-Making Tools Chapter 7 Chapter 8 Chapter 9 Cost-Volume-Profit Analysis Comprehensive Business Budgeting Incremental Analysis and Decision-making Costs Chapter 10

More information

Elementary Statistics and Inference. Elementary Statistics and Inference. 16 The Law of Averages (cont.) 22S:025 or 7P:025.

Elementary Statistics and Inference. Elementary Statistics and Inference. 16 The Law of Averages (cont.) 22S:025 or 7P:025. Elementary Statistics and Inference 22S:025 or 7P:025 Lecture 20 1 Elementary Statistics and Inference 22S:025 or 7P:025 Chapter 16 (cont.) 2 D. Making a Box Model Key Questions regarding box What numbers

More information

Hedging: To buy or sell a futures contract on a commodity exchange as a temporary substitute for an intended later transaction in the cash market.

Hedging: To buy or sell a futures contract on a commodity exchange as a temporary substitute for an intended later transaction in the cash market. Section I Learning objectives Register for Commodity Challenge and join an open game Understanding your challenge Ground rules for trading in Commodity Challenge Illustrate a simple hedge with futures

More information

DUKE UNIVERSITY Fuqua School of Business. FINANCE 351 - CORPORATE FINANCE Problem Set #8 Prof. Simon Gervais Fall 2011 Term 2

DUKE UNIVERSITY Fuqua School of Business. FINANCE 351 - CORPORATE FINANCE Problem Set #8 Prof. Simon Gervais Fall 2011 Term 2 DUKE UNIVERSITY Fuqua School of Business FINANCE 351 - CORPORATE FINANCE Problem Set #8 Prof. Simon Gervais Fall 2011 Term 2 Questions 1. Hors d Age Cheeseworks has been paying a regular cash dividend

More information

Swing Trade Warrior Chapter 4. Fundamentals & Technicals What You Need to Know! One is not more right than the other, but they both DO matter when swing trading, and can even matter when day trading (think

More information

A Beginner s Guide to Financial Freedom through the Stock-market. Includes The 6 Steps to Successful Investing

A Beginner s Guide to Financial Freedom through the Stock-market. Includes The 6 Steps to Successful Investing A Beginner s Guide to Financial Freedom through the Stock-market Includes The 6 Steps to Successful Investing By Marcus de Maria The experts at teaching beginners how to make money in stocks Web-site:

More information

Unit 4 DECISION ANALYSIS. Lesson 37. Decision Theory and Decision Trees. Learning objectives:

Unit 4 DECISION ANALYSIS. Lesson 37. Decision Theory and Decision Trees. Learning objectives: Unit 4 DECISION ANALYSIS Lesson 37 Learning objectives: To learn how to use decision trees. To structure complex decision making problems. To analyze the above problems. To find out limitations & advantages

More information

Table 2, for a Couple Age 65, 5% life expectancy, and 5% failure of funds. Age 65 70 75 80 85 90 95 Withdrawal rate 2.7% 3.0% 3.6% 4.5% 5.9% 9.

Table 2, for a Couple Age 65, 5% life expectancy, and 5% failure of funds. Age 65 70 75 80 85 90 95 Withdrawal rate 2.7% 3.0% 3.6% 4.5% 5.9% 9. 1 Evaluation of Five Methods of Retirement Withdrawals (Preliminary Version) Floyd Vest, March 2015 This article is based on Blanchett, David, Maciej Kowara, Pen Chen, Optimal Withdrawal Strategy for Retirement

More information

Web Extension: Financing Feedbacks and Alternative Forecasting Techniques

Web Extension: Financing Feedbacks and Alternative Forecasting Techniques 19878_09W_p001-009.qxd 3/10/06 9:56 AM Page 1 C H A P T E R 9 Web Extension: Financing Feedbacks and Alternative Forecasting Techniques IMAGE: GETTY IMAGES, INC., PHOTODISC COLLECTION In Chapter 9 we forecasted

More information

Investment Committee Policy Statement

Investment Committee Policy Statement FINANCIAL MANAGEMENT ASSOCIATION Investment Committee Policy Statement The University of Hawaii Financial Management Association Prepared by FMA and Faculty Advisor 10/27/2008 Investment Committee portfolio

More information

BASKET A collection of securities. The underlying securities within an ETF are often collectively referred to as a basket

BASKET A collection of securities. The underlying securities within an ETF are often collectively referred to as a basket Glossary: The ETF Portfolio Challenge Glossary is designed to help familiarize our participants with concepts and terminology closely associated with Exchange- Traded Products. For more educational offerings,

More information

Chapter 9. The Valuation of Common Stock. 1.The Expected Return (Copied from Unit02, slide 36)

Chapter 9. The Valuation of Common Stock. 1.The Expected Return (Copied from Unit02, slide 36) Readings Chapters 9 and 10 Chapter 9. The Valuation of Common Stock 1. The investor s expected return 2. Valuation as the Present Value (PV) of dividends and the growth of dividends 3. The investor s required

More information

Why Aren t More Families Buying Life Insurance?

Why Aren t More Families Buying Life Insurance? Why Aren t More Families Buying Life Insurance? Matthew S. Chambers Towson University Don E. Schlagenhauf Federal Reserve Bank of St. Louis Eric R. Young University of Virginia 2014 Workshop of the Quantitative

More information

Summary. Chapter Five. Cost Volume Relations & Break Even Analysis

Summary. Chapter Five. Cost Volume Relations & Break Even Analysis Summary Chapter Five Cost Volume Relations & Break Even Analysis 1. Introduction : The main aim of an undertaking is to earn profit. The cost volume profit (CVP) analysis helps management in finding out

More information

Features: NEW!! EIM Version 3 Spreadsheets!

Features: NEW!! EIM Version 3 Spreadsheets! NEW!! EIM Version 3 Spreadsheets! An exciting new tool has just been released by EIM, Inc. that implements the principles of effective inventory management! The Version 3 Spreadsheets feature our newly

More information

Inflation. Chapter 8. 8.1 Money Supply and Demand

Inflation. Chapter 8. 8.1 Money Supply and Demand Chapter 8 Inflation This chapter examines the causes and consequences of inflation. Sections 8.1 and 8.2 relate inflation to money supply and demand. Although the presentation differs somewhat from that

More information

Using simulation to calculate the NPV of a project

Using simulation to calculate the NPV of a project Using simulation to calculate the NPV of a project Marius Holtan Onward Inc. 5/31/2002 Monte Carlo simulation is fast becoming the technology of choice for evaluating and analyzing assets, be it pure financial

More information

The Fair Valuation of Life Insurance Participating Policies: The Mortality Risk Role

The Fair Valuation of Life Insurance Participating Policies: The Mortality Risk Role The Fair Valuation of Life Insurance Participating Policies: The Mortality Risk Role Massimiliano Politano Department of Mathematics and Statistics University of Naples Federico II Via Cinthia, Monte S.Angelo

More information

Spending Money. Grade Four. Overview. Lesson Objectives. Materials List. Large-Group Activity. Materials. Content Standards

Spending Money. Grade Four. Overview. Lesson Objectives. Materials List. Large-Group Activity. Materials. Content Standards Grade Four Spending Money Overview Students share one chapter from Henry and Beezus, by Beverly Cleary, to learn about exchange, market, price, and spending. They complete a worksheet on checking accounts

More information

ECO 317 Economics of Uncertainty Fall Term 2009 Week 5 Precepts October 21 Insurance, Portfolio Choice - Questions

ECO 317 Economics of Uncertainty Fall Term 2009 Week 5 Precepts October 21 Insurance, Portfolio Choice - Questions ECO 37 Economics of Uncertainty Fall Term 2009 Week 5 Precepts October 2 Insurance, Portfolio Choice - Questions Important Note: To get the best value out of this precept, come with your calculator or

More information

Hedge Fund Returns: You Can Make Them Yourself!

Hedge Fund Returns: You Can Make Them Yourself! Hedge Fund Returns: You Can Make Them Yourself! Harry M. Kat * Helder P. Palaro** This version: June 8, 2005 Please address all correspondence to: Harry M. Kat Professor of Risk Management and Director

More information

Valuation of Patents. Dr. R.Pitkethly

Valuation of Patents. Dr. R.Pitkethly Dr. R.Pitkethly The Nature of Patent Valuation The Economist s View The Economist 1851 July 26th Patents are like lotteries, in which there are a few prizes and a great many blanks. Uncertainty about the

More information

How to manage your portfolio and emotions during volatile markets. Video Transcript. Recorded on March 6, 2015

How to manage your portfolio and emotions during volatile markets. Video Transcript. Recorded on March 6, 2015 How to manage your portfolio and emotions during volatile markets Video Transcript Recorded on March 6, 2015 Featuring: Michael Santoli, senior columnist, Yahoo! Finance Matthew Diczok, managing director,

More information

Simple Regression Theory II 2010 Samuel L. Baker

Simple Regression Theory II 2010 Samuel L. Baker SIMPLE REGRESSION THEORY II 1 Simple Regression Theory II 2010 Samuel L. Baker Assessing how good the regression equation is likely to be Assignment 1A gets into drawing inferences about how close the

More information

ADD-INS: ENHANCING EXCEL

ADD-INS: ENHANCING EXCEL CHAPTER 9 ADD-INS: ENHANCING EXCEL This chapter discusses the following topics: WHAT CAN AN ADD-IN DO? WHY USE AN ADD-IN (AND NOT JUST EXCEL MACROS/PROGRAMS)? ADD INS INSTALLED WITH EXCEL OTHER ADD-INS

More information

Capital budgeting & risk

Capital budgeting & risk Capital budgeting & risk A reading prepared by Pamela Peterson Drake O U T L I N E 1. Introduction 2. Measurement of project risk 3. Incorporating risk in the capital budgeting decision 4. Assessment of

More information

CHAPTER 10 RISK AND RETURN: THE CAPITAL ASSET PRICING MODEL (CAPM)

CHAPTER 10 RISK AND RETURN: THE CAPITAL ASSET PRICING MODEL (CAPM) CHAPTER 10 RISK AND RETURN: THE CAPITAL ASSET PRICING MODEL (CAPM) Answers to Concepts Review and Critical Thinking Questions 1. Some of the risk in holding any asset is unique to the asset in question.

More information

Once you ve signed up, all you ll have to do is sign in. To sign in key in your e-mail address and password.

Once you ve signed up, all you ll have to do is sign in. To sign in key in your e-mail address and password. (1) www.marketwatch.com (2) Sign up for free membership. Pick one option. A. Click Free membership link. B. Click My Portfolios tab. C. Left column, at the bottom, click Join now! A B C Once you ve signed

More information

How To Buy Stock On Margin

How To Buy Stock On Margin LESSON 8 BUYING ON MARGIN AND SELLING SHORT ACTIVITY 8.1 A MARGINAL PLAY Stockbroker Luke, Katie, and Jeremy are sitting around a desk near a sign labeled Brokerage Office. The Moderator is standing in

More information