You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/reference/view/reports/performance/index.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,10 +163,11 @@ All widgets, except the last three, are single line text widgets.
163
163
164
164
-*Taxonomies*: Pie chart illustrating the proportional distribution of the taxonomy categories.
165
165
166
-
-*Taxonomies: TARGET Value: displays two pie charts with the actual and target allocation per category of the selected taxonomy.
166
+
-*Taxonomies: TARGET Value: Displays two pie charts with the actual and target allocation per category of the selected taxonomy.
167
167
168
168
-*Actual vs Target Allocation*: Displays a bar chart with the actual and target allocation per category. Left-clicking the chart displays a tooltip showing the deviation (delta).
169
-
-
169
+
-*All time high*: Displays the highest value of the total portfolio (or an alternative data series).
170
+
170
171
### Performance widgets
171
172
172
173
The first three widgets are single line text; representing the common performance indicators.
@@ -181,20 +182,21 @@ The first three widgets are single line text; representing the common performanc
181
182
182
183
-*Yearly returns in a heatmap*: Each cell in the heatmap represents one year.
183
184
184
-
- Portfolio Tax Rate: The ratio of taxes / (realized and unrealized capital gains + earnings - fees).
185
+
-*Portfolio Tax Rate*: The ratio of taxes / (realized and unrealized capital gains + earnings - fees).
185
186
186
-
- Portfolio Fee Rate: The ratio of Fees / (realized and unrealized capital gains + earnings).
187
+
-*Portfolio Fee Rate*: The ratio of Fees / (realized and unrealized capital gains + earnings).
187
188
188
189
189
190
### Risk indicators
190
191
191
-
All five widgets are single line text widgets, representing common risk indicators. See [above](index.md#maximum-drawdown) for an explanation of `Maximum Drawdown`, `Max Drawdown Duration`, `Volatility`, and `Semivariance`.
192
+
The following six widgets are single line text widgets, representing common risk indicators. See [the top of this page](index.md#maximum-drawdown) for an explanation of `Maximum Drawdown`, `Current Drawdown`, `Max Drawdown Duration`, `Volatility`, and `Semivariance`.
192
193
194
+
The :material-chart-line: `Drawdown chart` option will create a widget version of the chart as shown in [Figure 2](./images/performance-mdd.svg).
193
195
194
196
Figure: Setting the risk-free return from the context menu. {class=align-right style="width:30%"}
195
197
196
-

198
+

199
+
198
200
The `Sharpe ratio` is a financial metric that measures the performance of a portfolio compared to a risk-free asset, taking into account the portfolio's risk. It is calculated by subtracting the risk-free return from the portfolio's return, such as the Internal Rate of Return (IRR), and then dividing the result by the standard deviation of the portfolio's return, which is a measure of its volatility.
199
201
200
202
The risk-free return is set by default to 0%, but this can be adjusted through the context menu to reflect your current risk-free rate. As the ratio is based on volatility, complete historical prices are required. Without complete prices, the calculated volatility may be underestimated.
0 commit comments