v1.0 · Tier 2Beta Generates AI-selected options strategy recommendations per security with rigorous Greeks, POP, and EV math.
Purpose
Recommends the optimal options strategy per security from a 21-strategy library, given the security's AI score, prescience forecast, IV regime, liquidity, cap tier, and event proximity. Drives /options page. Designed to answer: "Given my system has high conviction on TICKER, what is the best way to express that view in options?"
Inputs
AI score (0-100) from scoring engine — drives direction bucket
Confidence (0-100%) from scoring engine — drives strategy aggressiveness (16-delta short for high conf, 10-delta for mid)
Prescience forecast — expectedMovePct, probUp; gates Test 5 directionality
Liquidity score ≥ 50 — Normal grade or better (deep enough for spreads)
Earnings > 7 days — debit strategies blocked through earnings (IV crush kills them)
Pricing — Black-Scholes (Hull)
Per-leg price + Greeks via engine/options.js. Continuous-dividend variant of BS with analytic Greeks (delta, gamma, vega, theta, rho). Implied volatility back-solved via Newton-Raphson on observed market prices when an IV feed is available; otherwise realized vol is used as IV proxy.
Terminal-payoff sweep across ±50% of spot at expiration; probability-weighted using log-normal terminal distribution under risk-neutral drift. POP = ∫ P(S_T) · 𝟙{pnl(S_T) > 0} dS_T integrated over the profitable region.
Expected value (EV)
Closed-form integration of payoff × density across ±3σ in log-price (100 steps):
EV = Σᵢ pnl(S_T,i) · φ(z_i) · Δz where S_T = S·exp(μ + σ√T·z)
Composite ranking score (0-100)
Combines five orthogonal dimensions:
25% — normalized EV (scaled by capital required)
20% — POP (probability of profit)
10% — capital efficiency (1 - capRequired/NAV, capped at 10%)
15% — alignment with AI direction (bullish/bearish/neutral match)
20% — EV-per-dollar (positive only)
− complexity penalty (4% per complexity tier above 1)
− 10% tail-risk penalty for undefined-risk structures
Practitioner conventions baked in
30-45 DTE sweet spot for credit spreads (Tastytrade ~50K-trade study; optimal theta vs vega balance)
16-delta short strikes ≈ 1σ OTM ≈ ~84% POP at entry (high-conf credit setups)
10-delta short strikes for mid-conf (wider POP, smaller credit)
1/3 width minimum credit on verticals (3:1 worst-case R:R)
Manage at 50% max profit for credit strategies (Tastytrade convention; higher Sharpe than holding to expiration)
Calendar/diagonal preferred for pre-event entries (term-structure play, no IV-crush exposure)
Limitations
Beta status — engine is functional but data-feed limitations apply.
IV is approximated from realized vol when no live IV feed is available (production needs CBOE/Tradier IV)
Slippage and commission are not deducted from displayed EV
Assignment risk for short ITM options not modeled (especially pre-ex-dividend)