Skip to content

Commit

Permalink
implemented typing Self and removed drawdown_details
Browse files Browse the repository at this point in the history
  • Loading branch information
karrmagadgeteer2 committed Nov 12, 2023
1 parent 69db9e7 commit a5bb4bc
Show file tree
Hide file tree
Showing 7 changed files with 103 additions and 304 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ make lint
| `value_ret_calendar_period` | `OpenTimeSeries`, `OpenFrame` | Returns the series simple return for a specific calendar period. |
| `plot_series` | `OpenTimeSeries`, `OpenFrame` | Opens a HTML [Plotly Scatter](https://plotly.com/python/line-and-scatter/) plot of the series in a browser window. |
| `plot_bars` | `OpenTimeSeries`, `OpenFrame` | Opens a HTML [Plotly Bar](https://plotly.com/python/bar-charts/) plot of the series in a browser window. |
| `drawdown_details` | `OpenTimeSeries`, `OpenFrame` | Returns detailed drawdown characteristics. |
| `to_drawdown_series` | `OpenTimeSeries`, `OpenFrame` | Converts the series into drawdown series. |
| `rolling_return` | `OpenTimeSeries`, `OpenFrame` | Returns a pandas.DataFrame with rolling returns. |
| `rolling_vol` | `OpenTimeSeries`, `OpenFrame` | Returns a pandas.DataFrame with rolling volatilities. |
Expand Down
Loading

0 comments on commit a5bb4bc

Please sign in to comment.