Monte Carlo simulation surfaced this weight mix as the efficient frontier tangent portfolio, delivering the best risk-adjusted return.
- Return
- 8.2%
- Risk
- 10.2%
- Sharpe
- 0.34
- Beta
- 0.92
- Jensen’s α
- 1.4%
Phase II of my graduate research dives into risk-adjusted portfolio construction. Using R (tidyquant, PortfolioAnalytics, PerformanceAnalytics), I simulated 5,000 Monte Carlo portfolios, analyzed factor exposure, and benchmarked custom strategies against the S&P 500. This dashboard distills the findings into an interactive investor-ready deliverable.
Research focus
Recruiters often ask how I approach portfolio construction. This project answers with data: efficient frontier simulations, Sharpe improvements, S&P outperformance months, and factor regression insights that isolate true alpha.
This project distills the insights from my “Financial Modeling” coursework and @Phase2_Group1 research. Using R (tidyquant, PortfolioAnalytics, PerformanceAnalytics), I simulated 5,000 allocations across 24 stocks, mapped the efficient frontier, and benchmarked optimized, naive, and thematic portfolios versus the S&P 500.
Efficient Frontier (Risk vs Return)
Monte Carlo simulation surfaced this weight mix as the efficient frontier tangent portfolio, delivering the best risk-adjusted return.
Benchmark portfolio distributing capital evenly across the 24 names to contrast disciplined optimization with naive allocation.
Hand-crafted weights reflect sector tilts and conviction bets; backtests show consistent alpha after controlling for factor exposures.
Used as the market proxy to measure excess performance, beta, and Jensen’s alpha across optimized and heuristic allocations.
| Factor | Optimal | Naive | Custom |
|---|---|---|---|
| Market (MKT) | 0.92 | 1.01 | 1.08 |
| Size (SMB) | -0.08 | 0.04 | 0.11 |
| Value (HML) | -0.05 | 0.07 | 0.02 |
| Profitability (RMW) | 0.06 | 0.01 | 0.12 |
| Investment (CMA) | -0.03 | -0.02 | 0.05 |
Notebook Highlights