aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops')
-rw-r--r--python/report_ops/admin.py (renamed from python/report_ops/remote.py)6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/report_ops/remote.py b/python/report_ops/admin.py
index 944019e1..78156c1c 100644
--- a/python/report_ops/remote.py
+++ b/python/report_ops/admin.py
@@ -20,7 +20,7 @@ def load_citco_report(fh, kd, date_cols):
return df
-class Report:
+class CitcoReport:
table: str
_sftp = SftpClient.from_creds("citco", folder="outgoing")
_conn: dbconn = dbconn("dawndb")
@@ -73,7 +73,7 @@ class Report:
class AccruedReport(
- Report,
+ CitcoReport,
table="isosel_accrued",
fname="100502500_INNOCAP_ISOSEL_",
date_cols=[
@@ -92,7 +92,7 @@ class AccruedReport(
class AllReport(
- Report,
+ CitcoReport,
table="citco_reports",
fname="SPOS4X_INNOCAP_ISOSEL_D_IM.",
date_cols=["Maturity Date"],