I ran the query bean-query data/main.bean "SELECT account, sum(convert(position, 'CHF')) WHERE account ~ 'Assets' group by account"
and I have in my ledger some entries in, say, GOLD and EUR. I also have a price datapoint for GOLD in EUR, and for EUR in CHF, at the same date. The result is that the assets in EUR are converted to CHF, but the ones in GOLD are left in GOLD. So unless I am mistaken, it would seem that beancount does not "combine" prices to get more conversions. Is that true? If so, is that intended? Would it make sense to try and write a plugin for this? Thanks M. -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/b053a42b-44a9-44b0-abe3-fb85adb541b2%40googlegroups.com.
