aboutsummaryrefslogtreecommitdiffstats
path: root/python/process_queue.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/process_queue.py')
-rw-r--r--python/process_queue.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/process_queue.py b/python/process_queue.py
index 20537b50..b24d12bb 100644
--- a/python/process_queue.py
+++ b/python/process_queue.py
@@ -566,6 +566,8 @@ def build_line(obj, trade_type="bond", fund="SERCGMAST"):
"SER_ITRXCURVE": "SERG__CURVE",
"XCURVE": "SERG__CURVE",
"M_CSH_CASH": "CASH",
+ "CVECSH": "SERG__CURVE",
+ "SER_ITRXCVCSH": "SERG__CURVE",
}
obj["Portfolio"] = strat_portfolio_map.get(obj["Folder"])
rename_keys(obj, {"amount": "Amount"})