RalphChamp
Recently I decided to gather all my transactions to analyze them in Excel. But from the exported CSV files there are a lot of IBAN numbers simply not present. It seems like many companies, like McDonalds, Albert Heijn, or Google for example, have no IBAN number (or it is hidden). I figured it was a bug at first, but these transactions simply don't seem to have counterparty IBAN. I checked the MT940 export, a PDF statement, the android app, and the web-app.
So, assuming this 'missing IBAN number' is behavior by design... How am I supposed to uniquely (and consistently) identify the counterparty across transactions if there is no IBAN as the primary identifier? (And yes, I know IBAN numbers can theoretically be recycled, so they aren't perfect.) I had planned to analyze based on IBAN numbers, so do I have to change strategy or is there another way (like using the API)?
Does anyone know why the IBANs are missing? I'd love a technical answer on this... :)