d-wwei/openclaw-financial-services · Archived

fsi-lseg-cmd-analyze-fx-carry

Evaluate FX carry trade opportunities with spot, forwards, vol surface, and historical context — usage: /analyze-fx-carry <currency pair e.g. USDJPY> [tenor e.g. 3M]

First seen Jun 21, 2026

Installation

$ npx skills add d-wwei/openclaw-financial-services --skill fsi-lseg-cmd-analyze-fx-carry

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from d-wwei/openclaw-financial-services · top by installs.

npx skills add d-wwei/openclaw-financial-services

Browse all from d-wwei/openclaw-financial-services

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 15
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,177 B
  • docs SUMMARY.md 204 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

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)
  • Valuation date (optional, defaults to today)

2. Get the Spot Rate

Call fxspotprice with the currency pair.

Extract: mid/bid/ask rates, bid-ask spread.

3. Price the Forward at Target Tenor

Call fxforwardprice with the pair and target tenor.

Extract: forward rate, forward points. Compute annualized carry.

4. Map the Full Carry Curve

Call fxforwardcurve (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.

5. Assess Volatility Risk

Call fxvolsurface 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.

6. Historical Spot Context

Call tscchistoricalpricing_summaries for the pair's RIC with interval: "P1D", tenor: "1Y".

Assess: 52-week range, current position in range, trend direction.

7. Synthesize the Report

Present: carry-to-vol ratio and overall assessment, spot & forward pricing, carry term structure table, vol surface snapshot, historical context.

Output Format

Lead with the carry-to-vol ratio and overall assessment (attractive / moderate / unattractive). Follow with detailed supporting data in tables.