public class DateEOMAdjustment
extends java.lang.Object
Constructor and Description |
---|
DateEOMAdjustment() |
Modifier and Type | Method and Description |
---|---|
int |
anterior()
Retrieve the Anterior Date Adjustment
|
static DateEOMAdjustment |
MakeDEOMA(double dblStart,
double dblEnd,
double dblMaturity,
boolean bApplyEOMAdj)
Construct a DateEOMAdjustment instance for all other day counts
|
static DateEOMAdjustment |
MakeDEOMA30_360(double dblStart,
double dblEnd,
boolean bApplyEOMAdj)
Construct a DateEOMAdjustment instance for the 30/360 day count
|
static DateEOMAdjustment |
MakeDEOMA30_365(double dblStart,
double dblEnd,
boolean bApplyEOMAdj)
Construct a DateEOMAdjustment instance for the 30/365 day count
|
int |
posterior()
Retrieve the Posterior Date Adjustment
|
public static final DateEOMAdjustment MakeDEOMA30_365(double dblStart, double dblEnd, boolean bApplyEOMAdj)
dblStart
- Start DatedblEnd
- End DatebApplyEOMAdj
- TRUE => Apply EOM Adjustmentpublic static final DateEOMAdjustment MakeDEOMA30_360(double dblStart, double dblEnd, boolean bApplyEOMAdj)
dblStart
- Start DatedblEnd
- End DatebApplyEOMAdj
- TRUE => Apply EOM Adjustmentpublic static final DateEOMAdjustment MakeDEOMA(double dblStart, double dblEnd, double dblMaturity, boolean bApplyEOMAdj)
dblStart
- Start DatedblEnd
- End DatebApplyEOMAdj
- TRUE => Apply EOM Adjustmentpublic int anterior()
public int posterior()