adamcharnock / django-hordak

Double entry accounting in Django
http://django-hordak.readthedocs.io
MIT License
231 stars 55 forks source link

Trading account fee currency #56

Closed tomj closed 1 month ago

tomj commented 3 years ago

Thanks for a great library! 🎉

Question: Is there a specific reason that the fee currency must be the same as the source currency in a currency trading account? There are instances I deal with where the fee may be either a) the destination currency, or b) an entirely different one.

adamcharnock commented 1 month ago

Well three years later! I'm working through some of the backlog and I've added a feature supporting fees the destination currency. I would need to get my accounting head back on to figure out how to add arbitrary currency support, but if someone can outline that for me I may be able to find time in the future.

For now I will close this, but feel free to open a new issue if anyone is able to detail arbitrary currency support.