From 882d55adad72b40799e8f0b444041baa8722b9bb Mon Sep 17 00:00:00 2001 From: Manohar Date: Mon, 11 May 2026 05:23:12 +0000 Subject: [PATCH] feat: payoff graph clean inject (Python, no template literal escaping) --- public/index.html | 445 +++++++++++++++++++++------------------------- 1 file changed, 202 insertions(+), 243 deletions(-) diff --git a/public/index.html b/public/index.html index 7a1efbb..759c5b4 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,6 @@ - + .pf-stat{padding:10px 14px;border-right:1px solid var(--border);text-align:center}.pf-stat:last-child{border-right:none}.pfs-l{font-size:.6rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text3);margin-bottom:4px}.pfs-v{font-family:'DM Serif Display',serif;font-size:1.05rem;color:var(--text)}
@@ -206,33 +195,27 @@
Strategy Payoff at Expiry
- - + +
- -
-
NET PREMIUM
-
MAX PROFIT
-
MAX LOSS
-
REWARD/RISK
-
BREAKEVEN(S)
-
DTE
+
+
NET PREMIUM
+
MAX PROFIT
+
MAX LOSS
+
REWARD/RISK
+
BREAKEVEN(S)
+
DTE
- -
+
- -
- Theoretical payoff at expiry based on avg cost. Does not account for time value or IV changes. - Current spot shown as dashed line. -
+
Theoretical payoff at expiry based on avg cost. Does not account for time value or IV. Current spot shown as vertical line.
@@ -268,7 +251,6 @@