In DDD, an Entity's identity runs through time and across different representations. Unlike value objects, the attributes of an entity can change without changing what the entity is. Identity is what makes it trackable across a distributed system.
#DDD #FinTech