フィルターのクリア

Portfolio Construction - Incorporating Stress Scenarios

2 ビュー (過去 30 日間)
Christopher Bridges
Christopher Bridges 2021 年 2 月 24 日
回答済み: Shivam Lahoti 2024 年 2 月 16 日
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.

回答 (1 件)

Shivam Lahoti
Shivam Lahoti 2024 年 2 月 16 日
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.

カテゴリ

Help Center および File ExchangePortfolio Optimization and Asset Allocation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by