generated from academicpages/academicpages.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,21 @@ | ||
--- | ||
title: "Portfolio item number 1" | ||
excerpt: "Short description of portfolio item number 1<br/><img src='/images/500x300.png'>" | ||
title: "Portfolio construction using Black-Litterman Model" | ||
excerpt: "Construct a portfolio using MPT and BL model to outperform the market return. Using various techniques in portfolio selection, weight allocation and incorporate views in portfolio optimisation process. 1<br/><img src='/images/blogs/bl-construct.png'>" | ||
collection: portfolio | ||
--- | ||
|
||
This is an item in your portfolio. It can be have images or nice text. If you name the file .md, it will be parsed as markdown. If you name the file .html, it will be parsed as HTML. | ||
This project explores portfolio optimization and factor investing strategies using quantitative methods. The project focuses on constructing an optimal portfolio by selecting assets based on risk factors, utilizing statistical techniques for covariance matrix estimation, and implementing portfolio optimization models. | ||
|
||
Key Findings | ||
|
||
1. **Covariance Matrix Estimation:** | ||
- Implemented the shrinkage estimator proposed by Ledoit-Wolf (2003) to address the instability of the sample covariance matrix. | ||
|
||
2. **Portfolio Optimization Models:** | ||
- Explored Mean-Variance Optimization, Max Sharpe Ratio Optimization, and the Black-Litterman model to derive optimal portfolio weight allocations. | ||
|
||
3. **Factor Exposure Analysis:** | ||
- Investigated factor exposures of securities to target factors, providing insights into the diversification and risk management strategies. | ||
|
||
4. **Future Enhancements:** | ||
- Recommendations for future improvements include incorporating international markets, refining optimization methods, and exploring advanced topics like individual investor uncertainty. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters