View#
-
class sigtech.framework.analytics.performance.performance_report.View
Baseclasses:
Enum
Field component of a view definition.
Example of a pre-defined view:
View.SUMMARY_SINGLE
, i.e.View('SUMMARY_SINGLE')
.
-
BENCHMARK_TABLE = ['BENCHMARK_TABLE', 'Benchmark metrics']
-
DRAWDOWN_PLOT = ['DRAWDOWN_PLOT', 'Drawdown plot']
-
DRAWDOWN_PLOT_CCY = ['DRAWDOWN_PLOT_CCY', 'Drawdown plot in strategy currency']
-
HISTORY = ['HISTORY', 'Historical performance']
-
HISTORY_CCY = ['HISTORY_CCY', 'Historical performance in currency']
-
MONTHLY_STATS = ['MONTHLY_STATS', 'Table of monthly returns']
-
MONTHLY_STATS_CCY = ['MONTHLY_STATS_CCY', 'Table of monthly profits in strategy currency']
-
MONTHLY_STATS_HEATMAP = ['MONTHLY_STATS_HEATMAP', 'Heatmap of monthly returns']
-
MONTHLY_STATS_HEATMAP_CCY = ['MONTHLY_STATS_HEATMAP_CCY', 'Heatmap of monthly profits in strategy currency']
-
POSITIONS_DF = ['POSITIONS_DF', 'Positions']
-
PRESENTATION_PERF_TABLE = ['PRESENTATION_PERF_TABLE', 'Table of monthly returns and annualised statistics']
-
PRESENTATION_PERF_TABLE_CCY = ['PRESENTATION_PERF_TABLE_CCY', 'Table of monthly profits and annualised statistics']
-
ROLLING_PLOTS = ['ROLLING_PLOTS', 'Rolling plots']
-
ROLLING_PLOTS_CCY = ['ROLLING_PLOTS_CCY', 'Rolling profit plots']
-
ROLLING_RISK_SHARPE = ['ROLLING_RISK_SHARPE', 'Rolling (risk) Sharpe ratio']
-
ROLLING_RISK_VOL = ['ROLLING_RISK_VOL', 'Rolling (risk) volatility']
-
SUMMARY_MULTIPLE_CCY = ['SUMMARY_MULTIPLE_CCY', 'Average summary statistics in strategy currency']
-
SUMMARY_ROLLING_CCY_SERIES = ['SUMMARY_ROLLING_CCY_SERIES', 'Rolling currency series']
-
SUMMARY_ROLLING_SERIES = ['SUMMARY_ROLLING_SERIES', 'Rolling series']
-
SUMMARY_SINGLE = ['SUMMARY_SINGLE', 'Summary statistics']
-
SUMMARY_SINGLE_CCY = ['SUMMARY_SINGLE_CCY', 'Summary statistics in strategy currency']
-
TRADES_STATS = ['TRADES_STATS', 'Trades statistics']
-
TURNOVER = ['TURNOVER', 'Turnover']
-
TURNOVER_STATS = ['TURNOVER_STATS', 'Turnover statistics']