aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/cds_curve.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/cds_curve.py b/python/cds_curve.py
index 027c61e9..1c1c2418 100644
--- a/python/cds_curve.py
+++ b/python/cds_curve.py
@@ -70,7 +70,7 @@ if __name__ == "__main__":
start_date = None
g = calibrate_portfolio(index, series, ['3yr', '5yr', '7yr', '10yr'],
- start_date)
+ start_date)
with conn.cursor() as c:
for id, t in g:
c.execute("INSERT INTO index_risk2 VALUES(%s, %s, %s, %s) ON CONFLICT (id) "