Apple WWDC Price Prediction Options Project
About this project
AAPL WWDC 2026 — Event-Day Volatility Arbitrage A quantitative options strategy built around Apple's annual WWDC keynote (June 8, 2026). The core idea is implied vs realised volatility arbitrage — options markets have historically overpriced AAPL's expected 1-day move on keynote day, creating a structural edge for volatility sellers. By collecting 11 years of WWDC event-day returns (2015–2025), comparing them against the ATM straddle implied move, and backtesting a short straddle strategy, we quantify that edge and size it using the Kelly Criterion. Quant concepts used: implied volatility, realised volatility, volatility risk premium, ATM straddle pricing (call + put ÷ spot), 1-day IV derivation (annual IV ÷ √252), Shapiro-Wilk normality testing, skewness and kurtosis analysis, Kelly Criterion position sizing (½ Kelly for safety), short straddle and iron condor payoff mechanics, Sharpe ratio, and max drawdown. Libraries: yfinance (data), pandas + numpy (analysis), scipy.stats (distribution testing), matplotlib + matplotlib.animation (static and animated charts), pillow + ffmpeg (GIF and MP4 export).
Files
1 File
Sign in to view this file
Viewing files on ForgeHub is free. Sign in or create an account to open the interactive viewer and download files.
Sign in to viewActivity
Related Projects
FIFA World Cup Brazil vs Morocco Prediction Model
Fetches full match history for Brazil and Morocco from football-data.org and applies exponential time-decay weighting to prioritize recent form. Builds Poisson attack/defense strength ratings to generate a scoreline probability grid, trains a logistic regression on recency-weighted differential features, then blends both models into a final win/draw/loss probability for their June 13 World Cup 2026 Group C clash. Outputs a scoreline heatmap, blended probability bars, and expected goals comparison.

Quant Kavin
Jun 8, 2026
FIFA World Cup USA vs Paraguay ML Prediction Model
Pulls recent international match history for USA and Paraguay via the football-data.org free API, engineers rolling form features (win rate, goals for/against, goal difference) over an 8-game window, and trains a logistic regression to output head-to-head win probabilities for their June 12 World Cup 2026 Group D opener. Includes feature coefficient analysis and a rolling form comparison chart.

Quant Kavin
Jun 8, 2026
STL to NASTRAN/Abaqus Mesh Converter
Command-line tool for converting STL surface meshes to volumetric FEA meshes compatible with NASTRAN (.bdf) and Abaqus (.inp) formats. Tetrahedral meshing with quality metrics.
Priya Sharma
Apr 22, 2026