Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/public/profiles/acquia/modules/mollom/mollom.module on line 1444

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/public/modules/security_review/security_review.module on line 415
Useful Asset Allocation Data Sources | Design and Analytics

Useful Asset Allocation Data Sources

Working on a project on asset allocation right now, and discovered two excellent references.  The first is a solid guide and introduction to implementing the Black-Litterman model: http://www.blacklitterman.org/. This reference provides useful implementations in both Excel and Matlab, as well as a discussion of the inputs.  The discussion of the controversial and elusive Tao term is particularly helpful. The second item is a data source, a comprehensive ETF reference, http://etfdb.com/, which lets you search the ETF universe along several parameters.  ETFs can provide great simplification in an asset allocation model, and this reference allows you to sort by issuer, and by country exposure.

Blog tags: