Get startedGet started for free

Volatility targeting in tactical asset allocation

GARCH volatility predictions are of direct practical use in portfolio allocation. According to the two-fund separation theorem of James Tobin, you should invest a proportion \(w\) of your wealth in a risky portfolio and the remainder in a risk free asset, like a US Treasury bill.

When you target a portfolio with 5% annualized volatility, and the annualized volatility of the risky asset is \(\sigma_t\), then you should invest \(0.05/\sigma_t\) in the risky asset.

This exercise is part of the course

GARCH Models in R

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Compute the annualized volatility
annualvol <- ___ * ___
Edit and Run Code