业绩归因
使用 Brinson 模型计算和分析业绩归因
业绩归因支持用于相对较短时间跨度的单个周期(每月)和更长时间跨度的多个周期(每季度或每年)的方法。使用 brinsonAttribution 创建一个 brinsonAttribution 对象。将 brinsonAttribution 对象与 categoryAttribution、categoryReturns、categoryWeights、totalAttribution、summary、categoryReturnsChart、categoryWeightsChart 和 attributionsChart 函数结合使用。
对象
brinsonAttribution | Create brinsonAttribution object to analyze performance
attribution (自 R2022b 起) |
函数
categoryAttribution | Compute performance attribution for portfolio of each category (自 R2022b 起) |
categoryReturns | Compute aggregate and periodic category returns |
categoryWeights | Compute average and periodic category weights (自 R2022b 起) |
totalAttribution | Compute total performance attribution by Brinson model (自 R2022b 起) |
summary | Summarize performance attribution by Brinson model (自 R2022b 起) |
categoryReturnsChart | Create horizontal bar chart of category returns (自 R2023a 起) |
categoryWeightsChart | Create a horizontal bar chart for category weights (自 R2023a 起) |
attributionsChart | Create horizontal bar chart of performance attribution (自 R2023a 起) |
主题
- 使用布林森模型分析业绩归因
此示例演示了如何准备数据,创建
brinsonAttribution对象,然后分析与类别(行业)权重和收益相关的业绩归因。在此示例中,您会使用到categoryAttribution、categoryReturns、categoryWeights、totalAttribution和summary函数进行分析。此外,您还可以使用categoryReturnsChart、categoryWeightsChart和attributionsChart为结果生成绘图。 - Backtest with Brinson Attribution to Evaluate Portfolio Performance
This example shows how to compute Brinson attribution using the output of the MATLAB® backtest framework.