Portfolio Stress Testing with AI: Claude for Risk Managers
Automate portfolio stress testing through Claude. Historical scenarios (2008, COVID, rising rates), reverse stress tests, and regulatory stress scenarios for banks and asset managers.
Why Stress Testing Matters
Value at Risk tells you the typical bad day. Stress testing tells you what happens in an actual crisis. Banks under Basel III/IV are required to hold capital against stressed scenarios, and asset managers use stress tests to understand tail exposure beyond standard VaR. Claude with ClaudeFinLab makes stress testing interactive and fast.
Historical Stress Scenarios
The most common stress test replays a historical crisis against the current portfolio:
- "Run the 2008 Global Financial Crisis stress scenario on my portfolio: $500K in equities, $200K in high-yield bonds, $300K in REITs. Use the Q4 2008 return realizations."
- "Apply the March 2020 COVID crash scenario: how does my current portfolio perform given the actual 30-day returns from March 2020?"
- "Stress test for a 2022-style rate rise: +400bps over 12 months. What is the impact on my $2M fixed income portfolio?"
The portfolio risk server applies the historical returns to the current portfolio weights and computes P&L, VaR change, and factor attribution.
Hypothetical Scenarios
Forward-looking scenarios that haven't happened yet are equally important:
- "Stress test a scenario where equity markets fall 35%, credit spreads widen 400bps, and 10-year rates rise 200bps simultaneously. What is the portfolio loss?"
- "Model a China hard landing scenario: Chinese equities -40%, USD strengthens 15% vs EM currencies, commodities fall 25%. How does this affect my portfolio?"
- "Scenario: inflation stays above 4% for 3 years and the Fed keeps rates elevated. Which of my current positions are most exposed?"
Reverse Stress Testing
Reverse stress testing starts from a loss threshold and asks: what scenario would cause that loss?
- "My risk limit is a $500K loss. Run a reverse stress test: what combination of equity, rate, and credit moves would hit this threshold? Show the closest historical analogy."
- "What return shock in the 10-year Treasury would cause a 15% loss on this bond portfolio?"
Regulatory Stress Testing (DFAST/CCAR)
For banks subject to DFAST or CCAR requirements, Claude can help interpret and apply regulatory scenarios:
- "Apply the Fed's severely adverse scenario from the most recent DFAST guidance to this loan book: $800M commercial real estate, $400M C&I, $200M consumer. Estimate losses using historical loss rates for each category under a severe recession."
- "What capital ratio would this bank need under a severe recession scenario with a 3.5% unemployment rise and 25% house price decline?"
Note: ClaudeFinLab's stress testing tools are analytical aids. Formal regulatory capital calculations require model validation and governance processes appropriate to your institution's regulatory classification.
Factor Stress Testing
For equity portfolios, factor stress tests show which risk factors drive losses in different scenarios:
- "Stress test my portfolio for a growth-to-value rotation: value factor +3 sigma, growth factor -3 sigma. Which positions take the most pain?"
- "What is the exposure of my portfolio to a VIX spike from 15 to 40? Show the contribution of each position to the stress loss."
Setting Up
{
"mcpServers": {
"claudefinlab-portfolio": {
"url": "https://claudefinancelab.com/portfolio/sse",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}