aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/intex_scenarios.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/intex_scenarios.py b/python/intex_scenarios.py
index 5492bc3d..0451c407 100644
--- a/python/intex_scenarios.py
+++ b/python/intex_scenarios.py
@@ -124,7 +124,7 @@ def generate_scenarios(workdate, dealnames, conn, cursor):
line = re.sub(pattern11, r"\1{0}\2", line).format(dealname.upper())
if reinv_assets["REINV_TBA1"] == "Float":
- coupon = 2.5
+ coupon = 4
elif reinv_assets["REINV_TBA1"] == "Fixed":
coupon = 7
line = line + \
@@ -135,7 +135,7 @@ def generate_scenarios(workdate, dealnames, conn, cursor):
if pattern12.match(line):
line = re.sub(pattern12, r"\1{0}\2", line).format(dealname.upper())
if reinv_assets["REINV_TBA2"] == "Float":
- coupon = 2.5
+ coupon = 4
elif reinv_assets["REINV_TBA2"] == "Fixed":
coupon = 7
line = line + \