Package | Description |
---|---|
org.drip.analytics.daycount |
Modifier and Type | Method and Description |
---|---|
static DateEOMAdjustment |
DateEOMAdjustment.MakeDEOMA(double dblStart,
double dblEnd,
double dblMaturity,
boolean bApplyEOMAdj)
Constructs a DateEOMAdjustment instance for all other day counts
|
static DateEOMAdjustment |
DateEOMAdjustment.MakeDEOMA30_360(double dblStart,
double dblEnd,
boolean bApplyEOMAdj)
Constructs a DateEOMAdjustment instance for the 30/360 day count
|
static DateEOMAdjustment |
DateEOMAdjustment.MakeDEOMA30_365(double dblStart,
double dblEnd,
boolean bApplyEOMAdj)
Constructs a DateEOMAdjustment instance for the 30/365 day count
|