treasury-fx-facility-mgmt

Computes FX exposure, DSCR, and credit facility utilisation from accounting data.

1|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/tapway/shogun-os --skill treasury-fx-facility-mgmt-tapway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: treasury-fx-facility-mgmt
Source: https://github.com/tapway/shogun-os/tree/main/skills/finance/treasury-fx-facility-mgmt
Command: npx skills add https://github.com/tapway/shogun-os --skill treasury-fx-facility-mgmt-tapway

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finance teams managing foreign-currency receivables, payables, and bank loans need a repeatable way to quantify FX exposure, verify loan covenant compliance, and track credit facility headroom without manually reconciling invoices, balance sheets, and facility agreements. ## Core Features & Use Cases - FX Exposure Report: Nets foreign-currency AR, AP, and cash balances per currency, converts to MYR equivalents, and flags exposures exceeding approved hedging thresholds. - DSCR Calculation: Computes trailing-12-month EBITDA over total debt service and compares the ratio against the covenant minimum, reporting compliant, at-risk, or breached status with headroom percentage. - Credit Facility Tracking: Computes utilisation per facility and flags agreements expiring within 90 days, while assessing BNM FEA approval requirements for offshore payments. - Use Case: During a monthly treasury review, the skill produces a report showing USD exposure of +RM450K flagged for hedging review, a DSCR of 1.50x against a 1.25x covenant, and a 40% facility utilisation with 192 days to expiry. ## Quick Start Run the treasury review on the finance-manager profile to generate this month's FX exposure report, DSCR covenant check, and credit facility utilisation summary.

Frequently Asked Questions about treasury-fx-facility-mgmt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate net FX exposure from invoices and bank balances?

Net FX exposure per currency equals foreign-currency receivables plus foreign-currency cash minus foreign-currency payables, converted to MYR equivalents. The skill pulls open invoices via acct_list_sales_invoices and acct_list_purchase_bills, then nets them against balances from acct_get_balance_sheet.

How is DSCR calculated for loan covenant compliance?

DSCR equals trailing-12-month EBITDA divided by total debt service (principal plus interest due in the period). The result is compared against the covenant minimum in the facility agreement, typically 1.25x, and flagged as compliant, at-risk, or breached with the headroom percentage.

When is BNM approval required for foreign currency transactions?

Bank Negara Malaysia FEA rules require prior approval for large offshore investments, loans to non-residents, and certain foreign currency payments under the Financial Services Act 2013. The skill flags flagged transactions for BNM approval verification during the exposure review.

What is the difference between FX translation and transaction exposure?

Translation exposure is the balance sheet revaluation of foreign-currency assets and liabilities, an accounting matter. Transaction exposure covers open FX commitments and requires cash hedging or forward cover. The skill distinguishes both when reporting.

When should I not use this treasury monitoring skill?

Do not use it for cash runway forecasting, which belongs to the cash-runway-forecasting skill, or for statutory financial statement preparation, which belongs to financial-statement-prep. It focuses strictly on FX exposure, DSCR covenants, and facility utilisation.