Package | Description |
---|---|
org.drip.state.creator | |
org.drip.state.curve |
Modifier and Type | Method and Description |
---|---|
static FXForwardCurve |
FXForwardCurveBuilder.CreateFXForwardCurve(CurrencyPair cp,
JulianDate dtSpot,
double dblFXSpot,
double[] adblDate,
double[] adblFXFwd,
boolean[] abIsPIP)
Create an FXForwardCurve from the CurrencyPair, FX Spot, and the FX Forward parameters
|
static FXForwardCurve |
FXForwardCurveBuilder.FromByteArray(byte[] ab)
Create the FXForwardCurve from the given byte array
|
Modifier and Type | Class and Description |
---|---|
class |
DerivedFXForward
DerivedFXForward manages the constant forward based FX Forward Curve holder object.
|