diff options
Diffstat (limited to 'python/position_file_bowdst.py')
| -rw-r--r-- | python/position_file_bowdst.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/position_file_bowdst.py b/python/position_file_bowdst.py index 8d72afe5..1e0ec510 100644 --- a/python/position_file_bowdst.py +++ b/python/position_file_bowdst.py @@ -83,6 +83,7 @@ def positions_bond(conn, date): obj["COB Date"] = date obj["Currency"] = "USD" obj["SecurityType"] = "Bond" + obj["CurrentFace"] = obj["Position"] * obj["factor"] yield obj |
