// hack of the end of the list since they are not useful in balance calculation
applyLimit(resultTxactions);
for (InvestmentTxaction investmentTxaction : resultTxactions) {
investmentTxactionList.add(new InvestmentTxactionListItem(investmentTxaction));
}
// hack off the front of the list we were asked to hide
applyOffset(investmentTxactionList);