summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2018-11-27 11:13:01 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2018-11-27 11:13:01 -0500
commit5e016a8d71bddf68be521fbfc51ce468ef679a79 (patch)
treefc3027cb7e296bba1444d398a8021beff70ff64f
parentd6a54b68f439f4673b4f4c1bf41ae0a921a59383 (diff)
downloadpyisda-5e016a8d71bddf68be521fbfc51ce468ef679a79.tar.gz
bugfix
-rw-r--r--pyisda/credit_index.pyx1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyisda/credit_index.pyx b/pyisda/credit_index.pyx
index 3a408dd..856e452 100644
--- a/pyisda/credit_index.pyx
+++ b/pyisda/credit_index.pyx
@@ -175,6 +175,7 @@ cdef class CurveList:
self.tickers.clear()
self._weights.clear()
self.recovery_rates.clear()
+ self.defaulted.clear()
cdef TDate temp = self.base_date
CurveList.__init__(self, l)
self.base_date = temp