Financial Questionnaire

The goal of the step is to ask User about his financial situation: total monthly income, outgoings and expectations.

Thus, once the step is RISK_SHORT, Client shall gather Users answers to all of the following questions:

Question
Allowed answers

1

What is your total monthly income (before tax)?

10 numeric max

2

Monthly spending (including Mortgage/Rent, spending gas and electricity, spending people living with you depend on you financial)

10 numeric max

3

Do you expect your financial situation to change in the near future?

Yes, to improve

No, stay the same

Yes, to get worse

The gathered responses must be sent to the service below. If successful, the step will be completed.

Submit financial quiz answers

POST https://api.kavoon.io/client-info/save-short-risk-questionnaire

Request Body

Name
Type
Description

monthlyIncome*

String

Your total monthly income (before tax). 10 numeric max

monthlySpending*

String

Monthly spending

(including Mortgage/Rent, spending gas and electricity, spending people living with you depend on you financial). 10 numeric max

expectedFinancialSituation*

String

Do you expect your financial situation to change in the near future?

Possible values: "Yes, to improve", "No, stay the same", "Yes, to get worse"


{
  "result": {
    "userInfo": {
      "status": "REGISTER",
      "step": "CONFIRM_RULES",
      "stepExtras": {
           "address": {
             "building": "string",
             "flat": "string",
             "housing": "string",
             "street": "string",
             "town": "string"
      }
    }
  }
}

Last updated