From lseg
Evaluates FX carry trade opportunities for a currency pair, combining spot rates, forward curves, volatility surface, and historical context into a carry-to-vol assessment and report.
How this command is triggered — by the user, by Claude, or both
Slash command
/lseg:analyze-fx-carry <currency pair e.g. USDJPY> [tenor e.g. 3M]The summary Claude sees in its command listing — used to decide when to auto-load this command
# Analyze FX Carry Trade > This command uses LSEG FX pricing, forward curves, volatility surfaces, and historical data tools. See [CONNECTORS.md](../CONNECTORS.md) for available tools. Evaluate carry trade opportunities for a currency pair by combining spot rates, forward points, the carry term structure, volatility risk, and historical price context. See the **fx-carry-trade** skill for domain knowledge on carry frameworks and risk metrics. ## Workflow ### 1. Gather Input Ask the user for: - Currency pair (required) — e.g., USDJPY, EURUSD, AUDUSD - Target tenor (optional, default 3M)...
This command uses LSEG FX pricing, forward curves, volatility surfaces, and historical data tools. See CONNECTORS.md for available tools.
Evaluate carry trade opportunities for a currency pair by combining spot rates, forward points, the carry term structure, volatility risk, and historical price context.
See the fx-carry-trade skill for domain knowledge on carry frameworks and risk metrics.
Ask the user for:
Call fx_spot_price with the currency pair.
Extract: mid/bid/ask rates, bid-ask spread.
Call fx_forward_price with the pair and target tenor.
Extract: forward rate, forward points. Compute annualized carry.
Call fx_forward_curve (list then calculate) for the pair.
Present carry profile across tenors (ON through 1Y): forward points, annualized carry, cumulative carry. Identify the sweet-spot tenor.
Call fx_vol_surface for the pair.
Extract: ATM vol at target tenor, 25-delta risk reversal, 25-delta butterfly.
Compute carry-to-vol ratio = annualized carry / ATM implied vol.
Call tscc_historical_pricing_summaries for the pair's RIC with interval: "P1D", tenor: "1Y".
Assess: 52-week range, current position in range, trend direction.
Present: carry-to-vol ratio and overall assessment, spot & forward pricing, carry term structure table, vol surface snapshot, historical context.
Lead with the carry-to-vol ratio and overall assessment (attractive / moderate / unattractive). Follow with detailed supporting data in tables.
npx claudepluginhub drdave-flexnetos/financial-services-plugins --plugin lseg/analyze-fx-carryEvaluates FX carry trade opportunities for a currency pair, combining spot rates, forward curves, volatility surface, and historical context into a carry-to-vol assessment and report.
/currencyConverts currencies in real-time with exchange rates, historical trends, and travel budget recommendations. Also supports rate lookups and context-aware destination conversion.
/find-arbitrageScans centralized exchanges, decentralized exchanges, cross-chain bridges, and funding rate markets for profitable arbitrage opportunities with real-time detection, gas estimation, and risk management.
/generate-signalGenerates cryptocurrency trading signals by analyzing technical indicators, chart patterns, and market conditions across multiple timeframes.
/analyze-flowAnalyzes institutional options flow, detects smart money movements, and provides flow signals, gamma exposure, and dealer positioning analysis.
/analyze-trendsAnalyzes market trends using technical indicators, pattern recognition, and market structure. Produces trading signals, forecasts, and recommendations for any asset and timeframe.