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(int iStartDate,
int iEndDate,
boolean bApplyEOMAdj)
Construct a DateEOMAdjustment Instance for all other Day Counts
|
static DateEOMAdjustment |
MakeDEOMA30_360(int iStartDate,
int iEndDate,
boolean bApplyEOMAdj)
Construct a DateEOMAdjustment Instance for the 30/360 Day Count
|
static DateEOMAdjustment |
MakeDEOMA30_365(int iStartDate,
int iEndDate,
boolean bApplyEOMAdj)
Construct a DateEOMAdjustment Instance for the 30/365 Day Count
|
static DateEOMAdjustment |
MakeDEOMA30E_360_ISDA(int iStartDate,
int iEndDate,
boolean bApplyEOMAdj)
Construct a DateEOMAdjustment Instance for the 30E/360 ISDA Day Count
|
static DateEOMAdjustment |
MakeDEOMA30E_360(int iStartDate,
int iEndDate,
boolean bApplyEOMAdj)
Construct a DateEOMAdjustment Instance for the 30E/360 Day Count
|
static DateEOMAdjustment |
MakeDEOMA30EPLUS_360_ISDA(int iStartDate,
int iEndDate,
boolean bApplyEOMAdj)
Construct a DateEOMAdjustment Instance for the 30E+/360 ISDA Day Count
|
int |
posterior()
Retrieve the Posterior Date Adjustment
|
public static final DateEOMAdjustment MakeDEOMA30_365(int iStartDate, int iEndDate, boolean bApplyEOMAdj)
iStartDate
- Start DateiEndDate
- End DatebApplyEOMAdj
- TRUE - Apply EOM Adjustmentpublic static final DateEOMAdjustment MakeDEOMA30_360(int iStartDate, int iEndDate, boolean bApplyEOMAdj)
iStartDate
- Start DateiEndDate
- End DatebApplyEOMAdj
- TRUE - Apply EOM Adjustmentpublic static final DateEOMAdjustment MakeDEOMA(int iStartDate, int iEndDate, boolean bApplyEOMAdj)
iStartDate
- Start DateiEndDate
- End DatebApplyEOMAdj
- TRUE - Apply EOM Adjustmentpublic static final DateEOMAdjustment MakeDEOMA30E_360(int iStartDate, int iEndDate, boolean bApplyEOMAdj)
iStartDate
- Start DateiEndDate
- End DatebApplyEOMAdj
- TRUE - Apply EOM Adjustmentpublic static final DateEOMAdjustment MakeDEOMA30E_360_ISDA(int iStartDate, int iEndDate, boolean bApplyEOMAdj)
iStartDate
- Start DateiEndDate
- End DatebApplyEOMAdj
- TRUE - Apply EOM Adjustmentpublic static final DateEOMAdjustment MakeDEOMA30EPLUS_360_ISDA(int iStartDate, int iEndDate, boolean bApplyEOMAdj)
iStartDate
- Start DateiEndDate
- End DatebApplyEOMAdj
- TRUE - Apply EOM Adjustmentpublic int anterior()
public int posterior()