A Python **dataclass** with `frozen=True`, making instances immutable and hashable. Useful for value objects that should not change after creation. (Ch. 5)