mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-10 05:39:31 +03:00
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
# Rules for Kraken's ledgers CSV.
|
|
|
|
skip 1
|
|
fields txid, refid, time, type, subtype, aclass, asset, amount, fee, balance
|
|
date %time
|
|
date-format %Y-%m-%d %H:%M:%S
|
|
code %refid
|
|
description %type
|
|
account1 assets:cc:kraken:usd
|
|
currency %asset
|
|
if %asset ZUSD
|
|
currency $
|
|
comment1 txid:%txid
|