Skip to content
View AnshDani2004's full-sized avatar

Highlights

  • Pro

Block or report AnshDani2004

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AnshDani2004/README.md

Ansh Hemang Dani

Quantitative Research · Market Microstructure · Statistical Modeling · C++ Systems

Incoming M.S. Financial Mathematics @ University of Chicago
B.S. Computer Science + B.S. Mathematics @ Arizona State University · GPA 4.00


About

I build quantitative research and trading systems across market microstructure, time-series modeling, Bayesian inference, derivatives, machine learning, and C++.

My work emphasizes reproducible experiments, out-of-sample validation, careful statistical inference, and understanding why models succeed or fail.


Featured Work

📊 BTC/USD Cross-Venue Price Discovery
Market microstructure · synchronized market data · Granger causality · HAC regressions · VAR/VECM

Empirical study of price discovery between Coinbase and Kraken across 10 paired sessions, finding stronger Coinbase-to-Kraken short-horizon predictability across 9 usable sessions.


⚙️ C++ Limit Order Book & Market-Making Simulator
Price-time priority · Nasdaq ITCH replay · Avellaneda-Stoikov · queue diagnostics · performance engineering

Deterministic C++ matching engine benchmarked at ~3.7M events/sec, with multi-seed experiments investigating fill behavior under ITCH-calibrated market flow.


🧪 BayesAudit
Hierarchical LLM oversight · matched experiments · Bayesian monitoring · held-out evaluation

Reproducible empirical study of budget-constrained oversight, including confirmatory and held-out experiments and analysis of a Bayesian-monitor failure mode.


📈 Vol Surface Research Lab
SPY volatility surfaces · SABR/Heston calibration · robustness testing · model diagnostics

Calibration research pipeline for option-chain cleaning, implied-volatility surfaces, static-arbitrage diagnostics, and comparative SABR/Heston model evaluation.


Additional Research

📉 Bayesian Sequential Decision-Making Thesis
HMM filtering · CUSUM regime detection · Bayesian adaptation · adaptive risk control

🔬 Bayesian Market Filters
Kalman/HMM/particle filtering · regime estimation · machine learning · walk-forward evaluation


Selected Results

  • Cross-Venue Price Discovery: Found stronger Coinbase-to-Kraken short-horizon predictability across 9 usable BTC/USD sessions using Granger causality, HAC regressions, and VAR-based analysis.
  • C++ Market Microstructure: Benchmarked 1M synthetic order events at approximately 3.7M events/sec on Apple M3.
  • Market-Making Experiments: Traced ITCH-calibrated fill-rate degradation primarily to sparse executions rather than queue burial.
  • Volatility Modeling: Reduced SABR median calibration RMSE from 0.0190 to 0.0077 after deterministic expiry and liquidity filtering while documenting persistent Heston underfit.
  • BayesAudit: Found that the confirmatory attacker effect did not replicate in held-out testing and diagnosed a failure mode in the Bayesian/logistic monitor.
  • Bayesian Thesis: Reduced regime-detection lag from 15–20 steps to approximately 2 using a volatility-augmented HMM with a CUSUM trigger.
  • IMC Prosperity 4: Placed #194 Algorithmic / #256 Overall of 18,800+ teams, finishing in the Top 1.4% overall.

Tech


Research Portfolio · Repositories · LinkedIn

Pinned Loading

  1. cross-venue-price-discovery cross-venue-price-discovery Public

    Empirical BTC/USD price-discovery study across Coinbase and Kraken using synchronized market data, Granger causality, HAC regressions, and VAR/VECM.

    Python

  2. cpp-limit-order-book-market-maker cpp-limit-order-book-market-maker Public

    Deterministic C++ limit order book and market-making simulator with ITCH replay, Avellaneda-Stoikov experiments, queue diagnostics, 10-seed fill-rate analysis, and artifact validation.

    Python 1

  3. BayesAudit BayesAudit Public

    Reproducible empirical framework for budget-constrained oversight in hierarchical LLM workflows with matched experiments and held-out evaluation.

    Python

  4. vol-surface-research-lab vol-surface-research-lab Public

    Python volatility-surface research engine for SPY option-chain cleaning, SABR/Heston calibration, robustness testing, cross-snapshot validation, and failure-mode analysis.

    Python

  5. BSD_Thesis BSD_Thesis Public

    Honors Thesis work

    TeX

  6. bayesian-market-filters bayesian-market-filters Public

    Bayesian state space filters (Kalman, HMM, Particle) for latent fair value and volatility regime estimation. Walk forward validated on live BTC/USDT hourly data, OOS Sharpe +0.71 after realistic 1.…

    Python