aboutsummaryrefslogtreecommitdiffstats
path: root/python/position_file_bowdst.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/position_file_bowdst.py')
-rw-r--r--python/position_file_bowdst.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/position_file_bowdst.py b/python/position_file_bowdst.py
index 738d653d..32adf6d6 100644
--- a/python/position_file_bowdst.py
+++ b/python/position_file_bowdst.py
@@ -27,14 +27,6 @@ def build_line(obj, asset_type):
return [obj.get(h, None) for h in HEADERS[asset_type]]
-# variables
-
-date = datetime.date(2021, 10, 29)
-
-
-dawndb = dbconn("dawndb")
-
-
HEADERS = {
"bond": [
"AccountNumber",
@@ -304,7 +296,6 @@ def positions_otc(positions, conn, date):
)
positions["otc"].append(obj)
- # process_upload(otc_trades, "otc")
if __name__ == "__main__":