Package | Description |
---|---|
org.drip.analytics.holiday |
Modifier and Type | Method and Description |
---|---|
Weekend |
Locale.getWeekendDays()
Return the weekend
|
static Weekend |
Weekend.StandardWeekend()
Create a Weekend Instance with SATURDAY and SUNDAY
|
Modifier and Type | Method and Description |
---|---|
static double |
Base.rollHoliday(double dblDate,
boolean bBalkOnYearShift,
Weekend wkend)
Roll the date to a non-holiday according to the rule specified
|
Constructor and Description |
---|
Fixed(int iDay,
int iMonth,
Weekend wkend,
java.lang.String strDescription)
Construct the object from the day, month, weekend, and description
|
Variable(int iWeekInMonth,
int iWeekDay,
int iMonth,
boolean bFromFront,
Weekend wkend,
java.lang.String strDescription)
Construct the object from the week, day, month, from front/back, week end, and description
|