diff options
Diffstat (limited to 'convert.pxd')
| -rw-r--r-- | convert.pxd | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/convert.pxd b/convert.pxd deleted file mode 100644 index 0d02c8b..0000000 --- a/convert.pxd +++ /dev/null @@ -1,15 +0,0 @@ -cdef extern from "isda/cdate.h": - ctypedef struct TDateInterval: - pass - -ctypedef long TDate - -cdef extern from "isda/convert.h": - int JpmcdsStringToDateInterval(char* input, char* label, TDateInterval* interval) - int JpmcdsMakeDateInterval(int num_periods, char period_type, TDateInterval* interval) - -cdef extern from "isda/date_sup.h": - int JpmcdsDateIntervalToFreq(TDateInterval* interval, double* freq) - -cdef extern from "isda/dateconv.h": - TDate JpmcdsDate(long year, long month, long day) |
