BUSI 344 LESSON 8 SUPPLEMENT TIME ADJUSTMENT ILLUSTRATION

Size: px
Start display at page:

Download "BUSI 344 LESSON 8 SUPPLEMENT TIME ADJUSTMENT ILLUSTRATION"

Transcription

1 BUSI 344 LESSON 8 SUPPLEMENT TIME ADJUSTMENT ILLUSTRATION The "Ontario" database used in Lesson 8 did not have sufficient market movement to require a time adjustment. However, because this is a common requirement in modelling, we will illustrate the process here using different data that does require a time adjustment. If your price data needs time adjusting and you do not account for this, you risk having the model adjust for the influence of time within the coefficient values. This is particularly problematic in an explanatory model, where you are looking for coefficients that accurately explain each variable's contribution to value. To illustrate time adjustments, we have provided another database called "prgeorge". This provides sales data from Prince George, BC, from 1 Jan 2001 to 31 Oct Because our modelling exercise is for assessment purposes, the valuation date is 1 July We also have data on the assessed values as of July 1, 2000 (TOTALVAL). We will determine if the market has moved by comparing sale prices to the 2000 assessed values, to see if there is a pattern in sale prices over time. We will create a new variable for the sale to assessment ratio (SAR), which is PRICE / TOTALVAL. The SAR shows how close sale prices are to assessments. If SAR = 1, this means sale price was equal to assessed value; SAR less than one means sale price was below assessed value; and SAR greater than 1 means sale price was above assessed value. We will examine the SAR by MONTH using a scatterplot with a regression line and R-square value fitted to the result SAR.8 Rsq = MONTH The regression line indicates a small, but continuous increase in SAR over the 10 months. In other words, sales prices exhibited a small, steady increase from January to October However, the data are irregular and do not show a constant increase from month to month. Also, the correlation, as indicated by R-square, is also quite low. This indicates that the use of a constant percentage change per month is not appropriate and an adjustment for each individual month may be more reasonable. As the R-square value is very low, a test should be carried out to determine if the variations in the average monthly values of the SAR variable are significant enough to warrant a time adjustment. This can be accomplished with a Kruskal-Wallis test. The expected mean rank in each month should be approximately equal to the middle value in the database; in this case there are 453 observations so the expected value of the mean is approximately 226. If the observed mean rank for each month varies significantly from 226, this would indicate that the months are not valued equally and that there is some form of difference in sale price in various months. 1

2 Test Statistics a, b SAR BUSI 344 Lesson 8 Supplement Analyze ý Nonparametric Tests ý K independent samples Enter SAR as Test Variable and Month as Group Variable. Click Define Range button, enter 1 as Minimum value and 10 as maximum value for Month. Continue ý OK Kruskal-Wallis Test MONTH N Mean Rank SAR Total 453 Chi-Square df 9 Asymp. Sig..000 a) Kruskal Wallis Test b) Grouping Variable: MONTH Only the sixth and seventh months have mean ranks close to the expected value of 226. Months one to five have lower than expected values and months eight to ten have higher than expected values. The chi-square statistic for SAR is and the probability of obtaining a test statistic of this amount if the months are equally valued is 0. This means that a time adjustment is required. To determine the amount of time adjustment needed, go to Analyze ý Compare Means ý Means and calculate the average sale/assessment ratio (SAR) by MONTH. SAR is the Dependent Variable and MONTH is the Independent Variable. SAR MONTH Mean N Std. Deviation Total

3 Time Adjustment Illustration This report provides the mean ratio of sale price to assessed value for the months of January to October of For example, in January, sale prices were an average of 3.37% higher than July 2000 assessed values, while in October sale prices were almost 21% higher than assessed values. This is illustrated in Figure 1. Figure 1 Sale to Assessment Ratio by Month We want to adjust for variation in sales prices during 2001 so that we have a value for each property that represents the estimated sale price if the property had been sold on July 1 of We will find the average SAR for July 1 and then adjust the sales prices in other months so that the SAR in these months is equal to that found on July 1. Monthly averages tend to create a value for approximately the 15th of the month and our valuation date is July 1, so it is necessary to average the results of June and July to get the July 1 average. ( ) 2 = , rounded to The actual monthly time adjustment factors must be calculated manually and are shown in the table below: 3

4 BUSI 344 Lesson 8 Supplement MONTH AVERAGE CALCULATION FACTOR 1 (Jan) (Feb) (Mar) (April) (May) (June) (July) (Aug) (Sept) (Oct) Open a syntax file and create the variable TAFACTOR, the time adjustment factor, as follows: COMPUTE TAFACTOR=MONTH. RECODE TAFACTOR (1=1.142)(2=1.083)(3=1.051)(4=1.084)(5=1.049)(6=1.002)(7=.998) (8=.994)(9=.974) (10=.977). This factor will adjust the sales price of properties in each month in order to achieve a desired average SAR of for each month. For example, in January the mean SAR was only To adjust this SAR up to 118.1, all sales prices in July must be multiplied by 1.142, or increased by 14.2%. Similarly, the average SAR in October is 120.9; this requires all sales prices in October to be multiplied by 0.977, or a.3% downward adjustment. This is illustrated in Figure 2. Figure 2 Adjusting Monthly Sale-to-Assessment Ratios If you had repeat sales, as we did in the "Ontario" database, you could use these pairs to test the accuracy of your calculated time adjustments. 4

