calculate_futures_hedge
Determine the number of index-futures contracts required to hedge an equity portfolio against market declines. Input portfolio value, beta, index level, and lot size to calculate the hedge ratio.
Instructions
Number of index-futures contracts needed to hedge an equity portfolio. Use for 'how do I protect/hedge my portfolio against a market fall', beta hedging, downside protection. N = (β × Value) / (Index × Lot Size).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lot_size | Yes | ||
| index_level | Yes | ||
| portfolio_beta | Yes | ||
| portfolio_value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |