open to winter 2026 & summer 2027 internships · Charlotte, NC

Marks Guo.

currently thinking about

Hi, I'm Marks, a Statistics & Finance student at the University of Rochester. I like data analytics, statistical modeling, and quantitative risk. I also really like to answer problems and find patterns.

0.00 GPA / 4.00
0 daily returns modeled
0 FRED series in pipeline
0 languages spoken
/ 01

# about

I'm a junior at the University of Rochester pursuing a double major in Statistics and Finance, with a Certificate in Actuarial Studies in progress and a place on the Dean's List every semester.

My work sits at combining quantitative methods and capital markets — Bayesian inference, regression diagnostics, financial statement analysis. I also make sure the models used are credible and trustworthy.

I've recently been really into running research projects. From raw FRED pulls and PostgreSQL schemas, through diagnostics and convergence checks, to published Tableau dashboards and equity research write-ups. The boring stuff is half the work, but its also where most analyses quietly go wrong.

/ currently
  • exploring new agentic AI tools
  • analyzing different types of Expected Shortfall in the market
  • extending SPY volatility work into a GARCH(1,1) baseline
  • shipping the live Beyond U-3 labor dashboard
/ 02

# about me

Some stuff about me outside of my work

/ home

Where I'm from

I was born in Brooklyn, NY, but spent my first 5 years growing up in Fuzhou, a city in China's Fujian province, where my parents are from. However, we came back to the states and I grew up in Charlotte, NC, until I left for College at the University of Rochester.

/ controller

What I'm playing

What I play when I need to turn my brain off: Washington Post Crosswords, NYT Wordle, Clash Royale (Ultimate Champion), LOL: Wild Rift (Grandmaster), and Teamfight Tactics (Set 15 peak Challenger). Also recently been into competitive Pokemon, since I collected cards as a kid.

/ ears

What I'm listening to

I listen to a lot of indie, rock, rap, pop, alternative, rnb, etc. Here's everything because I am not a playlist person: Marks's Playlist. If you have any music recommendations, I am always (and I mean genuinely always) interested!

/ outside work

What I'm into

Exploring new music genres, keeping up with AI news and new AI tools, and math (originally wanted to be a math major!). I'm also picking back up piano and drawing, things I did as a kid that I dropped along the way.

/ side quests

If I had infinite time

I wan't to explore and travel to a bunch of different countries and embracing the culture. In middle school, I went on a trip sponsored by Education First to Costa Rica, and that is one of my most eye-opening and enjoyable experiences I have ever been on.

/ random

A small fact about me

My birthday (7/16), my older brother's (7/13), and my dad's (7/14) are all in the same week. As a kid, we used to go to IHOP on all three days because I really liked their hashbrowns, so now IHOP is my comfort food.

/ 03

# selected work

Independent research — full pipeline, code, and write-up on each.

01 / frtb

FRTB IMA Risk Monitor

Python PostgreSQL Plotly Dash Docker CI/CD Claude API

May 2026 — current

A production-grade, automated risk system computing Basel III FRTB Internal-Models-Approach capital — Value at Risk, Expected Shortfall, stress calibration, and a Standardised-Approach comparison — on a multi-asset book, served to a live, deployed dashboard.

  • 97.5% Historical-Simulation VaR & Expected Shortfall (with parametric & Monte-Carlo Student-t comparisons), stress-calibrated and liquidity-horizon-adjusted, across a 6-asset book (29,000+ daily obs, 2007–26).
  • Computes an Internal-Models vs Standardised-Approach capital charge under the Basel III output floor — here the SA floor binds at 11.2% of notional.
  • Weekly Acerbi-Szekely ES backtest with Kupiec & Christoffersen tests; surfaced a 54%-of-weeks failure rate revealing the procyclicality of rolling-window ES.
  • Engineered end-to-end: pytest + GitHub Actions CI, a Dockerized stack, and a daily cloud run (Actions cron) whose event detector flags regime shifts, ES spikes & backtest breaches, then auto-publishes Claude-written risk-desk recaps with rendered risk cards.
  • Architected by directing Claude Code (agentic AI), with every risk function validated against hand-checked results as the human-in-the-loop.
ES 97.5% 1.56% liq-adj 3.36%
capital 11.2% SA floor binds
backtest 54% weeks fail
history 29k+ obs · 2007–26
FRTB risk dashboard: ES vs VaR, volatility regime, per-asset risk contribution, and weekly backtest
Reading the four panels:
  • ES vs VaR — average tail-day loss vs the loss threshold, over 252 days.
  • Volatility regime — shaded background: green calm, amber elevated, red stressed.
  • Asset contribution — which holding drives today's potential bad-day loss.
  • Backtest (Z2) — weekly model check; green passes, red underestimates risk.
02 / labor

Beyond U-3: Labor Market Dashboard

Python PostgreSQL SQL Tableau FRED API SQLAlchemy

May 2026 — current

An automated macro dashboard that quantifies how the official U-3 unemployment rate systematically understates labor market stress — and tracks the leading indicators that actually signal turning points.

  • Designed a normalized PostgreSQL database storing 14 FRED time series across 30+ years of U.S. labor data.
  • Quantified U-3 understates labor stress by 4.42 pts in normal periods, 5.37 pts in the Great Recession.
  • Built a Python pipeline (FRED + pandas + SQLAlchemy) resampling mixed-frequency series and computing derived metrics live.
  • Scheduled monthly via Windows Task Scheduler — production database, zero manual refresh.
  • Tracks 8 leading indicators including temp help (−21.4% from peak), quits rate, 10Y–2Y spread, saving rate.