5 Time Adjustment Illustration Go to the syntax file and create the variable TASPRICE as follows: COMPUTE TASPRICE=TAFACTOR*PRICE. COMPUTE TA_SAR=TASPRICE/TOTALVAL. time adj. sale price = time adj. factor price time adjused SAR We can confirm the time adjustment has been effective by viewing the scatterplot of the time-adjusted SAR by month. There is no longer an upward sloping line and the R-square is close to 0. An advantage of this time adjustment method is that each month was calculated and adjusted separately, accounting for possible fluctuations during the year or for seasonal variation. This is an improvement on single property adjustments, where the norm is a simple linear adjustment applied evenly, e.g., 1% per month. NOTE: If your valuation date was at the end of the period, e.g., October 31, 2001, then you would instead use as the numerator in the factor calculations. October's factor would be 1.0 and all but September would be above 1.0, illustrating the need to increase their sale price to account for the rising market between their sale date and the valuation date. Alternative Method: Using Price Per Square Foot If you need to test for a time adjustment and do not have the luxury of the previous assessment in your database, then you can only compare the sales across the months to see if there is a pattern. For example, you could view the scatterplot of Price against Month to see the pattern. However, if you control for size, this may help isolate the effect of time, particularly if your database is small and there are insufficient sales in each month to get a good average. To control for size, you may use either price per square foot of living area or price per the combined total square footage of living area and lot size. The premise here is that an increase or decrease in the price per square foot of living area (or living area and lotsize) over the time period should indicate a rising or falling market. There is an assumption here that your data is fairly homogeneous. 5

6 BUSI 344 Lesson 8 Supplement You would then use similar procedures to the foregoing: examine a scatterplot between price per square foot variable and the sale month, compare means, and run the Kruskal-Wallis tests. If a time adjustment was necessary, the same methodology would be applied to create factors for Price. Alternative Method: Including Time Variables in the Regression Equation An alternative methodology to account for the need for a time adjustment is to use regression analysis. For our example, we can create binary variables for each month in the sale date range, meaning that a sale in January 2001 will have the Jan variable = 1 and 0 for all other month variables. In our regression model, we then include the month variables with the other independent variables. For example, we will run a regression with Price as the dependent variable and independent variables flarea1, flrarea2, bsmtfin (finished basement area), baseste (basement suite), bedrooms, baths, familyrm, fireplcs, garagefl and carptfl (yes/no for garage or carport), and 9 of the month variables. We will omit July as our reference variable, so that all the other months are calculated in comparison to July. We find the following results. Model Summary(b) Adjusted R Std. Error of Model R R Square Square the Estimate 1.880(a) , a Predictors: (Constant), OCT, carptfl, lot_size, FEB, baseste, JAN, MAR, SEP, flrarea2, APR, AUG, fireplcs, bedrooms, MAY, garagefl, familyrm, JUN, flrarea1, baths, bsmtfin b Dependent Variable: price Coefficients(a) Unstandardized Coefficients Standardized Coefficients Model B Std. Error Beta t Sig. 1 (Constant) bedrooms baths garagefl carptfl baseste familyrm fireplcs flrarea flrarea bsmtfin lot_size JAN FEB MAR APR MAY JUN AUG SEP OCT a Dependent Variable: price 6

7 Time Adjustment Illustration The coefficients for the month variables indicate the relative effect of time on sale price in this model. For example, sales in January 2001 have a coefficient of -$8,603, meaning sales in January need to be increased by $8,603 on average. In contrast, sales in October are adjusted by +$3,478, meaning sales in October need be adjusted downward by $3,478 on average. These coefficients account for market movement between January and October 2001, in comparison to a July 1 valuation date. The low t-values and high Sig for several of the months, particularly those around the valuation date, call their accuracy into question. More investigation should be undertaken on these suspect months as to whether an adjustment is warranted. For example, you could use stepwise regression to identify the months that need a significant time adjustment in comparison to the July target month. However, we will not carry this investigation here. Viewing the scatterplot of the new SAR using time-adjusted values against month shows virtually no relationship between SAR and month of sale. A possible drawback to this method is that our coefficients indicate dollar adjustments by month, rather than the traditional monthly percentage adjustments for time normally found in appraisal. Our dollar adjustments are less-than-ideal in appraisal terms, because high-priced properties and low-priced properties are receiving the same dollar adjustment and therefore very different percentage adjustments. Ideally, the time adjustment should be multiplicative, but we cannot have multiplicative adjustments in our additive model. However, we might indirectly bring a multiplicative adjustment into the model by multiplying each month binary by a size variable, such as lot size, and then using these nine "lot size by month" variables instead of the month binaries. 7

Chapter 5. Forecasting. Learning Objectives

Chapter 5. Forecasting. Learning Objectives Chapter 5 Forecasting To accompany Quantitative Analysis for Management, Eleventh Edition, by Render, Stair, and Hanna Power Point slides created by Brian Peterson Learning Objectives After completing

More information

Security Analysis: Performance

Security Analysis: Performance Security Analysis: Performance Independent Variable: 1 Yr. Mean ROR: 8.72% STD: 16.76% Time Horizon: 2/1993-6/2003 Holding Period: 12 months Risk-free ROR: 1.53% Ticker Name Beta Alpha Correlation Sharpe

More information

When determining but for sales in a commercial damages case,

When determining but for sales in a commercial damages case, JULY/AUGUST 2010 L I T I G A T I O N S U P P O R T Choosing a Sales Forecasting Model: A Trial and Error Process By Mark G. Filler, CPA/ABV, CBA, AM, CVA When determining but for sales in a commercial

More information

GGraph. Males Only. Premium. Experience. GGraph. Gender. 1 0: R 2 Linear = : R 2 Linear = Page 1

GGraph. Males Only. Premium. Experience. GGraph. Gender. 1 0: R 2 Linear = : R 2 Linear = Page 1 GGraph 9 Gender : R Linear =.43 : R Linear =.769 8 7 6 5 4 3 5 5 Males Only GGraph Page R Linear =.43 R Loess 9 8 7 6 5 4 5 5 Explore Case Processing Summary Cases Valid Missing Total N Percent N Percent

More information

BUSI 444 Suggested Answers to Review and Discussion Questions: Lesson 7

BUSI 444 Suggested Answers to Review and Discussion Questions: Lesson 7 BUSI 444 Suggested Answers to Review and Discussion Questions: Lesson 7 1. Use Analyze Descriptive Statistics Descriptives to calculate the standard deviation and mean for each variable. Then manually

More information

2SLS HATCO SPSS, STATA and SHAZAM. Example by Eddie Oczkowski. August 2001

