Random Walk e Volatilidade (EWMA e GARCH)
GEOMETRIC RANDOM WALK
DEFINITION of VOLATILITY
It is important for a financial institution to monitor the volatilities of the market variables (interest rates, exchange rates, equity prices, commodity prices, etc.) on which the value of its portfolio depends. This chapter describes the procedures it can use to do this.
The chapter starts by explaining how volatility is defined. It then examines the common assumption that percentage returns from market variables are normally distributed and presents the power law as an alternative. After that it moves on to consider models with imposing names such as exponentially weighted moving average (EWMA), autoregressive conditional heteroscedasticity (ARCH), and generalized autoregressive conditional heteroscedasticity (GARCH). The distinctive feature of these models is that they recognize that volatility is not constant. During some periods, volatility is relatively low, while during other periods it is relatively high. The models attempt to keep track of variations in volatility through time.
A variable’s volatility, σ, is defined as the standard deviation of the return provided by the variable per unit of time when the return is expressed using continuous compounding. (See Appendix A for a discussion of compounding frequencies.) When volatility is used for option pricing, the unit of time is usually one year, so that volatility is the standard deviation of the continuously compounded return per year. When volatility is used for risk management, the unit of time is usually one day so that volatility is the standard deviation of the continuously compounded return per day.
Define Si as the value of a variable at the end of day i. The continuously compounded return per day for the variable on day i is
Ln (Si/ Si−1)
This is almost exactly the same as
(Si - Si−1) / Si−1
An alternative definition of daily volatility of a variable is therefore the standard deviation of the proportional change in the variable during a day. This is the definition that is usually used in risk management.
John C. Hull, "Risk Management and Financial Institutions", 5th Ed., Wiley, 2018.
Although the Gaussian distribution is a good approximation to financial returns, don’t forget that very large losses (and gains) occur much more frequently than predicted by this distribution. This is the phenomenon of fat tails.
Financial returns are not stable, though. No single standard deviation describes the return distribution. That’s why the word volatility is used and not just standard deviation. Volatility varies with time. During periods of political uncertainty or economic troubles, volatility can become high.
​
​The volatility of a financial asset is constantly changing, and if you use the latest returns, M, to calculate it, you’ll be using some stale information. If you treat each of the M historic data points as equally important, data from M days ago have the same importance as data from today. You can avoid this by using the method of exponential smoothing, which is also called an exponentially weighted moving average (EWMA).
Steve Bell, "Quantitative Finance for Dummies", Wiley, 2016.

