get_hedge_recommendations
Compute net portfolio delta and get concrete stock or option hedge recommendations to reach your target delta.
Instructions
Get delta-hedge recommendations for a portfolio.
Computes net portfolio delta and suggests a stock hedge plus an option-based alternative on the hedge ticker to reach the target delta. Recommendations are share-equivalent, not beta-weighted.
Use this tool when the user asks about:
How to hedge a position or portfolio
Getting delta-neutral
Protective puts / reducing directional risk
Args: positions: JSON array of positions, e.g. '[{"ticker": "AAPL", "position_type": "STOCK", "quantity": 100, "current_price": 210}, {"ticker": "AAPL", "position_type": "CALL", "quantity": -2, "strike": 220, "expiration": "2026-08-21", "current_price": 4.10, "delta": 0.31, "theta": -8.2, "vega": 21.0}]'. Get option Greeks from get_options_chain first. Plain text ("AAPL 100 shares") works for stock-only portfolios. hedge_ticker: Instrument to hedge with (default SPY) target_delta: Desired net portfolio delta (default 0 = neutral)
Returns: Current vs target delta and concrete hedge suggestions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| positions | Yes | ||
| hedge_ticker | No | SPY | |
| target_delta | No |