2SLS HATCO SPSS, STATA and SHAZAM. Example by Eddie Oczkowski. August 2001 2SLS HATCO SPSS, STATA and SHAZAM Example by Eddie Oczkowski August 2001 This example illustrates how to use SPSS to estimate and evaluate a 2SLS latent variable model. The bulk of the example relates

More information

Copyrighted 2007 FINANCIAL VARIABLES EFFECT ON THE U.S. GROSS PRIVATE DOMESTIC INVESTMENT (GPDI)

Copyrighted 2007 FINANCIAL VARIABLES EFFECT ON THE U.S. GROSS PRIVATE DOMESTIC INVESTMENT (GPDI) FINANCIAL VARIABLES EFFECT ON THE U.S. GROSS PRIVATE DOMESTIC INVESTMENT (GPDI) 1959-21 Byron E. Bell Department of Mathematics, Olive-Harvey College Chicago, Illinois, 6628, USA Abstract I studied what

More information

Leading Economic Indicator Nebraska

Leading Economic Indicator Nebraska Nebraska Monthly Economic Indicators: December 20, 2017 Prepared by the UNL College of Business Administration, Bureau of Business Research Author: Dr. Eric Thompson Leading Economic Indicator...1 Coincident

More information

Figure 1: Change in LEI-N August 2018

Figure 1: Change in LEI-N August 2018 Nebraska Monthly Economic Indicators: September 26, 2018 Prepared by the UNL College of Business, Bureau of Business Research Author: Dr. Eric Thompson Leading Economic Indicator...1 Coincident Economic

More information

Investit Software Inc. INVESTOR PRO CANADA 20 UNIT CONDOMINIUM DEVELOPMENT EXAMPLE

Investit Software Inc.  INVESTOR PRO CANADA 20 UNIT CONDOMINIUM DEVELOPMENT EXAMPLE INVESTOR PRO CANADA 20 UNIT CONDOMINIUM DEVELOPMENT EXAMPLE INTRODUCTION This example uses the Development Condominium template. This practice example consists of two Sections; 1. The input information

More information

THE B E A CH TO WN S O F P ALM B EA CH

THE B E A CH TO WN S O F P ALM B EA CH THE B E A CH TO WN S O F P ALM B EA CH C OU N T Y F LO R I D A August www.luxuryhomemarketing.com PALM BEACH TOWNS SINGLE-FAMILY HOMES LUXURY INVENTORY VS. SALES JULY Sales Luxury Benchmark Price : 7,

More information

Order Making Fiscal Year 2018 Annual Adjustments to Transaction Fee Rates

Order Making Fiscal Year 2018 Annual Adjustments to Transaction Fee Rates This document is scheduled to be published in the Federal Register on 04/20/2018 and available online at https://federalregister.gov/d/2018-08339, and on FDsys.gov 8011-01p SECURITIES AND EXCHANGE COMMISSION

More information

Table of Contents. New to the Second Edition... Chapter 1: Introduction : Social Research...

Table of Contents. New to the Second Edition... Chapter 1: Introduction : Social Research... iii Table of Contents Preface... xiii Purpose... xiii Outline of Chapters... xiv New to the Second Edition... xvii Acknowledgements... xviii Chapter 1: Introduction... 1 1.1: Social Research... 1 Introduction...

More information

Commercial Real Estate Program 2012 Impact Analysis- Add On Analysis

Commercial Real Estate Program 2012 Impact Analysis- Add On Analysis March 19, 2014 Commercial Real Estate Program 2012 Impact Analysis- Add On Analysis Prepared by: Itron 601 Officers Row Vancouver, WA 98661 Northwest Energy Efficiency Alliance PHONE 503-688-5400 FAX 503-688-5447

More information

An Examination of the Predictive Abilities of Economic Derivative Markets. Jennifer McCabe

An Examination of the Predictive Abilities of Economic Derivative Markets. Jennifer McCabe An Examination of the Predictive Abilities of Economic Derivative Markets Jennifer McCabe The Leonard N. Stern School of Business Glucksman Institute for Research in Securities Markets Faculty Advisor:

More information

Case 2: Motomart INTRODUCTION OBJECTIVES

Case 2: Motomart INTRODUCTION OBJECTIVES Case 2: Motomart INTRODUCTION The Motomart case is designed to supplement your Managerial/ Cost Accounting textbook coverage of cost behavior and variable costing using real-world cost data and an auto-industryaccepted

More information

Leading Economic Indicator Nebraska

Leading Economic Indicator Nebraska Jan 12 Feb 12 Mar 12 Apr 12 May 12 Jun 12 Jul 12 Nebraska Monthly Economic Indicators: February 17, 2012 Prepared by the UNL College of Business Administration, Department of Economics Authors: Dr. Eric

More information

Sample Report PERFORMANCE REPORT I YOUR FUND

Sample Report PERFORMANCE REPORT I YOUR FUND Produced on //28 Data as of 6/3/28 PERFORMANCE REPORT I 5 East 57 th Street, Floor, New York, NY 22 Tel (22) 248-532 Fax (646) 45-884 7 Seventh Avenue, Suite 2, Seattle, WA 98 Tel (26) 47-254 Fax (26)

More information

1. What is Implied Volatility?

1. What is Implied Volatility? Numerical Methods FEQA MSc Lectures, Spring Term 2 Data Modelling Module Lecture 2 Implied Volatility Professor Carol Alexander Spring Term 2 1 1. What is Implied Volatility? Implied volatility is: the

More information

Leading Economic Indicator Nebraska

Leading Economic Indicator Nebraska Nebraska Monthly Economic Indicators: August 15, 2014 Prepared by the UNL College of Business Administration, Department of Economics Authors: Dr. Eric Thompson, Dr. William Walstad Graduate Research Assistants:

More information

Leading Economic Indicator Nebraska

Leading Economic Indicator Nebraska Nebraska Monthly Economic Indicators: September 20, 2017 Prepared by the UNL College of Business Administration, Bureau of Business Research Author: Dr. Eric Thompson Leading Economic Indicator...1 Coincident

