diff options
Diffstat (limited to 'date.pxd')
| -rw-r--r-- | date.pxd | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +cdef extern from "isda/yearfrac.h": + int JpmcdsStringToDayCountConv(char* day_count, long* type) + +cdef long dcc(str day_count) + cdef extern from "isda/cdate.h": ctypedef struct TDateInterval: pass |
