Predicting share price by using Multiple Linear Regression A Bachelor Thesis in Mathematical Statistics

Size: px
Start display at page:

Download "Predicting share price by using Multiple Linear Regression A Bachelor Thesis in Mathematical Statistics"

Transcription

1 Predicting share price by using Multiple Linear Regression A Bachelor Thesis in Mathematical Statistics Gustaf Forslund & David Åkesson Vehicle engineering KTH May 21 st, 2013

2 Abstract The aim of the project was to design a multiple linear regression model and use it to predict the share s closing price for 44 companies listed on the OMX Stockholm stock exchange s Large Cap list. The model is intended to be used as a day trading guideline i.e. today s information is used to predict tomorrow s closing price. The regression was done in Microsoft Excel 2010 [18] by using its built-in function LINEST. The LINEST-function uses the dependent variable y and all the covariates x to calculate the β-value belonging to each covariate. Several multiple linear regression models were created and their functionality was tested, but only seven models were better than chance i.e. more than 50 % in the right direction. To determine the most suitable model out of the remaining seven, Akaike s Information Criterion (AIC), was applied. The covariates used in the final model were; Dow Jones closing price, Shanghai opening price, conjuncture, oil price, share s opening price, share s highest price, share s lowest price, lending rate, reports, positive/negative insider trading, payday, positive/negative price target, number of completed transactions during one day, OMX Stockholm closing price, TCW index, increasing closing price three days in a row and decreasing closing price three days in a row. The maximum average deviation between the predicted closing price and the real closing price of all the 44 shares predicted were 6,60 %. In predicting the correct direction (increase or decrease) of the 44 shares an average of 61,72 % were achieved during the time period to If investing SEK in each company i.e. a total investment of 2.2 million SEK, the total yield when using the regression model during the year to would have been SEK (11,80 %) compared to SEK (8,37 %) if the shares were never to be traded with during the same period of time. Of the 44 companies analysed, 31 (70,45 %) of them were profitable when using the regression model during the year compared to 30 (68,18 %) if the shares were never to be sold during the same period of time. The difference in yield in percentage between the model and keeping the shares for the year was 40,98 %.

3 Table of Contents Chapter 1 Introduction Introduction... 1 Chapter 2 Theory Econometrics The Multiple Linear Regression Model theory Prediction Regression channels... 4 Chapter 3 Data Covariates Stock exchanges in the world Conjuncture TCW index Lending rate Pay day Opening price Highest/lowest price of the day Positive/Negative insider trading Quarterly and annual reports Positive/negative price target Oil price Three positive/three negative days in a row P/E ratio Positive/Negative press releases Number of completed transactions OMX Stockholm closing price Split and reversed split Collecting data... 9 Chapter 4 Modelling Modelling AIC test First model Second model:... 11

4 4.2.3 Third model: Fourth model: Fifth model: Sixth model: Seventh model: The final model Chapter 5 Result Plots of the residual and R 2 value Correct predicted directions Maximum and average deviation Investing Chapter 6 Discussion Discussion Chapter 7 Appendix Predicted closing price compared to real closing price Yield using the model Stock exchange indexes Conjuncture Oil price per barrel TCW index MATLAB code Chapter 9 References References... 91

5 Chapter 1 Introduction 1.1 Introduction Most people around the world dream of having more money in their pockets. The trick, however, is not to work harder, but to work smarter. One way to make more money is to invest on the stock exchange, but due to its seemingly random and unpredictable nature, people are reluctant to do so. At first glance the stock exchange may seem random and unpredictable, but that is not the entire truth. If the stock exchange is carefully analysed a pattern will slowly emerge and it will be evident that there are a number of variables that contributes to a company s share price. Such variables are positive and negative news, price target, conjuncture, oil price and other economic influential country s stock exchange just to name a few. One of the most common share analysis tool used today is the so called regression channel. These regression models are often sole based on the closing price vs. time and is more reminiscent of a technical analysis rather than a prediction of the shares closing price. This project aims to take it a step further by predicting a closing price for each day. The approach is to determine which variables that has an influence on company s share price, design a multiple linear regression model and perform prediction using Microsoft Excel 2010 s [18] built-in function LINEST to predict the closing price of 44 companies listed on the OMX Stockholm stock exchange s Large Cap list. The Large Cap list was at the time made up of 62 companies, but sufficient information was only found for 44 of them. Unlike the regression channels that can be used for forecasting the direction of shares for several days ahead, even weeks, this model will be used to analyse share prices on a daily basis for what resembles day trading. The goal with the final model is to maximize the profit and minimize the losses based on a daily analysis during the time period to Since several multiple linear regression models were to be designed containing different sets of covariates the Akaike Information Criterion (AIC) was used to determine the most suitable model. One of the criterions for the model, set by us, were that it should be better than chance in predicting if the share would increase or decrease in value i.e. have more than 50 % of the predicted values in the correct direction. The other criterion was that the predicted closing price should not deviate more than 10 % from the real closing price. 1

6 Chapter 2 Theory 2.1 Econometrics The term econometrics is believed to have been coined by the Norwegian man Ragnar Frisch who lived between the years He was one of the three principle founders of the Econometric Society, first editor of the journal Econometrica and co-writer of the first Nobel Memorial Prize in Economic Science in 1969 [15]. Econometrics is used when it comes to applying statistical methods to problems when the data available is observational rather than experimental, meaning the data obtained does not come from controlled and planned experiments. Common fields where econometrics is applied are economics, biology, medicine, social science and astronomy [16]. The latter is a perfect example of a natural science where data are typically observational and not experimental The Multiple Linear Regression Model theory The basic model for econometric work and modelling for experimental design is the multiple linear regression model [16]. The specification is k y x e, i 1,..., n i ij j i j0 (2.1) where y i is the observation of the dependent random variable y whose expected value depends on the covariates x Cj where C is a constant that denotes that i does not change. e i represents the error terms and is assumed to be independent between observations and such that E( e { x }) 0 and i jk E( e { x }) (2.2) (2.3) 2 2 i jk where is unknown. Usually the covariate x C 0 is a constant 1 and 0 is the intercept. If written xi ( xi 0... xik ), i 1,..., n and ( 0... ) T k then the specified model may be written as y x e (2.4) i i i The covariates may be deterministic (predetermined) values or outcomes of random variables [16]. 2

7 Sometimes it is convenient to use the matrix notation Y X e where E( e X ) 0 and T E( ee X ) I 2 (2.5) (2.6) where Y is a n1-matrix of random variables, X is an n( k1) -matrix and e is an n1- matrix of random variables. In the regression model above the parameters j and the variance 2 are unknown and it is these parameters that are to be estimated from obtained data. The model can be used for either prediction or it can be used to give a structural interpretation, which allows for hypotheses testing. Since the project aims at predicting shares closing price the interesting part was therefore only prediction. 2.2 Prediction When performing a prediction the linear model is often used [16]. The covariates x 0 makes up a row matrix and with known covariates the predicted value of the corresponding y, y, is p yp x. (2.7) 0 ˆ The prediction contains two unknown components; the estimated value ˆ of is used instead of the real and the error term, which is set to zero in the prediction equation. However, the error term is never zero in reality so to calculate it in the prediction the following equation is used e e x ( ˆ ) (2.8) p 0 0 whose total variance is Var( e ) (1 x ( X X ) x ) (2.9) p T 1 T which is estimated to Var ˆ ( e ) (1 x ( X X ) x ) s (2.10) p T 1 T where s is an unbiased estimate of s eˆ n k 1 (2.11) 3

