aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/cash.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/cash.py')
-rw-r--r--python/report_ops/cash.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/report_ops/cash.py b/python/report_ops/cash.py
index 4dc69354..a9b12453 100644
--- a/python/report_ops/cash.py
+++ b/python/report_ops/cash.py
@@ -30,6 +30,7 @@ class CashReport(
date: datetime.date
fund: Fund
custodian: ClassVar[Custodian]
+ _registry: ClassVar[dict] = {}
def __init_subclass__(cls, custodian, **kwargs):
cls.custodian = custodian