Lean
$LEAN_TAG$
|
Defines QuantLib dividend yield estimator for option pricing model. User may define his own estimators, including those forward and backward looking ones. More...
Public Member Functions | |
double | Estimate (Security security, Slice slice, OptionContract contract) |
Returns current estimate of the stock dividend yield More... | |
Defines QuantLib dividend yield estimator for option pricing model. User may define his own estimators, including those forward and backward looking ones.
Definition at line 25 of file IQLDividendYieldEstimator.cs.
double QuantConnect.Securities.Option.IQLDividendYieldEstimator.Estimate | ( | Security | security, |
Slice | slice, | ||
OptionContract | contract | ||
) |
Returns current estimate of the stock dividend yield
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.ConstantQLDividendYieldEstimator.