public class UnitPeriodConvexityMetrics
extends java.lang.Object
| Constructor and Description |
|---|
UnitPeriodConvexityMetrics(int iStartDate,
int iEndDate,
ConvexityAdjustment convAdj)
UnitPeriodConvexityMetrics constructor
|
| Modifier and Type | Method and Description |
|---|---|
ConvexityAdjustment |
convAdj()
Retrieve the Convexity Adjustment
|
int |
endDate()
Retrieve the End Date
|
int |
startDate()
Retrieve the Start Date
|
public UnitPeriodConvexityMetrics(int iStartDate,
int iEndDate,
ConvexityAdjustment convAdj)
throws java.lang.Exception
iStartDate - Metric Period Start DateiEndDate - Metric Period End DateconvAdj - Coupon Period Convexity Adjustmentjava.lang.Exception - Thrown if the inputs are invalidpublic int startDate()
public int endDate()
public ConvexityAdjustment convAdj()