From 2b681b447261bc48f5a1fb18ce46b01c44739858 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Thu, 23 Feb 2017 17:52:31 -0500 Subject: typo --- pyisda/curve.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyisda/curve.pyx b/pyisda/curve.pyx index 48298d1..c426846 100644 --- a/pyisda/curve.pyx +++ b/pyisda/curve.pyx @@ -153,7 +153,7 @@ cdef class Curve(object): raise ValueError('curve is empty') cdef TDate start_date if d1 is None: - start_date = self._thipstr.get().fBaseDate + start_date = self._thisptr.get().fBaseDate return JpmcdsForwardZeroPrice(self._thisptr.get(), start_date, pydate_to_TDate(d2)) else: -- cgit v1.2.3-70-g09d2