diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-20 00:22:32 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-20 00:22:32 -0700 |
| commit | 25360aacb8aab46e7e579707eb9704759af9536d (patch) | |
| tree | 028f654f97dc23c7bc088bc3b625185f4fb71287 /frontend/app/globals.css | |
| parent | 68b4f52829cdb2d6951faf8037fb002083ebd0a5 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'frontend/app/globals.css')
| -rw-r--r-- | frontend/app/globals.css | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |
