|
Convertible Bond Monte Carlo Pricing
|
Research (Quant)
|
Statistical Modeling
|
Fall 2025
|
This project implements and extends models for pricing convertible bonds (CBs) using Monte Carlo simulations, reproducing and enhancing methods from Brinell (2023) and Kind & Wilde (2005).
-
Methodology:
Simulate stock price paths with Geometric Brownian Motion (GBM), evaluate European and American CB payoffs, and use regression-based techniques for early exercise decisions in American CBs.
-
Implementation:
Developed modular Python scripts including
GBM_Simulation.py, CB_European_BS.py, CB_European_MC.py, and CB_American_MC.py. Parameters are loaded from parameters.txt via Get_Parameters.py. Utilized NumPy for vectorized simulations and utility functions for payoff computation and regression.
-
Outcome:
Successfully reproduced benchmark European CB prices, validated Monte Carlo simulations against analytical results, and extended the model to handle American-style CBs with early conversion options. Provides a foundation for future extensions including puts, calls, and forced conversion scenarios.
-
Extensions:
Potential future work includes modeling early redemption options (puts and calls), simulating issuer-triggered forced conversions, integrating refinements from Kind & Wilde (2005), and incorporating advanced pricing features for more complex CB structures.
|
|
Momentum Risk Management
|
Research (Quant)
|
Quantitative Finance / Portfolio Management
|
Fall 2025
|
The Momentum-Risk-Mitigation project explores risk-managed momentum strategies in equity markets, combining insights from Seppi & Sunner (2021) and Rutkowski et al. (2025). The project constructs momentum portfolios designed to capture excess returns while mitigating downside risks through advanced portfolio management techniques.
-
Methodology:
Acquire and preprocess historical equity and benchmark data; construct long-only, equal-weighted momentum portfolios; compute weekly returns; rank stocks into top-performing quantiles; integrate risk mitigation techniques including volatility scaling, diversification, and tail hedges; and compute risk-adjusted performance metrics such as Sharpe ratio, alpha, beta, maximum drawdown, and Value at Risk (VaR).
-
Implementation:
Developed modular Python scripts for data acquisition, portfolio construction, performance and risk analysis, and visualization. Leveraged Pandas and NumPy for efficient data handling and computations, and structured workflows to support reproducibility and continuous evaluation of portfolio strategies.
-
Outcome:
Successfully created a foundational pipeline for risk-managed momentum strategies, enabling backtested evaluation of portfolios from 2015–2025. Initial analyses demonstrate the ability to capture momentum returns while controlling portfolio risk, providing benchmarks for further optimization and strategy development.
-
Extensions:
Future work includes implementing alternative weighting schemes, adding factor overlays (e.g., size, value), extending momentum strategies across international markets, integrating machine learning for predictive ranking, and incorporating real-time execution considerations for trading simulation and transaction cost analysis.
|
|
Short-Run-Forex-Eigenvalue-Forecasting
|
Research (Quant)
|
Econometrics / Forex Analysis
|
Fall 2025
|
The Short-Run-Forex-Eigenvalue-Pricing project reproduces and extends the analysis of Shalishali & Ho (2010), investigating short-run exchange rate dynamics across Asian, European, and North American currency pairs. The focus is on relationships between spot and forward exchange rates and the application of eigenvector scaling methods for predictive insights.
-
Methodology:
Acquire historical forex data for seven major currencies; preprocess and clean datasets; apply eigenvector scaling methods to identify dominant relationships among currency pairs; perform regression analyses to evaluate short-run predictability and market efficiency; implement trading strategies based on forward vs. spot rate relationships; assess performance metrics and regional differences.
-
Implementation:
Developed modular Python scripts including
yfinance_spot_data.py for data retrieval, MarketMatrix.py and ForecastMatrix.py for matrix computations, and summary_for_all_pairs.py for analysis. Pipelines orchestrated via forex_pipeline.py. Leveraged Pandas and NumPy for efficient calculations and matplotlib/seaborn for visualization of predictive performance.
-
Outcome:
Established a complete workflow for short-run forex analysis, reproducing key findings from the original 2010 study and extending them to multiple regions. Generated summary outputs, hit rate statistics, and visualizations demonstrating predictive accuracy of forward vs. spot relationships.
-
Extensions:
Future work includes expanding to emerging market currencies, incorporating volatility-based models such as GARCH, testing nonlinear and machine learning models for prediction, integrating intraday or high-frequency data, and evaluating real-world execution constraints for strategy deployment.
|
|
NYC Rain Forecasting - Kalshi
|
Research (Quant)
|
Predictive Modeling
|
Spring 2025
|
This project develops a systematic forecasting framework for predicting outcomes of Kalshi’s NYC Daily Rain contracts using publicly available meteorological data. It implements a full workflow of data acquisition, preprocessing, bin-based feature engineering, probabilistic modeling, and out-of-sample validation.
-
Methodology:
Daily NYC precipitation, temperature, humidity, and cloud-cover data were collected from NOAA and related public sources. A binning-based feature engineering process was developed to segment precipitation indicators into predictive regimes, capturing nonlinear threshold behavior relevant to Kalshi’s contract settlement structure.
-
Implementation:
The pipeline includes end-to-end data cleaning, aggregation to contract-aligned horizons, calibration of binned features, and supervised-learning models for settlement probability estimation. Cross-validation and calibrated scoring were used to evaluate performance robustness.
-
Outcome:
Using the Brier score for model accuracy, the final model achieves an approximately 85 percent out-of-sample directional accuracy in predicting contract outcomes, outperforming naïve baselines and public forecast heuristics. The analysis highlights the value of micro-segmentation calibrated probability modeling in environmental event-derivative forecasting.
-
Extensions:
The framework supports additional development, including multi-city forecasting, integration of short-term signal, ensemble weighting across meteorological sources, and real-time trading pipeline deployment aligned with Kalshi contract specifications.
|
|
Kalshi Front-Running Analysis
|
Research (Quant)
|
Quantitative Trading
|
Fall 2024
|
This project develops a quantitative trading framework for analyzing front-running behavior in Kalshi event contracts. The analysis focuses on identifying repeatable pricing patterns preceding market moves, constructing custom candlestick representations, and evaluating predictive signals through systematic backtesting.
-
Methodology:
Historical intraday Kalshi contract data was transformed into custom candlestick structures capturing open, high, low, and close levels over discrete micro-intervals. These candles were engineered to highlight short-horizon imbalance, momentum, and liquidity-driven dynamics that precede event-related price adjustments.
-
Implementation:
The strategy identified several robust pre-move micro-patterns observable in candle-based features, producing measurable predictive lift over random and baseline classifiers. Backtesting demonstrated consistent improvements in directional accuracy and risk-adjusted returns under multiple contract types and sampling intervals.
-
Outcome:
Established a complete workflow for short-run forex analysis, reproducing key findings from the original 2010 study and extending them to multiple regions. Generated summary outputs, hit rate statistics, and visualizations demonstrating predictive accuracy of forward vs. spot relationships.
-
Extensions:
The framework supports integration of order-flow features, regime-switching models, ensemble predictive architectures, and real-time monitoring modules for production-grade trading applications on event-derivative platforms.
|
|
Crisis Investing
|
Research (Quant)
|
Systematic Equity Strategy Design
|
Fall 2022 - FY 2023
|
This project applies Verdad’s crisis-investing framework to systematic equity selection and execution within Interactive Brokers (IBKR). The work involves translating "fleeing to quality" into operational screening rules, constructing automated portfolios, and validating performance through historical simulation and live-paper environments.
-
Methodology:
Verdad’s crisis-investing criteria—focusing on valuation compression, balance-sheet resilience, and post-dislocation recovery dynamics—were operationalized into a structured equity universe filter. Market, fundamental, and macro indicators were transformed into quantitative screening signals aligned with the crisis-investing research canon.
-
Implementation:
Developed a Python-based pipeline integrating with the IBKR API to pull real-time fundamentals, execute screen updates, and generate systematic buy and sell lists. Historical samples were used to evaluate performance during prior market dislocations, while simulated IBKR portfolios were employed to validate execution, turnover, and stability across sector and market-cap segments.
-
Outcome:
The resulting framework demonstrated material signal strength around post-crisis equity rebounds, capturing value-driven mean-reversion patterns with favorable risk-adjusted performance. Automated IBKR workflows produced consistent basket construction, improved trade discipline, and measurable lift over simple value- and momentum-based baselines.
-
Extensions:
Future enhancements include integrating macro-regime classification, expanding screening rules to international markets, and incorporating volatility-adjusted position sizing for improved capital allocation during crisis windows.
|
|
Supply Chain Strategy
|
Academic
|
Operational & Financial Analysis
|
Spring 2022
|
This is a case study regarding operations management and quantifying operational improvements into financial results
|
|
Retail Investor Sentiment
|
Public/Professional
|
Various Financial Engineering Case Studies
|
Fall 2021 - Spring 2022
|
As part of partnership with the WP Carey Department of Finance, ASU Center for Investment Engineering, & ASU Endowment Fund. I participated in the Student Investment Management Fund, which is an opportunity to manage a section of ASU's endowment fund for a full year. During this time we employed a quantitiative strategy regarding investor sentiment and used retail investor order flow to gauge sentiment and position the fund ahead of investor sentiment.
Final Presentation:
Midpoint Presentation:
|
|
Equity Valuation of BA & MSP Stock Pitch
|
Academic
|
Valuation
|
Fall 2021
|
This project involved a comprehensive fundamental valuation of Boeing (BA) and Datto, Inc. (MSP) for an investor pitch competition. The analysis included business profiling, financial modeling, competitive benchmarking, scenario testing, and risk assessment. The MSP valuation and thesis ultimately secured 1st place in the end of semester fundamental stock pitch competition.
-
Methodology:
Conducted a full fundamental review of each company including business model assessment, addressable market analysis, margin structure, capital allocation trends, and risk factor identification. Built detailed valuation frameworks using discounted cash flow modeling, comparable company analysis, and expected risk-reward distributions under base, bull, and bear cases.
-
Implementation:
Developed layered valuation models with revenue builds, margin decomposition, and sensitivity analysis. For MSP, incorporated subscription-based recurring revenue dynamics, cybersecurity sector growth, and post-IPO capital structure considerations. For Boeing, evaluated backlog recovery, segment-level cash flow potential, and long-duration aerospace cyclicality. Structured both pitches with investment theses, catalysts, downside framing, and competitive moats.
-
Outcome:
The MSP pitch was recognized as the top submission in the competition, demonstrating a stronger valuation outlook, more robust risk-adjusted return profile, and a clearer mispricing relative to fundamentals. The BA analysis provided a contrasting case of long-term recovery value with materially higher risk dispersion, strengthening the team’s comparative insights.
-
Extensions:
The model framework can be adapted for sector-wide screens or multi-asset comparative valuation.
|
|
ASU SCMA / Dell Case Competition
|
Case Competition
|
Supply Chain Management
|
Fall 2021
|
This project analyzed Dell’s reverse supply chain and proposed a strategic roadmap to optimize closed-loop logistics, modular design integration, and customer-facing “first-mile-back” processes. Across two competitive rounds, the team secured second place by developing a comprehensive vision for Dell’s 2026 and 2031 reverse logistics models and recommending interventions that enhance sustainability, resiliency, and customer experience.
-
Methodology:
Conducted a full-spectrum assessment of Dell’s current reverse logistics architecture using industry frameworks, triple bottom line analysis, and closed-loop supply chain theory. Integrated market trends, ESG pressures, global regulations, and technological shifts (cloud adoption, predictive analytics, transparency requirements) to construct a forward-looking evaluation of constraints and opportunities.
-
Implementation:
Developed scenario-based future-state models for Dell’s reverse logistics (2021 → 2026 → 2031), drawing on principles from the case literature and sustainability reporting standards. Proposed system benefits of modular device architecture, decentralized repair networks, and partnerships with Amazon Home Services, community colleges, and 3PL providers. Designed operational workflows to reduce waste, increase component recovery, and improve workforce readiness.
-
Outcome:
Delivered a finalist proposal that earned second place. The final recommendation package demonstrated how Dell could materially improve the first-mile-back experience, expand repair access, decrease reliance on Dell-owned hubs, and strengthen closed-loop material flows. Analyses showed measurable impacts on carbon footprint reduction, recyclability, ESG reporting accuracy, and supply chain resilience under modular product architectures.
-
Extensions:
Future work could model quantitative cost–benefit impacts of decentralized repair networks, integrate predictive failure analytics, and perform simulation-based evaluation of return flows under varying consumer adoption patterns. The framework can be adapted for broader electronics OEMs pursuing circular-economy alignment.
|