More information

XML Publisher Balance Sheet Vision Operations (USA) Feb-02

XML Publisher Balance Sheet Vision Operations (USA) Feb-02 Page:1 Apr-01 May-01 Jun-01 Jul-01 ASSETS Current Assets Cash and Short Term Investments 15,862,304 51,998,607 9,198,226 Accounts Receivable - Net of Allowance 2,560,786

More information

CHAPTER 4 DATA ANALYSIS Data Hypothesis

CHAPTER 4 DATA ANALYSIS Data Hypothesis CHAPTER 4 DATA ANALYSIS 4.1. Data Hypothesis The hypothesis for each independent variable to express our expectations about the characteristic of each independent variable and the pay back performance

More information

REAL EARNINGS DECEMBER 2018

REAL EARNINGS DECEMBER 2018 Transmission of material in this release is embargoed until 8:30 a.m. (EST), Friday, January 11, 2019 USDL-19-0019 Technical Information: (202) 691-6555 cesinfo@bls.gov www.bls.gov/ces Media Contact: (202)

More information

Leading Economic Indicator Nebraska

Leading Economic Indicator Nebraska Nebraska Monthly Economic Indicators: July 29, 2016 Prepared by the UNL College of Business Administration, Department of Economics Authors: Dr. Eric Thompson, Dr. William Walstad Leading Economic Indicator...1

More information

REAL EARNINGS AUGUST 2018

REAL EARNINGS AUGUST 2018 Transmission of material in this release is embargoed until 8:30 a.m. (EDT), Thursday, September 13, 2018 USDL-18-1454 Technical Information: (202) 691-6555 cesinfo@bls.gov www.bls.gov/ces Media Contact:

More information

February Economic Activity Index ( GDB-EAI )

February Economic Activity Index ( GDB-EAI ) February 2014 Economic Activity Index ( GDB-EAI ) General Commentary February 2014 In February 2014, the GDB-EAI registered a 2.4% year-over-year (y-o-y) reduction (the lowest since May 2013), after showing

More information

Balance-of-Period TCC Auction

Balance-of-Period TCC Auction Balance-of-Period TCC Auction Proposed Credit Policy Sheri Prevratil Manager, Corporate Credit New York Independent System Operator Credit Policy Working Group May 29, 2015 2000-2015 New York Independent

More information

REAL EARNINGS JUNE 2018

REAL EARNINGS JUNE 2018 Transmission of material in this release is embargoed until 8:30 a.m. (EDT), Thursday, July 12, 2018 USDL-18-1144 Technical Information: (202) 691-6555 cesinfo@bls.gov www.bls.gov/ces Media Contact: (202)

More information

Manager Comparison Report June 28, Report Created on: July 25, 2013

Manager Comparison Report June 28, Report Created on: July 25, 2013 Manager Comparison Report June 28, 213 Report Created on: July 25, 213 Page 1 of 14 Performance Evaluation Manager Performance Growth of $1 Cumulative Performance & Monthly s 3748 3578 348 3238 368 2898

More information

The data definition file provided by the authors is reproduced below: Obs: 1500 home sales in Stockton, CA from Oct 1, 1996 to Nov 30, 1998

The data definition file provided by the authors is reproduced below: Obs: 1500 home sales in Stockton, CA from Oct 1, 1996 to Nov 30, 1998 Economics 312 Sample Project Report Jeffrey Parker Introduction This project is based on Exercise 2.12 on page 81 of the Hill, Griffiths, and Lim text. It examines how the sale price of houses in Stockton,

More information

Chapter 14. Descriptive Methods in Regression and Correlation. Copyright 2016, 2012, 2008 Pearson Education, Inc. Chapter 14, Slide 1

Chapter 14. Descriptive Methods in Regression and Correlation. Copyright 2016, 2012, 2008 Pearson Education, Inc. Chapter 14, Slide 1 Chapter 14 Descriptive Methods in Regression and Correlation Copyright 2016, 2012, 2008 Pearson Education, Inc. Chapter 14, Slide 1 Section 14.1 Linear Equations with One Independent Variable Copyright

More information

May Economic Activity Index ( FAFAA-EAI )

May Economic Activity Index ( FAFAA-EAI ) May 2016 Economic Activity Index ( FAFAA-EAI ) About the interpretation of the FAFAA-EAI The FAFAA-EAI is an indicator of general economic activity, not a direct measurement of real GNP. The annual growth

More information

Notes on a California Perspective of the Dairy Margin Protection Program (DMPP)

Notes on a California Perspective of the Dairy Margin Protection Program (DMPP) Notes on a California Perspective of the Dairy Margin Protection Program (DMPP) Leslie J. Butler Department of Agricultural & Resource Economics University of California-Davis If I were a California dairy

More information

Bureau of Labor Statistics Washington, D.C TRANSMISSION OF MATERIAL IN THIS RELEASE IS EMBARGOED UNTIL 8:30 AM EDT, TUESDAY, APRIL 17, 2007

Bureau of Labor Statistics Washington, D.C TRANSMISSION OF MATERIAL IN THIS RELEASE IS EMBARGOED UNTIL 8:30 AM EDT, TUESDAY, APRIL 17, 2007 News Bureau of Labor Statistics Washington, D.C. 20212 United States Department of Labor Internet Address: http://www.bls.gov/ces/ Technical information: (202) 691-6555 USDL 07-0559 Media contact: 691-5902

More information

June Economic Activity Index ( GDB-EAI )

June Economic Activity Index ( GDB-EAI ) June 2014 Economic Activity Index ( GDB-EAI ) General Commentary June 2014 In June 2014, the GDB-EAI registered a 1.0% year-over-year (y-o-y) reduction, after showing a 1.1% y-o-y decrease in June 2014.

More information

Leading Economic Indicator Nebraska

