ib-report-delta-adjusted-notional-exposure
This skill computes delta-adjusted notional exposure across all your IBKR accounts, using Black-Scholes to price option deltas and reporting directional risk by account and underlying. It connects to TWS or IB Gateway, processes positions including equities, futures, and options, and generates a markdown report with summary tables and top exposures.
ib-report-delta-adjusted-notional-exposure calculates delta-adjusted notional exposure across all your Interactive Brokers accounts using Black-Scholes pricing.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-20
ib-report-delta-adjusted-notional-exposure calculates delta-adjusted notional exposure across all your Interactive Brokers accounts using Black-Scholes pricing. This skill computes delta-adjusted notional exposure across all your IBKR accounts, using Black-Scholes to price option deltas and reporting directional risk by account and underlying. It connects to TWS or IB Gateway, processes positions including equities, futures, and options, and generates a markdown report with summary tables and top exposures.
Use it when
- ib-report-delta-adjusted-notional-exposure uses the Black-Scholes model to compute option deltas, incorporating current market prices.
- Yes.
Verify before relying
Read SKILL.md below before installing (3 files). Open directory: indexed for reading, not audited.
Install
staskh/trading_skills/ib-report-delta-adjusted-notional-exposure · 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
What's my delta exposure across all accounts?
ib-report-delta-adjusted-notional-exposure computes your total delta exposure by connecting to TWS or IB Gateway, retrieving all positions across your Interactive Brokers accounts, and calculating delta-adjusted notional values for equities, futures, and options using Black-Scholes pricing. The skill generates a markdown report showing your net delta notional exposure aggregated across all accounts.
How does ib-report-delta-adjusted-notional-exposure calculate option deltas?
ib-report-delta-adjusted-notional-exposure uses the Black-Scholes model to compute option deltas, incorporating current market prices, strike prices, time to expiration, volatility, and interest rates. These deltas are then multiplied by notional position values to determine each option's directional exposure contribution to your overall portfolio delta.
Can I see portfolio delta risk broken down by account and underlying?
Yes. ib-report-delta-adjusted-notional-exposure breaks down long and short delta exposure by account and underlying symbol, providing granular visibility into where your directional risk is concentrated. The markdown report includes summary tables and identifies your top delta exposures across all positions.
What does ib-report-delta-adjusted-notional-exposure include in its delta risk summary?
ib-report-delta-adjusted-notional-exposure generates a delta risk summary covering options, futures, and stocks. It reports net delta notional exposure, long/short delta breakdowns, account-level aggregations, and underlying-level detail, helping you monitor your portfolio's directional risk in one comprehensive markdown report.
How does ib-report-delta-adjusted-notional-exposure connect to my Interactive Brokers accounts?
ib-report-delta-adjusted-notional-exposure connects via TWS (Trader Workstation) or IB Gateway, retrieving real-time position data from all your linked Interactive Brokers accounts. It processes this data to calculate delta-adjusted notional exposure and generate your directional risk report.
What positions does ib-report-delta-adjusted-notional-exposure analyze?
ib-report-delta-adjusted-notional-exposure analyzes equities, futures, and options across all your Interactive Brokers accounts. It calculates delta-adjusted notional exposure for each position type, aggregates them by account and underlying, and reports your total net delta notional exposure and directional portfolio risk.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
IB Delta-Adjusted Notional Exposure Report
Calculate and report delta-adjusted notional exposure across all Interactive Brokers accounts.
IB Connection
TWS or IB Gateway must be running locally with API enabled:
- Paper trading — port 7497
- Live trading — port 7496
- IB_PORT env var — default port when --port is omitted (e.g. IB_PORT=4001 for a Gateway container). Precedence: --port flag > IB_PORT > built-in default. Set it in the shell or a .env file.
Port fallback: If the configured port fails, automatically retry on the other port. If the retry succeeds, save to memory which account type worked (live/paper) and reuse it for all IB skill calls in this and future sessions — until the user explicitly asks for the other account. If both ports fail, ask the user to verify that TWS or IB Gateway
(truncated - see the full file via the links below)
File tree — 3 files
.claude/skills/ib-report-delta-adjusted-notional-exposure/SKILL.md
.claude/skills/ib-report-delta-adjusted-notional-exposure/scripts/delta_exposure.py
.claude/skills/ib-report-delta-adjusted-notional-exposure/templates/markdown-template.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 › “Calculate and report delta-adjusted notional exposure across all accounts”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Analyze all positions in your Interactive Brokers accounts with traffic-light risk indicators and earnings exposure. The skill gathers portfolio data, fetches earnings dates, and delivers technical analysis in a prioritized markdown report highlighting positions requiring immediate attention.
ib-account fetches your account summary directly from Interactive Brokers, including net liquidation value, available cash, and buying power. It connects through TWS or IB Gateway running locally and automatically detects whether you're trading paper or live accounts, with fallback retry logic to ensure reliable connections.
IB Portfolio connects to your Interactive Brokers account to display current positions, quantities, average costs, and market values. It works with TWS or IB Gateway running locally and automatically handles paper and live trading ports. The skill returns structured position data including unrealized profit/loss for each holding.
Pull trade executions directly from your Interactive Brokers account via live API (recent ~7 days) or FlexReport (full history). Filter by account, symbol, or date range, and get back execution details with per-symbol summaries including commissions and realized P&L.
Analyze roll opportunities for existing short options or identify best covered calls/puts to open against long stock. The skill connects to Interactive Brokers via TWS or IB Gateway, evaluates candidates across multiple expirations, and uses IV-aware strike bands to surface relevant alternatives tailored to market conditions.
This skill builds collar strategy reports for PMCC traders facing earnings or volatility spikes. It connects to Interactive Brokers, analyzes your long LEAPS and short calls, models put protection scenarios across gap-up/flat/down outcomes, and recommends optimal strike and duration for tactical hedging.
More skills Ibkr (unlicensed) · Ibkr Api Skill (unlicensed) · ib-pmcc-advisor (MIT) · Margin Management (NOASSERTION)