aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/load_cf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/load_cf.py b/python/load_cf.py
index 87ab59aa..ca4c1fb5 100644
--- a/python/load_cf.py
+++ b/python/load_cf.py
@@ -117,7 +117,7 @@ def getdealcf(dealnames, zipfiles, tradedate = datetime.date.today()):
cfdata[dealname] = {k: dealdata[k] for k in ["mv", "currbal"]}
config = get_configfile(dealname, tradedate)
- if (not dealdata["Reinv End Date"] or not config["reinvflag"]):
+ if (not dealdata["reinv_end_date"] or not config["reinvflag"]):
tranches = ["COLLAT"]
else:
tranches = ["COLLAT_INITIAL", "COLLAT_REINVEST"]