diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/intex_scenarios.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/intex_scenarios.py b/python/intex_scenarios.py index befd3574..1b595f0a 100644 --- a/python/intex_scenarios.py +++ b/python/intex_scenarios.py @@ -117,7 +117,8 @@ def generate_scenarios(workdate, dealnames, conn, cursor): line = "REINVEST[{0}::REINV_TBA{1}][DEAL,{2}]=".format(dealname.upper(),
reinv_number,
scen_number)
- line += "COUP_SPR={0}|AMORT=Bullet|USE_REINVEST_PIP=1|MAT_DATE={1}|".format(coupon, rollingmat)
+ line += "COUP_SPR={0}|AMORT=Bullet|USE_REINVEST_PIP=1|MAT_DATE={1}|".format(coupon,
+ rollingmat)
fh2.write(line + "\r\n")
continue
if pattern2.match(line):
|
