I feel like the following should be an extremely simple scenario, but for whatever reason, my transaction is not balancing. This is my bean file
option "inferred_tolerance_default" "IDR:0"
option "inferred_tolerance_default" "USD:0.02"
option "inferred_tolerance_default" "*:0.001"
plugin "beancount.plugins.auto_accounts"
2022-08-25 * "" "Re install gate"
Assets:Cash -3000000 IDR
Expenses:Other-Expense 204 USD @@ 3000000 IDR
This is the error I get
Transaction does not balance: (-0.000000000000000000001 IDR)Beancount(1)
I must be missing something extremely obvious about beancount rounding?
Tony