Lean
$LEAN_TAG$
|
Defines QuantLib risk free rate estimator for option pricing model. More...
Public Member Functions | |
decimal | Estimate (Security security, Slice slice, OptionContract contract) |
Returns current estimate of the risk free rate More... | |
Defines QuantLib risk free rate estimator for option pricing model.
Definition at line 24 of file IQLRiskFreeRateEstimator.cs.
decimal QuantConnect.Securities.Option.IQLRiskFreeRateEstimator.Estimate | ( | Security | security, |
Slice | slice, | ||
OptionContract | contract | ||
) |
Returns current estimate of the risk free rate
security | The option security object |
slice | The current data slice. This can be used to access other information available to the algorithm |
contract | The option contract to evaluate |
Implemented in QuantConnect.Securities.Option.ConstantQLRiskFreeRateEstimator, and QuantConnect.Securities.Option.FedRateQLRiskFreeRateEstimator.