> For the complete documentation index, see [llms.txt](https://help.modelreef.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.modelreef.io/how-tos/investment-and-transactions/build-an-acquisition-case-vs-base-case.md).

# Build an Acquisition Case vs Base Case

This guide describes how to compare the value of a standalone business against the value of the same business after an acquisition, using separate models in Model Reef.

Because each scenario is implemented as a separate model, you will maintain:

* One model for the Base Case (no acquisition).
* One or more models for Acquisition Cases (with acquisition, funding and synergies).

## Before you start

You should have:

* A solid **Base Case model** for the standalone business.
* A separate **Combined or Acquisition model** that incorporates the target and associated funding.
* Basic valuation outputs configured in both models.

If the combined model is not ready, first work through **Build an M and A Consolidation Model** and **Build a Synergy and Integration Model**.

## What you will build

* A clean comparison between:
  * Standalone Base Case.
  * Post acquisition case.
* A view of incremental value created or destroyed by the acquisition.
* A framework for checking whether the acquisition is justified on a value basis.

{% stepper %}
{% step %}

### Confirm the Base Case model

* Open the Base Case model.
* Review:
  * P\&L, Balance Sheet, Cashflow and Cash Waterfall.
  * FCFF and FCFE series.
  * Project and equity NPV and IRR.
* Ensure this model reflects your best judgement of the no deal path for the business.

This is your reference point for incremental analysis.
{% endstep %}

{% step %}

### Confirm the Acquisition Case model

* Open the Acquisition Case model that includes:
  * Buyer and Target branches.
  * Acquisition funding flows.
  * Any synergy and integration cost variables.
* Review:
  * Combined financial statements.
  * FCFF and FCFE series.
  * Project and equity valuation metrics.

Ensure this model reflects your desired view of post acquisition reality.
{% endstep %}

{% step %}

### Align assumptions where necessary

For a fair comparison:

* Check that macro assumptions such as:
  * Discount rates.
  * Tax policy.
  * Macro drivers. are either intentionally aligned or clearly different for good reason.
* Align projection horizons between Base and Acquisition models.

Differences should primarily reflect the acquisition and its direct consequences, not unrelated assumption changes, unless those are part of the Acquisition Case logic.
{% endstep %}

{% step %}

### Compare valuations

For each model, record:

* Project NPV (FCFF based).
* Equity NPV (FCFE based).
* Project IRR.
* Equity IRR.
* Money Multiple and Payback.

Calculate:

* Incremental value = Acquisition Case NPV minus Base Case NPV.
* Optionally, incremental equity value and IRR for investors who fund the acquisition.

This quantifies the value impact of the deal.
{% endstep %}

{% step %}

### Compare cash and risk profiles

Beyond point estimates of value, compare:

* Cash balances over time:
  * Minimum cash balance in Base Case vs Acquisition Case.
  * Periods of higher risk in the acquisition case.
* Leverage metrics:
  * Net debt and leverage ratios if the acquisition is debt funded.
* Dependency on synergies:
  * Use synergy on and off variants to see how much of the incremental value is synergy driven.

This helps you understand whether the acquisition increases financial risk.
{% endstep %}

{% step %}

### Frame the decision

Using the two models, you can frame the decision around:

* Is the incremental value positive after accounting for the purchase price and funding costs.
* Does the acquisition materially improve strategic position or only financial metrics.
* How sensitive the incremental value is to key assumptions (use separate sensitivity and multi scenario guides if needed).

You can also create additional model copies to test different deal prices, funding mixes and synergy levels.
{% endstep %}
{% endstepper %}

## Check your work

* Base Case and Acquisition Case models are both internally consistent and balanced.
* Differences between them are clearly attributable to the acquisition and related effects.
* Incremental value is computed consistently using the same valuation approach.
* The analysis captures both value and risk dimensions.

## Troubleshooting

<details>

<summary><strong>Incremental value appears too good to be true</strong></summary>

Check that you are not double counting synergies, understating integration costs or overestimating terminal value in the Acquisition Case.

</details>

<details>

<summary><strong>Acquisition Case appears worse than Base Case</strong></summary>

This can be a valid result. It may indicate the deal is overpriced or synergies are insufficient. Revisit assumptions and deal terms.

</details>

<details>

<summary><strong>Stakeholders focus only on one scenario</strong></summary>

Use clear tables and charts to present Base versus Acquisition alongside key assumptions so the trade offs are visible.

</details>

## Related guides

* [Development Feasibility Model](/use-cases/real-estate-and-property/development-feasibility-model.md)
* [Roles Overview](/help/permissions-and-collaboration/roles-overview.md)
* [Staff Cost Mapping](/help/financial-outputs-and-valuation/staff-cost-mapping.md)
* [Accrual Behaviour](/syntax/timing-syntax/accrual-behaviour.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/how-tos/investment-and-transactions/build-an-acquisition-case-vs-base-case.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.