8 where n is the number of observations, k is the number of covariates in the prediction model T and eˆ eˆ eˆ, eˆ Y X. 2 ˆ 2.3 Regression channels On today s stock exchange one of the most common analysis tools is the regression channel. It uses historic values to forecast the future. The regression channel is based on a form of chaos theory i.e. trying to predict something that springs from total chaos. A metaphoric example can be made to illustrate how the regression channel works. Imagine a cigarette, which stands straight up in a room where the air is perfectly still. The chaos theory says that there is no way of predicting the smoke s trails and loops as it leaves the cigarette. However, if cigarettes were to be observed in a row it would be noticed that the smoke trails of one cigarette would never behave the same way as another cigarette s, but at the same time it would also be noticed that the smoke trails would never move outside a conical boundary on their way up in the air. In chaos theory this boundary is known as a chaotic attractor. Regression channels are based on the same principle, but instead of the smoke trail they use a share s closing price and the channel s boundary is the chaotic attractor, which the share price is not allowed to cross for a longer period of time. If the share moves outside the regression channel it indicates that an unforeseen event has occurred, such as positive or negative news or a new price target has been released and it is time to sell or buy the share. One of the most common regression channels in use today is the Raff Regression Channel. It uses time and closing price to draw up the channel. A regression line is created by analysing a share s closing price between certain days, say for example 100 days. Once the regression line is drawn two more parallel lines are drawn, one above the regression line and one below it, at equal distance from the regression line, see Figure 2.1. The distance is determined by the highest or lowest share closing price from the regression line during the 100 days analysed [12]. The top line is seen as resistance and the bottom line is seen as support. The share may cross these two lines for a short moment but if it stays outside for a longer period of time it indicates that a new trend is coming. 4

9 Closing price [SEK] 130 VOLVO AB, B share s Figure 2.1. Raff Regression Channel with 100 days analysed of Volvo B share between to As seen in Figure 2.1 the 100 days analysed is between day 400 and day 500, marked with two red stars. In this case it was the maximum value at day 473 that set the distance between the resistance line and the regression line. The red circle at day 579 indicates the point in time when something unexpected happened and it was time to sell the shares and collect the profit or to buy more shares and make a new regression channel. Even though the share returns to the regression channel it has been more than 10 days since it crossed the support line and a new regression channel has to be made. Since the project aims to take it a bit further the multiple linear regression model was intended to predict a closing price for each day instead of looking at the interval the share may stay within. The difference between the regression channel and the multiple linear regression model is that the regression channel can be used to see for how long the shares are worth keeping, while the multiple linear regression model was intended to be used as a guideline for day trading i.e. keep the shares if the model predicts a higher closing price tomorrow compared to today otherwise sell them. 5

10 Chapter 3 Data 3.1 Covariates How the stock exchange move during a day depends on several different factors. For instance, if the lending rate is raised the shares should go down, but on the same day a company could announce a quarterly report, which should make the shares increase in value. Here all the different covariates that have been used for the different models are listed and explained what kind of impact they have on the shares Stock exchanges in the world Dow Jones and Shanghai are two of the largest stock exchanges in the world. Because of this, and the fact that both USA and China are two of the most economic influential countries in the world, it makes Sweden and the OMX Stockholm stock exchange in particular very dependent on how these two countries economy develops [13]. Because of the time difference the closing price for Dow Jones and the opening price for Shanghai were used. The index prices for Dow Jones and Shanghai are given in USD and CYN respectively meaning they had to be converted into SEK using Oanda [11] for the exchange rates over the time period that was analysed Conjuncture The conjuncture for Sweden is given by the so called Barometerindikatorn which is given at the end of every month by Konjunkturinstitutet. It is based on studies where the present and future prospects of the economy are explored by both companies and households. It has an average of 100 meaning that if the value is lower than 100 it is economic recession and over 100 it is economic boom in Sweden. The conjuncture gives a good indication of peoples approach on wanting to buy or sell shares at the moment. Since the value is only given at the end of every month a linear interpolation was performed to obtain values for every day. The last month was extrapolated, since the value for it was not yet given TCW index The TCW index stands for Total Competiveness Weights and is an index calculated by International Monetary Fund, IMF. It is a weighted average of several currencies, which measures the Swedish currency against other currencies. A currency s weight is based on Sweden s trading with a particular country relative all the other countries. If the TCW index increases it means that the Swedish currency (SEK) has decreased in value and if the index decreases the SEK will increase in value. The TCW has a large impact on companies, which is why it was considered a variable in the model Lending rate The lending rate is the rate that banks have to pay Riksbanken when lending money. If the lending rate is low it means that the banks can lower their interest rate leading to that; 1) companies will invest more, 2) and consumers will have more money to consume and invest, The lending rate is given by Riksbanken and retains the value until a new is given. 6

11 3.1.5 Pay day A dummy variable where a one indicated that salary was given on that day, normally on the 25 th every month. The hypothesis was that when people get their salary they might have some extra money over after paying their bills, which could be used for investing in shares leading to an increase in value Opening price The opening price is the value that each share has when the OMX Stockholm stock exchange opens for trading. The opening price gives a good indication of where the stock will move during the day. Since the Stock exchange can be likened with an auction market i.e. buyers and sellers meet to make deals with the highest bidder, the opening price does not have to be the same as the last day s closing price Highest/lowest price of the day The highest and the lowest price of the day are taken the day before and gives an indication of how much the shares usually move during a day and how this in the end will affect the closing price. It also shows the general cyclical movement for each share Positive/Negative insider trading Insider trading refers to trading done by people with good insight in how the company is doing e.g. what kind of result they may present in the near future. People with good insight could be the CEO, CEO of subsidiary, members of the board, people that own a lot of shares in the company etc. This covariate was made up of two dummy variables; one for positive insider trading where a one indicated that people with good insight in the company bought shares, and one for negative insider trading where a one indicated that people with good insight sold their shares. If people with good insight in the company sell their shares it might indicate that the company is not doing as well as they thought and vice versa Quarterly and annual reports The quarterly and annually reports are reports that present each company s results for a certain period. Usually when a company makes their reports public the share will increase in value. This is often explained by the expectations that the investors have on the companies. In this covariate only the release date was of interest i.e. the date that the report was released so a dummy variable was created where a one indicated a released report Positive/negative price target The price target is set by different analysts. Usually investors that do not have the time to analyse the shares for themselves trust the analysts meaning that it gives a good indication of when the shares will go up or down. The price target regards the share with the largest volume i.e. the share that most people trade with, normally B shares. This covariate was made up of two dummy variables; one for positive price target where a one indicated that the analysts gave a price target larger than the actual price for the share and one for negative price target where a one indicated that analysts gave a price target lower than the actual price for the share. 7

12 Oil price The oil price gives a good indication of how strong the USD is and the condition of the USD has a big impact on the worldwide stock market. Since the oil price is given as USD/barrel it was converted it into SEK/barrel to match the model. Another effect the oil price has on shares is that if the oil price rises a company s share value normally decreases since nearly every company depends on oil for production [14]. Therefore if the oil price rises the company s expenses increases and their profit will decrease Three positive/three negative days in a row The hypothesis was that when a share moved in one direction for several days it would have a big impact on peoples feeling toward the company. This covariate was made up of two dummy variables; one for three positive days in a row where a one indicated that the share s closing price had increased in the last three days, and one for three negative days in a row where a one indicated that the share had decreased in the last three days P/E ratio This is a ratio calculated by Current share price P/ E (3.1) Earnings / share and is a measurement of how long it will take to get the investment back, provided that the earnings remain unchanged. The P/E-ratio is given in years. From where were the data was collected the P/E-ratio was given once a year for each company so the values were linear interpolated to obtain them for every day Positive/Negative press releases Whenever a company makes a press release it will have an impact on their shares. These releases can be about letting people go or that the company has just made a huge profitable deal. This covariate was made up of two dummy variables; one for positive press releases where a one indicated that a positive release had been made, and one for negative press releases where a one indicated that a negative release had been made Number of completed transactions This is the number of completed trading transactions that has been done with a company s share during one day. This number usually increases when a report is about to be released. It gives a good indication of how popular a company s shares are at the moment OMX Stockholm closing price This is the value of how the total OMX Stockholm exchange has moved during the day Split and reversed split A split is when a share is divided into several others and reverse is when several shares are made into one. This covariate was made up of two dummy variables; one for split where a one 8

