Documentation Hub

Comprehensive documentation for the BRISMA implied risk premia framework. Academic papers, tutorials, and technical references.

Academic Research

Getting Started

Theory & Background

Reference

Tutorials

Key Concepts Reference

Implied Returns

mu* = lambda * Q * w + rf

Extract expected returns from observed portfolio weights, covariance matrix, and risk aversion.

Lambda M1 (Market)

lambda = ln((1+y_10Y)/(1+rf)) / beta_ref

Calibrate lambda using 10-year bond yield spread. Used when R-squared > 0.6.

Lambda M2 (Historical)

lambda = sum(w_t * f_t)

Exponentially weighted historical factor returns. Used when R-squared < 0.3.

Hybrid Blend

mu = R^2 * mu_M1 + (1-R^2) * mu_M2

Blend methods based on R-squared regime indicator for smooth transitions.

Factor Model

r = B * f + epsilon

Decompose returns into systematic (factor) and idiosyncratic components.

Factor Premia

pi = (B'B)^-1 * B' * (mu* - rf)

Extract implied factor risk premia from asset-level implied returns.

External Resources