diff options
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index c4266c20..40b6294b 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -7874,7 +7874,14 @@ considering children. The cost of a posting; the cost of an account, without its children. -@item depth +@item v +The market value of a posting or an account, without its children. + +@item g +The net gain (market value minus cost basis), for a posting or an +account, without its children. It is the same as @samp{v-b}. + +@item l The depth (``level'') of an account. If an account has one parent, its depth is one. |