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 0d15370e..aef32033 100644
--- a/python/process_queue.py
+++ b/python/process_queue.py
@@ -147,6 +147,8 @@ def rename_keys(d, mapping):
def build_line(obj, trade_type="bond", fund="SERCGMAST"):
obj["Client"] = _client_name[fund]
+ # Bowdst Globeop has a special short name
+ obj["fund"] = "BOS_PAT_BOWDOIN" if fund == "BOWDST" else fund
obj["State"] = "Valid"
rename_cols = {
"fund": "Fund",