returns-analysis

returns-analysis is a skill for Claude Code from yuping322/financial-services-plugins-new. It costs 0 tokens per session (857 once invoked), scanned A, a copy of returns-analysis, Apache-2.0.

A deal-return analysis that estimates how an investment might perform under different assumptions. It uses measures such as IRR, the annualized return rate, and MOIC, the multiple of the original investment returned.

In plain words
What is it for?
Use it to estimate base-case returns, compare upside and downside scenarios, test deal assumptions, and prepare return tables for investment decisions.
Why use it?
It shows how sensitive a deal is to changes in purchase price, borrowing, business growth, sale price, or holding period.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the private-equity plugin — 9 skills, 9 commands shipped together

Good fit Use it to estimate base-case returns, compare upside and downside scenarios, test deal assumptions, and prepare return tables for investment decisions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yuping322/financial-services-plugins-new/returns-analysis
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.

Any agent
npx skills add yuping322/financial-services-plugins-new --skill returns-analysis
Clone the repo
git clone --depth 1 https://github.com/yuping322/financial-services-plugins-new

Made for: Claude Code.

Or install private-equity, the plugin that ships this one along with the rest of its 9 skills, 9 commands.

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 returns-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/yuping322/financial-services-plugins-new/returns-analysis.svg)](https://agentmods.dev/skills/yuping322/financial-services-plugins-new/returns-analysis)
Your own site
<a href="https://agentmods.dev/skills/yuping322/financial-services-plugins-new/returns-analysis"><img src="https://agentmods.dev/badge/skills/yuping322/financial-services-plugins-new/returns-analysis.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 857 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.1 $0.00000 $0.00857
Opus 5 $0.00000 $0.00428
Sonnet 5 $0.00000 $0.00171
Haiku 4.5 $0.00000 $0.00086

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

Security

Grade A, and why

returns-analysis 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 4d 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.

Origin

This is a copy

100% identical to returns-analysis — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

private-equity/skills/returns-analysis/SKILL.md · 117 lines

How it starts

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

Returns Analysis

description: Build quick IRR/MOIC sensitivity tables for PE deal evaluation. Models returns across entry multiple, leverage, exit multiple, growth, and hold period scenarios. Use when sizing up a deal, stress-testing assumptions, or preparing IC returns exhibits. Triggers on "returns analysis", "IRR sensitivity", "MOIC table", "what's the return at", "model the returns", or "back of the envelope".

Workflow

Step 1: Gather Deal Inputs

Ask for (or extract from prior analysis):

Entry:

  • Entry EBITDA (LTM or NTM)
  • Entry multiple (EV / EBITDA)
  • Enterprise value
  • Net debt at close
  • Equity check size
  • Transaction fees & expenses

Financing:

  • Senior debt (x EBITDA, rate, amortization)
  • Subordinated debt / mezzanine (if any)
  • Total leverage at entry (x EBITDA)
  • Equity contribution

Operating Assumptions:

  • Revenue growth rate (annual)
  • EBITDA margin trajectory
  • Capex as % of revenue
  • Working capital changes
  • Debt paydown schedule

Exit:

  • Hold period (years)
  • Exit multiple (EV / EBITDA)
  • Exit EBITDA (calculated from growth assumptions)

Step 2: Base Case Returns

Calculate:

Metric Value
Entry EV
Equity invested
Exit EBITDA
Exit EV
Net debt at exit
Exit equity value
MOIC
IRR
Cash-on-cash

Show the returns waterfall:

  • EBITDA growth contribution
  • Multiple expansion/contraction contribution
  • Debt paydown contribution
  • Fee/expense drag

Step 3: Sensitivity Tables

Build 2-way sensitivity matrices:

Entry Multiple vs. Exit Multiple

Exit 6x Exit 7x Exit 8x Exit 9x Exit 10x
Entry 7x
Entry 8x
Entry 9x
Entry 10x

EBITDA Growth vs. Exit Multiple (at fixed entry)

Leverage vs. Exit Multiple (at fixed entry and growth)

Hold Period vs. Exit Multiple

Show both IRR and MOIC in each cell (IRR / MOIC format).

Read the full file on GitHub · 117 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. 4d ago First seen · 117 lines · 0 tokens per session scan A 2c570932b588

Subscribe to this mod's changes

returns-analysis is a skill published in the GitHub repository yuping322/financial-services-plugins-new (17 stars, last pushed 6mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 857 tokens. A static security scan graded it A with 0 findings. It is 100% identical to returns-analysis, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories