aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops')
-rw-r--r--python/report_ops/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/utils.py b/python/report_ops/utils.py
index bf803887..bb6c0116 100644
--- a/python/report_ops/utils.py
+++ b/python/report_ops/utils.py
@@ -306,7 +306,7 @@ class CDXQuoteMonitor(
"serenitas_quote",
"difference",
),
- num_format=[("{0:,.2f}", 2), ("{0:,.2f}", 3), ("{0:,.2f}", 4)],
+ num_format=[("{0:,.2f}", 3), ("{0:,.2f}", 4), ("{0:,.2f}", 5)],
):
@classmethod
def email(cls, fund):