From cd9b80647200d27eca6548136348ab59f9c028a5 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Fri, 28 Apr 2023 14:08:14 -0400 Subject: small clenaup --- pyisda/credit_index.pyx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyisda/credit_index.pyx b/pyisda/credit_index.pyx index 4730258..b545858 100644 --- a/pyisda/credit_index.pyx +++ b/pyisda/credit_index.pyx @@ -15,7 +15,7 @@ from .legs cimport (JpmcdsCdsContingentLegMake, JpmcdsCdsFeeLegMake, from .curve cimport (SpreadCurve, JpmcdsCopyCurve, tweak_curve, YieldCurve, JpmcdsFreeTCurve, survival_prob, Hash64WithSeed, Hash64, uint64_t, CurveName, - Seniority, DocClause, JpmcdsCdsParSpreads, name_offset_from_buf) + JpmcdsCdsParSpreads, name_offset_from_buf) from .date cimport (pydate_to_TDate, TDate_to_pydate, JpmcdsDtFwdAny, TDateInterval, JpmcdsMakeDateInterval) from .cdsone cimport JpmcdsStringToStubMethod, TStubMethod @@ -116,8 +116,8 @@ cdef class CurveList: char* buf = malloc(len(name[0]) + 3) char* tmp - buf[0] = sen - buf[1] = doc_clause + buf[0] = sen + buf[1] = doc_clause strcpy(&buf[2], ticker) cdef: -- cgit v1.2.3-70-g09d2