Inputing Risk Aversion into the Portfolio Workflow

Hi,
I was wondering if anyone had any idea how to input risk aversion into the Portfolio Workflow. I'm trying to solve for the situation where optimisation is constrained (no risk-free asset, no borrowing or lending) and investors have varying degree's of risk aversion.
Any information would be appreciated.
J

回答 (1 件)

Jaskirat
Jaskirat 2025 年 6 月 12 日

0 投票

To model varying degrees of risk aversion, you can use the “portalloc” function:
[RiskyRisk, RiskyReturn, RiskyWts,...] = ...
portalloc(PortRisk, PortReturn, PortWts, NaN, NaN, A);
“BorrowRate=NaN” will forbid borrowing and lending, and the value of “A” can control risk aversion.
The following documentation links provide more information about the function and handling risk aversion:
Hope this helps!

カテゴリ

ヘルプ センター および File ExchangePortfolio Optimization and Asset Allocation についてさらに検索

質問済み:

2015 年 4 月 10 日

回答済み:

2025 年 6 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by