Add portfolio optimizer tab with 5 optimization modes#2
Merged
jakechinitz merged 1 commit intoFeb 25, 2026
Conversation
New Optimizer tab with full-featured weight optimization: - Max Sharpe: maximize risk-adjusted return via random search + refinement - Max CAGR: maximize geometric growth rate (accounts for volatility drag) - Max Sortino: maximize downside risk-adjusted return - Risk Parity: equal risk contribution from each asset (iterative ERC) - Pareto Frontier: interactive efficient frontier with clickable points showing Max Sharpe, Min Vol, and Risk Parity reference portfolios Features: - Toggle between Simulated (model-based) and Actual (historical) data - Per-category asset checkboxes with select-all toggle - Min/max weight constraints per asset - Horizontal bar chart of optimal weights - Efficient frontier scatter plot with portfolio cloud - "Apply to Portfolio" button pushes optimal weights to Portfolio Builder - Effective parameter display for leveraged/stacked products (accounts for beta slippage, borrowing costs, expense ratios) https://claude.ai/code/session_016ospNqZBi5SkHVYsFSZxYk
ad5011a
into
claude/portfolio-allocation-strategy-3pIEv
3 checks passed
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Optimizer tab with full-featured weight optimization:
Features:
https://claude.ai/code/session_016ospNqZBi5SkHVYsFSZxYk