Hey folks; Delurk comment: I've been using beancount more and more seriously over the last year and the final convincing moment for me was how quickly I could do my Canadian taxes with a few custom plugins to split expenses based on meta data and then record and balance assert everything so I'd have confidence things didn't 'rot' until next tax season. I also now use it exclusively for corporate accounts keeping.
Today's conundrum: - I live and work in the UK for a US company. - Part of my compensation is Restricted Stock; almost exactly like the examples posted in the github.io docs <https://beancount.github.io/docs/stock_vesting_in_beancount.html#vesting> [0]. The problem is the 'float/limbo' account for me: - On payslips, the limbo refund amount is in GBP (and I record it thusly) (imported by importer 1 (my custom payroll.py importer) as our UK payroll records everything in GBP. - On vesting events (reports from broken) the limbo taxed amount is reported in USD and handled by custom importer rsu_vesting_reports.py) I have an example hermetic example file on github <https://gist.github.com/muonzoo/3a6074b0185fef59f04c4309b3fc54d0> [1]. I balance everything by adding an FX conversion posting-pair to the vesting event that changes the USD tax amount to the (manually matched) GBP amount from payroll. This is really cumbersome. Note that it gets even more cumbersome when there are multiple vests - I need to sort out the FX entirely independently without the GBP equivalence and this makes me tempted to do the FX as a separate transaction on the limbo account by hand... Now that I'm thinking about it; the income on a multiple-vest scenario will be similarly poorly constrained. I'm leaning more and more to just having to manually reconcile the FX monthly - or write a plugin that will add the USD/GBP conversions every payroll. Thoughts from anyone? Specifically on: 1) This specific problem (ha!) 2) Getting different postings from different import sources for a single transaction? 3) Creative alternate ways to deal with this. What's a better strategy? [0] https://beancount.github.io/docs/stock_vesting_in_beancount.html#vesting [1] https://gist.github.com/muonzoo/3a6074b0185fef59f04c4309b3fc54d0 -- 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 beancount+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/692cb295-ebd2-49a1-8518-0ecbf0ee05d3n%40googlegroups.com.