diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/position_file_bowdst.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/position_file_bowdst.py b/python/position_file_bowdst.py index c373dc09..5f2b6916 100644 --- a/python/position_file_bowdst.py +++ b/python/position_file_bowdst.py @@ -174,7 +174,6 @@ def positions_otc(positions, conn, date): ) obj["MTM Currency"] = "USD" obj["COB Date"] = date - obj["Clearing House Name"] = "Bilateral" rename_keys( obj, { @@ -208,7 +207,6 @@ def positions_otc(positions, conn, date): obj["Exercise Type"] = "European" obj["MTM Currency"] = "USD" obj["COB Date"] = date - obj["Clearing House Name"] = "Bilateral" rename_keys( obj, { @@ -245,7 +243,7 @@ def positions_otc(positions, conn, date): obj["Exercise Type"] = "European" obj["MTM Currency"] = "USD" obj["COB Date"] = date - obj["Clearing House Name"] = "Bilateral" + rename_keys( obj, { |
