public class OvernightIndex extends FloaterIndex
Constructor and Description |
---|
OvernightIndex(java.lang.String strName,
java.lang.String strFamily,
java.lang.String strCurrency,
java.lang.String strDayCount,
java.lang.String strCalendar,
java.lang.String strReferenceLag,
int iPublicationLag,
int iAccrualCompoundingRule)
OvernightIndex Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
publicationLag()
Retrieve the Index Publication Lag
|
java.lang.String |
referenceLag()
Retrieve the Index Reference Lag
|
int |
spotLag()
Retrieve the Index Spot Lag
|
accrualCompoundingRule, calendar, currency, dayCount, family, name, spotLagDAPBackward, spotLagDAPForward
public OvernightIndex(java.lang.String strName, java.lang.String strFamily, java.lang.String strCurrency, java.lang.String strDayCount, java.lang.String strCalendar, java.lang.String strReferenceLag, int iPublicationLag, int iAccrualCompoundingRule) throws java.lang.Exception
strName
- Index NamestrFamily
- Index FamilystrCurrency
- Index CurrencystrDayCount
- Index Day CountstrCalendar
- Index Holiday CalendarstrReferenceLag
- Index Reference LagiPublicationLag
- Index Publication LagiAccrualCompoundingRule
- Accrual Compounding Rulejava.lang.Exception
- Thrown if Inputs are Invalidpublic int spotLag()
FloaterIndex
spotLag
in class FloaterIndex
public java.lang.String referenceLag()
public int publicationLag()