Leading Economic Indicator Nebraska Nebraska Monthly Economic Indicators: August 19, 2016 Prepared by the UNL College of Business Administration, Department of Economics Authors: Dr. Eric Thompson, Dr. William Walstad Leading Economic Indicator...1

More information

Beginning Date: January 2016 End Date: June Managers in Zephyr: Benchmark: Morningstar Short-Term Bond

Beginning Date: January 2016 End Date: June Managers in Zephyr: Benchmark: Morningstar Short-Term Bond Beginning Date: January 2016 End Date: June 2018 Managers in Zephyr: Benchmark: Manager Performance January 2016 - June 2018 (Single Computation) 11200 11000 10800 10600 10400 10200 10000 9800 Dec 2015

More information

Spheria Australian Smaller Companies Fund

Spheria Australian Smaller Companies Fund 29-Jun-18 $ 2.7686 $ 2.7603 $ 2.7520 28-Jun-18 $ 2.7764 $ 2.7681 $ 2.7598 27-Jun-18 $ 2.7804 $ 2.7721 $ 2.7638 26-Jun-18 $ 2.7857 $ 2.7774 $ 2.7690 25-Jun-18 $ 2.7931 $ 2.7848 $ 2.7764 22-Jun-18 $ 2.7771

More information

The study on the financial leverage effect of GD Power Corp. based on. financing structure

The study on the financial leverage effect of GD Power Corp. based on. financing structure 5th International Conference on Education, Management, Information and Medicine (EMIM 2015) The study on the financial leverage effect of GD Power Corp. based on financing structure Xin Ling Du 1, a and

More information

Beginning Date: January 2016 End Date: September Managers in Zephyr: Benchmark: Morningstar Short-Term Bond

Beginning Date: January 2016 End Date: September Managers in Zephyr: Benchmark: Morningstar Short-Term Bond Beginning Date: January 2016 End Date: September 2018 Managers in Zephyr: Benchmark: Manager Performance January 2016 - September 2018 (Single Computation) 11400 - Yorktown Funds 11200 11000 10800 10600

More information

WEB APPENDIX 8A 7.1 ( 8.9)

WEB APPENDIX 8A 7.1 ( 8.9) WEB APPENDIX 8A CALCULATING BETA COEFFICIENTS The CAPM is an ex ante model, which means that all of the variables represent before-the-fact expected values. In particular, the beta coefficient used in

More information

Week of Monday Tuesday Wednesday Thursday Friday

Week of Monday Tuesday Wednesday Thursday Friday Aug 29 Multiplication 3-digit by 2-digit Division 4-digit by 2-digit Add and subtract 2-digit Sept 5 No School Labor Day Holiday Multiplication 3-digit by 2-digit Division 4-digit by 2-digit Add and subtract

More information

FIN822 project 3 (Due on December 15. Accept printout submission or submission )

FIN822 project 3 (Due on December 15. Accept printout submission or  submission ) FIN822 project 3 (Due on December 15. Accept printout submission or email submission donglinli2006@yahoo.com. ) Part I The Fama-French Multifactor Model and Mutual Fund Returns Dawn Browne, an investment

More information

An Assessment of EI and SA Reporting in SLID

An Assessment of EI and SA Reporting in SLID An Assessment of EI and SA Reporting in SLID by Constantine Kapsalis No. 166 11F0019MPE No. 166 ISSN: 1200-5223 ISSN: 0-660-18450-8 Price: $5.00 per issue, $25.00 annually Business and Labour Market Analysis

More information

THE EFFECT OF FINANCIAL VARIABLES ON THE COMPANY S VALUE

THE EFFECT OF FINANCIAL VARIABLES ON THE COMPANY S VALUE THE EFFECT OF FINANCIAL VARIABLES ON THE COMPANY S VALUE (Study on Food and Beverage Companies that are listed on Indonesia Stock Exchange Period 2008-2011) Sonia Machfiro Prof. Eko Ganis Sukoharsono SE.,M.Com.,

More information

11/28/2018. Overview. Multiple Linear Regression Analysis. Multiple regression. Multiple regression. Multiple regression. Multiple regression

11/28/2018. Overview. Multiple Linear Regression Analysis. Multiple regression. Multiple regression. Multiple regression. Multiple regression Multiple Linear Regression Analysis BSAD 30 Dave Novak Fall 208 Source: Ragsdale, 208 Spreadsheet Modeling and Decision Analysis 8 th edition 207 Cengage Learning 2 Overview Last class we considered the

More information

ANALYSISS. tendency of. Bank X is. one of the. Since. is various. customer of. Bank X. geographic, service. Figure 4.1 0% 0% 5% 15% 0% 1% 27% 16%

ANALYSISS. tendency of. Bank X is. one of the. Since. is various. customer of. Bank X. geographic, service. Figure 4.1 0% 0% 5% 15% 0% 1% 27% 16% CHAPTER 4 ANALYSISS In this chapter the author discuss about the issues raised in the research include the trend of ATM and DEBIT usage as well as the tendency of customers that use the transaction using

More information

Sensex Realized Volatility Index (REALVOL)

Sensex Realized Volatility Index (REALVOL) Sensex Realized Volatility Index (REALVOL) Introduction Volatility modelling has traditionally relied on complex econometric procedures in order to accommodate the inherent latent character of volatility.

More information

Effect of Change Management Practices on the Performance of Road Construction Projects in Rwanda A Case Study of Horizon Construction Company Limited

Effect of Change Management Practices on the Performance of Road Construction Projects in Rwanda A Case Study of Horizon Construction Company Limited International Journal of Scientific and Research Publications, Volume 6, Issue 0, October 206 54 ISSN 2250-353 Effect of Change Management Practices on the Performance of Road Construction Projects in

More information

GOLD PRICE MOVEMENTS IN INDIA AND GLOBAL MARKET

GOLD PRICE MOVEMENTS IN INDIA AND GLOBAL MARKET 53 GOLD PRICE MOVEMENTS IN INDIA AND GLOBAL MARKET Shaik Saleem, Research Scholar, Department of Management Studies, Sri Venkateswara University, Tirupati, Andhra Pradesh, India. Dr. M. Srinivasa Reddy,

