public class CashSettleParams
extends java.lang.Object
| Constructor and Description |
|---|
CashSettleParams(int iLag,
java.lang.String strCalendar,
int iAdjustMode)
Construct the CashSettleParams object from the settle lag and the settle calendar objects
|
| Modifier and Type | Method and Description |
|---|---|
int |
adjustMode()
Retrieve the Adjustment Mode
|
java.lang.String |
calendar()
Retrieve the Settle Calendar
|
int |
cashSettleDate(int iValueDate)
Construct and return the cash settle date from the valuation date
|
int |
lag()
Retrieve the Settle Lag
|
public CashSettleParams(int iLag,
java.lang.String strCalendar,
int iAdjustMode)
iLag - Cash Settle LagiAdjustMode - Settle adjust ModestrCalendar - Settlement Calendarpublic int lag()
public java.lang.String calendar()
public int adjustMode()
public int cashSettleDate(int iValueDate)
iValueDate - Valuation Date