Lagging the trading position by one day removed information that was unavailable at execution time.
QUANTITATIVE RESEARCH · TRADING · MODEL VALIDATION
I turn market questions into testable, auditable research.
I build and test market models in Python, with explicit controls for bias, leakage, transaction costs, and out-of-sample performance.
forecast.py · validated
# leakage-aware time-series evaluation
train, test = chronological_split(data)
train = purge_boundary(train, horizon=21)
# identical held-out dates
rmse(har, target) 9.08%
rmse(ewma, target) 9.30%
rmse(random_walk) 10.28%PYTHON · PANDAS · NUMPY · TIME SERIES · SUPERVISED LEARNING
Equity Volatility Research Pipeline
An end-to-end investigation that moved from return construction and strategy backtesting to volatility diagnostics and leakage-aware forecasting.
Open the case studyOUT-OF-SAMPLE RESULT
HAR remained strongest after purged validation.
Purging 21 boundary observations raised HAR RMSE from 9.03% to 9.08%. The lower unpurged figure is preserved as a diagnostic; the corrected result is the headline.

The net SMA strategy beat buy-and-hold on none of the four equities tested—an informative null result.
Changing only the evaluation target reversed the apparent forecast ranking and exposed a misleading overlap.
02 / PROFESSIONAL DATA EXPERIENCE
Production data controls across 60,000+ accounts.
At Bright Power, I built SQL and ETL workflows, reconciled records across five systems, and resolved more than 390 data-integrity exceptions. The work reduced manual handling by approximately 75% and prevented $20,000–$30,000 in recurring vendor costs.
Explore professional experienceQuantitative research, trading systems, and production evidence.
The flagship market study is supported by work in trade controls, data validation, software engineering, and peer-reviewed research.
QUANTITATIVE RESEARCH · FLAGSHIP
Equity Volatility Research Pipeline
Strategy backtesting, volatility persistence, target design, and HAR forecasting under a purged out-of-sample protocol.
15 integrity tests · 9.08% HAR RMSETRADING OPERATIONS
Trading Operations Monitor
A Python control framework for trade states, positions, P&L, market-data health, reconciliation, and exception triage.
60 trades · 10 deliberate exceptionsPRODUCTION SYSTEM
JobX.OS
A full-stack AI platform presented through the same disciplines that matter in quant systems: measurement, validation, data integrity, and controlled releases.
2,000+ users · 99.9% uptimeCAUSAL INFERENCE · PEER-REVIEWED
Causal Inference & Genomic Research
First-author Wiley research covering instrumental variables, robustness estimators, bias mechanisms, and measurement trade-offs.
Wiley · Top Viewed Article 2025
ABOUT THE RESEARCHER
Engineering, quantitative economics, and research judgment.
Rutgers graduate with a B.S. in Mechanical Engineering, a minor in Quantitative Economics, a 3.84 GPA, and Summa Cum Laude honors. I combine first-principles modeling, causal-inference research, production data controls, and hands-on Python research.
Read the full profileQUANTITATIVE RESEARCH · TRADING · DEVELOPMENT