13 indicated a split had been made and one for reversed split where a one indicated a reversed split had been made. 3.2 Collecting data The historical data for all of the shares and the press releases was collected from [1] [2] Nasdaqomxnordic The data for the conjuncture and TCW index was collected from Ekonomifakta [4] [6]. The index for Dow Jones was collected from Stloisfed [8] finance [9]. and for Shanghai from Yahoo The insider trading was collected from Finansinstitutionen [5] Target prices and P/E-ratio was both found at Dagens ndustry [3] The Oil price per barrel was collected from Eia [10] The lending rate was collected from Riksbanken [7] All of the exchange rates for converting foreign currencies into SEK was collected from Oanda [11] The data was then processed in Microsoft Excel 2010 [18] using its built-in function LINEST to make the regression. For making the plots MATLAB [17] and Minitab 16 [19] was used. Chapter 4 Modelling 4.1 Modelling Before designing the multiple linear regression models a number of covariates had to be evaluated to see what kind of impact they had on the share prices. The modelling process consisted of testing different types of covariate combinations until a satisfactory result had been achieved. What was learned during the modelling process was that theory put into practice does not always yield a perfect result. Covariate combinations that should have yielded a better result sometimes turned out to be worse. When seven satisfactory multiple linear regression models had been designed Akaike s Information Criterion, AIC, was applied to determine which model that was most suitable. 4.2 AIC test Since multiple linear regression modelling often results in several different model designs it is important to choose the best model suitable. One way of settling for a model is to use Akaike s Information Criterion, AIC. The AIC provides an index that can be used to 9

14 determine which of several competing models to go with. The multiple linear regression model with the lowest AIC index should be the model of choice. The general formula for AIC is AIC( ) 2log( L( )) 2 p( ) (4.1) i i i where L ( i ) is the likelihood function of the parameters in model i evaluated at the maximum likelihood estimators and p is the number of covariates in the model. According to stat.stanford [20] the general formula can rewritten as AIC( ) n(log(2 ) log( SSE( )) log( n)) 2 ( n p 1) (4.2) where stands for the model that is tested, n is number of observations, p number of covariates and SSE is the sum squared error. The models that were tested and their AIC indexes were the following First model Closing price ( Dow Jones closing price) ( conjuncture) ( TCW ) ( lending rate) ( payday) ( opening price) ( highest price) ( lowest price) ( positive insider) ( negative insider) ( reports) ( positive price target) 12 ( negative price target) 13 ( Shanghai opening price) ( oil price) ( three positive days in a row) ( three negative days in a row) n p 17 AIC( 1) , 61 SSE( 1) , 69 10

15 4.2.2 Second model: Closing price ( Dow Jones closing price) ( conjuncture) ( TCW ) ( lending rate) ( payday) ( opening price) ( highest price) ( lowest price) ( positive insider) ( negative insider) ( reports) ( positive price target) 12 ( negative price target) 13 ( Shanghai opening price) ( oil price) ( three positive days in a row) ( three negative days in a row) ( positive press) ( negative press) n p 19 AIC( 2) ,15 SSE( 2) , Third model: Closing price ( Dow Jones closing price) ( conjuncture) ( TCW ) ( lending rate) ( payday) ( opening price) ( highest price) ( lowest price) ( positive insider) ( negative insider) ( reports) ( positive price target) 12 ( negative price target) 13 ( Shanghai opening price) ( oil price) ( three positive days in a row) ( three negative days in a row) ( positive press) 18 ( negative press) 19 ( positive report) 2 0 ( negative report) ( dividend) ( split) ( reversed split) n p 24 AIC( 3) , 00 SSE( 3) ,87 11

16 4.2.4 Fourth model: Closing price ( Dow Jones closing price) ( conjuncture) ( TCW ) ( lending rate) ( payday) ( opening price) ( highest price) ( lowest price) ( positive insider) ( negative insider) ( reports) ( positive price target) 12 ( negative price target) 13 ( Shanghai opening price) ( oil price) ( three positive days in a row) ( three negative days in a row) ( number of clompleted transactions) n p 18 AIC( 4) ,50 SSE( 4) , Fifth model: Closing price ( Dow Jones closing price) ( conjuncture) ( TCW ) ( lending rate) ( payday) ( opening price) ( highest price) ( lowest price) ( positive insider) ( negative insider) ( reports) ( positive price target) 12 ( negative price target) 13 ( Shanghai opening price) ( oil price) ( three positive days in a row) ( three negative days in a row) ( number of completed transactions) ( positive press) ( negative press) n p 20 AIC( 5) ,17 SSE( 5) , Sixth model: Closing price ( Dow Jones closing price) ( conjuncture) ( TCW ) ( lending rate) ( payday) ( opening price) ( highest price) ( lowest price) ( positive insider) ( negative insider) ( reports) ( positive price target) 12 ( negative price target) 13 ( Shanghai opening) ( oil price) ( three positive days in a row) ( three negative days in a row) ( P / E ratio) n p 18 AIC( 6) ,55 SSE( 6) , 67 12

17 4.2.7 Seventh model: Closing price ( Dow Jones closing price) ( conjuncture) ( TCW ) ( lending rate) ( payday) ( opening price) ( highest price) ( lowest price) ( positive insider) ( negative insider) ( reports) ( positive price target) 12 ( negative price target) 13 ( Shanghai opening price) ( oil price) ( three positive days in a row) ( three negative days in a row) ( number of completed transactions) ( OMX Stockholm opening price) n p 19 AIC( 7) ,88 SSE( 7) ,86 Summary of the AIC indexes were as follows. AIC ( 1) AIC ( 2) AIC ( 3) AIC ( 4) AIC ( 5) AIC ( 6) AIC ( 7) , , , , , , ,88 As mentioned above the model with the lowest AIC index should be the best model of choice. Here the multiple linear regression model with the lowest AIC index is number seven hence the model to go with. 4.2 The final model The aim was to create a general multiple linear regression model that could be applied to all 44 shares analysed. To achieve this four years ( to ) of data from every share was collected and inserted into a single Microsoft Excel 2010 [18] sheet. The amount of data made up observations. Microsoft Excel 2010 s built-in function LINEST was used to perform the regression. The LINEST-function gives the :s value and the corresponding error term for every covariate used. The final model that was used had the following design. i Closing price ( Dow Jones closing price) ( conjuncture) ( TCW ) ( interest rate) ( payday) ( opening price) ( highest value) ( lowest value) ( positive insider) ( negative insider) ( reports) ( positive price target) 12 ( negativ price target) 13 ( Shanghai opening price) ( oil price) ( three positive days in a row) ( three negative days in a row) ( number of completed transactions) ( OMX Stockholm opening price)

18 i -values corresponding residuals, e i β 0 7,33539 e 0 1,00779 β 1 1, e 1 3, β 2 0,01035 e 2 0,00240 β 3 0,04664 e 3 0, β 4 0,24109 e 4 0,01902 β 5 0,25977 e 5 0,06065 β 6 0,96488 e 6 0,00398 β 7 0,04321 e 7 0,00652 β 8 0,07893 e 8 0,00659 β 9 0,04293 e 9 0,06880 β 10 0,06856 e 10 0,11282 β 11 0,26392 e 11 0,09203 β 12 0,09910 e 12 0,05644 β 13 0,16703 e 13 0,09102 β 14 0,00024 e 14 3, β 15 0,00076 e 15 0,00020 β 16 0,02782 e 16 0,04033 β 17 0,08593 e 17 0,03795 β 18 1, e 18 5, β 19 0,00433 e 19 0,99883 Table 4.1. β-values and corresponding residuals from the regression of the final model ( to ). The i :s where then used to calculate the estimated ŷ (closing price) by the formula yˆ x (4.3) 0 x1, j1 x2, j , j 19 where j denotes the j th row i.e. j th day predicted in Microsoft Excel 2010 [18]. 14

19 Chapter 5 Result 5.1 Plots of the residual and R 2 value Figure 5.1. Normal probability plot from the regression ( to ). Figure 5.2. Plot of the residual vs. fits from the regression ( to ). According to Microsoft Excel 2010 [18] the model had an R 2 value of 99,88 %. 15

20 5.2 Correct predicted directions The project was made for 44 companies on the OMX Stockholm stock exchange Large Cap list. The aim was that the model should predict the direction of the shares at least 50 % correctly i.e. better than chance. The predicted closing price was compared with yesterday s to determine if the predicted value was an increase or decrease. If the real closing price was an increase and the predicted value as well it was considered a correct prediction. Table 5.1 displays the result for each share. Share Correct predicted directions [%] Alfa Laval 62,8 Alliance Oil 60,0 Assa Abloy 62,0 Atlas Copco 62,4 Axfood 58,0 Axis 55,2 Billerudkorsnäs 56,8 Boliden 68,8 Castellum 58,8 Electrolux 66,0 Elekta 64,4 Ericsson 66,0 Fabegé 63,6 Getinge 60,8 H&M 63,6 Hakon invest 59,2 Hexagon 65,2 Holmen 62,4 Hufvudstaden 54,4 Husqvarna 60,8 Industrivärden 62,4 Investor 61,2 Kinnevik 62,0 Latour 57,6 Lundbergföretagen 66,0 Meda 59,6 MTG 58,8 Peab 56,4 Ratos 57,2 SAAB 56,0 Sandvik 70,4 SCA 64,0 Scania 62,0 SEB 65,2 Securitas 56,4 Skanska 68,0 SKF 66,8 16

