Noah Person Name
data class NoahPersonName(val firstName: String, val lastName: String, val middleName: String? = null)
A person's name as a structured object, mirroring the shape Noah uses for account-holder names (FirstName / LastName / optional MiddleName).