diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2018-11-27 11:13:01 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2018-11-27 11:13:01 -0500 |
| commit | 5e016a8d71bddf68be521fbfc51ce468ef679a79 (patch) | |
| tree | fc3027cb7e296bba1444d398a8021beff70ff64f | |
| parent | d6a54b68f439f4673b4f4c1bf41ae0a921a59383 (diff) | |
| download | pyisda-5e016a8d71bddf68be521fbfc51ce468ef679a79.tar.gz | |
bugfix
| -rw-r--r-- | pyisda/credit_index.pyx | 1 |
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 |
