summaryrefslogtreecommitdiffstats
path: root/date.pxd
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@serenitascapital.com>2016-06-29 13:34:56 -0400
committerGuillaume Horel <guillaume.horel@serenitascapital.com>2016-06-29 13:34:56 -0400
commitfa3c124b5da1b3ef07efeb8c1d279680b514c1ff (patch)
tree5adb31021f36e4e97304a9bc3c6e525f2f3f972c /date.pxd
parent4dded80c55985a48b1639ccd297a84b0ceb925af (diff)
downloadpyisda-fa3c124b5da1b3ef07efeb8c1d279680b514c1ff.tar.gz
move BadDay to zerocurve
Diffstat (limited to 'date.pxd')
-rw-r--r--date.pxd6
1 files changed, 0 insertions, 6 deletions
diff --git a/date.pxd b/date.pxd
index c17a786..cce6c55 100644
--- a/date.pxd
+++ b/date.pxd
@@ -18,9 +18,3 @@ cdef extern from "isda/dateconv.h":
cdef extern from "isda/ldate.h":
int JpmcdsDateFwdThenAdjust(TDate date, TDateInterval* interval, long badDayMethod,
char* holidayFile, TDate *advAdjustedDate)
-
-cpdef public enum BadDay:
- FOLLOW = <long>'F'
- PREVIOUS = <long>'P'
- NONE = <long>'N'
- MODIFIED = <long>'M'