# FCFE Calculation

This article explains how **free cashflow to equity (FCFE)** is calculated in Model Reef.

You will learn:

* What FCFE represents.
* How FCFE is derived from FCFF and financing flows.
* How FCFE is used in equity NPV and IRR calculations.

FCFE is the cashflow available to equity holders after all operating, investing and debt related cashflows.

{% stepper %}
{% step %}

### Conceptual definition of FCFE

In Model Reef, FCFE represents the cash that could be distributed to shareholders after:

* Operating cashflows after tax.
* Working capital movements.
* Capex.
* Interest payments.
* Principal repayments and new debt drawdowns.

Equity injections and dividends are separate flows that use or provide equity cash, but FCFE answers the question:

> How much cash is available to equity holders before any decision about dividends or new capital raises.
> {% endstep %}

{% step %}

### FCFE from FCFF and financing flows

Given FCFF, Model Reef constructs FCFE by adjusting for debt service and net new borrowing.

In cashflow terms:

```
FCFE
= FCFF
minus Interest paid
minus Principal repayments
plus Debt drawdowns
```

Sign conventions:

* Interest paid and principal repayments reduce cash available to equity.
* Debt drawdowns increase cash available to equity, since they are an additional funding source in that period.

Equity injections and dividends are tracked separately and used when computing some equity metrics and IRRs.
{% endstep %}

{% step %}

### Link to the Cashflow Statement

In Cashflow Statement rows, FCFE is equivalent to:

* Operating cashflows.
* Minus capex in Investing cashflows.
* Minus net debt repayments (interest plus principal).
* Plus any new debt issued.

The valuation engine uses an internal FCFE series rather than a manual spreadsheet calculation, but the logic is the same.
{% endstep %}

{% step %}

### FCFE and equity value

When you value the business on an equity basis:

* FCFE is discounted at the **equity discount rate**.
* The discounted FCFE series plus discounted equity terminal value give **equity value** directly.
* There is no need to adjust for net debt afterwards, because debt effects are already built into FCFE.

This makes FCFE particularly suitable when you care most about equity holder returns.
{% endstep %}

{% step %}

### FCFE in scenarios

Across scenarios you can compare FCFE profiles to see how:

* Different capital structures affect equity cashflows.
* Changes to debt terms or repayment patterns change equity risk and return.
* Dividends and capital raises interact with free cashflow.

For each scenario, FCFE is recomputed automatically as you adjust any of the underlying drivers.
{% endstep %}
{% endstepper %}

***

### Related articles <a href="#related-articles" id="related-articles"></a>

* [​Utilisation & Capacity Planning](/use-cases/professional-services-and-consulting/utilisation-and-capacity-planning.md)
* ​[Build a Unified Forecast from Multiple Inputs](/how-tos/core-modelling/build-a-unified-forecast-from-multiple-inputs.md)
* [​NPV Calculation](/help/financial-outputs-and-valuation/npv-calculation.md)
* [Entering Schedules](/syntax/how-input-fields-work/entering-schedules.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/fcfe-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.
