matched = [] unmatched_xml = [] unmatched_bank = []

# Pseudocode for free Python-based reconciliation import xml.etree.ElementTree as ET import csv xml_trans = [(date, amt, desc)] # parsed from XML bank_trans = [] # read from CSV converted from bank statement