21 SSAB 62,4 Swedbank 62,4 Swedish Match 58,4 TeliaSonera 58,8 Trelleborg 66,4 Volvo 70,8 Wallenstam 55,2 Table 5.1. Correct predicted directions in percentage for each share ( to ). Each share was over 50 % which was the project aim, meaning that the model is profitable on a day by day basis in the long term. Since the model is intended to be applicable on all shares an average correct predicted direction was calculated Average correct predicted direction = 62,8 60, ,2 61,71% Maximum and average deviation Since the average predicted direction gives insufficient information on the model s ability alone a maximum and average deviation in percentage from the real closing price was calculated for each share. The calculation was done using Microsoft Excel 2010 [18] and the result is displayed in Table 5.2. Share Maximum deviation [%] Average deviation [%] Alfa Laval 6,80 1,07 Alliance Oil 10,24 1,52 Assa Abloy 4,17 1,04 Atlas Copco 4,44 1,19 Axfood 4,76 0,79 Axis 7,51 1,39 Billerudkorsnäs 9,76 1,48 Boliden 5,24 1,24 Castellum 4,66 0,82 Electrolux 6,14 1,25 Elekta 11,73 1,15 Ericsson 5,85 1,04 Fabegé 4,50 1,05 Getinge 5,60 0,91 H&M 4,53 0,76 Hakon invest 9,79 0,98 Hexagon 6,15 1,38 Holmen 3,73 0,83 Hufvudstaden 4,21 0,80 Husqvarna 11,63 1,30 Industrivärden 5,28 1,11 17

22 Investor 4,02 0,83 Kinnevik 6,82 0,83 Latour 5,42 1,19 Lundbergföretagen 4,66 0,82 Meda 4,81 0,85 MTG 29,19 1,47 Peab 5,59 1,36 Ratos 8,81 1,38 SAAB 4,52 1,09 Sandvik 6,27 1,21 SCA 8,10 0,88 Scania 5,11 1,20 SEB 4,68 1,09 Securitas 4,99 1,04 Skanska 3,47 0,82 SKF 8,48 1,10 SSAB 5,57 1,56 Swedbank 5,31 1,01 Swedish Match 6,72 0,91 TeliaSonera 3,78 0,76 Trelleborg 7,02 1,27 Volvo 5,80 1,20 Wallenstam 4,33 1,11 Table 5.2. Maximum and average deviation in percentage for each share ( to ). The average maximum deviation was 6,60 % and the average deviation was 1,03 %. 5.4 Investing To evaluate the model further an investment test was conducted. If SEK had been invested in each share, a total investment of 2.2 million SEK, and the model had been applied over the year to the total yield would have been SEK corresponding to 11,8 %. If the same investment had been done and the shares were never to be traded with during the same period of time i.e. the investment would have been done at and then sold at , the total yield would have been SEK corresponding to 8,37 %. This means that the model would have generated a 40,98 % greater yield that year. In Table 5.3 the shares result after a year is presented both using the model and without. To calculate each share s yield Microsoft Excel 2010 [18] was used. First a prediction column was created were a one indicated that the predicted closing price would be higher than yesterday s real closing price, if the predicted value was lower or equal to yesterday s real closing price a zero was shown. The four red columns to the right of the prediction column indicates if the prediction column goes from zero to one, one to one, one to zero or zero to zero. Each day there was a one present in the zero to one column shares was bought to the real opening price. Each day there was a one present in the one to one column the shares bought 18

23 earlier were kept and the profit/loss was added to yesterday s daily value. Each day there was a one present in the one to zero column the shares were sold to the real opening price. Each day there was a one present in the zero to zero column nothing happened since the share was not of interest. To get an overview of how the calculation was made see Figure 5.3. Figure 5.3. Extract of how the calculations of Sandvik s yield was made in Microsoft Excel 2010 [18] using the model ( to ) Share How much the investment of SEK is worth after the year using the model [SEK] Alfa Laval 59970, ,00 Alliance Oil 44225, ,30 Assa Abloy 58206, ,00 Atlas Copco 59086, ,30 Axfood 45873, ,80 Axis 42776, ,50 Billeurdkorsnäs 46192, ,75 Boliden 67020, ,00 Castellum 52277, ,85 Electrolux 68260, ,00 Elekta 64516, ,40 Ericsson 57895, ,40 Fabege 59531, ,25 How much the investment of SEK is worth after the year not using the model [SEK] 19

24 Getinge 48817, ,00 H&M 55803, ,40 Hakon 60942, ,00 Hexagon 75416, ,20 Holmen 43163, ,80 Hufvudstaden 44869, ,00 Husqvarna 68619, ,80 Industrivärden 64668, ,00 Investor 62327, ,50 Kinnevik 53983, ,60 Latour 43729, ,70 Lundbergföretagen 59566, ,00 Meda 50952, ,10 MTG 43150, ,20 Peab 51134, ,84 Ratos 43780, ,25 SAAB 39568, ,60 Sandvik 81024, ,80 SCA 56428, ,60 Scania 55887, ,00 SEB 68538, ,35 Securitas 43642, ,85 Skanska 59587, ,40 SKF 59139, ,50 SSAB 59390, ,55 Swedbank 55984, ,00 Swedish Match 51485, ,60 TeliaSonera 48099, ,15 Trelleborg 72091, ,25 Volvo 57681, ,20 Wallenstam 54331, ,10 Total yield , ,89 Table 5.3. Each share s yield in SEK both using the model and without ( to ). 20

25 Figure 5.3 displays the total yield in SEK for all 44 shares using the model. Figure 5.4. Total yield [SEK] for all 44 shares using the model ( to ). Chapter 6 Discussion 6.1 Discussion Since the model was designed under limited time there is a possibility that some covariates or combination of covariates have been overlooked. Despite this the resulting model gives a yield which is 40,98 % better using the model than without during the year to Because the model was only tested and compared to not using the model during the time period to it is not statistically established that the model yields a 40,98 % better result every year. According to Microsoft Excel 2010 [18] the model has a R 2 value of 99,88 %. The R 2 value indicates how well the model predicts responses for new observations, which means that a R 2 value of 99,88 % is very good. The standard error is minimized due to the use of Akaike s Information Criterion. This gives that among all the models tested the best one has been used. All calculations have been made in computer based mathematical software programs meaning that the risk of calculation errors has been minimized. When using extrapolation there is a small chance of obtain an incorrect 21

26 result. However the difference between the extrapolated value and the real is small and it will only affect the predicted value with approximately 0,1-0,2 SEK. The reason for linear interpolation of the conjuncture was since the values were only given once a month they had to be linear between two months. The reason for designing a general model was because of the fact that it is intended to be used as a day trading guideline in the mornings when the opening price is known. It is of great importance that the calculations can be completed quickly so that decisions regarding selling or buying shares can be done fast. This is where the general model has an advantage compared to several tailor made models. Security is found in numbers when it comes to share trading. Four years ( to ) of data from every share was collected and inserted into a single Microsoft Excel 2010 [18] sheet. The amount of data made up observations. Microsoft Excel 2010 s [18] built-in function LINEST was used to perform the regression. The LINEST-function gives the :s value and the corresponding error term for every covariate i used. The data was collected for four years due to the fact that more observations lead to a better reliability of the model. Another reason was to include the worldwide stock market crash of The β-values of the model will then be more accurate towards TCW index, conjuncture, oil price, Dow Jones index, Shanghai index and OMX Stockholm index which make the model more reliable. Another approach to predict share s closing price is to use Markov processes. Unlike multiple linear regression which analyses historical data the Markov process uses the present to predict the future. Since shares are memoryless i.e. they are not affected by yesterday s cyclic movement, it is possible that Markov processes would have yielded a better result. The reason why multiple linear regression yields such a good result after all could be that four years of historical data from 44 shares displays people s irrational behaviour which is the main reason why shares are considered random and unpredictable. 22

