Lean  $LEAN_TAG$
QuantConnect.Data.IRiskFreeInterestRateModel Interface Reference

Represents a model that provides risk free interest rate data More...

Inheritance diagram for QuantConnect.Data.IRiskFreeInterestRateModel:
[legend]

Public Member Functions

decimal GetInterestRate (DateTime date)
 Get interest rate by a given date More...
 

Detailed Description

Represents a model that provides risk free interest rate data

Definition at line 25 of file IRiskFreeInterestRateModel.cs.

Member Function Documentation

◆ GetInterestRate()

decimal QuantConnect.Data.IRiskFreeInterestRateModel.GetInterestRate ( DateTime  date)

Get interest rate by a given date

Parameters
dateThe date
Returns
Interest rate on the given date

Implemented in QuantConnect.Data.InterestRateProvider, QuantConnect.Data.FuncRiskFreeRateInterestRateModel, QuantConnect.Python.RiskFreeInterestRateModelPythonWrapper, and QuantConnect.Data.ConstantRiskFreeRateInterestRateModel.

Here is the caller graph for this function:

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