What problem does it solve?
Traders need quantitative risk metrics like VaR, CVaR, and Sharpe ratio before entering positions, but computing these manually or wiring up risk libraries is slow and error-prone. This Skill runs risk assessments through the neural-trader CLI and enforces circuit breaker checks.
Core Features & Use Cases
- Risk Metrics: Compute VaR, CVaR, Sharpe ratio, and correlation analysis for single tickers or entire portfolios.
- Position Sizing: Calculate position sizes using risk tolerance parameters or Kelly criterion.
- Circuit Breaker Monitoring: Check daily/weekly loss limits, correlation spikes, volatility regime shifts, and concentration limits.
- Use Case: Before adding a new position, run a portfolio-wide risk assessment to verify correlation stays below 0.8 and position sizing respects a 2% risk tolerance, then store the assessment in memory for audit.
Quick Start
Assess the risk of my AAPL position with a $10,000 investment and recommend position sizing.