# ANNUALIZERISK

## Description

If we assume that assets' time series instantaneous rates of returns are normally distributed, then its discrete returns are lognormally distributed. To account for this, we annualize measures of risk by converting the discrete means and standard deviations into its continuous counterparts prior to annualization.

{% hint style="info" %}
To read more about the mathematics behind this, please see <https://wpahelp.windhamlabs.com/expected-risk/annualizing-volatility-and-return>
{% endhint %}

## Syntax

The following describes the function signature for use in Microsoft Excel's formula bar.

```excel-formula
=ANNUALIZERISK(mu, sigma, dataPeriodicity)
```

### Input(s)

| Argument            | Description                                                                                                                                                                                    |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **mu**              | Required. Vector or time series matrix of discrete asset returns.                                                                                                                              |
| **sigma**           | Required. Vector of risk estimates to be annualized.                                                                                                                                           |
| **dataPeriodicity** | <p>Optional. Periodicity of the data, used for annualization. If you do not enter the argument, it defaults to 1. <br><em>e.g. Daily = 255, Monthly = 12,  Yearly = 1, Quarterly = 4.</em></p> |

### Output(s)

Vector of annualized risk estimates.

## Example

![](/files/-ML9Zx6YLLYyevd_8MfG)

{% file src="/files/-ML9\_1hApx1QMCOd7sQQ" %}
Example Workbook: ANNUALIZERISK
{% endfile %}


---

# 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://excelhelp.windhamlabs.com/functions/risk-models/annualizerisk.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.
