diff options
Diffstat (limited to 'python/ops/funds.py')
| -rw-r--r-- | python/ops/funds.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/ops/funds.py b/python/ops/funds.py index e6312b36..44b31cdc 100644 --- a/python/ops/funds.py +++ b/python/ops/funds.py @@ -61,6 +61,9 @@ class Fund: "fx_swap": "FxSwapDeal", "capfloor": "CapFloor", "repo": "RepoDeal", + "iam": "IamDeal", + "trs": "TRSDeal", + "irs": "IRSDeal", } trade_tag: str if isinstance(trade_type, tuple): |
