diff --git a/quantstats_lumi/report.html b/quantstats_lumi/report.html index 50cb9d8..311dd0a 100644 --- a/quantstats_lumi/report.html +++ b/quantstats_lumi/report.html @@ -2,63 +2,73 @@ - - - - - Tearsheet (generated by QuantStats) - - - - + - + -
+
-

{{title}}
{{date_range}}

-

{{benchmark_title}} Generated by QuantStats (v. {{v}})

-
+

{{title}}
{{date_range}}

+

{{benchmark_title}} Generated by QuantStats (v. {{v}})

+
-
+
-
- {{returns}} -
+
+ {{returns}} +
-
{{log_returns}}
-
{{vol_returns}}
-
{{eoy_returns}}
-
{{monthly_dist}}
-
{{daily_returns}}
-
{{rolling_beta}}
-
{{rolling_vol}}
-
{{rolling_sharpe}}
-
{{rolling_sortino}}
-
{{dd_periods}}
-
{{dd_plot}}
-
{{monthly_heatmap}}
-
{{returns_dist}}
+
{{log_returns}}
+
{{vol_returns}}
+
{{eoy_returns}}
+
{{monthly_dist}}
+
{{daily_returns}}
+
{{rolling_beta}}
+
{{rolling_vol}}
+
{{rolling_sharpe}}
+
{{rolling_sortino}}
+
{{dd_periods}}
+
{{dd_plot}}
+
{{monthly_heatmap}}
+
{{returns_dist}}
-
+
- - - +
+ +
+

Disclaimer: This report is for informational purposes only and + should not be considered as investment advice. Past performance + is not indicative of future results.

+
+ + diff --git a/quantstats_lumi/version.py b/quantstats_lumi/version.py index e3574dc..5a97cf6 100644 --- a/quantstats_lumi/version.py +++ b/quantstats_lumi/version.py @@ -1 +1 @@ -version = "0.1.4" +version = "0.1.5"