Collecting Data Using Questionnaires
Incorporating Questionnaire Data into the Platform
Last updated
Was this helpful?
Incorporating Questionnaire Data into the Platform
Last updated
Was this helpful?
Was this helpful?
"questionnaires": [ {
"type": "Suitability",
"questions": [
{
"question": {
"questionText": "Are you an accredited investor as defined by the SEC?",
"answerType": "Boolean"
},
"answers": [ {
"booleanValue": true
}]
},
{
"question": {
"questionText": "Which choice describes your investing style?",
"answerType": "Choice",
"allowedAnswerValues": [
"Conservative", "Moderate", "Aggressive"
]
},
"answers": [ {
"choiceValue": "Aggressive"
}]
}]
}]