From fbf826a8139c3cecfdf7f6a16742b13316d1bef5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 21 Jan 2022 08:32:29 -1000 Subject: [PATCH] ;doc: update CLI usage texts --- hledger/Hledger/Cli/Commands/Roi.txt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Roi.txt b/hledger/Hledger/Cli/Commands/Roi.txt index 46d2af816..97ccdfe66 100644 --- a/hledger/Hledger/Cli/Commands/Roi.txt +++ b/hledger/Hledger/Cli/Commands/Roi.txt @@ -33,9 +33,9 @@ Note, in some cases this report can fail, for these reasons: Examples: - Using roi to compute total return of investment in stocks: - https://github.com/simonmichael/hledger/blob/master/examples/roi-unrealised.ledger + https://github.com/simonmichael/hledger/blob/master/examples/investing/roi-unrealised.ledger -- Cookbook -> Return on Investment +- Cookbook > Return on Investment: https://hledger.org/roi.html Spaces and special characters in --inv and --pnl @@ -155,6 +155,10 @@ and changes in its value change the value of "investment unit". Change in "unit price" over the reporting period gives you rate of return of your investment. -References: * Explanation of rate of return * Explanation of IRR * -Explanation of TWR * Examples of computing IRR and TWR and discussion of -the limitations of both metrics +References: + +- Explanation of rate of return +- Explanation of IRR +- Explanation of TWR +- Examples of computing IRR and TWR and discussion of the limitations + of both metrics