CustomerVulnerabilities
Customer vulnerability data grouped into health, competence, and life, each with boolean fields aligned
to Vulnerability, plus optional additionalSupportNeeds text.
health object
Health-related vulnerability flags (maps to PHYSICAL_DISABILITY, LOW_MENTAL_CAPACITY, GAMBLING_ADDICTION in Vulnerability).
When true, indicates PHYSICAL_DISABILITY.
When true, indicates LOW_MENTAL_CAPACITY.
When true, indicates GAMBLING_ADDICTION.
competence object
Competence-related vulnerability flags (maps to FINANCE_MISMANAGEMENT, POOR_LITERACY, POOR_LANGUAGE_SKILLS, POOR_DIGITAL_SKILLS in Vulnerability).
When true, indicates FINANCE_MISMANAGEMENT.
When true, indicates POOR_LITERACY.
When true, indicates POOR_LANGUAGE_SKILLS.
When true, indicates POOR_DIGITAL_SKILLS.
life object
Life-circumstance vulnerability flags (maps to CARING_RESPONSIBILITIES, FRAUDULENT_LOCATION in Vulnerability).
When true, indicates CARING_RESPONSIBILITIES.
When true, indicates FRAUDULENT_LOCATION.
Optional free-text field for further support or accessibility requirements.
Possible values: <= 250 characters
Please use plain language in all communications.{
"health": {
"physicalDisability": true,
"lowMentalCapacity": true,
"gamblingAddiction": true
},
"competence": {
"financeManagement": true,
"poorLiteracy": true,
"poorLanguageSkills": true,
"poorDigitalSkills": true
},
"life": {
"caringResponsibilities": true,
"fraudulentLocation": true
},
"additionalSupportNeeds": "Please use plain language in all communications."
}