public class YieldInterpreter extends MeasureInterpreter
Constructor and Description |
---|
YieldInterpreter(java.lang.String strDC,
int iFreq,
boolean bApplyEOMAdj,
ActActDCParams aap,
java.lang.String strCalendar)
Construct YieldInterpreter from the Day Count and the Frequency parameters
|
Modifier and Type | Method and Description |
---|---|
ActActDCParams |
aap()
Retrieve the Act/Act Day Count Parameters
|
java.lang.String |
calendar()
Retrieve the Calendar
|
java.lang.String |
dayCount()
Retrieve the Day Count Convention
|
boolean |
eomAdj()
Retrieve the EOM Adjustment
|
int |
freq()
Retrieve the Frequency
|
public YieldInterpreter(java.lang.String strDC, int iFreq, boolean bApplyEOMAdj, ActActDCParams aap, java.lang.String strCalendar) throws java.lang.Exception
strDC
- Quoting Day CountiFreq
- Quoting FrequencybApplyEOMAdj
- TRUE - Apply the EOM Adjustmentaap
- The ActActDCParams InstancestrCalendar
- The Calendarjava.lang.Exception
- Thrown if inputs are invalidpublic java.lang.String dayCount()
public int freq()
public boolean eomAdj()
public ActActDCParams aap()
public java.lang.String calendar()