|
Lean
$LEAN_TAG$
|
Constant risk free rate interest rate model More...
Public Member Functions | |
| FuncRiskFreeRateInterestRateModel (Func< DateTime, decimal > getInterestRateFunc) | |
| Create class instance of interest rate provider More... | |
| FuncRiskFreeRateInterestRateModel (PyObject getInterestRateFunc) | |
| Create class instance of interest rate provider with given PyObject More... | |
| decimal | GetInterestRate (DateTime date) |
| Get interest rate by a given date More... | |
Constant risk free rate interest rate model
Definition at line 24 of file FuncRiskFreeRateInterestRateModel.cs.
| QuantConnect.Data.FuncRiskFreeRateInterestRateModel.FuncRiskFreeRateInterestRateModel | ( | Func< DateTime, decimal > | getInterestRateFunc | ) |
Create class instance of interest rate provider
Definition at line 31 of file FuncRiskFreeRateInterestRateModel.cs.
| QuantConnect.Data.FuncRiskFreeRateInterestRateModel.FuncRiskFreeRateInterestRateModel | ( | PyObject | getInterestRateFunc | ) |
Create class instance of interest rate provider with given PyObject
Definition at line 39 of file FuncRiskFreeRateInterestRateModel.cs.
| decimal QuantConnect.Data.FuncRiskFreeRateInterestRateModel.GetInterestRate | ( | DateTime | date | ) |
Get interest rate by a given date
| date | The date |
Implements QuantConnect.Data.IRiskFreeInterestRateModel.
Definition at line 52 of file FuncRiskFreeRateInterestRateModel.cs.