All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
SWIGTYPE_p_YieldTermStructure |
__deref__() |
boolean |
allowsExtrapolation() |
Observable |
asObservable() |
Calendar |
calendar() |
DayCounter |
dayCounter() |
void |
delete() |
void |
disableExtrapolation() |
double |
discount(Date arg0) |
double |
discount(Date arg0,
boolean extrapolate) |
double |
discount(double arg0) |
double |
discount(double arg0,
boolean extrapolate) |
void |
enableExtrapolation() |
protected void |
finalize() |
InterestRate |
forwardRate(Date d1,
Date d2,
DayCounter arg2,
Compounding arg3) |
InterestRate |
forwardRate(Date d1,
Date d2,
DayCounter arg2,
Compounding arg3,
Frequency f) |
InterestRate |
forwardRate(Date d1,
Date d2,
DayCounter arg2,
Compounding arg3,
Frequency f,
boolean extrapolate) |
InterestRate |
forwardRate(double t1,
double t2,
Compounding arg2) |
InterestRate |
forwardRate(double t1,
double t2,
Compounding arg2,
Frequency f) |
InterestRate |
forwardRate(double t1,
double t2,
Compounding arg2,
Frequency f,
boolean extrapolate) |
protected static long |
getCPtr(YieldTermStructure obj) |
boolean |
isNull() |
Date |
maxDate() |
double |
maxTime() |
Date |
referenceDate() |
InterestRate |
zeroRate(Date d,
DayCounter arg1,
Compounding arg2) |
InterestRate |
zeroRate(Date d,
DayCounter arg1,
Compounding arg2,
Frequency f) |
InterestRate |
zeroRate(Date d,
DayCounter arg1,
Compounding arg2,
Frequency f,
boolean extrapolate) |
InterestRate |
zeroRate(double t,
Compounding arg1) |
InterestRate |
zeroRate(double t,
Compounding arg1,
Frequency f) |
InterestRate |
zeroRate(double t,
Compounding arg1,
Frequency f,
boolean extrapolate) |