Lean  $LEAN_TAG$
QuantConnect.Securities.Option.IQLRiskFreeRateEstimator Interface Reference

Defines QuantLib risk free rate estimator for option pricing model. More...

Inheritance diagram for QuantConnect.Securities.Option.IQLRiskFreeRateEstimator:
[legend]

Public Member Functions

decimal Estimate (Security security, Slice slice, OptionContract contract)
 Returns current estimate of the risk free rate More...
 

Detailed Description

Defines QuantLib risk free rate estimator for option pricing model.

Definition at line 24 of file IQLRiskFreeRateEstimator.cs.

Member Function Documentation

◆ Estimate()

decimal QuantConnect.Securities.Option.IQLRiskFreeRateEstimator.Estimate ( Security  security,
Slice  slice,
OptionContract  contract 
)

Returns current estimate of the risk free rate

Parameters
securityThe option security object
sliceThe current data slice. This can be used to access other information available to the algorithm
contractThe option contract to evaluate
Returns
Risk free rate

Implemented in QuantConnect.Securities.Option.ConstantQLRiskFreeRateEstimator, and QuantConnect.Securities.Option.FedRateQLRiskFreeRateEstimator.


The documentation for this interface was generated from the following file: