public class ReferenceIndexPeriod
extends java.lang.Object
| Constructor and Description |
|---|
ReferenceIndexPeriod(int iStartDate,
int iEndDate,
ForwardLabel forwardLabel)
The ReferenceIndexPeriod constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
dcf()
Retrieve the Reference Period Day Count Fraction
|
int |
endDate()
Reference Period End Date
|
int |
fixingDate()
Reference Period Fixing Date
|
ForwardLabel |
forwardLabel()
Retrieve the Forward Label
|
int |
startDate()
Reference Period Start Date
|
public ReferenceIndexPeriod(int iStartDate,
int iEndDate,
ForwardLabel forwardLabel)
throws java.lang.Exception
iStartDate - The Reference Period Start DateiEndDate - The Reference Period End DateforwardLabel - The Period Forward Labeljava.lang.Exception - Thrown if the Inputs are Invalidpublic int startDate()
public int endDate()
public int fixingDate()
public ForwardLabel forwardLabel()
public double dcf()