Hi,
I imported the following two transactions from an Interactive Brokers OFX file. The first debit transaction has the amount -32.51 and the second credit the amount 421.84 but both transactions was imported with a positive amount. I had to manually add the minus sign on the debit transaction.
<INVBANKTRAN>
<STMTTRN>
<TRNTYPE>INT</TRNTYPE>
<DTPOSTED>20230803202000.000[-4:EDT]</DTPOSTED>
<TRNAMT>-32.51</TRNAMT>
<FITID>20230803xxxxxxx</FITID>
<MEMO>USD DEBIT INT FOR JUL-2023</MEMO>
<CURRENCY>
<CURRATE>1.0</CURRATE>
<CURSYM>USD</CURSYM>
</CURRENCY>
</STMTTRN>
<SUBACCTFUND>CASH</SUBACCTFUND>
</INVBANKTRAN>
<INVBANKTRAN>
<STMTTRN>
<TRNTYPE>INT</TRNTYPE>
<DTPOSTED>20230803202000.000[-4:EDT]</DTPOSTED>
<TRNAMT>421.84</TRNAMT>
<FITID>20230803xxxxxxx</FITID>
<MEMO>USD CREDIT INT FOR JUL-2023</MEMO>
<CURRENCY>
<CURRATE>1.0</CURRATE>
<CURSYM>USD</CURSYM>
</CURRENCY>
</STMTTRN>
<SUBACCTFUND>CASH</SUBACCTFUND>
</INVBANKTRAN>