public class FXForwardQuoteSet extends ProductQuoteSet
Constructor and Description |
---|
FXForwardQuoteSet(LatentStateSpecification[] aLSS)
FXForwardQuoteSet Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsOutright()
Indicate if the Terminal FX Forward Outright Field exists
|
boolean |
containsPIP()
Indicate if the Terminal FX Forward PIP Field exists
|
double |
outright()
Retrieve the Terminal FX Forward Outright
|
double |
pip()
Retrieve the Terminal FX Forward PIP
|
boolean |
setOutright(double dblFXForwardOutright)
Set the Terminal FX Forward Outright
|
boolean |
setPIP(double dblFXForwardPIP)
Set the Terminal FX Forward PIP
|
contains, contains, containsLatentStateQuantificationMetric, containsLatentStateType, fields, forwardLabel, fundingLabel, fxLabel, get, govvieLabel, lss, set, volatilityLabel
public FXForwardQuoteSet(LatentStateSpecification[] aLSS) throws java.lang.Exception
aLSS
- Array of Latent State Specificationjava.lang.Exception
- Thrown if Inputs are invalidpublic boolean setOutright(double dblFXForwardOutright)
dblFXForwardOutright
- The Terminal FX Forward Outrightpublic boolean containsOutright()
public double outright() throws java.lang.Exception
java.lang.Exception
- Thrown if the Terminal FX Forward Outright Field does not existpublic boolean setPIP(double dblFXForwardPIP)
dblFXForwardPIP
- The Terminal FX Forward PIPpublic boolean containsPIP()
public double pip() throws java.lang.Exception
java.lang.Exception
- Thrown if the Terminal FX Forward PIP Field does not exist