MBA Candidate, McCombs School of Business
A passionate finance professional embracing technology to simplify complex financial products. CPA and CFA Level 1, with prior experience at JPMorgan. Currently pursuing my MBA at UT Austin.
Electronic trading platform for systematic execution of multi-leg, prebuilt derivative strategies with automated risk management, real-time position monitoring, and pre-trade analytics, including margin and fee estimation.
An interactive options intelligence platform focused on research, execution, and management, built to deliver an institutional-grade trading experience.
Built a templated strategy engine supporting five F&O structures — straddles, strangles, condors, and spreads. Before any order is placed, the platform assembles a live order book preview, computes per-leg Greeks via Black-Scholes, fetches real-time margin from Kite's basket API, and estimates all-in costs including brokerage and STT.
Began building a dedicated options intelligence layer after recognizing that raw NSE data alone wasn't sufficient for consistent decision-making.
Built a full order management UI — place, track, modify, and cancel live orders across baskets, with background Kite polling to auto-assign filled positions. Set up GitHub Actions to deploy to AWS EC2 on every push to main, reducing deploy friction to zero.
Extended the RM engine with Profit Shield — a trailing floor that locks in gains as P&L rises and persists overnight. Added a complete exit audit trail: every RM-triggered order logs instrument, fill price, attempt count, and final status. Resolved 20+ production bugs across async safety, WebSocket reconnect, and stale price handling.
Designed and shipped the foundational stack: FastAPI backend, Jinja2/HTMX frontend, SQLite persistence, deployed on AWS EC2. Integrated Kite Connect for real-time LTP over WebSocket and authenticated order placement. Built the Risk Management Engine — an async background loop that evaluates Profit Target, Loss Guard, and EOD Auto-Exit rules on every tick, with LIMIT-order retry and partial-fill handling.