snapshot · apr 2026 ● live
U-3 4.3%
U-6 8.2%
temp.helps −21.4%
yield 10y−2y +0.52%
saving rate 3.6%
prime LFPR 83.8%
03 / risk

S&P 500 Volatility Prediction

Python R OLS WLS Robust M-Est.

Jan — May 2026

Built and compared three regression families on 4,800+ daily S&P 500 returns (2007–2026) to predict realized volatility and quantify risk persistence — the empirical backbone of any dynamic VaR framework.

  • Confirmed statistically significant volatility clustering (p < 0.0001); directly supports dynamic VaR and portfolio risk frameworks used in industry.
  • Validated via 70/30 train-test split with full diagnostic suite — heteroscedasticity testing, ACF analysis, Cook's distance influence detection.
  • Compared OLS, WLS, and Robust M-estimation to surface which assumptions hold once you stop pretending returns are i.i.d. normal.
n 4,800+ daily returns
window 2007–26 19 yrs · 2 regimes
clustering p<.0001 significant
split 70 / 30 train / test
04 / inference

Bayesian Hierarchical Modeling

R Metropolis-Hastings MCMC Diagnostics

Sep 2025 — Mar 2026

Implemented a hierarchical Bayesian model from scratch with a custom Metropolis-Hastings sampler — not a library call — to estimate group-level probabilities and quantify uncertainty rigorously.

  • Ran 4 Markov chains × 100,000 iterations each; tuned proposal step sizes for healthy acceptance rates.
  • Confirmed convergence via Gelman-Rubin diagnostics (PSRF = 1.0); effective sample sizes exceeding 26,000 across all chains.
  • Delivered findings with 95% credible intervals and actionable business recommendations translated for non-technical stakeholders.
chains 4 parallel
iter / chain 100k incl. burn-in
PSRF 1.0 converged
ESS 26k+ all chains
05 / valuation

Amazon, Inc. — DCF & Equity Valuation

Excel DCF CAPM / WACC Sensitivity

Jan — Apr 2025

Built a 5-year pro forma model and DCF valuation using CAPM-derived WACC across multiple macroeconomic scenarios; stress-tested beta, WACC, and terminal growth via sensitivity tables. Closed with a structured equity research report and a supported “Hold” recommendation.

  • Trend, common-size, and ratio analysis across profitability, liquidity, leverage, and default risk.
  • Scenario-conditional WACC and terminal growth bands to make the recommendation robust to the macro assumption.
06 / research

University Endowment & Resource Allocation

Excel NACUBO IPEDS Faculty Research

Feb — Apr 2024

Collaborative research with Prof. Michael Rizzo across 11 universities. Identified a significant correlation between endowment-per-student and U.S. News rankings — presented to Economics faculty with data-driven conclusions on institutional resource-allocation tradeoffs.

/ 04

# stack & methods

Languages & tools

  • Python
  • R
  • SQL
  • PostgreSQL
  • Excel (advanced)
  • Tableau
  • Power BI
  • pandas
  • SQLAlchemy
  • FRED API

Quant & statistics

  • Regression Modeling
  • Bayesian / MCMC
  • Monte Carlo
  • Time Series
  • Heteroscedasticity Diagnostics
  • Hypothesis Testing

Finance

  • Financial Modeling
  • DCF / WACC / CAPM
  • Sensitivity Analysis
  • Equity Research
  • Financial Statement Analysis
  • Risk Management

Languages spoken

  • English
  • Mandarin
  • Cantonese
  • Fuzhounese

Relevant coursework

Statistical Methodology · Financial Statement Analysis · Investments · Statistical Computing in R · Financial Management · Accounting · Corporate Finance

/ 05

# experience

China Fun of NC, Inc.

Junior Financial & Operations Analyst

Sep 2017 — Jul 2025 Charlotte, NC
  • Drove 25% revenue growth (~$375K incremental annually) at a $1.5M+ revenue operation via margin expansion and data-driven process improvements across procurement, fulfillment, and labor.
  • Monitored food cost ratios against a ~32% COGS target; identified $10K+ in annual ingredient savings through vendor renegotiation and waste reduction across $30K+ in monthly procurement.
  • Built a 2,000-cell Excel order & financial tracking system integrated with DoorDash — reconciling $125K+ in monthly revenue across 150+ daily orders.
  • Prepared monthly P&L summaries (revenue, ~28% labor, food cost) and presented to ownership to support operational and budgetary decisions.
  • Reconciled daily POS receipts to bank deposits with <0.5% discrepancy; managed AP and supported quarterly tax documentation for CPA-led filings.
  • Processed bi-weekly payroll for 15+ employees with IRS-compliant tip reporting; trained 10+ staff on POS systems for a 30% efficiency gain.

Tien Ren Cultural & Educational Foundation

Lecturer & Event Organizer (2021–present) · Assistant Lecturer (2019–2021)

Summer 2015 — current Indian Trail, NC
  • Delivered 30+ educational sessions to ~1,000 youth (ages 14–20).
  • Organized 3 annual volunteer events at Second Harvest Food Bank of Metrolina.
/ 06

# let's talk

I'm actively recruiting for winter 2026 & summer 2027 internships and full-time roles in quantitative research, equity research, actuarial, and data / risk analytics. If any of that sounds like a fit, I'd love to hear from you.