Skip to content

Commit

Permalink
add fee/acc cf reader
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Sep 22, 2024
1 parent 2b7b573 commit 0420d2f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/source/analytics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1340,6 +1340,15 @@ Fee Cashflow
r['fees'].keys() # all fee names
r['fees']['trusteeFee']
.. versionadded:: 0.26.3
User have the option to view multiple fees cashflow in a single dataframe,with columns specified.
.. code-block:: python
from absbox import readFeesCf
Account Cashflow
""""""""""""""""
Expand All @@ -1348,6 +1357,15 @@ Account Cashflow
r['accounts'].keys() # all account names
r['accounts']['acc01']
.. versionadded:: 0.26.3
User have the option to view multiple accounts cashflow in a single dataframe,with columns specified.
.. code-block:: python
from absbox import readAccsCf
.. note:: Getting Multiple Items in same category
Expand Down

0 comments on commit 0420d2f

Please sign in to comment.