# Current Assets

{% stepper %}
{% step %}

### What are Current Assets in Model Reef

Current Assets typically include:

* **Cash**
  * Calculated from the Cashflow Statement.
  * Never entered directly except as an opening balance.
* **Accounts Receivable (AR)**
  * Amounts owed by customers due to revenue delays.
* **Other short term receivables or prepayments**
  * If modelled explicitly with Asset type variables and short term categories.

Exact line labels depend on your category design, but the behaviour is consistent.
{% endstep %}

{% step %}

### How Accounts Receivable is generated

Accounts Receivable comes from **Revenue variables** with payment delays.

Rules:

* Revenue accrues in the P\&L when it is earned.
* If a delay or payment term is applied, cash is collected later than accrual.
* The difference between cumulative revenue and cumulative cash receipts becomes the AR balance.
* When cash is collected, AR decreases and cash increases.

You do not need to calculate AR manually. The engine derives it from revenue and cash timing.
{% endstep %}

{% step %}

### Cash as a derived asset

Cash is always a **derived** balance in Model Reef.

For each period:

{% code title="Closing cash formula" %}

```
Closing Cash = Opening Cash + Net cashflow
```

{% endcode %}

Where Net cashflow is taken from the Cashflow Statement, which itself is generated from all variable cash movements.

You typically specify an opening cash balance once, then allow the model to compute future cash levels.
{% endstep %}

{% step %}

### Current Assets and working capital

Current Assets, particularly AR and any other short term items, are a core part of **working capital**.

* An increase in AR reduces cash relative to revenue.
* A decrease in AR increases cash as customers catch up on payments.

In the Cash Waterfall, the **Change in net working capital** line summarises movements in AR together with Accounts Payable and other timing related balances.
{% endstep %}

{% step %}

### Current Assets in scenarios and branches

In scenarios:

* Revenue patterns and delays can change, leading to different AR and cash trajectories.
* You can test the impact of slower or faster collections on liquidity.

Across branches:

* Each branch has its own AR and cash components.
* Consolidated Current Assets are the sum across enabled branches, giving group level visibility.
  {% endstep %}
  {% endstepper %}

## Related articles

* [Retainer & Project Pipeline Forecast](/use-cases/media-agencies-and-creative-studios/retainer-and-project-pipeline-forecast.md)
* [Build a Machine Readable Model for Automation](/how-tos/data-workflows-and-automation/build-a-machine-readable-model-for-automation.md)
* [Non Current Assets](/help/financial-outputs-and-valuation/non-current-assets.md)
* [Cloning Scenarios](/syntax/scenario-syntax/cloning-scenarios.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/current-assets.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.
