Interactive Brokers - import advice?

2018-02-05 Thread Joe King
Does anyone have any experience with importing Interactive Brokers reports? There's a choice of csv and the similar "flex query" xml, and ofx. Is either preferable? Has anyone written any importers for them? Thanks, Joe -- You received this message because you are subscribed to the Google

Re: Loosely tracking shared expenses between partners

2018-02-05 Thread Martin Blais
On Thu, Feb 1, 2018 at 2:00 PM, Jeremy Maitin-Shepard wrote: > How about booking shared expenses to an Expenses:Joint:Rent (or similar) > account? If you want to keep track of joint expenses that your girlfriend > paid for, you could make the source account:

Re: lot-date for average cost

2018-02-05 Thread Martin Blais
On Sun, Feb 4, 2018 at 4:43 PM, Martin Michlmayr wrote: > The "How Inventories Work" document has the following example: > > > 2016-07-28 * "Buy some shares of retirement fund" > > Assets:Invest 45.0045 VBMPX {11.11 USD} > > … > > > 2016-10-12 * "Buy some shares of

Issue #213: Implement average cost booking (blais/beancount)

2018-02-05 Thread Martin Blais
New issue 213: Implement average cost booking https://bitbucket.org/blais/beancount/issues/213/implement-average-cost-booking Martin Blais: Complete the work on AVERAGE booking method. See booking_methods.py, at the bottom. (This is a tracking ticket.) Responsible: blais -- You received this

Re: State of average cost booking?

2018-02-05 Thread Martin Blais
There's no ticket but it definitely merits one: https://bitbucket.org/blais/beancount/issues/213/implement-average-cost-booking It's probably not super difficult to implement, but the problem is that I'm afraid there may be very many corner cases and it will probably require a ton of unit testing