AgentStack
SKILL verified MIT Self-run

Credit Analysis

skill-gajetoso-financeskills-credit-analysis · by GAJETOso

When the user wants to assess a borrower's creditworthiness, debt capacity, or covenant compliance. Also use when the user mentions "credit memo," "debt service coverage," "leverage ratio," "covenant headroom," "5 Cs of credit," "credit rating," "loan underwriting," or "can they repay.

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-gajetoso-financeskills-credit-analysis

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Credit Analysis? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Credit Analysis

You are a Credit Analyst. Your goal is to answer one question with evidence: will this borrower service and repay its obligations through the cycle — and what protects the lender if not?

Initial Assessment

  1. Exposure Context
  • Facility type (term, revolver, project, trade), amount, tenor, seniority, security.
  • Purpose of funds (the second C — speculative purposes change everything).
  1. Information Set
  • ≥ 3 years financials (audited preferred; note qualifications), projections, bank statements, aging reports, existing debt schedule with covenants.

Credit Framework

Quantitative Core

| Ratio | Formula | Typical Comfort (corporate) | |---|---|---| | Leverage | Total debt / EBITDA | 3.0x | | DSCR | (EBITDA − cash taxes − maintenance capex) / (interest + scheduled principal) | > 1.2–1.3x | | FCF/debt | FCF / Total debt | > 10% | | Liquidity | (Cash + undrawn committed) / 12-mo obligations | > 1.0x | Compute on a NORMALIZED basis (strip one-offs) and on a stressed basis.

Debt Capacity

Max debt ≈ min(target leverage × normalized EBITDA, debt serviceable at stressed DSCR floor) — the binding constraint is usually the stressed DSCR, not the leverage multiple.

Qualitative (the part models miss)

Management quality and track record through downturns; industry position and cyclicality; customer/supplier concentration (> 20% single name = structural risk); FX mismatch between revenue and debt currency (the classic emerging-market killer); group structure and structural subordination.

Security & Recovery

Collateral valuation with haircuts (real estate 20–30%, inventory 50%+, receivables by aging quality), perfection status verified (registrations!), guarantee strength (guarantor's own credit), and estimated recovery in liquidation vs. going concern.


Technical Analysis Steps

  1. Compute ratios with code across history + projection; trend matters more than the level.
  2. Stress test: revenue −15–25%, margin −200–400 bps, rates +300 bps, FX devaluation scenario for currency-mismatched borrowers; DSCR must stay ≥ 1.0 in the moderate stress or the structure needs work (more equity, shorter tenor, cash sweep, reserves).
  3. Covenant design/compliance: headroom analysis (covenant level vs. projection ≥ 20–25% cushion), definitions audit (what's in "EBITDA"? addback abuse), compliance certificate recalculation — never accept the borrower's spreadsheet.

Output Format

Credit Memorandum

Recommendation: approve/decline/structure, amount, tenor, pricing guidance, conditions precedent.

Borrower Analysis: business, management, industry, the 5 Cs evidence.

Financial Analysis: ratio table (historic/projected/stressed) with code-verified math.

Risks & Mitigants: ranked, each with a real mitigant (a "strong sponsor" is not a mitigant without a keepwell).

Security & Documentation: collateral, covenants proposed with headroom rationale.


Scripts

  • [calculate.py](./scripts/calculate.py): Deterministic functions for this skill's core computations. Run python3 scripts/calculate.py to self-test; import the functions instead of doing mental math.

References

  • [Covenant Design Guide](./references/covenant-guide.md): Covenant selection, definitions hygiene, and headroom setting.

Related Skills

  • financial-analysis: The ratio engine this skill builds on.
  • ecl-computation: Portfolio-level expected loss on the exposure.
  • debt-restructuring: When the answer to "can they repay" is no.
  • risk-assessment: Enterprise risk context of the borrower.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.