1-day 95% VaR
Calculated for a Treasury portfolio
$291,342
Source: ValueAtRisk.ipynb — README-stated value shown; verify by running the notebook if needed.
Finance Portfolio
Notebook-driven portfolio demonstrating yield-curve & fixed-income analysis, comparative VaR methods, and a FinBERT sentiment pipeline. Notebooks are linked below — quick runnable instructions included.
Calculated for a Treasury portfolio
$291,342
Source: ValueAtRisk.ipynb — README-stated value shown; verify by running the notebook if needed.
FinBERT sentiment pipeline (sample)
6,250+
Source: SentimentAnalysis.ipynb
Dimensionality reduction result
2 factors — 97% variance
Three focused notebooks: fixed income, market risk, and alternative-data sentiment. Each card links directly to the notebook for quick review.
Objective: model US Treasury curves and compute portfolio VaR using factor decomposition and PCA.
Result (notebook): 1-day 95% VaR = $291,342 (see notebook for backtest details).
Objective: implement and compare Historical, Parametric (normal & t), and Monte Carlo VaR methods (example asset: BTC-USD).
Notebook summary: Historical 95% VaR ≈ −6.0% · Monte Carlo 95% VaR ≈ −3.23% (sample wallet)
Objective: ingest GDELT news, extract article text, run FinBERT, and correlate weekly sentiment with returns.
Notebook notes: 6,250+ articles processed in sample runs — see notebook for sampling & inference cells.
Quant: yield-curve modelling, VaR, risk attribution · Stats: PCA, bootstrap CIs, structural-break detection · ML/NLP: FinBERT, PyTorch inference · Engineering: Python, pandas, matplotlib, reproducible notebooks
30 days: deliver reproducible backtests and dashboardable metrics for candidate models. 90 days: productionise the best risk pipeline with CI, monitoring and scheduled retraining.