Skip to content

Commit

Permalink
🚨
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Apr 12, 2024
1 parent 18dd2c1 commit 96565ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cefi/handler/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ async def calculate_pnl(self, period=None):
Calculate the PnL for a given period.
Parameters:
period (str): The period for which to calculate PnL ('W', 'M', 'Y', or None).
period (str): The period for which
to calculate PnL ('W', 'M', 'Y', or None).
Returns:
pnl: The calculated PnL value.
Expand Down

0 comments on commit 96565ba

Please sign in to comment.