Hi,
I started looking into moving my price fetchers into beanprice and
noticed something.
Most of my price sources actually allow you to specify in which base ccy
to return the result.
As far as I can tell, at the moment the Source interface
https://github.com/beancount/beanprice/blob/master/beanprice/source.py
doesn't have a way where you can request prices in a certain base ccy,
the only thing the source can do is specify in which base ccy it did
return them.
Should the source contract be extended to (optionally) allow to specify
the desired base ccy?
Regards,
Patrick