27 Closing price [SEK] Closing price [SEK] Chapter 7 Appendix 7.1 Predicted closing price compared to real closing price Alfa laval predicted value real value Figure 7.1. Predicted vs. real closing price for Alfa Laval ( to ) Alliance Oil predicted value real value Figure 7.2. Predicted vs. real closing price for Alliance Oil ( to ). 23

28 Closing price [SEK] Closing price [SEK] predicted value real value Assa Abloy Figure 7.3. Predicted vs. real closing price for Assa Abloy ( to ). 190 predicted value real value Atlas Copco Figure 7.4. Predicted vs. real closing price for Atlas Copco ( to ). 24

29 Closing price [SEK] Closing price [SEK] predicted value real value Axfood Figure 7.5. Predicted vs. real closing price for Axfood ( to ). 190 Axis predicted value real value Figure 7.6. Predicted vs. real closing price for Axis ( to ). 25

30 Closing price [SEK] Closing price [SEK] 75 BillerudKorsnäs predicted value real value Figure 7.7. Predicted vs. real closing price for BillerudKorsnäs ( to ) predicted value real value Boliden Figure 7.8. Predicted vs. real closing price for Boliden ( to ). 26

31 Closing price [SEK] Closing price [SEK] 100 Castellum predicted value real value Figure 7.9. Predicted vs. real closing price for Castellum ( to ). 180 predicted value real value Electrolux Figure Predicted vs. real closing price for Electrolux ( to ). 27

32 Closing price [SEK] Closing price [SEK] Elekta predicted value real value Figure Predicted vs. real closing price for Elekta ( to ). 80 predicted value real value Ericsson Figure Predicted vs. real closing price for Ericsson ( to ). 28

33 Closing price [SEK] Closing price [SEK] 75 predicted value real value Fabege Figure Predicted vs. real closing price for Fabege ( to ) predicted value real value Getinge Figure Predicted vs. real closing price for Getinge ( to ). 29

34 Closing price [SEK] Closing price [SEK] 260 H&M predicted value real value Figure Predicted vs. real closing price for H&M ( to ) predicted value real value Hakon Invest Figure Predicted vs. real closing price for Hakon Invest ( to ). 30

35 Closing price [SEK] Closing price [SEK] predicted value real value Hexagon Figure Predicted vs. real closing price for Hexagon ( to ). 200 Holmen predicted value real value Figure Predicted vs. real closing price for Holmen ( to ). 31

36 Closing price [SEK] Closing price [SEK] 95 Hufvudstaden predicted value real value Figure Predicted vs. real closing price for Hufvudstaden ( to ). 42 Husqvarna predicted value real value Figure Predicted vs. real closing price for Husqvarna ( to ). 32

37 Closing price [SEK] Closing price [SEK] predicted value real value Industrivärden Figure Predicted vs. real closing price for Industrivärden ( to ) predicted value real value Investor Figure Predicted vs. real closing price for Investor ( to ). 33

38 Closing price [SEK] Closing price [SEK] Kinnevik predicted value real value Figure Predicted vs. real closing price for Kinnevik ( to ) Latour predicted value real value Figure Predicted vs. real closing price for Latour ( to ). 34

39 Closing price [SEK] Closing price [SEK] predicted value real value Lundbergföretagen Figure Predicted vs. real closing price for Lundbergföretagen ( to ) predicted value real value Meda Figure Predicted vs. real closing price for Meda ( to ). 35

40 Closing price [SEK] Closing price [SEK] MTG predicted value real value Figure Predicted vs. real closing price for MTG ( to ) Peab predicted value real value Figure Predicted vs. real closing price for Peab ( to ). 36

41 Closing price [SEK] Closing price [SEK] Ratos predicted value real value Figure Predicted vs. real closing price for Ratos ( to ) predicted value real value SAAB Figure Predicted vs. real closing price for SAAB ( to ). 37

42 Closing price [SEK] Closing price [SEK] 110 Sandvik predicted value real value Figure Predicted vs. real closing price for Sandvik ( to ) predicted value real value SCA Figure Predicted vs. real closing price for SCA ( to ). 38

43 Closing price [SEK] Closing price [SEK] 145 Scania predicted value real value Figure Predicted vs. real closing price for Scania ( to ) predicted value real value SEB Figure Predicted vs. real closing price for SEB ( to ). 39

44 Closing price [SEK] Closing price [SEK] Securitas predicted value real value Figure Predicted vs. real closing price for Securitas ( to ) Skanska predicted value real value Figure Predicted vs. real closing price for Skanska ( to ). 40

45 Closing price [SEK] Closing price [SEK] SKF predicted value real value Figure Predicted vs. real closing price for SKF ( to ). 75 SSAB predicted value real value Figure Predicted vs. real closing price for SSAB ( to ). 41

46 Closing price [SEK] Closing price [SEK] predicted value real value Swedbank Figure Predicted vs. real closing price for Swedbank ( to ) Swedish Match predicted value real value Figure Predicted vs. real closing price for Swedish Match ( to ). 42

47 Closing price [SEK] Closing price [SEK] TeliaSonera predicted value real value Figure Predicted vs. real closing price for TeliaSonera ( to ) predicted value real value Trelleborg Figure Predicted vs. real closing price for Trelleborg ( to ). 43

48 Closing price [SEK] Closing price [SEK] Volvo predicted value real value Figure Predicted vs. real closing price for Volvo ( to ). 90 predicted value real value Wallenstam Figure Predicted vs. real closing price for Wallenstam ( to ). 44

49 8.2 Yield using the model Figure Yield for Alfa Laval using the model ( to ). Figure Yield for Alliance Oil using the model ( to ). 45

50 Figure Yield for Assa Abloy using the model ( to ). Figure Yield for Atlas Copco using the model ( to ). 46

51 Figure Yield for Axfood using the model ( to ). Figure Yield for Axis using the model ( to ). 47

52 Figure Yield for BillerudKorsnäs using the model ( to ). Figure Yield for Boliden using the model ( to ). 48

53 Figure Yield for Castellum using the model ( to ). Figure Yield for Electrolux using the model ( to ). 49

54 Figure Yield for Elekta using the model ( to ). Figure Yield for Ericsson using the model ( to ). 50

55 Figure Yield for Fabege using the model ( to ). Figure Yield for Getinge using the model ( to ). 51

Trade Date Index Symbol 20150202 OMX Stockholm Benchmark PI OMXSBPI

Trade Date Index Symbol 20150202 OMX Stockholm Benchmark PI OMXSBPI Data explanation The content herein is provided for informational and educational purposes only, and nothing contained herein should be construed as investment advice, either on behalf of a particular

More information

Walking the Talk? A Report on the Sustainability Communication of the NASDAQ OMX Stockholm

Walking the Talk? A Report on the Sustainability Communication of the NASDAQ OMX Stockholm Walking the Talk? A Report on the Sustainability Communication of the NASDAQ OMX Stockholm Large Cap Index Companies The Mistra Center for Sustainable Markets (MISUM) and Corporate Donor Relations at the

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

* Silver OE Cert (SEK) GMI Nordic Growth Market - Sweden GB00B8P1HB37 * Gold OE Cert (SEK) GMI Nordic Growth Market - Sweden GB00B8P1M070 Gold Mini

* Silver OE Cert (SEK) GMI Nordic Growth Market - Sweden GB00B8P1HB37 * Gold OE Cert (SEK) GMI Nordic Growth Market - Sweden GB00B8P1M070 Gold Mini * Silver OE Cert (SEK) GMI Nordic Growth Market - Sweden GB00B8P1HB37 * Gold OE Cert (SEK) GMI Nordic Growth Market - Sweden GB00B8P1M070 Gold Mini Long Cert 640 (NGM) Nordic Growth Market - Sweden NL0006402059

More information

c Sweden 12 May 2005

c Sweden 12 May 2005 c Sweden Strategy Update Swedish market focus Week 20 Sweden research Christian Wierup +46 8 676 87 35 christian.wierup@carnegie.se Our expectations at Scania s presentation in Sao Paolo next week. What

More information

Review for Exam 2. Instructions: Please read carefully

Review for Exam 2. Instructions: Please read carefully Review for Exam 2 Instructions: Please read carefully The exam will have 25 multiple choice questions and 5 work problems You are not responsible for any topics that are not covered in the lecture note

More information

JetBlue Airways Stock Price Analysis and Prediction

