txactionList.add(new TxactionListItem(txaction));
}
if (tags.isEmpty() && merchantNames.isEmpty() && calculateBalances) {
// calculate balances before removing the offset as those Txactions may affect the balances
txactionList.calculateRunningTotalBalances(accounts, currency, exchangeRateMap);
}
// hack off the front of the list we were asked to hide
applyOffset(txactionList);