#include "bastypes.h"
Data Structures | |
struct | TBadDayList |
Bad day list. More... | |
Functions | |
TDate | JpmcdsBad2GoodBadDayList (TBadDayList *bdl, long d) |
This function converts a bad day to a good one (if it's in list). | |
TDate | JpmcdsGood2BadBadDayList (TBadDayList *bdl, long d) |
This function converts a good day to a bad one (if it's in list). | |
void | JpmcdsFixBadDLBadDayList (TBadDayList *bdl, TDateList *dl) |
This function converts bad dates in a date list to good ones based on a BadDayList. |
TDate JpmcdsBad2GoodBadDayList | ( | TBadDayList * | bdl, | |
long | d | |||
) |
This function converts a bad day to a good one (if it's in list).
bdl | (I) bad day list | |
d | (I) bad date to convert |
void JpmcdsFixBadDLBadDayList | ( | TBadDayList * | bdl, | |
TDateList * | dl | |||
) |
This function converts bad dates in a date list to good ones based on a BadDayList.
DateList passed in is MODIFIED to contain "good" dates.
bdl | (I) bad day list | |
dl | (M) date list to convert |
TDate JpmcdsGood2BadBadDayList | ( | TBadDayList * | bdl, | |
long | d | |||
) |
This function converts a good day to a bad one (if it's in list).
bdl | (I) bad day list | |
d | (I) bad date to convert |