/analyze-swap-curve
Analyze the swap curve with government and inflation overlays to identify curve trade opportunities
> /plugin marketplace add anthropics/financial-servicesHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/analyze-swap-curve
Context preview
What this command does when you run it.
Analyze the swap curve with government and inflation overlays to identify curve trade opportunities
Command definition
analyze-swap-curve.mddescription: Analyze the swap curve with government and inflation overlays to identify curve trade opportunities
argument-hint: "<currency e.g. EUR> [index e.g. ESTR]"
Analyze Swap Curve
> This command uses LSEG swap pricing, interest rate curves, and inflation curve tools. See [CONNECTORS.md](../CONNECTORS.md) for available tools.
Build and analyze the interest rate swap curve, overlay government yields and inflation breakevens, and identify curve trade opportunities.
See the **swap-curve-strategy** skill for domain knowledge on curve analysis and trade construction.
Workflow
1. Gather Input
Ask the user for:
- Currency (required) — e.g., EUR, USD, GBP, CHF, JPY
- Reference rate index (optional) — e.g., ESTR, SOFR, SONIA, TONA
- Valuation date (optional, defaults to today)
2. Discover Swap Templates
Call `ir_swap` in list mode with the currency and optional index.
Extract: available template references, index details, conventions.
3. Build the Swap Curve
Call `ir_swap` in price mode for standard tenors: 2Y, 5Y, 7Y, 10Y, 20Y, 30Y.
Extract: par swap rate and DV01 at each tenor.
4. Overlay the Government Curve
Call `interest_rate_curve` (list then calculate) for the same currency.
Compute swap spread = swap rate minus government yield at each tenor.
5. Decompose Real Rates
Call `inflation_curve` (search then calculate) for the currency.
Compute real swap rate = nominal swap rate minus inflation breakeven at each tenor.
6. Synthesize Curve Strategy Views
Compute curve metrics: 2s10s slope, 5s30s slope, 2s5s10s butterfly.
Identify opportunities: steepener, flattener, butterfly, or swap spread trades based on current levels vs historical norms.
Present: swap curve table with government overlay, curve metrics, real rate decomposition, and trade recommendations with DV01-neutral ratios.
Output Format
Lead with curve shape summary and key metrics (2s10s, butterfly). Follow with detailed tables and trade idea section.
Read more
description: Analyze the swap curve with government and inflation overlays to identify curve trade opportunities argument-hint: "<currency e.g. EUR> [index e.g. ESTR]"
Analyze Swap Curve
> This command uses LSEG swap pricing, interest rate curves, and inflation curve tools. See [CONNECTORS.md](../CONNECTORS.md) for available tools.
Build and analyze the interest rate swap curve, overlay government yields and inflation breakevens, and identify curve trade opportunities.
See the **swap-curve-strategy** skill for domain knowledge on curve analysis and trade construction.
Workflow
1. Gather Input
Ask the user for:
- Currency (required) — e.g., EUR, USD, GBP, CHF, JPY
- Reference rate index (optional) — e.g., ESTR, SOFR, SONIA, TONA
- Valuation date (optional, defaults to today)
2. Discover Swap Templates
Call `ir_swap` in list mode with the currency and optional index.
Extract: available template references, index details, conventions.
3. Build the Swap Curve
Call `ir_swap` in price mode for standard tenors: 2Y, 5Y, 7Y, 10Y, 20Y, 30Y.
Extract: par swap rate and DV01 at each tenor.
4. Overlay the Government Curve
Call `interest_rate_curve` (list then calculate) for the same currency.
Compute swap spread = swap rate minus government yield at each tenor.
5. Decompose Real Rates
Call `inflation_curve` (search then calculate) for the currency.
Compute real swap rate = nominal swap rate minus inflation breakeven at each tenor.
6. Synthesize Curve Strategy Views
Compute curve metrics: 2s10s slope, 5s30s slope, 2s5s10s butterfly.
Identify opportunities: steepener, flattener, butterfly, or swap spread trades based on current levels vs historical norms.
Present: swap curve table with government overlay, curve metrics, real rate decomposition, and trade recommendations with DV01-neutral ratios.
Output Format
Lead with curve shape summary and key metrics (2s10s, butterfly). Follow with detailed tables and trade idea section.
Reference agents, skills, and data connectors for the financial-services workflows we see most — investment banking, equity research, private equity, and wealth management.
Other commands on financial-services.
- /access-policies
Build the access_policies value — the granular, IAM-shaped way to allow or deny add-in features
Open command - /bootstrap
Build the bootstrap endpoint — per-user MCP servers, skills, dynamic config
Open command - /consent
Azure admin consent URLs — one-time tenant approval for Entra SSO and Outlook Graph access
Open command - /debug
Diagnose deployment issues (stale config, connect failures, missing add-in)
Open command - /entra-app
Several manifest configurations require an Entra (Azure AD) app registration in **your** tenant rather than Anthropic's default multi-tenant app — because the token's `aud` must match a resource you control, or because your tenant is in a sovereign cloud where Anthropic's app
Open command - /export-data
Export a copy of a user's add-in chat history, skills, MCP registrations, and settings before a machine is rebuilt
Open command

