aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/cds_curve.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/cds_curve.py b/python/cds_curve.py
index c9256be9..09c36377 100644
--- a/python/cds_curve.py
+++ b/python/cds_curve.py
@@ -37,7 +37,6 @@ def calibrate_portfolio(index_type, series, tenors=['3yr', '5yr', '7yr', '10yr']
if start_date:
index.index_quotes = index.index_quotes[start_date:]
for trade_date in index.index_quotes.index.get_level_values(0):
- print(trade_date)
index.trade_date = trade_date
index.tweak()
durations = [index.duration(m) for m in index.maturities]