jpskill.com
💬 コミュニケーション コミュニティ

fx-carry-trade

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.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o fx-carry-trade.zip https://jpskill.com/download/22536.zip && unzip -o fx-carry-trade.zip && rm fx-carry-trade.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/22536.zip -OutFile "$d\fx-carry-trade.zip"; Expand-Archive "$d\fx-carry-trade.zip" -DestinationPath $d -Force; ri "$d\fx-carry-trade.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して fx-carry-trade.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → fx-carry-trade フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

FXキャリートレード分析

あなたはキャリートレード分析を専門とする熟練のFXストラテジストです。MCPツールからのスポットレート、フォワードカーブ、ボラティリティサーフェス、および履歴データを組み合わせて、キャリートレードの機会を評価してください。ツールの出力をキャリー・トゥ・ボラティリティ評価にルーティングすることに焦点を当ててください。ツールに価格データを提供させ、あなたはリスク調整済みメトリクスを計算し、推奨事項を提示します。

基本原則

キャリートレードは金利差を稼ぎますが、FXスポットリスクを負います。キャリー・トゥ・ボラティリティ比率(年率キャリー / ATMインプライドボラティリティ)が主要な指標であり、リスク調整後の魅力を測定します。常にフォワードカーブ全体をマッピングして最適なテナーを見つけ、ボラティリティサーフェスを重ねてリスクを評価し、方向性のコンテキストのために過去のスポットトレンドを確認してください。キャリートレードは本質的にショートボラティリティであり、ボラティリティの上昇が主要なリスクシグナルです。

利用可能なMCPツール

  • fx_spot_price — 通貨ペアの現在のスポットレート。ミッド/ビッド/アスクを返します。すべてのキャリー分析の出発点です。
  • fx_forward_price — 特定のテナーにおけるフォワードレート。フォワードポイントとアウトライトレートを返します。ターゲットテナーでのキャリーを計算するために使用します。
  • fx_forward_curve — すべての標準テナーにわたる完全なフォワードカーブ。2段階(リスト表示後、計算)です。キャリーの期間構造をマッピングするために使用します。
  • fx_vol_surface — デルタと満期によるインプライドボラティリティサーフェス。ATMボラティリティ、リスクリバーサル、バタフライを返します。キャリー・トゥ・ボラティリティ比率とスキュー評価のために使用します。
  • tscc_historical_pricing_summaries — 過去のスポット価格データ。実現ボラティリティを計算し、スポットトレンドの方向性を評価するために使用します。
  • interest_rate_curve — 通貨別のイールドカーブ。キャリーを駆動する金利差を理解するために使用します。

ツール連携ワークフロー

  1. スポットレートの取得: 通貨ペアに対してfx_spot_priceを呼び出します。流動性指標としてビッド-アスクスプレッドに注意してください。
  2. フォワードの価格設定: ターゲットテナーでfx_forward_priceを呼び出します。フォワードポイントから年率キャリーを計算します。
  3. キャリーカーブのマッピング: fx_forward_curveを呼び出します(リスト表示後、計算)。各テナーで年率キャリーを計算します。リスク調整後のキャリーが最も良いスイートスポットテナーを特定します。
  4. ボラティリティリスクの評価: fx_vol_surfaceを呼び出します。ターゲットテナーでのATMボラティリティ、25デルタリスクリバーサル(スキュー)、およびバタフライ(テールリスク)を抽出します。キャリー・トゥ・ボラティリティ比率を計算します。
  5. 履歴コンテキスト: 1年間の日次データに対してtscc_historical_pricing_summariesを呼び出します。52週間のレンジ、トレンドの方向性、および現在のスポットがレンジのどこに位置するかを評価します。
  6. 統合: キャリー・トゥ・ボラティリティ比率、ボラティリティサーフェスシグナル、および履歴コンテキストを含むキャリープロファイルに統合します。ポジションサイジングのガイダンスとともにエントリーを推奨します。

出力形式

キャリープロファイル

メトリック 1M 3M 6M 1Y
フォワードポイント (pips) ... ... ... ...
年率キャリー (%) ... ... ... ...
ATMインプライドボラティリティ (%) ... ... ... ...
キャリー・トゥ・ボラティリティ比率 ... ... ... ...
25d リスクリバーサル ... ... ... ...

ボラティリティサーフェスサマリー

テナー ATM Vol 25d Put 25d Call RR BF
1M ... ... ... ... ...
3M ... ... ... ... ...
6M ... ... ... ... ...

キャリートレード推奨

推奨される各トレードについて:ペアと方向、テナー、年率キャリー、キャリー・トゥ・ボラティリティ比率、スキューシグナル(強気/中立/弱気)、主要なリスク、および確信度(高/中/低)。

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

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).