public interface FitDataRates
Modifier and Type | Method and Description |
---|---|
DBDateTime[] |
getCarryCurveDates()
Gets an array of dates defining the cost-of-carry curve.
|
double[] |
getCarryCurveErrors()
Gets an array of rate errors defining the cost-of-carry curve.
|
double[] |
getCarryCurveRates()
Gets an array of rates defining the cost-of-carry curve.
|
double[] |
getDivCashAmounts()
Gets an array of cash dividend values for the underlying security.
|
DBDateTime[] |
getDivExDates()
Gets an array of dividend ex-dates for the underlying security.
|
double[] |
getDivProportionalAmounts()
Gets an array of proportional dividend values for the underlying security.
|
DBDateTime[] |
getYieldCurveDates()
Gets an array of dates defining the yield curve.
|
double[] |
getYieldCurveRates()
Gets an array of rates defining the yield curve.
|
DBDateTime[] getDivExDates()
double[] getDivCashAmounts()
double[] getDivProportionalAmounts()
DBDateTime[] getYieldCurveDates()
double[] getYieldCurveRates()
DBDateTime[] getCarryCurveDates()
double[] getCarryCurveRates()
double[] getCarryCurveErrors()