<feed xmlns='http://www.w3.org/2005/Atom'>
<title>prism-v2.git/frontend/app, branch master</title>
<subtitle>Prism rewritten using FastAPI + NextJS</subtitle>
<id>https://git.tylerhoang.xyz/prism-v2.git/atom?h=master</id>
<link rel='self' href='https://git.tylerhoang.xyz/prism-v2.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/'/>
<updated>2026-05-21T21:49:56Z</updated>
<entry>
<title>fix: rewrite polar smile with correct closed-lens geometry</title>
<updated>2026-05-21T21:49:56Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-21T21:49:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=2222d8a5fac6850d7d924e9404a44a65cb10f68f'/>
<id>urn:sha1:2222d8a5fac6850d7d924e9404a44a65cb10f68f</id>
<content type='text'>
- Piecewise angleFor: puts go CCW (ATM→bottom), calls go CW (ATM→bottom)
  so both wings meet at the same bottom point and the path closes with Z
- Dynamic ivToR computed from actual IV range across all expiries
  (inner floor 60px, outer wall 240px) instead of hardcoded percentages
- IV rings: 5 evenly-spaced steps between real ivLo/ivHi
- Curve fill: rgba(194,170,122,0.12) matching design reference
- Non-selected curves: index-based styles (solid fg-1, then dashed fg-2/3/4)
- Eye price at font-size 30, label lowercase 'call · fair'
- Dashed marker-line spoke from center to selected-K dot
- Clicking a curve switches the selected expiry via onPickT
- Strike ticks use round multiples of a price-adaptive step
- Fix IvHeatmap xlabs duplicate key error (key by index, not rounded K)

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat: implement options tab with Black-Scholes pricer and vol surface</title>
<updated>2026-05-20T07:22:32Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-20T07:22:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=25360aacb8aab46e7e579707eb9704759af9536d'/>
<id>urn:sha1:25360aacb8aab46e7e579707eb9704759af9536d</id>
<content type='text'>
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 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>fix: resolve quality review issues in PriceVsValueCard</title>
<updated>2026-05-19T07:52:16Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-19T07:52:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=e8ab8993949e960af931f24913d32a5c023bab97'/>
<id>urn:sha1:e8ab8993949e960af931f24913d32a5c023bab97</id>
<content type='text'>
- Add 150ms ease transitions to pvv-fill and pvv-tick (design system)
- Move fill color to modifier CSS classes, drop inline background/opacity
- Guard iv === 0 to prevent Infinity in premium/discount label
- Remove ambiguous direction arrows from IV figure
- Add "projection" suffix to year count in assumption summary

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat: add PriceVsValueCard to overview left column (DCF compass)</title>
<updated>2026-05-19T07:45:57Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-19T07:45:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=5fd350345a6f6caceb3375d3736a9a9ef7291257'/>
<id>urn:sha1:5fd350345a6f6caceb3375d3736a9a9ef7291257</id>
<content type='text'>
Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat: fetch valuation on overview tab, add DCF block to ValuationOverviewCard</title>
<updated>2026-05-19T07:41:35Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-19T07:41:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=927a77d68b138778690d380fe7931cc37ce06c9e'/>
<id>urn:sha1:927a77d68b138778690d380fe7931cc37ce06c9e</id>
<content type='text'>
Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat: add ValuationOverviewCard to overview right column (multiples)</title>
<updated>2026-05-19T07:38:13Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-19T07:38:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=0c557f44b59d90900d6a2052a9d97c0266d8feb1'/>
<id>urn:sha1:0c557f44b59d90900d6a2052a9d97c0266d8feb1</id>
<content type='text'>
Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat: replace StatsCard with QualityCard (margins, returns, leverage)</title>
<updated>2026-05-19T07:35:20Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-19T07:35:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=f024c46e874b3cacb7af5bf96aec376b88b86156'/>
<id>urn:sha1:f024c46e874b3cacb7af5bf96aec376b88b86156</id>
<content type='text'>
Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>fix: correct VolumeCard bar transition to 150ms per design system</title>
<updated>2026-05-19T07:33:16Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-19T07:33:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=f66caf34f8cb9aaff878432aa3c18b9cceb01e65'/>
<id>urn:sha1:f66caf34f8cb9aaff878432aa3c18b9cceb01e65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add VolumeCard to overview left column (today vs 30d avg)</title>
<updated>2026-05-19T07:31:58Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-19T07:31:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=12e64dcdd11d151c03339540ace5603777be3b88'/>
<id>urn:sha1:12e64dcdd11d151c03339540ace5603777be3b88</id>
<content type='text'>
Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat: remove Coverage card from overview tab, move Profile to top of right column</title>
<updated>2026-05-19T07:28:08Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-19T07:28:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=2881e7598628697d0a786cf840abdc69086d1d24'/>
<id>urn:sha1:2881e7598628697d0a786cf840abdc69086d1d24</id>
<content type='text'>
Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
</feed>
