mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 15:14:49 +03:00
7 lines
312 B
Plaintext
7 lines
312 B
Plaintext
; Ledger expects the 5 EUR capital gain income here because selling a 10 EUR lot at 15 EUR.
|
|
; hledger does not. Must leave that amount implicit to allow both to parse this.
|
|
2019-03-01 Sell
|
|
Assets:Shares -1 ETF {10 EUR} @ 15 EUR
|
|
Assets:Cash 15 EUR
|
|
Income:Capital Gains ;-5 EUR
|