JetBlue Airways Stock Price Analysis and Prediction JetBlue Airways Stock Price Analysis and Prediction Team Member: Lulu Liu, Jiaojiao Liu DSO530 Final Project JETBLUE AIRWAYS STOCK PRICE ANALYSIS AND PREDICTION 1 Motivation Started in February 2000, JetBlue

More information

Least Squares Estimation

Least Squares Estimation Least Squares Estimation SARA A VAN DE GEER Volume 2, pp 1041 1045 in Encyclopedia of Statistics in Behavioral Science ISBN-13: 978-0-470-86080-9 ISBN-10: 0-470-86080-4 Editors Brian S Everitt & David

More information

Valuations of Large Publicly Traded Real Estate Companies and their Asset Portfolios.

Valuations of Large Publicly Traded Real Estate Companies and their Asset Portfolios. Dept of Real Estate and Construction Management Master of Science Thesis no. 478 Div of Building and Real Estate Economics Valuations of Large Publicly Traded Real Estate Companies and their Asset Portfolios.

More information

How To Value A Savings Account

How To Value A Savings Account THE VALUATION OF A SAVINGS ACCOUNT (With Seven Insights) A savings account is a simple investment that we all understand. We shall use it as a prototype for equity valuation. We shall use it to test ideas

More information

5. Multiple regression

5. Multiple regression 5. Multiple regression QBUS6840 Predictive Analytics https://www.otexts.org/fpp/5 QBUS6840 Predictive Analytics 5. Multiple regression 2/39 Outline Introduction to multiple linear regression Some useful

More information

Master s Thesis in Finance Stockholm School of Economics. Capital Insurances. Jonatan Falk 19473

Master s Thesis in Finance Stockholm School of Economics. Capital Insurances. Jonatan Falk 19473 Master s Thesis in Finance Stockholm School of Economics Capital Insurances Jonatan Falk 19473 Abstract Most people strive to get as high return as possible on their investments and individuals wants to

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

A Primer on Forecasting Business Performance

A Primer on Forecasting Business Performance A Primer on Forecasting Business Performance There are two common approaches to forecasting: qualitative and quantitative. Qualitative forecasting methods are important when historical data is not available.

More information

17. SIMPLE LINEAR REGRESSION II

17. SIMPLE LINEAR REGRESSION II 17. SIMPLE LINEAR REGRESSION II The Model In linear regression analysis, we assume that the relationship between X and Y is linear. This does not mean, however, that Y can be perfectly predicted from X.

More information

How To Check For Differences In The One Way Anova

How To Check For Differences In The One Way Anova MINITAB ASSISTANT WHITE PAPER This paper explains the research conducted by Minitab statisticians to develop the methods and data checks used in the Assistant in Minitab 17 Statistical Software. One-Way

More information

Time Series Analysis

Time Series Analysis Time Series Analysis hm@imm.dtu.dk Informatics and Mathematical Modelling Technical University of Denmark DK-2800 Kgs. Lyngby 1 Outline of the lecture Identification of univariate time series models, cont.:

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

Introduction To Financial Markets & Investing

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

More information

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

Simple Linear Regression Inference

Simple Linear Regression Inference Simple Linear Regression Inference 1 Inference requirements The Normality assumption of the stochastic term e is needed for inference even if it is not a OLS requirement. Therefore we have: Interpretation

More information

Forecasting in STATA: Tools and Tricks

Forecasting in STATA: Tools and Tricks Forecasting in STATA: Tools and Tricks Introduction This manual is intended to be a reference guide for time series forecasting in STATA. It will be updated periodically during the semester, and will be

More information

Hedging Illiquid FX Options: An Empirical Analysis of Alternative Hedging Strategies

Hedging Illiquid FX Options: An Empirical Analysis of Alternative Hedging Strategies Hedging Illiquid FX Options: An Empirical Analysis of Alternative Hedging Strategies Drazen Pesjak Supervised by A.A. Tsvetkov 1, D. Posthuma 2 and S.A. Borovkova 3 MSc. Thesis Finance HONOURS TRACK Quantitative

More information

Understanding Margins. Frequently asked questions on margins as applicable for transactions on Cash and Derivatives segments of NSE and BSE

Understanding Margins. Frequently asked questions on margins as applicable for transactions on Cash and Derivatives segments of NSE and BSE Understanding Margins Frequently asked questions on margins as applicable for transactions on Cash and Derivatives segments of NSE and BSE Jointly published by National Stock Exchange of India Limited

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

Section 14 Simple Linear Regression: Introduction to Least Squares Regression

Section 14 Simple Linear Regression: Introduction to Least Squares Regression Slide 1 Section 14 Simple Linear Regression: Introduction to Least Squares Regression There are several different measures of statistical association used for understanding the quantitative relationship

More information

SAMPLE MID-TERM QUESTIONS

SAMPLE MID-TERM QUESTIONS SAMPLE MID-TERM QUESTIONS William L. Silber HOW TO PREPARE FOR THE MID- TERM: 1. Study in a group 2. Review the concept questions in the Before and After book 3. When you review the questions listed below,

More information

Chapter 6: Multivariate Cointegration Analysis

Chapter 6: Multivariate Cointegration Analysis Chapter 6: Multivariate Cointegration Analysis 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and und Econometrics Ökonometrie VI. Multivariate Cointegration

More information

Understanding Margins

Understanding Margins Understanding Margins Frequently asked questions on margins as applicable for transactions on Cash and Derivatives segments of NSE and BSE Jointly published by National Stock Exchange of India Limited

More information

Demand Forecasting When a product is produced for a market, the demand occurs in the future. The production planning cannot be accomplished unless

Demand Forecasting When a product is produced for a market, the demand occurs in the future. The production planning cannot be accomplished unless Demand Forecasting When a product is produced for a market, the demand occurs in the future. The production planning cannot be accomplished unless the volume of the demand known. The success of the business

More information

Introduction to. Hypothesis Testing CHAPTER LEARNING OBJECTIVES. 1 Identify the four steps of hypothesis testing.

Introduction to. Hypothesis Testing CHAPTER LEARNING OBJECTIVES. 1 Identify the four steps of hypothesis testing. Introduction to Hypothesis Testing CHAPTER 8 LEARNING OBJECTIVES After reading this chapter, you should be able to: 1 Identify the four steps of hypothesis testing. 2 Define null hypothesis, alternative

More information

Optimization of technical trading strategies and the profitability in security markets

Optimization of technical trading strategies and the profitability in security markets Economics Letters 59 (1998) 249 254 Optimization of technical trading strategies and the profitability in security markets Ramazan Gençay 1, * University of Windsor, Department of Economics, 401 Sunset,

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

5. Linear Regression

5. Linear Regression 5. Linear Regression Outline.................................................................... 2 Simple linear regression 3 Linear model............................................................. 4

More information

Lecture Notes: Basic Concepts in Option Pricing - The Black and Scholes Model

Lecture Notes: Basic Concepts in Option Pricing - The Black and Scholes Model Brunel University Msc., EC5504, Financial Engineering Prof Menelaos Karanasos Lecture Notes: Basic Concepts in Option Pricing - The Black and Scholes Model Recall that the price of an option is equal to

More information

ACTIVITY 4.1 READING A STOCK TABLE

ACTIVITY 4.1 READING A STOCK TABLE ACTIVITY 4.1 READING A STOCK TABLE 1. Overview of Financial Reporting A wide variety of media outlets report on the world of stocks, mutual funds, and bonds. One excellent source is The Wall Street Journal,

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

Instructor s Manual Chapter 12 Page 144

Instructor s Manual Chapter 12 Page 144 Chapter 12 1. Suppose that your 58-year-old father works for the Ruffy Stuffed Toy Company and has contributed regularly to his company-matched savings plan for the past 15 years. Ruffy contributes $0.50

More information

