public class BGMCurveUpdate extends LSQMCurveUpdate
Modifier and Type | Method and Description |
---|---|
Span |
continuousForwardRateIncrement()
Retrieve the Instantaneous Continuously Compounded Forward Curve Increment Span
|
static BGMCurveUpdate |
Create(FundingLabel lslFunding,
ForwardLabel lslForward,
int iInitialDate,
int iFinalDate,
ForwardCurve fc,
Span spanLIBORIncrement,
MergedDiscountForwardCurve dc,
Span spanDiscountFactorIncrement,
Span spanContinuousForwardRateIncrement,
Span spanSpotRateIncrement,
Span spanInstantaneousEffectiveForward,
Span spanInstantaneousNominalForward,
LognormalLIBORVolatility llv)
Construct an Instance of BGMCurveUpdate
|
MergedDiscountForwardCurve |
discountCurve()
Retrieve the Discount Factor Curve
|
Span |
discountCurveIncrement()
Retrieve the Discount Factor Discount Curve Increment
|
ForwardCurve |
forwardCurve()
Retrieve the LIBOR Forward Curve
|
Span |
forwardCurveIncrement()
Retrieve the LIBOR Forward Curve Increment Span
|
Span |
instantaneousEffectiveForwardRate()
Retrieve the Instantaneous Effective Annual Forward Rate Span
|
Span |
instantaneousNominalForwardRate()
Retrieve the Instantaneous Nominal Annual Forward Rate Span
|
LognormalLIBORVolatility |
lognormalLIBORVolatility()
Retrieve the Log-normal LIBOR Volatility Instance
|
Span |
spotRateIncrement()
Retrieve the Spot Rate Discount Curve Increment
|
finalDate, increment, initialDate, snapshot
public static final BGMCurveUpdate Create(FundingLabel lslFunding, ForwardLabel lslForward, int iInitialDate, int iFinalDate, ForwardCurve fc, Span spanLIBORIncrement, MergedDiscountForwardCurve dc, Span spanDiscountFactorIncrement, Span spanContinuousForwardRateIncrement, Span spanSpotRateIncrement, Span spanInstantaneousEffectiveForward, Span spanInstantaneousNominalForward, LognormalLIBORVolatility llv)
lslFunding
- The Funding Latent State LabellslForward
- The Forward Latent State LabeliInitialDate
- The Initial DateiFinalDate
- The Final Datefc
- The LIBOR Forward Curve SnapshotspanLIBORIncrement
- The LIBOR Forward Curve Span Incrementdc
- The Discount Factor Discount CurvespanDiscountFactorIncrement
- The Discount Factor Discount Curve Span IncrementspanContinuousForwardRateIncrement
- The Continuous Forward Rate Discount Curve Span IncrementspanSpotRateIncrement
- The Spot Rate Discount Curve Span IncrementspanInstantaneousEffectiveForward
- The Instantaneous Effective Forward Rate SpanspanInstantaneousNominalForward
- The Instantaneous Nominal Forward Rate Spanllv
- The Log-normal LIBOR Rate Volatilitypublic ForwardCurve forwardCurve()
public Span forwardCurveIncrement()
public Span continuousForwardRateIncrement()
public Span instantaneousEffectiveForwardRate()
public Span instantaneousNominalForwardRate()
public MergedDiscountForwardCurve discountCurve()
public Span discountCurveIncrement()
public Span spotRateIncrement()
public LognormalLIBORVolatility lognormalLIBORVolatility()