aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/cds_rebook.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/cds_rebook.py b/python/cds_rebook.py
index 416123a1..6ea1bdb4 100644
--- a/python/cds_rebook.py
+++ b/python/cds_rebook.py
@@ -47,6 +47,7 @@ def rebook(trade_date, company_id):
trade_new = {'action': 'NEW',
'folder': r['folder'],
'cp_code': 'INTERCO',
+ 'custodian': 'NONE',
'trade_date': trade_date,
'effective_date': effective_date,
'maturity': r['maturity'],