hedging-strategy
Build hedging strategies that match your portfolio's risk profile using beta hedging, protective options, collars, or tail-risk approaches. The skill walks you through hedge-ratio calculation, cost estimation, and execution planning across linear instruments like futures and nonlinear tools like puts and spreads.
Hedging Strategy helps you design systematic hedging plans using futures, options, or cross-asset approaches.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-27
Hedging Strategy helps you design systematic hedging plans using futures, options, or cross-asset approaches. Build hedging strategies that match your portfolio's risk profile using beta hedging, protective options, collars, or tail-risk approaches. The skill walks you through hedge-ratio calculation, cost estimation, and execution planning across linear instruments like futures and nonlinear tools like puts and spreads.
Use it when
- hedging-strategy teaches both nonlinear hedging tools.
- hedging-strategy walks you through hedge-ratio calculation using minimum-variance approaches and EWMA-based dynamic rebalancing.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
HKUDS/Vibe-Trading/hedging-strategy · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How does hedging-strategy help me hedge a stock portfolio with futures?
hedging-strategy guides you through designing systematic hedging plans using futures as linear instruments. You'll learn to calculate hedge ratios based on your portfolio's beta, determine optimal contract quantities for minimum-variance hedging, and execute beta hedging strategies tailored to assets like China A-shares or CSI 300 futures. The skill covers both the mechanics and cost evaluation so you can decide if futures hedging fits your risk profile.
What's the difference between protective puts and collar strategies in hedging-strategy?
hedging-strategy teaches both nonlinear hedging tools. Protective puts give you downside protection by buying put options, but they carry upfront cost. Collars combine a long put with a short call to create a zero-cost or low-cost hedge by capping both losses and gains. The skill helps you evaluate these cost-benefit tradeoffs and choose which approach matches your portfolio's risk scenario and budget constraints.
How do I calculate hedge ratios and determine optimal contract quantities?
hedging-strategy walks you through hedge-ratio calculation using minimum-variance approaches and EWMA-based dynamic rebalancing. You'll learn to size futures or options contracts based on your portfolio's beta, volatility, and correlation with the hedge instrument. The skill provides frameworks for both static and dynamic hedging, so you can adjust contract quantities as market conditions and your risk exposure evolve.
When should I use options versus futures for hedging according to hedging-strategy?
hedging-strategy compares linear instruments like futures against nonlinear tools like puts and spreads. Futures offer cost-efficient, proportional hedging for systematic risk; options provide tail-risk and black-swan protection with defined maximum loss but higher upfront cost. The skill includes scenario analysis templates and cost evaluation frameworks to help you select the right instrument mix for your specific risk profile and market outlook.
How does hedging-strategy address tail-risk and black-swan protection?
hedging-strategy covers far out-of-the-money puts, VIX call alternatives, and other tail-risk strategies designed to protect against extreme market moves. You'll learn to balance the cost of tail hedges against the probability and impact of black-swan events, and understand when tail protection is worth the premium. The skill includes frameworks for evaluating hedging costs and comparing protection strategies across different risk scenarios.
What cross-asset hedging strategies does hedging-strategy cover?
hedging-strategy teaches cross-asset hedging for stocks, bonds, commodities, and currencies. You'll learn to design systematic plans that use multiple instruments—such as stock-commodity hedges for inflation protection or FX forwards for currency depreciation—and understand how to hedge systematic versus idiosyncratic risk. The skill helps you build integrated hedge plans that address your portfolio's total risk exposure across asset classes.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Hedging Strategy Design
Overview
Design systematic hedging plans for existing positions, covering linear hedges (futures / ETFs) and nonlinear hedges (options). Output hedge ratios, cost estimates, and execution plans. Core principle: hedging does not eliminate risk; it exchanges unknown losses for known costs.
Core Concepts
1. Beta Hedging (Futures / ETFs)
Principle: hedge portfolio systematic risk (beta) with index futures or ETFs while preserving single-stock alpha.
Hedge ratio calculation:
```python
Minimum-variance hedge ratio
hedge_ratio = beta_portfolio * (portfolio_value / futures_value)
Example: hold a 10 million RMB China A-share portfolio, beta = 1.2
CSI 300 futures (IF) contract value = index level × 300
IF level = 4000, contract value = 4000 × 300 = 1.2 million
Required number of short contracts = 1.2 × (1000 / 120) = 10
Beta estimation method
import numpy as np
OLS regression: portfolio_returns = alpha + beta *
(truncated - see the full file via the links below)
File tree — 1 file
agent/src/skills/hedging-strategy/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Design systematic hedging plans using futures, options, or cross-asset strategies”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Move past basic option plays into volatility-driven trading. This skill covers volatility-surface structure, dynamic Greeks rebalancing across multiple dimensions, and practical arbitrage frameworks including calendar spreads, volatility arbitrage, and skew trades. Designed for traders working with equity options who need to manage portfolio Greeks exposures and identify mispricings across strikes and maturities.
Digital Oracle Main answers probability questions by reading prices across prediction markets, options chains, commodities, and derivatives. It cross-validates signals from multiple independent sources to produce structured probability reports grounded in market consensus, not speculation.
Options Payoff generates P&L curves and payoff diagrams for single and multi-leg option strategies, from basic calls and puts to complex spreads, butterflies, and condors. It calculates Black-Scholes pricing, the full Greeks suite, and implied volatility, then visualizes strategy performance across underlying price ranges. Built for research and backtesting within the Vibe-Trading framework.
Crypto-Derivatives covers three core strategies for digital asset derivatives: perpetual funding-rate arbitrage to capture recurring settlement payments, futures term-structure trading across contango and backwardation environments, and options strategies including volatility trading and Greeks analysis. Learn risk management, market signals, and tactical decision frameworks for OKX and Deribit.
This skill models options strategies through theoretical pricing and Greeks analysis, helping traders evaluate covered calls, spreads, iron condors, and other positions without real-time market subscriptions. It calculates strategy profit/loss, position sizing, and risk exposure using Black-Scholes formulas and historical volatility data from FMP API. Built for learning and simulation, not live trading.
options-strategy lets you backtest complex option portfolios—from covered calls and protective puts to iron condors and butterflies—by synthesizing theoretical prices via Black-Scholes and tracking Greeks exposure across time. The engine accepts daily underlying data, applies historical volatility, and outputs trade-by-trade records, daily Greeks aggregates, and performance metrics for strategy validation.
More skills ib-collar (MIT) · volatility-modeling (MIT) · strategy-generate (MIT) · asset-allocation (MIT) · investment-policy (MIT) · retirement-decumulation (MIT) · perp-funding-basis (MIT) · hk-connect-flow (MIT)