From lseg
Builds an interest rate swap curve with government yield and inflation breakeven overlays, computes curve metrics, and identifies trade opportunities.
How this command is triggered — by the user, by Claude, or both
Slash command
/lseg:analyze-swap-curve <currency e.g. EUR> [index e.g. ESTR]The summary Claude sees in its command listing — used to decide when to auto-load this command
# 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 ...
This command uses LSEG swap pricing, interest rate curves, and inflation curve tools. See 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.
Ask the user for:
Call ir_swap in list mode with the currency and optional index.
Extract: available template references, index details, conventions.
Call ir_swap in price mode for standard tenors: 2Y, 5Y, 7Y, 10Y, 20Y, 30Y.
Extract: par swap rate and DV01 at each tenor.
Call interest_rate_curve (list then calculate) for the same currency.
Compute swap spread = swap rate minus government yield at each tenor.
Call inflation_curve (search then calculate) for the currency.
Compute real swap rate = nominal swap rate minus inflation breakeven at each tenor.
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.
Lead with curve shape summary and key metrics (2s10s, butterfly). Follow with detailed tables and trade idea section.
npx claudepluginhub gutramine/financial-services-plugins --plugin lseg/analyze-swap-curveBuilds an interest rate swap curve with government yield and inflation breakeven overlays, computes curve metrics, and identifies trade opportunities.
/currencyConverts currencies in real-time with exchange rates, historical trends, and travel budget recommendations. Also supports rate lookups and context-aware destination conversion.
/analyze-flowAnalyzes institutional options flow, detects smart money movements, and provides flow signals, gamma exposure, and dealer positioning analysis.
/find-best-routeFinds optimal DEX routing for token swaps across multiple exchanges, analyzing price impact, gas costs, and slippage to recommend the best trade path.