# Money Multiple Calculation

This article explains how **money multiple** is calculated in Model Reef.

You will learn:

* What money multiple means.
* How it is calculated from equity cashflows.
* How it complements IRR in transaction and investment analysis.

Money multiple is a simple measure of how many times the original equity investment has been returned.

***

## 1. Money multiple definition

In Model Reef, money multiple is usually expressed as **MOIC** (multiple on invested capital).

The basic formula is:

```
Money multiple
= Total equity cash returned ÷ Total equity cash invested
```

For example, if investors put in 10 and receive 30 back over time, the money multiple is 3.0 times.

***

## 2. Cashflows used for money multiple

Model Reef computes money multiple from:

* **Equity invested**
  * Equity injections modelled with Equity variables.
  * Purchase price or initial equity commitment where specified.
* **Equity returned**
  * Dividends and other equity distributions.
  * Exit proceeds or terminal equity cashflow where relevant.
  * Net of any additional capital injections later in the timeline.

You can configure which cashflow series count as equity in and equity out for the calculation.

***

## 3. Relationship with IRR

Money multiple and IRR are related but different:

* Money multiple ignores time and focuses only on the ratio of total out to total in.
* IRR incorporates timing and time value of money.

Examples:

* A 3 times multiple over three years is very different from 3 times over ten years in IRR terms.
* Two scenarios may have similar money multiples but very different IRRs if the timing of exits and distributions is different.

Model Reef encourages you to look at both metrics side by side.

***

## 4. Using money multiple in scenarios

You can compare money multiples across scenarios to answer questions such as:

* How does changing leverage affect equity multiples.
* How sensitive is the exit multiple to growth or margin assumptions.
* Do downside cases still return capital, and by how much.

This is especially useful for private equity, venture capital and project finance style evaluations where investors are familiar with MOIC language.

***

## Related articles

* [eCommerce & D2C Brands](/use-cases/ecommerce-and-d2c-brands.md)
* [Combine Multiple External Data Sources](/how-tos/data-workflows-and-automation/combine-multiple-external-data-sources.md)
* [Naming (Branches)](/help/building-your-model/naming-branches.md)
* [Formula Modal](/syntax/understanding-the-interface/formula-modal.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.modelreef.io/help/financial-outputs-and-valuation/money-multiple-calculation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
