# Liability Variables

This article explains **Liability variables** in Model Reef.

You will learn:

* What a Liability variable represents.
* How loans and similar obligations are modelled.
* How Liabilities affect P\&L, Balance Sheet and Cashflow.
* How Liability variables connect to the valuation engine.

Liability variables are used primarily for loans and other debt-like instruments.

Examples include:

* Bank term loans.
* Revolving credit facilities.
* Shareholder loans.
* Vendor finance.

Each Liability variable has:

* An opening balance or drawdown schedule.
* An interest rate, which may reference economic drivers.
* A repayment structure (amortising, interest only with bullet, manual).
* A category such as `Liabilities - Bank Loan` or `Liabilities - Shareholder Loan`.

{% stepper %}
{% step %}

### What a Liability variable is

A **Liability variable** captures:

* Opening loan balances.
* New debt drawdowns.
* Scheduled or manual repayments.
* Interest expense and interest cash payments.
  {% endstep %}

{% step %}

### Liability rules in the P\&L

In the **P\&L**:

* Liability variables generate **Interest expense**.
* Interest is calculated on the opening balance and any relevant rate drivers.
* Interest reduces EBT but does not affect EBITDA (debt is considered a financing cost).

The principal component of repayments does not affect P\&L directly.
{% endstep %}

{% step %}

### Liability rules in the Balance Sheet

In the **Balance Sheet**:

* Drawdowns increase the loan balance.
* Repayments reduce the loan balance.
* Interest accrued but not yet paid increases **Interest Payable** if payment is delayed.
* The loan principal remains until it is repaid or matures.

Opening balances can be imported or entered, and must be matched with appropriate offsetting equity or asset entries at model start to keep the Balance Sheet balanced.
{% endstep %}

{% step %}

### Liability rules in the Cashflow Statement and Cash Waterfall

In the **Cashflow Statement**:

* Drawdowns are **Financing inflows**.
* Principal repayments are **Financing outflows**.
* Interest paid is an **Operating cash outflow**.
* Interest accrued but not yet paid appears as a change in working capital via Interest Payable.

In the **Cash Waterfall**:

* Interest paid is shown in the financing section.
* Drawdowns and repayments are shown as separate lines under debt movements.
* The net effect of financing flows contributes to free cashflow to equity.

This allows you to see how changes in capital structure affect cash and returns.
{% endstep %}

{% step %}

### Liability variables and valuation

Liability variables are important for:

* **FCFF** (free cashflow to the firm), where interest is excluded from cashflows.
* **FCFE** (free cashflow to equity), where interest and net debt movements are taken into account.
* Debt service coverage, leverage and other credit metrics in dashboards or custom reports.

Careful modelling of drawdowns, repayments and rates is essential for deal and project finance work.
{% endstep %}
{% endstepper %}

***

## Related articles

* [Multi-Venue Event Consolidation](/use-cases/hospitality-and-events-functions-events-venues/multi-venue-event-consolidation.md)
* [Build a Budget vs Actuals Model](/how-tos/scenarios-and-planning/build-a-budget-vs-actuals-model.md)
* [How Variables Are Created](/help/stock-ticker-fundamentals/how-variables-are-created.md)
* [Manual Time Series Editing](/syntax/variables-syntax/manual-time-series-editing.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/drivers-variables-and-timing/liability-variables.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.
