diff options
Diffstat (limited to 'python/report_ops/wires.py')
| -rw-r--r-- | python/report_ops/wires.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/wires.py b/python/report_ops/wires.py index 724230a2..103c985c 100644 --- a/python/report_ops/wires.py +++ b/python/report_ops/wires.py @@ -17,7 +17,7 @@ from .misc import get_dir, dt_from_fname, Custodian class WireReport(Deal, table_name="custodian_wires", deal_type="custodian_wires"): date: datetime.date fund: Fund - custodian: Custodian + custodian: ClassVar[Custodian] entry_date: datetime.date value_date: datetime.date pay_date: datetime.date |
