IMPLIEDRETURNS

Calculate implied expected returns of your assets / instruments.

Description

Implied returns is a reverse mean-variance optimization methodology. It solves for a set of expected returns for the portfolio's assets under the assumption that the portfolio is on the efficient frontier (optimal).

This can help investors understand the implicit assumptions of maintaining their current portfolio allocations. An investor may choose to rebalance their portfolio if the implied returns are substantially different from the plausible range of expected asset returns.

Analysts may also use this method to contrast against other models of expected returns.

Syntax

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

Input(s)

Name-Value Optional Arguments

Specify optional pairs of arguments where Name is the option argument name and Value is the corresponding input object. Name-value arguments must appear after other input argument(s) above, but the order of these pairs does not matter.

Example:

=IMPLIEDRETURNS(___, "Name1", value1, "Name2", value2, ..., "NameN", valueN)

Output(s)

Row or column vector of implied expected returns. The output vector orientation follows the same orientation as the input vector weights.

Example

Last updated