InvestmentUserEmploymentStatus
Employment status for a user. Collected during registration for DriveWealth.
enum InvestmentUserEmploymentStatus {
EMPLOYED
RETIRED
SELF_EMPLOYED
STUDENT
UNEMPLOYED
}
Values
InvestmentUserEmploymentStatus.EMPLOYED
User is employed by a company.
InvestmentUserEmploymentStatus.RETIRED
User is retired.
InvestmentUserEmploymentStatus.SELF_EMPLOYED
User is self-employed or a business owner.
InvestmentUserEmploymentStatus.STUDENT
User is a student.
InvestmentUserEmploymentStatus.UNEMPLOYED
User is unemployed.
Member of
InvestmentUserEmploymentInfo
object ● InvestmentUserEmploymentInfoInput
input