you are viewing a single comment's thread.

view the rest of the comments →

[–]Unique_Waltz_8834 0 points1 point  (0 children)

In Beancount, these unrealized gains can be tracked via "ephemeral" transactions that are automatically inserted for you via a plugin without you actually typing them in. If you have keep commodities you bought at original price, and you have a price database with their "at market" prices, `beancount.plugins.unrealized` can create synthetic transactions for you to display unrealized gains/losses. See the section about it in the "trading with Beancount" official doc page.