What problem does it solve?
Manually balancing a trading portfolio against risk targets is error-prone and slow. This Skill automates mean-variance portfolio optimization, risk assessment, and rebalancing plan generation using the neural-trader CLI.
Core Features & Use Cases
- Portfolio Optimization: Runs mean-variance optimization with an optional risk-target parameter to compute target allocations.
- Risk Metrics: Assesses portfolio risk, value-at-risk (VaR), and correlation flags above a configurable threshold.
- Rebalancing Plan: Generates the trades needed to move from current to target weights, including estimated costs.
- Memory Integration: Stores optimized allocations and retrieves historical high-Sharpe portfolios via ruflo memory and AgentDB pattern search.
- Use Case: A trader with an existing holdings portfolio wants to rebalance toward a 10% risk target; the Skill loads current holdings, optimizes allocation, predicts expected returns with SONA, and outputs the exact trades required.
Quick Start
Ask the agent to optimize my current portfolio with a risk target of 0.1 and generate a rebalancing plan.