More information

Hedging Cull Sows Using the Lean Hog Futures Market Annual income

Hedging Cull Sows Using the Lean Hog Futures Market Annual income MF-2338 Livestock Economics DEPARTMENT OF AGRICULTURAL ECONOMICS Hedging Cull Sows Using the Lean Hog Futures Market Annual income from cull sows represents a relatively small percentage (3 to 5 percent)

More information

Evaluation Report: Home Energy Reports

Evaluation Report: Home Energy Reports Energy Efficiency / Demand Response Plan: Plan Year 4 (6/1/2011-5/31/2012) Evaluation Report: Home Energy Reports DRAFT Presented to Commonwealth Edison Company November 8, 2012 Prepared by: Randy Gunn

More information

Six-Year Income Tax Revenue Forecast FY

Six-Year Income Tax Revenue Forecast FY Six-Year Income Tax Revenue Forecast FY 2017-2022 Prepared for the Prepared by the Economics Center February 2017 1 TABLE OF CONTENTS EXECUTIVE SUMMARY... i INTRODUCTION... 1 Tax Revenue Trends... 1 AGGREGATE

More information

Additional Case Study One: Risk Analysis of Home Purchase

Additional Case Study One: Risk Analysis of Home Purchase Additional Case Study One: Risk Analysis of Home Purchase This case study focuses on assessing the risk of housing investment. The key point is that standard deviation and covariance analysis can be effectively

More information

MARKET ANALYSIS REPORT NO 1 OF 2015: ONION

MARKET ANALYSIS REPORT NO 1 OF 2015: ONION MARKET ANALYSIS REPORT NO 1 OF 215: ONION 1. INTRODUCTION The purpose of this text is to analyze the onion marketing environment. This analysis will be updated on a quarterly basis. The interval covered

More information

Factor Leave Accruals. Accruing Vacation and Sick Leave

Factor Leave Accruals. Accruing Vacation and Sick Leave Factor Leave Accruals Accruing Vacation and Sick Leave Factor Leave Accruals As part of the transition of non-exempt employees to biweekly pay, the UC Office of the President also requires standardization

More information

Dividend Growth as a Defensive Equity Strategy August 24, 2012

Dividend Growth as a Defensive Equity Strategy August 24, 2012 Dividend Growth as a Defensive Equity Strategy August 24, 2012 Introduction: The Case for Defensive Equity Strategies Most institutional investment committees meet three to four times per year to review

More information

Leading Economic Indicator Nebraska

Leading Economic Indicator Nebraska Nebraska Monthly Economic Indicators: June 21, 2017 Prepared by the UNL College of Business Administration, Bureau of Business Research Author: Dr. Eric Thompson Leading Economic Indicator...1 Coincident

More information

Online Appendix to. The Structure of Information Release and the Factor Structure of Returns

Online Appendix to. The Structure of Information Release and the Factor Structure of Returns Online Appendix to The Structure of Information Release and the Factor Structure of Returns Thomas Gilbert, Christopher Hrdlicka, Avraham Kamara 1 February 2017 In this online appendix, we present supplementary

More information

Leading Economic Indicator Nebraska

Leading Economic Indicator Nebraska Nebraska Monthly Economic Indicators: July 24, 2015 Prepared by the UNL College of Business Administration, Department of Economics Authors: Dr. Eric Thompson, Dr. William Walstad Leading Economic Indicator...1

More information

SPSS t tests (and NP Equivalent)

SPSS t tests (and NP Equivalent) SPSS t tests (and NP Equivalent) Descriptive Statistics To get all the descriptive statistics you need: Analyze > Descriptive Statistics>Explore. Enter the IV into the Factor list and the DV into the Dependent

More information

Leading Economic Indicator Nebraska

Leading Economic Indicator Nebraska Nebraska Monthly Economic Indicators: October 24, 2018 Prepared by the UNL College of Business, Bureau of Business Research Author: Dr. Eric Thompson Leading Economic Indicator...1 Coincident Economic

More information

JUPITER POLICE OFFICER'S RETIREMENT FUND INVESTMENT PERFORMANCE PERIOD ENDING SEPTEMBER 30, 2008

JUPITER POLICE OFFICER'S RETIREMENT FUND INVESTMENT PERFORMANCE PERIOD ENDING SEPTEMBER 30, 2008 JUPITER POLICE OFFICER'S RETIREMENT FUND INVESTMENT PERFORMANCE PERIOD ENDING SEPTEMBER 30, 2008 NOTE: For a free copy of Part II (mailed w/i 5 bus. days from request receipt) of Burgess Chambers and Associates,

More information

What We Will Cover in Ch. 1

What We Will Cover in Ch. 1 Chapter 1: Making Sense of Data Hildebrand, Ott and Gray Basic Statistical Ideas for Managers Second Edition 1 What We Will Cover in Ch. 1 Meaning of data Purpose of collecting data Use of data in Finance

More information

CAPITAL STRUCTURE AND CORPORATE PERFORMANCE OF MANUFACTURING COMPANIES LISTED IN NAIROBI SECURITIES EXCHANGE

CAPITAL STRUCTURE AND CORPORATE PERFORMANCE OF MANUFACTURING COMPANIES LISTED IN NAIROBI SECURITIES EXCHANGE CAPITAL STRUCTURE AND CORPORATE PERFORMANCE OF MANUFACTURING COMPANIES LISTED IN NAIROBI SECURITIES EXCHANGE Wilmot Okello Adera Department of Commerce and Economic Studies, Jomo Kenyatta University of

More information

Composite Coincident and Leading Economic Indexes

Composite Coincident and Leading Economic Indexes Composite Coincident and Leading Economic Indexes This article presents the method of construction of the Coincident Economic Index (CEI) and Leading Economic Index (LEI) and the use of the indices as

More information

Linear regression model

