主要内容

业绩归因

使用 Brinson 模型计算和分析业绩归因

业绩归因支持用于相对较短时间跨度的单个周期(每月)和更长时间跨度的多个周期(每季度或每年)的方法。使用 brinsonAttribution 创建一个 brinsonAttribution 对象。将 brinsonAttribution 对象与 categoryAttributioncategoryReturnscategoryWeightstotalAttributionsummarycategoryReturnsChartcategoryWeightsChartattributionsChart 函数结合使用。

对象

brinsonAttributionCreate brinsonAttribution object to analyze performance attribution (自 R2022b 起)

函数

categoryAttributionCompute performance attribution for portfolio of each category (自 R2022b 起)
categoryReturnsCompute aggregate and periodic category returns
categoryWeightsCompute average and periodic category weights (自 R2022b 起)
totalAttributionCompute total performance attribution by Brinson model (自 R2022b 起)
summarySummarize performance attribution by Brinson model (自 R2022b 起)
categoryReturnsChartCreate horizontal bar chart of category returns (自 R2023a 起)
categoryWeightsChartCreate a horizontal bar chart for category weights (自 R2023a 起)
attributionsChartCreate horizontal bar chart of performance attribution (自 R2023a 起)

主题

  • 使用布林森模型分析业绩归因

    此示例演示了如何准备数据,创建 brinsonAttribution 对象,然后分析与类别(行业)权重和收益相关的业绩归因。在此示例中,您会使用到 categoryAttributioncategoryReturnscategoryWeightstotalAttributionsummary 函数进行分析。此外,您还可以使用 categoryReturnsChartcategoryWeightsChartattributionsChart 为结果生成绘图。

  • Backtest with Brinson Attribution to Evaluate Portfolio Performance

    This example shows how to compute Brinson attribution using the output of the MATLAB® backtest framework.