financing

financing is a command for coding agents from ololand-ai/ololand-plugins. It costs 33 tokens per session (1,131 once invoked), scanned A, original, Apache-2.0.

A command for planning how to fund an acquisition, including borrowing, capital providers, government-style programmes, and lender review materials.

In plain words
What is it for?
Estimating how much debt a deal may support, finding suitable lenders, checking programme eligibility signals, and preparing internal lender pre-reads.
Why use it?
It organizes financing work around a deal and applies defined analysis and eligibility rules instead of leaving the process as scattered research.

Command

Part of the ololand-dd plugin — 47 commands, 3 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/ololand-ai/ololand-plugins/financing
Clone the repo
git clone --depth 1 https://github.com/ololand-ai/ololand-plugins

Or install ololand-dd, the plugin that ships this one along with the rest of its 47 commands, 3 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for financing

README.md
[![agentmods](https://agentmods.dev/badge/commands/ololand-ai/ololand-plugins/financing.svg)](https://agentmods.dev/commands/ololand-ai/ololand-plugins/financing)
Your own site
<a href="https://agentmods.dev/commands/ololand-ai/ololand-plugins/financing"><img src="https://agentmods.dev/badge/commands/ololand-ai/ololand-plugins/financing.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,131 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00033 $0.01131
Opus 5 $0.00016 $0.00566
Sonnet 5 $0.00007 $0.00226
Haiku 4.5 $0.00003 $0.00113

Measured 2d ago against content hash e2859b61628c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

financing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/ololand-dd/commands/financing.md · 49 lines

How it starts

The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Financing

Use this command when the user asks "how do I finance this acquisition?", "what leverage can this deal support?", "which lenders fit this deal?", "does this deal qualify for any government/SBA-style capital programme?", or wants a lender pre-read package prepared.

Usage

/financing <deal_id>                    # status of the deal's financing workflow
/financing <deal_id> analyze [scenario] [lbo_run_id]   # deterministic financing analysis (base|upside|downside)
/financing <deal_id> sourcing [amount] [provider_types] # provider sourcing from the latest (or a named) analysis
/financing <deal_id> lender-package [provider_match_ids] # internal lender pre-read package
/financing <deal_id> programs [jurisdiction] [rails]     # list active rule-governed capital programmes
/financing <deal_id> capital-plan [jurisdiction] [rails] [amount] [financing_run_id]  # build a capital plan (signals only)
/financing <deal_id> eligibility <program_key> [program_version]  # one programme's eligibility signals

Execution

  1. status (default) — call mcp__ololand__get_financing_workflow_status(deal_id). Reports the latest financing analysis, sourcing run, and where the deal sits in the financing workflow.
  2. analyze — call mcp__ololand__run_financing_analysis(deal_id, scenario). This is a deterministic engine run (debt capacity, structure candidates, coverage ratios), optionally seeded from an existing LBO run via lbo_run_id. Default scenario is base.
  3. sourcing — call mcp__ololand__prepare_financing_sourcing(deal_id), optionally with requested_financing_amount, target_provider_types, or a specific financing_run_id. Returns matched provider types and draft outreach copy for human review.
  4. lender-package — call mcp__ololand__prepare_financing_lender_package(deal_id), optionally scoped to provider_match_ids from a sourcing run. Returns an internal pre-read with an application checklist.
  5. programs — call mcp__ololand__list_capital_programs(deal_id, jurisdiction, rails). Read-only; returns programme identity, authority, source reference, and version — never an eligibility determination. jurisdiction defaults to US. Only an OMITTED rails argument defaults to debt-only — if the user wants every rail, pass an explicit empty list, not None.
  6. capital-plan — call mcp__ololand__prepare_capital_plan(deal_id, jurisdiction, rails, financing_run_id, amount). Persists a CapitalPlanRun (lineage only) reporting programme eligibility signals and gaps only — never state that the deal qualifies for or is approved for a programme. Spends no Apollo credits, submits nothing, and does not perform discretionary provider matching (that's sourcing, step 3).
  7. eligibility — call mcp__ololand__evaluate_capital_eligibility(deal_id, program_key, program_version) for one programme's per-predicate eligibility signals, with rule and evidence citations. Read-only, does not persist a plan run, and is never a verdict.
  8. Pair conclusions with evidence: cite the financing analysis figures the tools return; do not restate them from memory.

Read the full file on GitHub · 49 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 49 lines · 33 tokens per session scan A e2859b61628c

Subscribe to this mod's changes

financing is a command published in the GitHub repository ololand-ai/ololand-plugins (0 stars, last pushed 6d ago), licensed Apache-2.0. It adds 33 tokens to every session and 1,131 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.