public class Coupon
extends java.lang.Object
| Constructor and Description |
|---|
Coupon(double dblRate,
int iFrequency)
Coupon Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
frequency()
Retrieve the Loan Coupon Frequency
|
double |
rate()
Retrieve the Loan Coupon Rate
|