public interface ForwardCurve extends Curve
| Modifier and Type | Method and Description |
|---|---|
String |
getDiscountCurveName() |
double |
getForward(AnalyticModel model,
double fixingTime)
Returns the forward for the corresponding fixing time.
|
double |
getForward(AnalyticModel model,
double fixingTime,
double paymentOffset)
Returns the forward for the corresponding fixing time and paymentOffset.
|
double |
getPaymentOffset(double fixingTime)
Returns the payment offset associated with this forward curve and a corresponding fixingTime.
|
clone, getCloneBuilder, getCloneForParameter, getName, getReferenceDate, getValue, getValuegetParameter, setParameterdouble getForward(AnalyticModel model, double fixingTime)
model - An analytic model providing a context. Some curves do not need this (can be null).fixingTime - The fixing time of the index associated with this forward curve.double getForward(AnalyticModel model, double fixingTime, double paymentOffset)
model - An analytic model providing a context. Some curves do not need this (can be null).fixingTime - The fixing time of the index associated with this forward curve.paymentOffset - The payment offset (as internal day count fraction) specifying the payment of this index. Used only as a fallback and/or consistency check.String getDiscountCurveName()
double getPaymentOffset(double fixingTime)
fixingTime - The fixing time of the index associated with this forward curve.Copyright © 2019. All rights reserved.