Beta calculation
Infront uses a simple beta calculation comparing the stock to its local country index.
The calculation divided the covariance of the stock return with the market return by the variance of the market return.
Beta = cov(ri,rm) / var(rm)
Where
Stock return
ri = (stock price at time w / stock price at time (w-1))-1
rm = (index at time w / index at time (w-1))-1
Market return
E(rm) = arithmetic mean of stock returns
E(ri) = arithmetic mean of market returns
Covariance (stock return, market return)
cov(ri,rm) = sum[(ri-E(ri))*(rm-E(rm))]/count(ri-E(ri))*count(rm-E(rm))
Variance (market return)
var(rm) = sum[(rm-E(rm))^2]/count(rm-E(rm))^2
Periods
Beta values are taken weekly, using the first close price available each week for the stock in question.
Periods are defined as follows:
Period | Description |
---|---|
Short term | Last rolling 12 months |
Mid term | Last rolling 24 months |
Long term | Last rolling 60 months |
See also: