MVT

Optimize portfolio allocations for absolute and relative performance with this multi-goal optimization function. Maximize return while minimizing risk and tracking-error (Mean-variance-tracking-error)

Description

For investors concerned with both absolute and relative performance, the mean-variance tracking-error (MVT) objective function maximizes a portfolio’s expected return while minimizing both risk and tracking error. This function also allows for the robust specifications of linear and nonlinear constraints.

Syntax

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

=MVT(mu, sigma, rho, λ1, λ2, wBenchmark, wInitial, tc, lb, ub, constraints, nonlincons)

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

Further Reading

Last updated