An Option In the security market, an option gives the holder the right to buy or sell a stock (or index of stocks) at a specified price ( strike

An Option In the security market, an option gives the holder the right to buy or sell a stock (or index of stocks) at a specified price ( strike Reading: Chapter 17 An Option In the security market, an option gives the holder the right to buy or sell a stock (or index of stocks) at a specified price ( strike price) within a specified time period.

More information

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model 1 September 004 A. Introduction and assumptions The classical normal linear regression model can be written

More information

STOCK MARKET VOLATILITY AND REGIME SHIFTS IN RETURNS

STOCK MARKET VOLATILITY AND REGIME SHIFTS IN RETURNS STOCK MARKET VOLATILITY AND REGIME SHIFTS IN RETURNS Chia-Shang James Chu Department of Economics, MC 0253 University of Southern California Los Angles, CA 90089 Gary J. Santoni and Tung Liu Department

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

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable

More information

Composition of net asset value SEK billion SEK per share 2003 2003 2002 2003 2003 2002 Parent company Aug. 4 June 30 Dec. 31 Aug. 4 June 30 Dec.

Composition of net asset value SEK billion SEK per share 2003 2003 2002 2003 2003 2002 Parent company Aug. 4 June 30 Dec. 31 Aug. 4 June 30 Dec. Interim Report January 1 - June 30, 2003 Industrivärden s net asset value was SEK 27,682 M on August 4, an increase of SEK 3,267 M since year-end 2002. On June 30 the net asset value was SEK 25,642 M (29,645).

More information

FOREX FOR BEGINNERS. www.mundomarkets.com

FOREX FOR BEGINNERS. www.mundomarkets.com FOREX FOR BEGINNERS CONTENT 01. 02. 03. 04. What is forex market and how it works? Forex market (page 2) Liquidity providers (page 3) Why acquiring knowledge is important in the forex market? Experience

More information

How To Run Statistical Tests in Excel

How To Run Statistical Tests in Excel How To Run Statistical Tests in Excel Microsoft Excel is your best tool for storing and manipulating data, calculating basic descriptive statistics such as means and standard deviations, and conducting

More information

Security Bank Treasury FX and Rates Hedging Division Gearing Up for External Competitiveness November 19, 2014. Treasury FXRH

Security Bank Treasury FX and Rates Hedging Division Gearing Up for External Competitiveness November 19, 2014. Treasury FXRH Security Bank Treasury FX and Rates Hedging Division Gearing Up for External Competitiveness November 19, 2014 HEDGING, DERIVATIVES AND SPECULATION HEDGING Making an investment to reduce the risk of adverse

More information

AP Physics 1 and 2 Lab Investigations

AP Physics 1 and 2 Lab Investigations AP Physics 1 and 2 Lab Investigations Student Guide to Data Analysis New York, NY. College Board, Advanced Placement, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks

More information

Experiment #1, Analyze Data using Excel, Calculator and Graphs.

Experiment #1, Analyze Data using Excel, Calculator and Graphs. Physics 182 - Fall 2014 - Experiment #1 1 Experiment #1, Analyze Data using Excel, Calculator and Graphs. 1 Purpose (5 Points, Including Title. Points apply to your lab report.) Before we start measuring

More information

STATISTICA Formula Guide: Logistic Regression. Table of Contents

STATISTICA Formula Guide: Logistic Regression. Table of Contents : Table of Contents... 1 Overview of Model... 1 Dispersion... 2 Parameterization... 3 Sigma-Restricted Model... 3 Overparameterized Model... 4 Reference Coding... 4 Model Summary (Summary Tab)... 5 Summary

More information

Types of Stock. Common Stock most common form of stock. Preferred Stock. Companies may customize other classes of stock.

Types of Stock. Common Stock most common form of stock. Preferred Stock. Companies may customize other classes of stock. Stock Market Basics What are Stocks? Stock is ownership in a publicly traded company. Stock is a claim on the company s assets and earnings. The more stock you have, the greater your claim as an owner.

More information

1 Introduction to Option Pricing

1 Introduction to Option Pricing ESTM 60202: Financial Mathematics Alex Himonas 03 Lecture Notes 1 October 7, 2009 1 Introduction to Option Pricing We begin by defining the needed finance terms. Stock is a certificate of ownership of

More information

Chapter 4: Vector Autoregressive Models

Chapter 4: Vector Autoregressive Models Chapter 4: Vector Autoregressive Models 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and und Econometrics Ökonometrie IV.1 Vector Autoregressive Models (VAR)...

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

Hewlett-Packard 10BII Tutorial

Hewlett-Packard 10BII Tutorial This tutorial has been developed to be used in conjunction with Brigham and Houston s Fundamentals of Financial Management 11 th edition and Fundamentals of Financial Management: Concise Edition. In particular,

More information

Exercise 1.12 (Pg. 22-23)

Exercise 1.12 (Pg. 22-23) Individuals: The objects that are described by a set of data. They may be people, animals, things, etc. (Also referred to as Cases or Records) Variables: The characteristics recorded about each individual.

More information

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( )

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( ) Chapter 340 Principal Components Regression Introduction is a technique for analyzing multiple regression data that suffer from multicollinearity. When multicollinearity occurs, least squares estimates

More information

Fixed Income External Holdings, as of 31 Dec 2014

Fixed Income External Holdings, as of 31 Dec 2014 Fixed Income External Holdings, as of 31 Dec 2014 Currency Type Name AUD Governments & Sovereigns COMMONWEALTH OF AUSTRALIA 709 035 2024-04-21 AUD Governments & Sovereigns COMMONWEALTH OF AUSTRALIA 670

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

Stock market simulation with ambient variables and multiple agents

Stock market simulation with ambient variables and multiple agents Stock market simulation with ambient variables and multiple agents Paolo Giani Cei 0. General purposes The aim is representing a realistic scenario as a background of a complete and consistent stock market.

More information

Stock Price Valuation

Stock Price Valuation Stock Price Valuation A Case study in Dividend Discount models & Free Cash Flow to Equity models Master s thesis within Finance Authors: Anders Karlsson Niklas Josefsson Tutor: Urban Österlund Jönköping

More information

Section 1.5 Linear Models

Section 1.5 Linear Models Section 1.5 Linear Models Some real-life problems can be modeled using linear equations. Now that we know how to find the slope of a line, the equation of a line, and the point of intersection of two lines,

More information

SpotR 1 Investment Company (SICAV), Luxembourg

SpotR 1 Investment Company (SICAV), Luxembourg Unaudited semi-annual report SpotR 1 Investment Company (SICAV), Luxembourg R.C.S. Luxembourg B 158 826 Notice The sole legally binding basis for the purchase of Shares of the Company described in this

More information

Atlas Copco AB Nacka, Sweden Notice of Annual General Meeting

Atlas Copco AB Nacka, Sweden Notice of Annual General Meeting Press Release from the Atlas Copco Group Atlas Copco AB Nacka, Sweden Notice of Annual General Meeting The Shareholders of Atlas Copco AB are invited to attend the Annual General Meeting (the Meeting)

More information

Using The Stock Market Game (SMG)

Using The Stock Market Game (SMG) Using The Stock Market Game (SMG) Created by Amy Cornelisen, Garin College What is a Company? A is a person or group of persons that create a product for others to buy. The product may be something that

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

I.e., the return per dollar from investing in the shares from time 0 to time 1,

I.e., the return per dollar from investing in the shares from time 0 to time 1, XVII. SECURITY PRICING AND SECURITY ANALYSIS IN AN EFFICIENT MARKET Consider the following somewhat simplified description of a typical analyst-investor's actions in making an investment decision. First,

More information

Option Portfolio Modeling

Option Portfolio Modeling Value of Option (Total=Intrinsic+Time Euro) Option Portfolio Modeling Harry van Breen www.besttheindex.com E-mail: h.j.vanbreen@besttheindex.com Introduction The goal of this white paper is to provide

More information

Lecture 6: Arbitrage Pricing Theory

Lecture 6: Arbitrage Pricing Theory Lecture 6: Arbitrage Pricing Theory Investments FIN460-Papanikolaou APT 1/ 48 Overview 1. Introduction 2. Multi-Factor Models 3. The Arbitrage Pricing Theory FIN460-Papanikolaou APT 2/ 48 Introduction

More information

THE STOCK MARKET GAME GLOSSARY

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

More information

Predictor Coef StDev T P Constant 970667056 616256122 1.58 0.154 X 0.00293 0.06163 0.05 0.963. S = 0.5597 R-Sq = 0.0% R-Sq(adj) = 0.

Predictor Coef StDev T P Constant 970667056 616256122 1.58 0.154 X 0.00293 0.06163 0.05 0.963. S = 0.5597 R-Sq = 0.0% R-Sq(adj) = 0. Statistical analysis using Microsoft Excel Microsoft Excel spreadsheets have become somewhat of a standard for data storage, at least for smaller data sets. This, along with the program often being packaged

More information

Long-term asset manager and active owner of Nordic listed companies

Long-term asset manager and active owner of Nordic listed companies Long-term asset manager and active owner of Nordic listed companies Full Year 2015 February 5, 2016 Year-End presentation 12M 2015 1 Summary 12 months, 2015 The total return for the year was 15% for the

More information

Time Series Analysis. 1) smoothing/trend assessment

Time Series Analysis. 1) smoothing/trend assessment Time Series Analysis This (not surprisingly) concerns the analysis of data collected over time... weekly values, monthly values, quarterly values, yearly values, etc. Usually the intent is to discern whether

