# Calculations

## Advice totals

Every time Advice is completed in MOAS, a number of advice totals are saved alongside the advice. These totals include:

* Home property total
* Investment property total
* Superannuation asset total (all assets owned by a self managed superfund’s value)
* Investment asset total (all remaining assets)
* Home loan total
* Superannuation loan total (all loans owned by a self managed superfund’s value)
* Investment loan total (all remaining loans - including investment property)

These totals are used for a number of different model calculations.&#x20;

{% hint style="warning" %}
Historical advice can be added in MOAS to capture these totals for years a client group has not received advice within MOAS. To add these totals, go to Group → Advice → Historical.
{% endhint %}

## Net total wealth

Net total wealth is calculated by adding **Home property total, Investment property total, Superannuation asset total** and **Investment asset total** and subtracting this sum by the sum of **Home loan total,** **Superannuation loan total** and **Investment loan total.**&#x20;

This value is used in the [Models](/modelling/modelling/models.md#long-term-progress)model, but can also be used as a [Mention](/documents/page-content/mention.md)in the document builder.

## Net investment wealth

Net investment wealth is the total sum of investment assets. This is calculated by adding **Investment property total, Superannuation asset total** and **Investment asset total** and subtracting this sum by the sum of **Superannuation loan total** and **Investment loan total.**&#x20;

This value is used in the [Models](/modelling/modelling/models.md#long-term-progress)model.

## Target

For models that span over a set number of years a target needs to be set. The target can be found next to the end date input in the model data section.

<figure><img src="/files/NpBNY4C5VKKX4MeAK9RN" alt=""><figcaption><p>Setting the model target</p></figcaption></figure>

### Initial target value

The starting value will be the total asset value of the earliest advice year recorded in MOAS. If there is no total asset value for previous years, it will be 0.

### Target increase

To calculate the target increase year on year MOAS subtracts the initial target value by the final target value and divides this by the number of years in the graph (This is determined by the model end date field or if none is set this will default to 30 years). As the calculation cycles through the model years, the increase is added to the initial target value to created a linear target.


---

# 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://docs.moasapp.com/modelling/calculations.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.
