public class FRAComponentQuoteSet extends ProductQuoteSet
Constructor and Description |
---|
FRAComponentQuoteSet(LatentStateSpecification[] aLSS)
FRAComponentQuoteSet Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsFRARate()
Indicate if the FRA Rate Field exists
|
boolean |
containsParForwardRate()
Indicate if the Par Forward Rate Field exists
|
double |
fraRate()
Retrieve the FRA Rate
|
double |
parForwardRate()
Retrieve the Par Forward Rate
|
boolean |
setFRARate(double dblFRARate)
Set the FRA Rate
|
boolean |
setParForwardRate(double dblParForwardRate)
Set the Par Forward Rate
|
contains, contains, containsLatentStateQuantificationMetric, containsLatentStateType, fields, forwardLabel, fundingLabel, fxLabel, get, govvieLabel, lss, set, volatilityLabel
public FRAComponentQuoteSet(LatentStateSpecification[] aLSS) throws java.lang.Exception
aLSS
- Array of Latent State Specificationjava.lang.Exception
- Thrown if Inputs are invalidpublic boolean setFRARate(double dblFRARate)
dblFRARate
- The FRA Ratepublic boolean containsFRARate()
public double fraRate() throws java.lang.Exception
java.lang.Exception
- Thrown if the FRA Rate Field does not existpublic boolean setParForwardRate(double dblParForwardRate)
dblParForwardRate
- The Par Forward Ratepublic boolean containsParForwardRate()
public double parForwardRate() throws java.lang.Exception
java.lang.Exception
- Thrown if the Par Forward Rate Field does not exist