Package | Description |
---|---|
org.drip.analytics.daycount |
Modifier and Type | Method and Description |
---|---|
static DateEOMAdjustment |
DateEOMAdjustment.MakeDEOMA(int iStartDate,
int iEndDate,
boolean bApplyEOMAdj)
Construct a DateEOMAdjustment Instance for all other Day Counts
|
static DateEOMAdjustment |
DateEOMAdjustment.MakeDEOMA30_360(int iStartDate,
int iEndDate,
boolean bApplyEOMAdj)
Construct a DateEOMAdjustment Instance for the 30/360 Day Count
|
static DateEOMAdjustment |
DateEOMAdjustment.MakeDEOMA30_365(int iStartDate,
int iEndDate,
boolean bApplyEOMAdj)
Construct a DateEOMAdjustment Instance for the 30/365 Day Count
|
static DateEOMAdjustment |
DateEOMAdjustment.MakeDEOMA30E_360_ISDA(int iStartDate,
int iEndDate,
boolean bApplyEOMAdj)
Construct a DateEOMAdjustment Instance for the 30E/360 ISDA Day Count
|
static DateEOMAdjustment |
DateEOMAdjustment.MakeDEOMA30E_360(int iStartDate,
int iEndDate,
boolean bApplyEOMAdj)
Construct a DateEOMAdjustment Instance for the 30E/360 Day Count
|
static DateEOMAdjustment |
DateEOMAdjustment.MakeDEOMA30EPLUS_360_ISDA(int iStartDate,
int iEndDate,
boolean bApplyEOMAdj)
Construct a DateEOMAdjustment Instance for the 30E+/360 ISDA Day Count
|