mrlimacz
mrlimacz
#82 I went ahead and implemented a source that fetches directly from ECB data
@gpoul Actually, [such instances are handled](https://github.com/mrlimacz/beanprice/blob/9ddd0e842739091eab7fccbe524df0ce1cdaa3b3/beanprice/sources/ecbrates.py#L71). When you run `bean-price` with an `--update` flag you want to skip a particular date and proceed to the next one. Your approach would...
It looks like an issue with how `get_commodity_lifetimes` (mentioned by @ileodo) determines currency pairs. It uses method `currency_pair` of `Position` class, which only considers cost currency. https://github.com/beancount/beancount/blob/master/beancount/core/position.py#L255-L261
@ThomasdenH I believe you can rerun checks and they will succeed now (after #93 was merged)