Linear regression model Regression Model Assumptions (Solutions) STAT-UB.0003: Regression and Forecasting Models Linear regression model 1. Here is the least squares regression fit to the Zagat restaurant data: 10 15 20 25 10

More information

Leading Economic Indicator Nebraska

Leading Economic Indicator Nebraska Nebraska Monthly Economic Indicators: June 17, 2016 Prepared by the UNL College of Business Administration, Department of Economics Authors: Dr. Eric Thompson, Dr. William Walstad Leading Economic Indicator...1

More information

Common stock prices 1. New York Stock Exchange indexes (Dec. 31,1965=50)2. Transportation. Utility 3. Finance

Common stock prices 1. New York Stock Exchange indexes (Dec. 31,1965=50)2. Transportation. Utility 3. Finance Digitized for FRASER http://fraser.stlouisfed.org/ Federal Reserve Bank of St. Louis 000 97 98 99 I90 9 9 9 9 9 9 97 98 99 970 97 97 ""..".'..'.."... 97 97 97 97 977 978 979 980 98 98 98 98 98 98 987 988

More information

NL AIR France Analysis of 25-Jun-2016 Closing price of 24-Jun-2016 EUR Neutral. Risk Zone. Stars

NL AIR France Analysis of 25-Jun-2016 Closing price of 24-Jun-2016 EUR Neutral. Risk Zone. Stars Industrial Goods & Services - Aerospace BUS GROUP NL0000235190 France Analysis of 25-Jun-2016 Closing price of 24-Jun-2016 EUR 52.11 BUS GROUP active in the sector «Aerospace», belongs to the industry

More information

Copyright 2011 Pearson Education, Inc. Publishing as Addison-Wesley.

Copyright 2011 Pearson Education, Inc. Publishing as Addison-Wesley. Appendix: Statistics in Action Part I Financial Time Series 1. These data show the effects of stock splits. If you investigate further, you ll find that most of these splits (such as in May 1970) are 3-for-1

More information

VIX ETPs, Inter-Relationships between Volatility Markets and Implications for Investors and Traders

VIX ETPs, Inter-Relationships between Volatility Markets and Implications for Investors and Traders Not a Product of Research / Not for Retail Distribution Citi Equities I U.S. Equity Trading Strategy VIX ETPs, Inter-Relationships between Volatility Markets and Implications for Investors and Traders

More information

Financial Markets 11-1

Financial Markets 11-1 Financial Markets Laurent Calvet calvet@hec.fr John Lewis john.lewis04@imperial.ac.uk Topic 11: Measuring Financial Risk HEC MBA Financial Markets 11-1 Risk There are many types of risk in financial transactions

More information

INDEX PERFORMANCE HISTORY MARKET CYCLE ANALYSIS*

INDEX PERFORMANCE HISTORY MARKET CYCLE ANALYSIS* OVERVIEW Index Name: Helios Alpha Index Ticker: Inception Date: September 30, 2003 S&P Launch Date: March 3, 2017 Benchmark: MSCI ACWI Index INDEX PERFORMANCE HISTORY As of: October 31, 2018 DESCRIPTION

More information

Economic Activity Index ( GDB-EAI ) For the month of May 2013 G O V E R N M E N T D E V E L O P M E N T B A N K F O R P U E R T O R I C O

Economic Activity Index ( GDB-EAI ) For the month of May 2013 G O V E R N M E N T D E V E L O P M E N T B A N K F O R P U E R T O R I C O Economic Activity Index ( GDB-EAI ) For the month of May 2013 General Commentary May 2013 GDB-EAI for the month of May registered a 3.4% year-over-year ( YOY ) reduction May 2013 EAI was 126.7, a 3.4%

More information

SFSU FIN822 Project 1

SFSU FIN822 Project 1 SFSU FIN822 Project 1 This project can be done in a team of up to 3 people. Your project report must be accompanied by printouts of programming outputs. You could use any software to solve the problems.

More information

Executive Summary. July 17, 2015

Executive Summary. July 17, 2015 Executive Summary July 17, 2015 The Revenue Estimating Conference adopted interest rates for use in the state budgeting process. The adopted interest rates take into consideration current benchmark rates

More information

Business Statistics: A First Course

Business Statistics: A First Course Business Statistics: A First Course Fifth Edition Chapter 12 Correlation and Simple Linear Regression Business Statistics: A First Course, 5e 2009 Prentice-Hall, Inc. Chap 12-1 Learning Objectives In this

More information

THE EFFECT OF GROSS DOMESTIC PRODUCT CONSTANT PRICES AND INFLATION ON VALUE ADDED TAX REVENUE IN INDONESIA

THE EFFECT OF GROSS DOMESTIC PRODUCT CONSTANT PRICES AND INFLATION ON VALUE ADDED TAX REVENUE IN INDONESIA I J A B E R, Vol. 13, No. 7 (2015): 5139-5157 THE EFFECT OF GROSS DOMESTIC PRODUCT CONSTANT PRICES AND INFLATION ON VALUE ADDED TAX REVENUE IN INDONESIA Hapsari Wulandari 1 and Kus Tri Andyarini 2 Abstract:

More information

Calculating the Probabilities of Member Engagement

Calculating the Probabilities of Member Engagement Calculating the Probabilities of Member Engagement by Larry J. Seibert, Ph.D. Binary logistic regression is a regression technique that is used to calculate the probability of an outcome when there are

More information

NEWCASTLE UNIVERSITY. School SEMESTER /2013 ACE2013. Statistics for Marketing and Management. Time allowed: 2 hours

NEWCASTLE UNIVERSITY. School SEMESTER /2013 ACE2013. Statistics for Marketing and Management. Time allowed: 2 hours NEWCASTLE UNIVERSITY School SEMESTER 2 2012/2013 Statistics for Marketing and Management Time allowed: 2 hours Candidates should attempt ALL questions. Marks for each question are indicated. However you

More information

Using projections to manage your programs

Using projections to manage your programs Using projections to manage your programs To project total provider reimbursements To do what ifs based on caseloads or other metrics To project amounts of admin & support available for spending Based