More information

BINARY OPTION TRADING. Lesson #1

BINARY OPTION TRADING. Lesson #1 BINARY OPTION TRADING Lesson #1 1 Table of Contents Forward. 3 Introduction to Binary Option... 4 Benefits of Trading Binary Options. 5-6 Binary Option Basics 7 Types of Binary Option. 8-10 Unique OptionBit

More information

Readiness Activity. (An activity to be done before viewing the program)

Readiness Activity. (An activity to be done before viewing the program) Knowledge Unlimited NEWS Matters The Stock Market: What Goes Up...? Vol. 3 No. 2 About NewsMatters The Stock Market: What Goes Up...? is one in a series of NewsMatters programs. Each 15-20 minute program

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

Brain J. Dunn, CEO Richfield, Minnesota U.S Latest fiscal year: 2010 Best Buy is an American retailer that sells a wide variety of electronic

Brain J. Dunn, CEO Richfield, Minnesota U.S Latest fiscal year: 2010 Best Buy is an American retailer that sells a wide variety of electronic Current Shareholders in Best Buy should hold their stock until price increases, and new investors should not invest if looking for fast money, Best Buy s stock may not more until more economic growth occurs.

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

CHAPTER 7: OPTIMAL RISKY PORTFOLIOS

CHAPTER 7: OPTIMAL RISKY PORTFOLIOS CHAPTER 7: OPTIMAL RIKY PORTFOLIO PROLEM ET 1. (a) and (e).. (a) and (c). After real estate is added to the portfolio, there are four asset classes in the portfolio: stocks, bonds, cash and real estate.

More information

Active Management in Swedish National Pension Funds

Active Management in Swedish National Pension Funds STOCKHOLM SCHOOL OF ECONOMICS Active Management in Swedish National Pension Funds An Analysis of Performance in the AP-funds Sara Blomstergren (20336) Jennifer Lindgren (20146) December 2008 Master Thesis

More information

CommSeC CFDS: IntroDuCtIon to FX

CommSeC CFDS: IntroDuCtIon to FX CommSec CFDs: Introduction to FX Important Information This brochure has been prepared without taking account of the objectives, financial and taxation situation or needs of any particular individual.

More information

Cross Sectional Analysis of Short Sale Determinants on U.S. Blue Chips

Cross Sectional Analysis of Short Sale Determinants on U.S. Blue Chips DOI: 10.5817/FAI2015-2-2 No. 2/2015 Cross Sectional Analysis of Short Sale Determinants on U.S. Blue Chips Dagmar Linnertová Masaryk University Faculty of Economics and Administration, Department of Finance

More information

CHAPTER 2 Estimating Probabilities

CHAPTER 2 Estimating Probabilities CHAPTER 2 Estimating Probabilities Machine Learning Copyright c 2016. Tom M. Mitchell. All rights reserved. *DRAFT OF January 24, 2016* *PLEASE DO NOT DISTRIBUTE WITHOUT AUTHOR S PERMISSION* This is a

More information

Balanced fund: A mutual fund with a mix of stocks and bonds. It offers safety of principal, regular income and modest growth.

Balanced fund: A mutual fund with a mix of stocks and bonds. It offers safety of principal, regular income and modest growth. Wealth for Life Glossary Aggressive growth fund: A mutual fund that aims for the highest capital gains. They often invest in smaller emerging companies that offer maximum growth potential. Adjustable Rate

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

Testing for Granger causality between stock prices and economic growth

Testing for Granger causality between stock prices and economic growth MPRA Munich Personal RePEc Archive Testing for Granger causality between stock prices and economic growth Pasquale Foresti 2006 Online at http://mpra.ub.uni-muenchen.de/2962/ MPRA Paper No. 2962, posted

More information

Is log ratio a good value for measuring return in stock investments

Is log ratio a good value for measuring return in stock investments Is log ratio a good value for measuring return in stock investments Alfred Ultsch Databionics Research Group, University of Marburg, Germany, Contact: ultsch@informatik.uni-marburg.de Measuring the rate

More information

Practice Set #4 and Solutions.

Practice Set #4 and Solutions. FIN-469 Investments Analysis Professor Michel A. Robe Practice Set #4 and Solutions. What to do with this practice set? To help students prepare for the assignment and the exams, practice sets with solutions

More information

ADVANCED FORECASTING MODELS USING SAS SOFTWARE

ADVANCED FORECASTING MODELS USING SAS SOFTWARE ADVANCED FORECASTING MODELS USING SAS SOFTWARE Girish Kumar Jha IARI, Pusa, New Delhi 110 012 gjha_eco@iari.res.in 1. Transfer Function Model Univariate ARIMA models are useful for analysis and forecasting

More information

RELEVANT TO ACCA QUALIFICATION PAPER P3. Studying Paper P3? Performance objectives 7, 8 and 9 are relevant to this exam

RELEVANT TO ACCA QUALIFICATION PAPER P3. Studying Paper P3? Performance objectives 7, 8 and 9 are relevant to this exam RELEVANT TO ACCA QUALIFICATION PAPER P3 Studying Paper P3? Performance objectives 7, 8 and 9 are relevant to this exam Business forecasting and strategic planning Quantitative data has always been supplied

More information

CHAPTER 20: OPTIONS MARKETS: INTRODUCTION

CHAPTER 20: OPTIONS MARKETS: INTRODUCTION CHAPTER 20: OPTIONS MARKETS: INTRODUCTION PROBLEM SETS 1. Options provide numerous opportunities to modify the risk profile of a portfolio. The simplest example of an option strategy that increases risk

More information

ICASL - Business School Programme

ICASL - Business School Programme ICASL - Business School Programme Quantitative Techniques for Business (Module 3) Financial Mathematics TUTORIAL 2A This chapter deals with problems related to investing money or capital in a business

More information

Paper F9. Financial Management. Fundamentals Pilot Paper Skills module. The Association of Chartered Certified Accountants

Paper F9. Financial Management. Fundamentals Pilot Paper Skills module. The Association of Chartered Certified Accountants Fundamentals Pilot Paper Skills module Financial Management Time allowed Reading and planning: Writing: 15 minutes 3 hours ALL FOUR questions are compulsory and MUST be attempted. Do NOT open this paper

More information

INVESTMENT DICTIONARY

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

More information

Exercise Sheet 1. Solution 1.1. One year chart

Exercise Sheet 1. Solution 1.1. One year chart Exercise Sheet 1 Exercies 1.1 Use the monthly data on historical prices in Yahoo to plot the share price of LloydsTSB over the past year. If you had invested 10,000 in LloydsTSB in October 2007 what would

More information

8.1 Summary and conclusions 8.2 Implications

8.1 Summary and conclusions 8.2 Implications Conclusion and Implication V{tÑàxÜ CONCLUSION AND IMPLICATION 8 Contents 8.1 Summary and conclusions 8.2 Implications Having done the selection of macroeconomic variables, forecasting the series and construction

More information

Contrarian investing and why it works

Contrarian investing and why it works Contrarian investing and why it works Definition Contrarian a trader whose reasons for making trade decisions are based on logic and analysis and not on emotional reaction. What is a contrarian? A Contrarian

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

11. Analysis of Case-control Studies Logistic Regression

11. Analysis of Case-control Studies Logistic Regression Research methods II 113 11. Analysis of Case-control Studies Logistic Regression This chapter builds upon and further develops the concepts and strategies described in Ch.6 of Mother and Child Health:

More information

Multiple Linear Regression in Data Mining

Multiple Linear Regression in Data Mining Multiple Linear Regression in Data Mining Contents 2.1. A Review of Multiple Linear Regression 2.2. Illustration of the Regression Process 2.3. Subset Selection in Linear Regression 1 2 Chap. 2 Multiple

More information