treasury-management
v0.1.1Corporate treasury team — agents (treasury-strategy-lead, cash-and-risk-operations-specialist) answering 'how much cash, where — who banks us, and how do we protect the money?': cash & liquidity forecasts (CCC, direct/indirect, 13-week), liquidity-buffer & facility policy, bank-relationship & account structure (ZBA, notional/physical pooling, in-house bank, AFP fees, BAI/ISO 20022), investment policy (IPS) & debt covenants, FX & rate hedging (transaction/translation/economic exposure, forwards/swaps/options/collars, ASC 815 / IFRS 9 hedge accounting), payments & fraud controls (positive pay, dual auth, BEC), working-capital & TMS selection. skills, a knowledge bank, and templates. Distinct from finance (FP&A/budgeting), fintech-payments-engineering (rail code), and regulatory-compliance (AML/OFAC) — treasury owns the CASH and the BANK RELATIONSHIP. Not legal/tax/accounting advice; volatile hedge-accounting & bank/regulatory specifics carry a retrieval date + verify-at-use. Needs ravenclaude-core.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install treasury-management for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install treasury-management@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mcorbett51090/RavenClaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/treasury-management/.
Plugin files
├── .claude-plugin/plugin.json├── skills/build-cash-forecast-and-liquidity-plan/SKILL.md├── skills/design-fx-and-interest-rate-hedge/SKILL.md└── skills/optimize-working-capital-and-payments/SKILL.md
Included Skills3
Build a cash position + rolling forecast and a liquidity plan by traversing the treasury decision tree (cash position → forecast method (direct/receipts-and-disbursements vs indirect) → 13-week build & drivers → variance loop → minimum-cash/buffer sizing → committed vs uncommitted facility mix), then return the daily cash position, the 13-week forecast, the buffer target (stress-tested), the facility/revolver plan, and the conditions that resize it. Reach for this when the user asks 'build our 13-week cash forecast', 'how much cash should we hold?', 'what's our liquidity buffer?', 'direct or indirect forecast?', or 'committed vs uncommitted facilities?'. Used by cash-and-risk-operations-specialist (primary) and treasury-strategy-lead.
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).
Optimize working capital and harden the payments flow by traversing the treasury decision tree (cash-conversion cycle: DSO/DIO/DPO levers → DPO extension vs supply-chain finance / dynamic discounting → DSO reduction → inventory financing → payment-method choice → payment fraud controls: positive pay, dual auth, SoD, BEC), then return the working-capital levers ranked by cash freed, the payment-method recommendation, and the fraud-control setup. Reach for this when the user asks 'how do we free up working capital?', 'should we extend DPO or offer supply-chain finance?', 'how do we reduce DSO?', 'which payment method?', or 'set up positive pay / dual authorization / BEC controls'. Used by cash-and-risk-operations-specialist (primary) and treasury-strategy-lead.
Plugin manifests1
{
"name": "treasury-management",
"version": "0.1.1",
"description": "Corporate treasury team — agents (treasury-strategy-lead, cash-and-risk-operations-specialist) answering 'how much cash, where — who banks us, and how do we protect the money?': cash & liquidity forecasts (CCC, direct/indirect, 13-week), liquidity-buffer & facility policy, bank-relationship & account structure (ZBA, notional/physical pooling, in-house bank, AFP fees, BAI/ISO 20022), investment policy (IPS) & debt covenants, FX & rate hedging (transaction/translation/economic exposure, forwards/swaps/options/collars, ASC 815 / IFRS 9 hedge accounting), payments & fraud controls (positive pay, dual auth, BEC), working-capital & TMS selection. skills, a knowledge bank, and templates. Distinct from finance (FP&A/budgeting), fintech-payments-engineering (rail code), and regulatory-compliance (AML/OFAC) — treasury owns the CASH and the BANK RELATIONSHIP. Not legal/tax/accounting advice; volatile hedge-accounting & bank/regulatory specifics carry a retrieval date + verify-at-use. Needs ravenclaude-core.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"treasury",
"cash-forecasting",
"liquidity",
"cash-pooling",
"fx-hedging",
"interest-rate-hedging",
"hedge-accounting",
"working-capital",
"positive-pay",
"iso-20022",
"bank-relationship",
"tms"
],
"requires": {
"plugins": [
"ravenclaude-core@>=0.7.0"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[treasury-management on Agent Plugins Marketplace](https://pluginsmp.com/plugins/treasury-management)