From 25360aacb8aab46e7e579707eb9704759af9536d Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Wed, 20 May 2026 00:22:32 -0700 Subject: feat: implement options tab with Black-Scholes pricer and vol surface Adds a fully interactive options tab: Terminal view (3-column Bloomberg- style with pricer, chain, smile/term-structure/greek curves) and Surface view (polar smile dial + IV heatmap). Uses synthetic vol surface until a live yfinance chain endpoint is wired up. Co-Authored-By: Claude Sonnet 4.6 --- frontend/app/globals.css | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/app/globals.css') diff --git a/frontend/app/globals.css b/frontend/app/globals.css index 7c4ad44..cbbf2be 100644 --- a/frontend/app/globals.css +++ b/frontend/app/globals.css @@ -1,3 +1,4 @@ @import "./design-tokens.css"; @import "./prism-shell.css"; +@import "./options.css"; -- cgit v1.3-2-g0d8e