MTFRONTIER

Solve for the Mean-Tracking-Error efficient frontier. Optimize for multiple portfolios to evaluate return and risk trade-offs in relative return space (active management).

Description

Solve for multiple mean-tracking-error optimal portfolios on the efficient frontier. Evaluate the return and relative risk tradeoff. The function allows you to specify both linear and non-linear constraints and is able to account for friction penalties (transaction costs).

The convexity of the efficient frontier may not necessarily hold when transaction costs are present.

Syntax

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

=MTFRONTIER(P, mu, sigma, rho, wBenchmark, wInitial, tc, lb, ub, constraints)

Input(s)

Output(s)

The output matrix follows the vector orientation of mu (column / row). If you have specified your inputs as column-vectors, the corresponding output matrix will be transpose of the above.

Example

Last updated