Borrar filtros
Borrar filtros

Portfolio Construction - Incorporating Stress Scenarios

2 visualizaciones (últimos 30 días)
Christopher Bridges
Christopher Bridges el 24 de Feb. de 2021
Respondida: Shivam Lahoti el 16 de Feb. de 2024
I'm using the finaince toolbox to build optimal portfolios. I'm trying to find a way to incorproate stress scenarios. For example, optimize portfolio Sharpe (or plot the optimial frontier) subject to a stress scenario loss of no greater than X. Is there a way to do this? I couldn't find anything online.

Respuestas (1)

Shivam Lahoti
Shivam Lahoti el 16 de Feb. de 2024
Hi Christopher,
To optimize a portfolio's Sharpe ratio or plot the efficient frontier while incorporating a stress scenario constraint where the loss does not exceed a threshold X, you would integrate a custom constraint into the optimization process. This constraint would calculate the portfolio's potential loss under the defined stress scenario and ensure it remains below X. By using MATLAB's Financial Toolbox, you can define this constraint as part of your optimization function, typically with ‘fmincon’. The custom constraint would be an inequality condition that the solver must satisfy, alongside the standard portfolio optimization constraints.
To understand more about 'fmincon', refer to the below documentation.
Regards,
Shivam.

Categorías

Más información sobre Portfolio Optimization and Asset Allocation en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by