;doc: roi: formatting

This commit is contained in:
Simon Michael 2022-01-21 08:05:02 -10:00
parent f36ab179c4
commit bf2ac4f18b

View File

@ -31,7 +31,7 @@ Note, in some cases this report can fail, for these reasons:
Examples: Examples:
- Using roi to compute total return of investment in stocks: - Using roi to compute total return of investment in stocks:
https://github.com/simonmichael/hledger/blob/master/examples/roi-unrealised.ledger [roi-unrealised.ledger](https://github.com/simonmichael/hledger/blob/master/examples/roi-unrealised.ledger)
- Cookbook -> [Return on Investment](return-on-investment.html) - Cookbook -> [Return on Investment](return-on-investment.html)
@ -166,6 +166,7 @@ its value change the value of "investment unit". Change in "unit price" over the
reporting period gives you rate of return of your investment. reporting period gives you rate of return of your investment.
References: References:
* [Explanation of rate of return](https://www.investopedia.com/terms/r/rateofreturn.asp) * [Explanation of rate of return](https://www.investopedia.com/terms/r/rateofreturn.asp)
* [Explanation of IRR](https://www.investopedia.com/terms/i/irr.asp) * [Explanation of IRR](https://www.investopedia.com/terms/i/irr.asp)
* [Explanation of TWR](https://www.investopedia.com/terms/t/time-weightedror.asp) * [Explanation of TWR](https://www.investopedia.com/terms/t/time-weightedror.asp)