|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InterestRateSchedule
This interface defines methods used to access coupon rates for securities that have variable interest rates.
| Method Summary | |
|---|---|
int |
getCount()
Get the total number of interest rates in this schedule. |
FISADate |
getDate(int index)
Get the conversionDate for the specified index. |
int |
getIndex(FISADate date)
Get the index of the given date. |
double |
getInterestRate(FISADate date)
Get the interest rate that would be applicable for the given date. |
double |
getInterestRate(int index)
Get the interest reate for the specified index. |
| Method Detail |
|---|
int getIndex(FISADate date)
date - a date
double getInterestRate(FISADate date)
date - a date
int getCount()
FISADate getDate(int index)
index - the interest rate index
double getInterestRate(int index)
index - the interest rate index
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||