Portfolio Theory
objective
Apply portfolio theory to derive robust allocation principles and theoretical risk-return diagnostics.
workflow
- •define investable universe, return assumptions, and covariance model.
- •derive efficient frontier and tangency portfolios under constraints.
- •analyze diversification benefit and marginal risk contribution.
- •compare equilibrium-implied returns to observed risk premia.
- •release only when theory outputs are reconciled with implementation limits.
required diagnostics
- •efficient-frontier stability under parameter perturbation.
- •marginal contribution to risk by asset and factor.
- •concentration and diversification diagnostics.
- •implied-versus-realized risk-premium divergence.
- •constraint shadow-price interpretation.
risk controls
- •enforce covariance regularization and robustness checks.
- •enforce limits on unstable frontier points.
- •enforce interpretation checks before production use.
outputs
- •run
python scripts/portfolio_theory_diagnostics.py input.csv --output diagnostics.jsonand keep the json artifact. - •write an implementation memo using
references/portfolio-theory-playbook.mdwith assumptions, tests, limits, and rollout plan.
resources
- •use
scripts/portfolio_theory_diagnostics.pyfor deterministic diagnostics. - •use
references/portfolio-theory-playbook.mdfor the domain checklist and delivery structure.