To solve this problem, we need to understand the ACID properties of database transactions, which are crucial to ensuring data integrity. Let's break it down according to each property to identify the violated one:
Upon evaluation, the property that is certainly violated in the scenario is Isolation, as it fails to manage concurrent transactions independently, leading to incorrect balance updates.