Skip to content

Commit

Permalink
Clarify currency comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly authored Aug 7, 2022
1 parent 6ae0d01 commit 8eb40ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dali/plugin/input/csv/binance.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class InputPlugin(AbstractInputPlugin):
__BASE_ASSET_AMOUNT_INDEX = 10
__BASE_ASSET_AMOUNT_SPOT_PRICE_INDEX = 11

# amounts in binance tax CSVs are not comma separated and are nicely formatting floating point values
# currency amounts in binance tax CSVs do not contain commas or other symbols, no normalization is required
__PRIMARY_ASSET_AMOUNT = 7
__PRIMARY_ASSET_SPOT_PRICE = 8

Expand Down

0 comments on commit 8eb40ef

Please sign in to comment.