Lean
$LEAN_TAG$
|
Represents a model that provides dividend yield data More...
Public Member Functions | |
decimal | GetDividendYield (DateTime date) |
Get dividend yield by a given date of a given symbol More... | |
decimal | GetDividendYield (DateTime date, decimal securityPrice) |
Get dividend yield at given date and security price More... | |
Represents a model that provides dividend yield data
Definition at line 23 of file IDividendYieldModel.cs.
decimal QuantConnect.Data.IDividendYieldModel.GetDividendYield | ( | DateTime | date | ) |
Get dividend yield by a given date of a given symbol
date | The date |
Implemented in QuantConnect.Data.DividendYieldProvider, QuantConnect.Python.DividendYieldModelPythonWrapper, and QuantConnect.Data.ConstantDividendYieldModel.
decimal QuantConnect.Data.IDividendYieldModel.GetDividendYield | ( | DateTime | date, |
decimal | securityPrice | ||
) |
Get dividend yield at given date and security price
date | The date |
securityPrice | The security price at the given date |
Implemented in QuantConnect.Data.DividendYieldProvider, QuantConnect.Python.DividendYieldModelPythonWrapper, and QuantConnect.Data.ConstantDividendYieldModel.