|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use YieldQuote.RedemptionType | |
|---|---|
| com.ftlabs.fisa.calc | |
| Uses of YieldQuote.RedemptionType in com.ftlabs.fisa.calc |
|---|
| Methods in com.ftlabs.fisa.calc that return YieldQuote.RedemptionType | |
|---|---|
YieldQuote.RedemptionType |
YieldQuote.getRedemptionType()
Get the RedemptionType if any. |
static YieldQuote.RedemptionType |
YieldQuote.RedemptionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static YieldQuote.RedemptionType[] |
YieldQuote.RedemptionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in com.ftlabs.fisa.calc with parameters of type YieldQuote.RedemptionType | |
|---|---|
SpreadQuote(double spread,
double spreadYield,
YieldQuote.RedemptionType redemptionType)
Constructs a new SpreadQuote from the provided spread, spreadYield and priced to the provided RedemptionType. |
|
YieldQuote(double yield,
double concession,
YieldQuote.RedemptionType redemptionType)
Constructs a new YieldQuote using the given yield less concession priced to the given RedemptionType. |
|
YieldQuote(double yield,
YieldQuote.RedemptionType redemptionType)
Constructs a new YieldQuote from the given yield and RedemptionType without a concession. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||