Skip to content

Commit 9949f00

Browse files
authored
DOC Note daily frequency of risk-free rate (#109)
1 parent badbdca commit 9949f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

empyrical/stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ def sharpe_ratio(returns,
654654
Daily returns of the strategy, noncumulative.
655655
- See full explanation in :func:`~empyrical.stats.cum_returns`.
656656
risk_free : int, float
657-
Constant risk-free return throughout the period.
657+
Constant daily risk-free return throughout the period.
658658
period : str, optional
659659
Defines the periodicity of the 'returns' data for purposes of
660660
annualizing. Value ignored if `annualization` parameter is specified.

0 commit comments

Comments
 (0)