Linear constraints with risk fractions

October 13, 2011

A different sort of generalization of variance partitions.

Previously

The post “Generalizing risk fractions” described additional (to version 1.04 of Portfolio Probe) ways of dividing the variance among the assets.  This post describes the other major addition in the new version.

Linear constraints

Linear constraints on sectors, industries and countries are quite common.  These constrain the weights within the categories, but their purpose is really to constrain risk rather than weight.

Version 1.04 of Portfolio Probe allows you to constrain the variance attributable to sectors, industries, countries, and so on.  That is done simply by changing one argument:

lin.style = "weight"

performs the usual constraint, and

lin.style = "varfraction"

performs the constraint with the fraction of variance attributable to each category.

Technicalities

In the larger scheme these are not linear constraints at all — they are dynamic quadratic constraints.  But you need not be concerned with that.  Operationally they are just the same as constraining weights.  The important difference is that they conform to the original intention of the constraints.

Sector constraints on weights exist not because they make sense, but because suitable technology hasn’t been available.

It is possible to provide multiple variances and to have constraints on each variance.  For example you could have your usual optimization, but impose linear risk fraction constraints on one or more additional variance matrices that represent difficult times.

Subscribe to the Portfolio Probe blog by Email

Latest posts

Leave a Reply

  1. […] lin.bounds=linB, lin.style="varfraction" […]

Related posts

  • February 27, 2012

    A look at the distortion from predicted to realized. The idea The efficient frontier is a mainstay of academic quant.  I've made fun of it before.  This post explores [...]

  • February 16, 2012

    Version 1.01 of BurStFin is now on CRAN. It is written entirely in R, and meant to be compatible with S+. Functionality The package is aimed at quantitative finance, [...]

  • February 13, 2012

    How fat tailed are returns, and how does it change over time? Previously The sister post of this one is "A slice of S&P 500 skewness history". Orientation The [...]