diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/trade_dataclasses.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/trade_dataclasses.py b/python/trade_dataclasses.py index e3790466..6310dc40 100644 --- a/python/trade_dataclasses.py +++ b/python/trade_dataclasses.py @@ -333,6 +333,7 @@ class CDSDeal( upfront=line["Principal"], cp_code=_cdx_cp[line["Brkr"]], account_code=_fcms[line["Client FCM"]], + bbg_ticket_id=line["bbg_ticket_id"], ) |
