public class VolatilityProductQuoteSet extends ProductQuoteSet
| Constructor and Description |
|---|
VolatilityProductQuoteSet(LatentStateSpecification[] aLSS)
Volatility Product Quote Set Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsOptionPV()
Indicate if the PV of an Option on the Product Field exists
|
double |
optionPV()
Retrieve the PV of an Option on the Product
|
boolean |
setOptionPV(double dblOptionPV)
Set the PV of an Option on the Product
|
contains, contains, containsLatentStateQuantificationMetric, containsLatentStateType, fields, forwardLabel, fundingLabel, fxLabel, get, govvieLabel, lss, set, volatilityLabelpublic VolatilityProductQuoteSet(LatentStateSpecification[] aLSS) throws java.lang.Exception
aLSS - Array of Latent State Specificationsjava.lang.Exception - Thrown if the Inputs are Invalidpublic boolean setOptionPV(double dblOptionPV)
dblOptionPV - The PV of an Option on the Productpublic boolean containsOptionPV()
public double optionPV()
throws java.lang.Exception
java.lang.Exception - Thrown if the PV of an Option on the Product Field does not exist