public class FloatFloatQuoteSet extends ProductQuoteSet
| Constructor and Description |
|---|
FloatFloatQuoteSet(LatentStateSpecification[] aLSS)
FloatFloatQuoteSet Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsDerivedParBasisSpread()
Indicate if the Derived Par Basis Spread Field exists
|
boolean |
containsPV()
Indicate if the PV Field exists
|
boolean |
containsReferenceParBasisSpread()
Indicate if the Reference Par Basis Spread Field exists
|
double |
derivedParBasisSpread()
Retrieve the Derived Par Basis Spread
|
double |
pv()
Retrieve the PV
|
double |
referenceParBasisSpread()
Retrieve the Reference Par Basis Spread
|
boolean |
setDerivedParBasisSpread(double dblDerivedParBasisSpread)
Set the Derived Par Basis Spread
|
boolean |
setPV(double dblPV)
Set the PV
|
boolean |
setReferenceParBasisSpread(double dblReferenceParBasisSpread)
Set the Reference Par Basis Spread
|
contains, contains, containsLatentStateQuantificationMetric, containsLatentStateType, fields, forwardLabel, fundingLabel, fxLabel, get, govvieLabel, lss, set, volatilityLabelpublic FloatFloatQuoteSet(LatentStateSpecification[] aLSS) throws java.lang.Exception
aLSS - Array of Latent State Specificationjava.lang.Exception - Thrown if Inputs are invalidpublic boolean setPV(double dblPV)
dblPV - The PVpublic boolean containsPV()
public double pv()
throws java.lang.Exception
java.lang.Exception - Thrown if the PV Field does not existpublic boolean setDerivedParBasisSpread(double dblDerivedParBasisSpread)
dblDerivedParBasisSpread - The Derived Par Basis Spreadpublic boolean containsDerivedParBasisSpread()
public double derivedParBasisSpread()
throws java.lang.Exception
java.lang.Exception - Thrown if the Derived Par Basis Spread Field does not existpublic boolean setReferenceParBasisSpread(double dblReferenceParBasisSpread)
dblReferenceParBasisSpread - The Reference Par Basis Spreadpublic boolean containsReferenceParBasisSpread()
public double referenceParBasisSpread()
throws java.lang.Exception
java.lang.Exception - Thrown if the Reference Par Basis Spread Field does not exist