LIVE QUANT DASHBOARD

Real production systems I designed, built, and deployed — distributed compute, Monte Carlo risk engines, and machine learning APIs backed by live FastAPI services.

Specializing in quantitative risk modeling, Monte Carlo simulation, time-series forecasting, pricing optimization, PyTorch-based machine learning systems, and production FastAPI deployments for financial and data-intensive applications.

Live Services

Distributed Compute Scheduler

Job queue and scheduler with priorities, resources, and preemption.

UNKNOWN
Workers
4
Queue depth
2
Jobs running
1
p50 latency (ms)
32
p95 latency (ms)
120
{
  "workers": 4,
  "queue_depth": 2,
  "jobs_running": 1,
  "p50_ms": 32,
  "p95_ms": 120
}

Monte Carlo Risk Engine

Simulates price paths and volatility shocks using stochastic models.

UNKNOWN
Paths
Horizon (days)
VaR 95%
CVaR 95%
Latency (ms)

Contract Intelligence Engine

Extracts structured legal signals from SaaS and MSP contracts using PyTorch NLP models.

UNKNOWN
Docs indexed
128
Entities / doc
34
Latency (ms)
87
{
  "docs_indexed": 128,
  "entities_per_doc": 34,
  "latency_ms": 87
}

Analytics Engineering (SQL Warehouses)

DEX Trading Metrics Warehouse (SQL)

Star schema + governed KPIs + cohort retention + visit→swap funnel. DuckDB-first, SQL-only.

View repo
SQL-only artifact
SQLCTEsWindowsStar SchemaCohortsFunnelsTests
Modeling proof
Grain:
fact_swaps: 1 row per swap (tx_hash + log_index)
Marts:
  • marts.kpi_daily_trading
  • marts.kpi_weekly_retention
Highlights:
  • Daily KPIs: volume, fees, unique traders, repeat rate
  • Weekly retention: cohort = first swap week
  • Funnel: visited → swapped → repeat swapped

SaaS Subscription Metrics Warehouse (SQL)

MRR, churn, conversion governance + cohort retention + signup→trial→paid funnel. DuckDB-first, SQL-only.

View repo
SQL-only artifact
SQLDim ModelingMRRChurnCohortsFunnelsTests
Modeling proof
Grain:
fact_subscriptions: 1 row per subscription period (trial/paid)
Marts:
  • marts.snapshot_daily_mrr
  • marts.kpi_monthly_logo_churn
  • marts.kpi_monthly_retention
Highlights:
  • Daily MRR snapshot + paying customers
  • Monthly logo churn
  • Monthly cohort retention: cohort = first paid month

© 2026 James Boggs. Quant & Machine Learning Engineer.

Florida · Remote-first · Production systems in Python, PyTorch, and FastAPI