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..52189bbd 100644
--- a/python/report_ops/cash.py
+++ b/python/report_ops/cash.py
@@ -75,6 +75,7 @@ class NTCashReport(CashReport, custodian="NT"):
class UMBCashReport(CashReport, custodian="UMB"):
def __iter__(self):
+ breakpoint()
df = pd.read_excel(self.get_report(), skiprows=3)
df = df.groupby(
["Portfolio #", "Currency", "Portfolio Name"], as_index=False