;doc: fixes

This commit is contained in:
Simon Michael 2020-11-17 13:16:17 -08:00
parent 6cc1312ca8
commit 9a820a6dec
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
; By adding some fake transactions you can make it show unrealised gains. ; By adding some fake transactions you can make it show unrealised gains.
comment comment
$ hledger -f jr-stocks-sample.ledger roi --inv Assets -b 2015-01-01 -e 2019-01-01 --pnl Income --yearly $ hledger -f examples/roi-unrealised.ledger roi --inv Assets -b 2015-01-01 -e 2019-01-01 --pnl Income --yearly
+---++------------+------------++---------------+----------+-------------+--------++--------+--------+ +---++------------+------------++---------------+----------+-------------+--------++--------+--------+
| || Begin | End || Value (begin) | Cashflow | Value (end) | PnL || IRR | TWR | | || Begin | End || Value (begin) | Cashflow | Value (end) | PnL || IRR | TWR |
+===++============+============++===============+==========+=============+========++========+========+ +===++============+============++===============+==========+=============+========++========+========+

View File

@ -1187,7 +1187,7 @@ For single period reports, if an explicit
used as the valuation date; otherwise the valuation date is "today". used as the valuation date; otherwise the valuation date is "today".
For [multiperiod reports](#report-intervals), each column/period is For [multiperiod reports](#report-intervals), each column/period is
valued on the last day of the period. valued on the last day of the period, by default.
### Market prices ### Market prices