public class CompositePeriodQuoteSet extends ProductQuoteSet
| Constructor and Description |
|---|
CompositePeriodQuoteSet(LatentStateSpecification[] aLSS)
CompositePeriodQuoteSet constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
baseRate()
Get the Period Base Coupon Rate
|
double |
basis()
Get the Period Coupon Basis
|
boolean |
containsBaseRate()
Indicate if the Base Rate Field exists
|
boolean |
containsBasis()
Indicate if the Basis Field exists
|
boolean |
setBaseRate(double dblBaseRate)
Set the Base Rate
|
boolean |
setBasis(double dblBasis)
Set the Basis
|
contains, contains, containsLatentStateQuantificationMetric, containsLatentStateType, fields, forwardLabel, fundingLabel, fxLabel, get, govvieLabel, lss, set, volatilityLabelpublic CompositePeriodQuoteSet(LatentStateSpecification[] aLSS) throws java.lang.Exception
aLSS - Array of Latent State Specificationjava.lang.Exception - Thrown if inputs are invalidpublic boolean setBaseRate(double dblBaseRate)
dblBaseRate - The Base Ratepublic boolean containsBaseRate()
public double baseRate()
throws java.lang.Exception
java.lang.Exception - Thrown if the Base Rate Field does not existpublic boolean setBasis(double dblBasis)
dblBasis - The Basispublic boolean containsBasis()
public double basis()
throws java.lang.Exception
java.lang.Exception - Thrown if the Basis Field does not exist