From 4e39f414c2f4f83b493aa4c05cbdf6fad11da13d Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Fri, 13 Sep 2019 10:18:32 -0400 Subject: add new Seniority type --- pyisda/curve.pxd | 1 + 1 file changed, 1 insertion(+) diff --git a/pyisda/curve.pxd b/pyisda/curve.pxd index 5297c48..88fad34 100644 --- a/pyisda/curve.pxd +++ b/pyisda/curve.pxd @@ -242,6 +242,7 @@ cpdef enum DocClause: cpdef enum Seniority: Senior Subordinated + SLA cdef inline const TCurve* get_TCurve(Curve c) nogil: return c._thisptr.get() -- cgit v1.2.3-70-g09d2