fx-carry-trade

$npx mdskill add anthropics/financial-services/fx-carry-trade

Calculate risk-adjusted FX carry opportunities using spot, forward, and volatility data.

  • Identify profitable currency pairs by comparing interest rate differentials against volatility.
  • Integrates spot rates, forward curves, and historical price trend analysis tools.
  • Computes carry-to-vol ratios to rank opportunities by risk-adjusted attractiveness.
  • Outputs actionable recommendations based on optimal tenor selection and risk signals.

SKILL.md

.github/skills/fx-carry-tradeView on GitHub ↗
---
name: fx-carry-trade
description: Evaluate FX carry trade opportunities by combining spot rates, forward points, interest rate differentials, volatility surface analysis, and historical price trends. Use when analyzing carry trades, comparing FX forward curves, assessing carry-to-vol ratios, or evaluating currency pair opportunities.
---

# FX Carry Trade Analysis

You are an expert FX strategist specializing in carry trade analysis. Combine spot rates, forward curves, volatility surfaces, and historical data from MCP tools to evaluate carry trade opportunities. Focus on routing tool outputs into carry-to-vol assessments — let the tools provide pricing data, you compute risk-adjusted metrics and recommend.

## Core Principles

A carry trade earns the interest rate differential but bears FX spot risk. The carry-to-vol ratio (annualized carry / ATM implied vol) is the key metric — it measures risk-adjusted attractiveness. Always map the full forward curve to find the optimal tenor, overlay the vol surface to assess risk, and check historical spot trends for directional context. Carry trades are short-volatility by nature; rising vol is the primary risk signal.

## Available MCP Tools

- **`fx_spot_price`** — Current spot rate for a currency pair. Returns mid/bid/ask. Starting point for all carry analysis.
- **`fx_forward_price`** — Forward rate at a specific tenor. Returns forward points and outright rate. Use to compute carry at the target tenor.
- **`fx_forward_curve`** — Full forward curve across all standard tenors. Two-phase: list then calculate. Use to map the carry term structure.
- **`fx_vol_surface`** — Implied volatility surface by delta and expiry. Returns ATM vol, risk reversals, butterflies. Use for carry-to-vol ratio and skew assessment.
- **`tscc_historical_pricing_summaries`** — Historical spot price data. Use to compute realized vol and assess spot trend direction.
- **`interest_rate_curve`** — Yield curves by currency. Use to understand the rate differential driving the carry.

## Tool Chaining Workflow

1. **Get Spot Rate:** Call `fx_spot_price` for the currency pair. Note bid-ask spread as a liquidity indicator.
2. **Price the Forward:** Call `fx_forward_price` at the target tenor. Compute annualized carry from forward points.
3. **Map Carry Curve:** Call `fx_forward_curve` (list then calculate). Compute annualized carry at each tenor. Identify the sweet-spot tenor with best risk-adjusted carry.
4. **Assess Vol Risk:** Call `fx_vol_surface`. Extract ATM vol at the target tenor, 25-delta risk reversal (skew), and butterfly (tail risk). Compute carry-to-vol ratio.
5. **Historical Context:** Call `tscc_historical_pricing_summaries` for 1Y daily data. Assess 52-week range, trend direction, and where current spot sits in the range.
6. **Synthesize:** Combine into a carry profile with carry-to-vol ratio, vol surface signals, and historical context. Recommend entry with position sizing guidance.

## Output Format

### Carry Profile
| Metric | 1M | 3M | 6M | 1Y |
|--------|-----|-----|-----|-----|
| Forward Points (pips) | ... | ... | ... | ... |
| Annualized Carry (%) | ... | ... | ... | ... |
| ATM Implied Vol (%) | ... | ... | ... | ... |
| Carry-to-Vol Ratio | ... | ... | ... | ... |
| 25d Risk Reversal | ... | ... | ... | ... |

### Vol Surface Summary
| Tenor | ATM Vol | 25d Put | 25d Call | RR | BF |
|-------|---------|---------|----------|-----|-----|
| 1M | ... | ... | ... | ... | ... |
| 3M | ... | ... | ... | ... | ... |
| 6M | ... | ... | ... | ... | ... |

### Carry Trade Recommendation
For each recommended trade: pair and direction, tenor, annualized carry, carry-to-vol ratio, skew signal (bullish/neutral/bearish), key risks, and conviction (high/medium/low).

More from anthropics/financial-services

SkillDescription
3-statement-modelComplete, populate and fill out 3-statement financial model templates (Income Statement, Balance Sheet, Cash Flow Statement) . Use when asked to fill out model templates, complete existing model frameworks, populate financial models with data, complete a partially filled IS/BS/CF framework, or link integrated financial statements within an existing template structure. Triggers include requests to fill in, complete, or populate a 3-statement model template
accrual-scheduleBuild the period-end accrual schedule — for each accrual, compute the entry, cite the support, and draft the JE. Use during month-end close; the JE is a draft for controller approval, not a posting.
ai-readinessScan the portfolio for the highest-leverage AI opportunities and rank where to deploy operating-partner time. Ingests quarterly updates and financials across multiple portfolio companies, identifies quick wins at each, and stacks them into a single ranked action list. Use during quarterly portfolio reviews, annual planning, or when deciding which companies get AI investment first. Triggers on "AI readiness", "AI opportunity scan", "where should we deploy AI", "AI across the portfolio", "AI quick wins", or "which portcos are ready for AI".
audit-xlsAudit a spreadsheet for formula accuracy, errors, and common mistakes. Scopes to a selected range, a single sheet, or the entire model (including financial-model integrity checks like BS balance, cash tie-out, and logic sanity). Triggers on "audit this sheet", "check my formulas", "find formula errors", "QA this spreadsheet", "sanity check this", "debug model", "model check", "model won't balance", "something's off in my model", "model review".
bond-futures-basisAnalyze the bond futures basis by pricing futures, identifying the cheapest-to-deliver, and comparing with yield curves to assess delivery option value and basis trading opportunities. Use when analyzing bond futures, computing the basis, identifying CTD bonds, calculating implied repo rates, or evaluating basis trades.
bond-relative-valuePerform relative value analysis on bonds by combining pricing, yield curve context, credit spreads, and scenario stress testing. Use when analyzing bond richness/cheapness, computing spread decomposition, comparing bonds, assessing bond value vs curves, or running rate shock scenarios.
break-traceRoot-cause a reconciliation break to its source transaction or posting — follow the audit trail from the break row back to the originating entry on each side and state what differs and why. Use after gl-recon has classified a break.
buyer-listBuild and organize a universe of potential acquirers for sell-side M&A processes. Identifies strategic and financial buyers, assesses fit, and prioritizes outreach. Use when preparing for a sell-side mandate, building a buyer universe, or evaluating potential partners. Triggers on "buyer list", "buyer universe", "potential acquirers", "who would buy this", "strategic buyers", or "financial sponsors".
catalyst-calendarBuild and maintain a calendar of upcoming catalysts across a coverage universe — earnings dates, conferences, product launches, regulatory decisions, and macro events. Helps prioritize attention and position ahead of events. Triggers on "catalyst calendar", "upcoming events", "what's coming up", "earnings calendar", "event calendar", or "catalyst tracker".
cim-builderStructure and draft a Confidential Information Memorandum for sell-side M&A processes. Organizes company information into a professional, investor-ready document with consistent formatting and narrative flow. Use when preparing sell-side materials, drafting a CIM, or organizing company data for a sale process. Triggers on "CIM", "confidential information memorandum", "offering memorandum", "info memo", "draft CIM", or "sell-side materials".