More information

NW Natural High Efficiency Furnace Program Evaluation. Overview of Presentation

NW Natural High Efficiency Furnace Program Evaluation. Overview of Presentation NW Natural High Efficiency Furnace Program Evaluation Mark E. Thompson Overview of Presentation Study purpose and objectives Approach sample selection data preparation model specification Results by market

More information

Industry: Industrial Goods & Services Sector: Electronic Equipment. This report is just the appetizer! Free of charge, reports on :

Industry: Industrial Goods & Services Sector: Electronic Equipment. This report is just the appetizer! Free of charge, reports on : BARCO NV Industry: Industrial Goods & Services Sector: Electronic Equipment EUR 60.00 Analysis of 28-Nov-2015 Closing price of 27-Nov-2015 This report is just the appetizer! Free of charge, reports on

More information

Usage of Sickness Benefits

Usage of Sickness Benefits Final Report EI Evaluation Strategic Evaluations Evaluation and Data Development Strategic Policy Human Resources Development Canada April 2003 SP-ML-019-04-03E (également disponible en français) Paper

More information

INDEX PERFORMANCE HISTORY MARKET CYCLE ANALYSIS*

INDEX PERFORMANCE HISTORY MARKET CYCLE ANALYSIS* OVERVIEW Index Name: Helios Diversified Index Ticker: Inception Date: September 30, 2003 S&P Launch Date: March 3, 2017 : 45% MSCI ACWI / 25% BBgBarc Agg Bond / 30% Morningstar Div Alts Morningstar SecID:

More information

Exam 1 Problem Solving Questions Review

Exam 1 Problem Solving Questions Review Exam 1 Problem Solving Questions Review SECTION 1 The following data were obtained from a recent quarterly report for Dell Computer (in millions): Net revenue $8,028 Cost of revenue $6,580 Inventories:

More information

The Least Squares Regression Line

The Least Squares Regression Line The Least Squares Regression Line Section 5.3 Cathy Poliak, Ph.D. cathy@math.uh.edu Office hours: T Th 1:30 pm - 3:30 pm 620 PGH & 5:30 pm - 7:00 pm CASA Department of Mathematics University of Houston

More information

Additional Dwelling Supplement Preliminary Outturn Report. November 2016

Additional Dwelling Supplement Preliminary Outturn Report. November 2016 Additional Dwelling Supplement Preliminary Outturn Report November 2016 1 Contents Executive Summary... 2 1. Additional Dwelling Supplement (ADS)... 3 2. Forecasting ADS... 3 3. ADS Outturn Data... 5 4.

More information

Stat3011: Solution of Midterm Exam One

Stat3011: Solution of Midterm Exam One 1 Stat3011: Solution of Midterm Exam One Fall/2003, Tiefeng Jiang Name: Problem 1 (30 points). Choose one appropriate answer in each of the following questions. 1. (B ) The mean age of five people in a

More information

Consumer confidence and economic climate indicators continue to increase

Consumer confidence and economic climate indicators continue to increase %/3mma Business and Consumer Surveys July 2017 28 July 2017 Consumer confidence and economic climate indicators continue to increase The Consumer confidence indicator increased in July, resuming the positive

More information

Did the Social Assistance Take-up Rate Change After EI Reform for Job Separators?

Did the Social Assistance Take-up Rate Change After EI Reform for Job Separators? Did the Social Assistance Take-up Rate Change After EI for Job Separators? HRDC November 2001 Executive Summary Changes under EI reform, including changes to eligibility and length of entitlement, raise

More information

QUESTION 2. QUESTION 3 Which one of the following is most indicative of a flexible short-term financial policy?

QUESTION 2. QUESTION 3 Which one of the following is most indicative of a flexible short-term financial policy? QUESTION 1 Compute the cash cycle based on the following information: Average Collection Period = 47 Accounts Payable Period = 40 Average Age of Inventory = 55 QUESTION 2 Jan 41,700 July 39,182 Feb 18,921

More information

Schindler Capital Management, LLC / Dairy Advantage Program. Year Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec

Schindler Capital Management, LLC / Dairy Advantage Program. Year Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Schindler Capital Management, LLC / Dairy Advantage Program Fundamental / Ag & Livestock Performance Since August 2005 Year Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec 2005-11.20% 3.20% -6.67% -13.73%

More information

Consumer confidence and economic climate indicators increase

Consumer confidence and economic climate indicators increase %/3mma Business and Consumer Surveys March 2017 March, 30 th 2017 Consumer confidence and economic climate indicators increase The Consumer confidence indicator increased between September and March, resuming

More information

Filing Taxes Early, Getting Healthcare Late

Filing Taxes Early, Getting Healthcare Late April 2018 Filing Taxes Early, Getting Healthcare Late Insights From 1.2 Million Households Filing Taxes Early, Getting Healthcare Late Insights From 1.2 Million Households Diana Farrell Fiona Greig Amar

More information

Estimate Considerations. Estimate Considerations

Estimate Considerations. Estimate Considerations Estimate Considerations Estimate Considerations Every estimate, whether it is generated in the conceptual phase of a project or at bidding time, must consider a number of issues Project Size Project Quality

More information

CS/Tremont Hedge Fund Index Performance Review

CS/Tremont Hedge Fund Index Performance Review In fact, the S&P500 volatility 1 on average was 2.58x that of the HFI s. Using over fifteen years of data, we found that S&P500 s volatility to be on average 2.5x that of the HFI s. II. ANALYSIS The Beryl

More information

A Multi-perspective Assessment of Implied Volatility. Using S&P 100 and NASDAQ Index Options. The Leonard N. Stern School of Business

A Multi-perspective Assessment of Implied Volatility. Using S&P 100 and NASDAQ Index Options. The Leonard N. Stern School of Business A Multi-perspective Assessment of Implied Volatility Using S&P 100 and NASDAQ Index Options The Leonard N. Stern School of Business Glucksman Institute for Research in Securities Markets Faculty Advisor:

More information