Lean
$LEAN_TAG$
|
Class implements Fed's US primary credit rate as risk free rate, implementing IQLRiskFreeRateEstimator. More...
Public Member Functions | |
decimal | Estimate (Security security, Slice slice, OptionContract contract) |
Returns current flat estimate of the risk free rate More... | |
Class implements Fed's US primary credit rate as risk free rate, implementing IQLRiskFreeRateEstimator.
Board of Governors of the Federal Reserve System (US), Primary Credit Rate - Historical Dates of Changes and Rates for Federal Reserve District 8: St. Louis [PCREDIT8] retrieved from FRED, Federal Reserve Bank of St. Louis; https://fred.stlouisfed.org/series/PCREDIT8
Definition at line 28 of file FedRateQLRiskFreeRateEstimator.cs.
decimal QuantConnect.Securities.Option.FedRateQLRiskFreeRateEstimator.Estimate | ( | Security | security, |
Slice | slice, | ||
OptionContract | contract | ||
) |
Returns current flat estimate of the risk free rate
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 |
Implements QuantConnect.Securities.Option.IQLRiskFreeRateEstimator.
Definition at line 40 of file FedRateQLRiskFreeRateEstimator.cs.