From treasury-management
Design an FX or interest-rate hedge by traversing the treasury decision tree (scope the exposure: transaction vs translation vs economic → decide hedge-vs-accept → set hedge ratio & horizon → choose the instrument: forward/swap/option/collar → set the hedge-accounting stance: ASC 815 / IFRS 9, cash-flow vs fair-value), then return whether to hedge, how much and how long, the instrument, the accounting designation with documentation/effectiveness, and the conditions that flip it. Reach for this when the user asks 'should we hedge this FX/rate exposure?', 'forward or option or collar?', 'what hedge ratio?', 'cash-flow or fair-value hedge?', or 'do we need hedge accounting?'. 'Do nothing' is a valid output. Used by treasury-strategy-lead (policy) and cash-and-risk-operations-specialist (execution).
How this skill is triggered — by the user, by Claude, or both
Slash command
/treasury-management:design-fx-and-interest-rate-hedgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Invoked by:** `treasury-strategy-lead` (the hedge-policy / risk-management-policy design) and `cash-and-risk-operations-specialist` (the execution + hedge-accounting setup against a designated exposure).
Invoked by:
treasury-strategy-lead(the hedge-policy / risk-management-policy design) andcash-and-risk-operations-specialist(the execution + hedge-accounting setup against a designated exposure).When to invoke: "should we hedge this FX / interest-rate exposure?"; "forward, swap, option, or collar?"; "what hedge ratio and horizon?"; "cash-flow or fair-value hedge?"; "do we need hedge accounting (ASC 815 / IFRS 9)?"; any "how do we protect against this rate/currency move?" question.
Output: the hedge-vs-accept decision + hedge ratio & horizon + the instrument + the hedge-accounting designation (cash-flow vs fair-value, with documentation & effectiveness) or a governed accept + the 1-2 flip conditions. "Do nothing" is a legitimate result.
../../knowledge/treasury-management-decision-tree.md: hedge when the exposure is material, measurable, and adverse-volatility matters to covenants/earnings/cash. Accept (do nothing) when it's immaterial, naturally offset (a matching opposite exposure), un-hedgeable at reasonable cost, or where the hedge cost exceeds the risk reduced. Translation exposure especially is often a governed accept — hedging equity translation burns cash to smooth a non-cash line.User: "We're a USD-functional company with €10M of highly-probable EUR revenue over the next 12 months. Hedge it? How?"
../../knowledge/treasury-management-patterns-2026.md.regulatory-compliance seam; building the trade/confirmation systems is fintech-payments-engineering.npx claudepluginhub mcorbett51090/ravenclaude --plugin treasury-managementGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.