Skip to content

A mathematical approach to portfolio allocations. Based on the proposal by Fisher Black and Robert Litterman

License

Notifications You must be signed in to change notification settings

sh2002vk/black_litterman

Repository files navigation

The Black-Litterman Model

A mathematical approach to portfolio allocations.

Formula

E[R] = $[{\tau\sum}^{-1} + P'{\Omega}^{-1}P]^{-1}\times[({\tau\sum}^{-1}\times\pi)+P'{\Omega}^{-1}Q]$

where: 𝛕 -> tau scalar 𝝅 -> Implied Equilibrium Excess Returns ∑-> Covariance Matrix of Excess Returns Q -> View Matrix P -> Pick Matrix for views 𝝮 -> View Confidence Matrix (P(𝛕∑)P’) E[R] -> adjusted expected return matrix

To Run

  1. git clone the project
  2. pip install numpy and pandas
  3. run python test_model.py

TODO

Calculate optimal asset allocation weights with mean-variance optimization

About

A mathematical approach to portfolio allocations. Based on the proposal by Fisher Black and Robert Litterman

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages