Package | Description |
---|---|
org.drip.state.curve | |
org.drip.state.discount | |
org.drip.state.forward | |
org.drip.state.nonlinear |
Modifier and Type | Class and Description |
---|---|
class |
BasisSplineForwardRate
BasisSplineForwardRate manages the Forward Latent State, using the Forward Rate as the State Response
Representation.
|
Modifier and Type | Method and Description |
---|---|
ForwardRateEstimator |
ZeroRateDiscountCurve.forwardRateEstimator(int iDate,
ForwardLabel fri) |
ForwardRateEstimator |
ForeignCollateralizedDiscountCurve.forwardRateEstimator(int iDate,
ForwardLabel fri) |
ForwardRateEstimator |
DiscountFactorDiscountCurve.forwardRateEstimator(int iDate,
ForwardLabel fri) |
ForwardRateEstimator |
DeterministicCollateralChoiceDiscountCurve.forwardRateEstimator(int iDate,
ForwardLabel fri) |
Modifier and Type | Method and Description |
---|---|
abstract ForwardRateEstimator |
MergedDiscountForwardCurve.forwardRateEstimator(int iDate,
ForwardLabel fri)
Retrieve the Forward Curve that might be implied by the Latent State of this Discount Curve Instance
corresponding to the specified Floating Rate Index
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardCurve
ForwardCurve is the stub for the forward curve functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
FlatForwardForwardCurve
FlatForwardForwardCurve contains an implementation of the flat forward rate forward curve.
|
Modifier and Type | Method and Description |
---|---|
ForwardRateEstimator |
FlatForwardDiscountCurve.forwardRateEstimator(int iDate,
ForwardLabel fri) |