/analyze-bond-basis
Analyze the bond futures basis with CTD identification, implied repo rate, and basis trade assessment
> /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-bond-basis
Context preview
What this command does when you run it.
Analyze the bond futures basis with CTD identification, implied repo rate, and basis trade assessment
Command definition
analyze-bond-basis.mddescription: Analyze the bond futures basis with CTD identification, implied repo rate, and basis trade assessment
argument-hint: "<bond future RIC e.g. FGBLc1>"
Analyze Bond Futures Basis
> This command uses LSEG bond future pricing, bond pricing, yield curves, and historical data tools. See [CONNECTORS.md](../CONNECTORS.md) for available tools.
Analyze the bond futures basis by pricing the future, identifying the cheapest-to-deliver bond, computing gross and net basis, and assessing basis trade opportunities.
See the **bond-futures-basis** skill for domain knowledge on basis mechanics and trading strategies.
Workflow
1. Gather Input
Ask the user for:
- Bond future RIC (required) — e.g., FGBLc1 (Euro Bund), TYc1 (US 10Y Note), FFIc1 (UK Gilt)
- Market data date (optional, defaults to today)
2. Price the Bond Future
Call `bond_future_price` with the future RIC.
Extract: fair price, CTD bond identifier, delivery basket with conversion factors, contract DV01, delivery dates.
3. Price the CTD Bond
Call `bond_price` for the CTD identifier from Step 2.
Extract: clean/dirty price, yield, duration, DV01, accrued interest, coupon.
Compute: gross basis, invoice price, carry, net basis.
4. Compute Implied Repo Rate
Call `interest_rate_curve` (list then calculate) for the future's currency. Use short-end rate as repo proxy.
Compute implied repo rate and compare to market repo.
5. Track Historical Basis
Call `tscc_historical_pricing_summaries` for both the future and CTD bond with `tenor: "3M"`, `interval: "P1D"`.
Assess: basis trend, volatility, and historical range.
6. Sovereign Credit Context
Call `credit_curve` for the relevant sovereign (e.g., "DE" for Bund, "US" for Treasury).
7. Synthesize the Report
Present: future summary table, CTD bond analytics, basis calculation table (gross/net basis, implied repo vs market repo), historical context, and trade recommendation (long basis / short basis / neutral).
Output Format
Lead with the basis trade assessment (long/short/neutral) and implied repo comparison. Follow with detailed analytics tables.
Read more
description: Analyze the bond futures basis with CTD identification, implied repo rate, and basis trade assessment argument-hint: "<bond future RIC e.g. FGBLc1>"
Analyze Bond Futures Basis
> This command uses LSEG bond future pricing, bond pricing, yield curves, and historical data tools. See [CONNECTORS.md](../CONNECTORS.md) for available tools.
Analyze the bond futures basis by pricing the future, identifying the cheapest-to-deliver bond, computing gross and net basis, and assessing basis trade opportunities.
See the **bond-futures-basis** skill for domain knowledge on basis mechanics and trading strategies.
Workflow
1. Gather Input
Ask the user for:
- Bond future RIC (required) — e.g., FGBLc1 (Euro Bund), TYc1 (US 10Y Note), FFIc1 (UK Gilt)
- Market data date (optional, defaults to today)
2. Price the Bond Future
Call `bond_future_price` with the future RIC.
Extract: fair price, CTD bond identifier, delivery basket with conversion factors, contract DV01, delivery dates.
3. Price the CTD Bond
Call `bond_price` for the CTD identifier from Step 2.
Extract: clean/dirty price, yield, duration, DV01, accrued interest, coupon.
Compute: gross basis, invoice price, carry, net basis.
4. Compute Implied Repo Rate
Call `interest_rate_curve` (list then calculate) for the future's currency. Use short-end rate as repo proxy.
Compute implied repo rate and compare to market repo.
5. Track Historical Basis
Call `tscc_historical_pricing_summaries` for both the future and CTD bond with `tenor: "3M"`, `interval: "P1D"`.
Assess: basis trend, volatility, and historical range.
6. Sovereign Credit Context
Call `credit_curve` for the relevant sovereign (e.g., "DE" for Bund, "US" for Treasury).
7. Synthesize the Report
Present: future summary table, CTD bond analytics, basis calculation table (gross/net basis, implied repo vs market repo), historical context, and trade recommendation (long basis / short basis / neutral).
Output Format
Lead with the basis trade assessment (long/short/neutral) and implied repo comparison. Follow with detailed analytics tables.
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

