Overview
[2–3 sentences. What problem you tackled, why it's interesting, the one-line outcome.]
Why it matters
[Frame it for someone who doesn't know your domain yet.]
Approach
- [Step 1 — data, collection, cleaning]
- [Step 2 — methodology, model, validation]
- [Step 3 — output, deliverable]
Key snippet
# A small, meaningful snippet
import numpy as np
returns = np.diff(np.log(prices))
var_95 = np.percentile(returns, 5) * portfolio_value
Results
- [Result 1 — a number, a finding]
- [Result 2]
- [Result 3]
What I learned
[The honest takeaway — what surprised you, what you'd do differently.]
[Optional pull-quote — a single insight worth highlighting.]