public class DateEOMAdjustment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
_iD1Adj
Anterior date adjustment
|
int |
_iD2Adj
Posterior date adjustment
|
Modifier and Type | Method and Description |
---|---|
static DateEOMAdjustment |
MakeDEOMA(double dblStart,
double dblEnd,
double dblMaturity,
boolean bApplyEOMAdj)
Constructs a DateEOMAdjustment instance for all other day counts
|
static DateEOMAdjustment |
MakeDEOMA30_360(double dblStart,
double dblEnd,
boolean bApplyEOMAdj)
Constructs a DateEOMAdjustment instance for the 30/360 day count
|
static DateEOMAdjustment |
MakeDEOMA30_365(double dblStart,
double dblEnd,
boolean bApplyEOMAdj)
Constructs a DateEOMAdjustment instance for the 30/365 day count
|
public int _iD1Adj
public int _iD2Adj
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 Adjustment