finamaze_schema 1.60.0 → 1.61.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/.github/workflows/publish.yml +10 -19
  2. package/dist/data/onboarding_structure.v1.0.js +3158 -0
  3. package/dist/data/onboarding_structure.v1.0.js.map +1 -0
  4. package/dist/entity/onboarding-schema.entity.js +6 -6
  5. package/dist/entity/onboarding-schema.entity.js.map +1 -1
  6. package/dist/entity/onboarding_answer-option.entity.js +58 -0
  7. package/dist/entity/onboarding_answer-option.entity.js.map +1 -0
  8. package/dist/entity/onboarding_group.entity.js +24 -28
  9. package/dist/entity/onboarding_group.entity.js.map +1 -1
  10. package/dist/entity/onboarding_question.entity.js +44 -28
  11. package/dist/entity/onboarding_question.entity.js.map +1 -1
  12. package/dist/entity/onboarding_sessions.entity.js +16 -14
  13. package/dist/entity/onboarding_sessions.entity.js.map +1 -1
  14. package/dist/entity/onboarding_step.entity.js +25 -25
  15. package/dist/entity/onboarding_step.entity.js.map +1 -1
  16. package/dist/entity/onboarding_substep.entity.js +25 -24
  17. package/dist/entity/onboarding_substep.entity.js.map +1 -1
  18. package/dist/entity/onboarding_user-answer.entity.js +38 -24
  19. package/dist/entity/onboarding_user-answer.entity.js.map +1 -1
  20. package/dist/entity/onboarding_user-progress.entity.js +55 -0
  21. package/dist/entity/onboarding_user-progress.entity.js.map +1 -0
  22. package/dist/index.js +2 -1
  23. package/dist/index.js.map +1 -1
  24. package/dist/migrations/1754744298478-version8.js +52 -0
  25. package/dist/migrations/1754744298478-version8.js.map +1 -0
  26. package/dist/migrations/1755000000002-version11.js +98 -0
  27. package/dist/migrations/1755000000002-version11.js.map +1 -0
  28. package/dist/tsconfig.tsbuildinfo +1 -1
  29. package/package.json +1 -2
@@ -0,0 +1,3158 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.onboardingStructure = exports.onboardingSchema = void 0;
4
+ const createDate = () => new Date();
5
+ exports.onboardingSchema = {
6
+ id: "8c85d8ae-1bc0-4db0-8431-d2fa8eaa8177",
7
+ name: "SNB Standard Onboarding",
8
+ version: "v1.0",
9
+ status: "active",
10
+ description: "Standard onboarding flow for SNB customers with complete personal and financial information collection",
11
+ total_steps: 5,
12
+ created_at: "date",
13
+ updated_at: "date",
14
+ steps: [
15
+ {
16
+ id: "30e9756c-83d3-4113-99c8-29ef92ab16a9",
17
+ onboarding_schema_id: "8c85d8ae-1bc0-4db0-8431-d2fa8eaa8177",
18
+ order: 1,
19
+ title_en: "Personal Details",
20
+ title_ar: "البيانات الشخصية",
21
+ step_description_en: "Tell us who you are to get started.",
22
+ step_description_ar: "أخبرنا من أنت للبدء.",
23
+ created_at: "date",
24
+ updated_at: "date",
25
+ substeps: [
26
+ {
27
+ id: "64260328-29d7-47d0-98ed-765b660dfe80",
28
+ step_id: "30e9756c-83d3-4113-99c8-29ef92ab16a9",
29
+ order: 1,
30
+ title_en: "Main Information",
31
+ title_ar: "المعلومات الرئيسية",
32
+ created_at: "date",
33
+ updated_at: "date",
34
+ groups: [
35
+ {
36
+ id: "dcf0ade1-96cf-43ae-9298-81addc3de5ea",
37
+ substep_id: "64260328-29d7-47d0-98ed-765b660dfe80",
38
+ order: 1,
39
+ type: "group",
40
+ title_en: "Personal Information",
41
+ title_ar: "المعلومات الشخصية",
42
+ required: true,
43
+ created_at: "date",
44
+ updated_at: "date",
45
+ questions: [
46
+ {
47
+ id: "e34d9027-ea13-4865-8d90-fd8711158a13",
48
+ question_code: "main_information.personal_information.title",
49
+ group_id: "dcf0ade1-96cf-43ae-9298-81addc3de5ea",
50
+ label_en: "Title",
51
+ label_ar: "اللقب",
52
+ type: "text",
53
+ editable: false,
54
+ required: false,
55
+ is_prefilled: true,
56
+ created_at: "date",
57
+ updated_at: "date"
58
+ },
59
+ {
60
+ id: "58fc1bc7-ce6e-418a-8dcb-0f4f4b9d159c",
61
+ question_code: "main_information.personal_information.full_name",
62
+ group_id: "dcf0ade1-96cf-43ae-9298-81addc3de5ea",
63
+ label_en: "Full name",
64
+ label_ar: "الاسم الكامل",
65
+ type: "text",
66
+ editable: false,
67
+ required: true,
68
+ is_prefilled: true,
69
+ created_at: "date",
70
+ updated_at: "date"
71
+ },
72
+ {
73
+ id: "041119b2-55de-4d69-a04c-4854c98c220a",
74
+ question_code: "main_information.personal_information.nationality",
75
+ group_id: "dcf0ade1-96cf-43ae-9298-81addc3de5ea",
76
+ label_en: "Nationality",
77
+ label_ar: "الجنسية",
78
+ type: "text",
79
+ editable: false,
80
+ required: true,
81
+ is_prefilled: true,
82
+ created_at: "date",
83
+ updated_at: "date"
84
+ },
85
+ {
86
+ id: "c8deb53c-793e-4782-a642-19bea2914706",
87
+ question_code: "main_information.personal_information.gender",
88
+ group_id: "dcf0ade1-96cf-43ae-9298-81addc3de5ea",
89
+ label_en: "Gender",
90
+ label_ar: "الجنس",
91
+ type: "single_choice",
92
+ editable: false,
93
+ required: true,
94
+ is_prefilled: true,
95
+ created_at: "date",
96
+ updated_at: "date"
97
+ },
98
+ {
99
+ id: "03b2724b-0576-45e3-a413-3b49eaa309cd",
100
+ question_code: "main_information.personal_information.marital_status",
101
+ group_id: "dcf0ade1-96cf-43ae-9298-81addc3de5ea",
102
+ label_en: "Marital Status",
103
+ label_ar: "الحالة الاجتماعية",
104
+ type: "single_choice",
105
+ editable: false,
106
+ required: false,
107
+ is_prefilled: true,
108
+ created_at: "date",
109
+ updated_at: "date"
110
+ },
111
+ {
112
+ id: "99fe9bf1-72ca-47a0-9408-53bc6f635b8d",
113
+ question_code: "main_information.personal_information.number_of_dependents",
114
+ group_id: "dcf0ade1-96cf-43ae-9298-81addc3de5ea",
115
+ label_en: "Number of dependents",
116
+ label_ar: "عدد المعالين",
117
+ type: "number",
118
+ editable: false,
119
+ required: false,
120
+ is_prefilled: true,
121
+ created_at: "date",
122
+ updated_at: "date"
123
+ }
124
+ ]
125
+ },
126
+ {
127
+ id: "4ad41b2e-244c-42ee-b957-6760798aaf35",
128
+ substep_id: "64260328-29d7-47d0-98ed-765b660dfe80",
129
+ order: 2,
130
+ type: "group",
131
+ title_en: "Main Document",
132
+ title_ar: "الوثيقة الرئيسية",
133
+ required: true,
134
+ created_at: "date",
135
+ updated_at: "date",
136
+ questions: [
137
+ {
138
+ id: "8bc20623-24e8-4582-961d-1b98b711e6d2",
139
+ question_code: "main_information.main_document.main_id_type",
140
+ group_id: "4ad41b2e-244c-42ee-b957-6760798aaf35",
141
+ label_en: "Main ID Type",
142
+ label_ar: "نوع الهوية الرئيسية",
143
+ type: "text",
144
+ editable: false,
145
+ required: true,
146
+ is_prefilled: true,
147
+ created_at: "date",
148
+ updated_at: "date",
149
+ },
150
+ {
151
+ id: "19861518-52fb-4c4e-9421-c2c6aaf450df",
152
+ question_code: "main_information.main_document.main_id_number",
153
+ group_id: "4ad41b2e-244c-42ee-b957-6760798aaf35",
154
+ label_en: "Main ID Number",
155
+ label_ar: "رقم الهوية الرئيسية",
156
+ type: "text",
157
+ editable: false,
158
+ required: true,
159
+ is_prefilled: true,
160
+ created_at: "date",
161
+ updated_at: "date",
162
+ },
163
+ {
164
+ id: "16ff79fd-dca4-4252-92b1-d3787323e726",
165
+ question_code: "main_information.main_document.date_of_issue",
166
+ group_id: "4ad41b2e-244c-42ee-b957-6760798aaf35",
167
+ label_en: "Date of Issue",
168
+ label_ar: "تاريخ الإصدار",
169
+ type: "date",
170
+ editable: false,
171
+ required: true,
172
+ is_prefilled: true,
173
+ created_at: "date",
174
+ updated_at: "date",
175
+ },
176
+ {
177
+ id: "6065a4b1-3a18-49e4-bfc9-42613f9b8e30",
178
+ question_code: "main_information.main_document.expiry_date",
179
+ group_id: "4ad41b2e-244c-42ee-b957-6760798aaf35",
180
+ label_en: "Expiry Date",
181
+ label_ar: "تاريخ الانتهاء",
182
+ type: "date",
183
+ editable: false,
184
+ required: true,
185
+ is_prefilled: true,
186
+ created_at: "date",
187
+ updated_at: "date",
188
+ },
189
+ {
190
+ id: "161a66c5-a846-44f8-b507-97d85087e7b4",
191
+ question_code: "main_information.main_document.place_of_issue",
192
+ group_id: "4ad41b2e-244c-42ee-b957-6760798aaf35",
193
+ label_en: "Place of Issue",
194
+ label_ar: "مكان الإصدار",
195
+ type: "text",
196
+ editable: false,
197
+ required: false,
198
+ is_prefilled: true,
199
+ created_at: "date",
200
+ updated_at: "date",
201
+ }
202
+ ]
203
+ },
204
+ {
205
+ id: "52825fe1-10e4-4b12-9a18-48b06f58b285",
206
+ substep_id: "64260328-29d7-47d0-98ed-765b660dfe80",
207
+ order: 3,
208
+ type: "group",
209
+ title_en: "Birth Data",
210
+ title_ar: "معلومات الميلاد",
211
+ required: true,
212
+ created_at: "date",
213
+ updated_at: "date",
214
+ questions: [
215
+ {
216
+ id: "cb5c8fd4-1a08-467a-a83c-014e4ee98e8e",
217
+ question_code: "main_information.birth_data.date_of_birth",
218
+ group_id: "52825fe1-10e4-4b12-9a18-48b06f58b285",
219
+ label_en: "Date of Birth",
220
+ label_ar: "تاريخ الميلاد",
221
+ type: "date",
222
+ editable: false,
223
+ required: true,
224
+ is_prefilled: true,
225
+ created_at: "date",
226
+ updated_at: "date"
227
+ },
228
+ {
229
+ id: "a7eb9510-873f-4587-b145-2e71d19b8916",
230
+ question_code: "main_information.birth_data.country_of_birth",
231
+ group_id: "52825fe1-10e4-4b12-9a18-48b06f58b285",
232
+ label_en: "Country of Birth",
233
+ label_ar: "بلد الميلاد",
234
+ type: "text",
235
+ editable: false,
236
+ required: true,
237
+ is_prefilled: true,
238
+ created_at: "date",
239
+ updated_at: "date"
240
+ },
241
+ {
242
+ id: "0cf0a8bb-f654-4ae5-843f-ff770b65f89b",
243
+ question_code: "main_information.birth_data.place_of_birth",
244
+ group_id: "52825fe1-10e4-4b12-9a18-48b06f58b285",
245
+ label_en: "Place of Birth",
246
+ label_ar: "مكان الميلاد",
247
+ type: "text",
248
+ editable: false,
249
+ required: true,
250
+ is_prefilled: true,
251
+ created_at: "date",
252
+ updated_at: "date"
253
+ }
254
+ ]
255
+ },
256
+ {
257
+ id: "9c19a6bc-6637-47b2-941e-d3d1f8412d07",
258
+ substep_id: "64260328-29d7-47d0-98ed-765b660dfe80",
259
+ order: 4,
260
+ type: "group",
261
+ title_en: "Home Address",
262
+ title_ar: "عنوان المنزل",
263
+ required: true,
264
+ created_at: "date",
265
+ updated_at: "date",
266
+ questions: [
267
+ {
268
+ id: "38e0e4b7-760a-426f-a214-652feab5e604",
269
+ question_code: "main_information.home_addr.type",
270
+ group_id: "9c19a6bc-6637-47b2-941e-d3d1f8412d07",
271
+ label_en: "Type",
272
+ label_ar: "النوع",
273
+ type: "text",
274
+ editable: false,
275
+ required: false,
276
+ is_prefilled: true,
277
+ created_at: "date",
278
+ updated_at: "date",
279
+ },
280
+ {
281
+ id: "cca333f4-bf58-4a6b-91e9-34cd226ba5e0",
282
+ question_code: "main_information.home_addr.basic_number",
283
+ group_id: "9c19a6bc-6637-47b2-941e-d3d1f8412d07",
284
+ label_en: "Basic Number",
285
+ label_ar: "الرقم الأساسي",
286
+ type: "text",
287
+ editable: false,
288
+ required: true,
289
+ is_prefilled: true,
290
+ created_at: "date",
291
+ updated_at: "date",
292
+ },
293
+ {
294
+ id: "0cc7b427-a0d1-4c9b-b030-081010774c91",
295
+ question_code: "main_information.home_addr.street",
296
+ group_id: "9c19a6bc-6637-47b2-941e-d3d1f8412d07",
297
+ label_en: "Street",
298
+ label_ar: "الشارع",
299
+ type: "text",
300
+ editable: false,
301
+ required: false,
302
+ is_prefilled: true,
303
+ created_at: "date",
304
+ updated_at: "date",
305
+ },
306
+ {
307
+ id: "09f10860-a4e6-4f48-9285-84be35caaa15",
308
+ question_code: "main_information.home_addr.unit_number",
309
+ group_id: "9c19a6bc-6637-47b2-941e-d3d1f8412d07",
310
+ label_en: "Unit Number",
311
+ label_ar: "رقم الوحدة",
312
+ type: "text",
313
+ editable: false,
314
+ required: false,
315
+ is_prefilled: true,
316
+ created_at: "date",
317
+ updated_at: "date",
318
+ },
319
+ {
320
+ id: "308c37c2-3616-4878-97e2-b213be265bff",
321
+ question_code: "main_information.home_addr.country",
322
+ group_id: "9c19a6bc-6637-47b2-941e-d3d1f8412d07",
323
+ label_en: "Country",
324
+ label_ar: "الدولة",
325
+ type: "text",
326
+ editable: false,
327
+ required: true,
328
+ is_prefilled: true,
329
+ created_at: "date",
330
+ updated_at: "date",
331
+ },
332
+ {
333
+ id: "52f1a16f-b430-4968-9afa-79e56f5901b9",
334
+ question_code: "main_information.home_addr.city",
335
+ group_id: "9c19a6bc-6637-47b2-941e-d3d1f8412d07",
336
+ label_en: "City",
337
+ label_ar: "المدينة",
338
+ type: "text",
339
+ editable: false,
340
+ required: true,
341
+ is_prefilled: true,
342
+ created_at: "date",
343
+ updated_at: "date",
344
+ },
345
+ {
346
+ id: "94c31045-fa18-44e3-b4d4-956cded1c2e5",
347
+ question_code: "main_information.home_addr.district",
348
+ group_id: "9c19a6bc-6637-47b2-941e-d3d1f8412d07",
349
+ label_en: "District",
350
+ label_ar: "الحي",
351
+ type: "text",
352
+ editable: false,
353
+ required: false,
354
+ is_prefilled: true,
355
+ created_at: "date",
356
+ updated_at: "date",
357
+ },
358
+ {
359
+ id: "d3789d9f-23b4-49bd-8e54-4bef843dadb7",
360
+ question_code: "main_information.home_addr.po_box",
361
+ group_id: "9c19a6bc-6637-47b2-941e-d3d1f8412d07",
362
+ label_en: "P.O. Box",
363
+ label_ar: "صندوق البريد",
364
+ type: "text",
365
+ editable: false,
366
+ required: false,
367
+ is_prefilled: true,
368
+ created_at: "date",
369
+ updated_at: "date",
370
+ },
371
+ {
372
+ id: "cd980cec-3030-48da-a711-f1b22d8c9d2d",
373
+ question_code: "main_information.home_addr.postal_code",
374
+ group_id: "9c19a6bc-6637-47b2-941e-d3d1f8412d07",
375
+ label_en: "Postal Code",
376
+ label_ar: "الرمز البريدي",
377
+ type: "text",
378
+ editable: false,
379
+ required: false,
380
+ is_prefilled: true,
381
+ created_at: "date",
382
+ updated_at: "date",
383
+ },
384
+ {
385
+ id: "db37e35a-5e34-4e39-b295-0d5a3b26c28e",
386
+ question_code: "main_information.home_addr.internal_mail",
387
+ group_id: "9c19a6bc-6637-47b2-941e-d3d1f8412d07",
388
+ label_en: "Internal Mail",
389
+ label_ar: "البريد الداخلي",
390
+ type: "text",
391
+ editable: false,
392
+ required: false,
393
+ is_prefilled: true,
394
+ created_at: "date",
395
+ updated_at: "date",
396
+ }
397
+ ]
398
+ },
399
+ {
400
+ id: "82e98f4d-bab8-48c9-b42f-c2d77c887608",
401
+ substep_id: "64260328-29d7-47d0-98ed-765b660dfe80",
402
+ order: 5,
403
+ type: "group",
404
+ title_en: "Contact Information",
405
+ title_ar: "معلومات الاتصال",
406
+ required: true,
407
+ created_at: "date",
408
+ updated_at: "date",
409
+ questions: [
410
+ {
411
+ id: "9292ad53-bf69-4687-af77-6494c2113714",
412
+ question_code: "main_information.contact_information.home_tel_number",
413
+ group_id: "82e98f4d-bab8-48c9-b42f-c2d77c887608",
414
+ label_en: "Home Tel. Number",
415
+ label_ar: "رقم الهاتف الثابت",
416
+ type: "phone",
417
+ editable: false,
418
+ required: false,
419
+ is_prefilled: true,
420
+ created_at: "date",
421
+ updated_at: "date"
422
+ },
423
+ {
424
+ id: "dfa0cd23-0ee6-4ec2-a78b-d0d0b67c2f27",
425
+ question_code: "main_information.contact_information.mobile_number",
426
+ group_id: "82e98f4d-bab8-48c9-b42f-c2d77c887608",
427
+ label_en: "Mobile Number",
428
+ label_ar: "رقم الجوال",
429
+ type: "phone",
430
+ editable: false,
431
+ required: true,
432
+ is_prefilled: true,
433
+ created_at: "date",
434
+ updated_at: "date"
435
+ },
436
+ {
437
+ id: "f5934f83-7c55-4ce3-bfcd-0632fb549ee8",
438
+ question_code: "main_information.contact_information.email",
439
+ group_id: "82e98f4d-bab8-48c9-b42f-c2d77c887608",
440
+ label_en: "Email",
441
+ label_ar: "البريد الإلكتروني",
442
+ type: "email",
443
+ editable: false,
444
+ required: true,
445
+ is_prefilled: true,
446
+ created_at: "date",
447
+ updated_at: "date"
448
+ }
449
+ ]
450
+ },
451
+ {
452
+ id: "1c5ebde5-5df0-4c15-80db-276c317fa763",
453
+ substep_id: "64260328-29d7-47d0-98ed-765b660dfe80",
454
+ order: 6,
455
+ type: "group",
456
+ title_en: "Permanent residence address",
457
+ title_ar: "عنوان الإقامة الدائمة",
458
+ required: true,
459
+ created_at: "date",
460
+ updated_at: "date",
461
+ questions: [
462
+ {
463
+ id: "df6b94b7-eca2-422d-aec4-9d80c386d651",
464
+ question_code: "main_information.permanent_addr.city",
465
+ group_id: "1c5ebde5-5df0-4c15-80db-276c317fa763",
466
+ label_en: "City",
467
+ label_ar: "المدينة",
468
+ type: "text",
469
+ editable: true,
470
+ required: false,
471
+ is_prefilled: false,
472
+ created_at: "date",
473
+ updated_at: "date"
474
+ },
475
+ {
476
+ id: "4c4ccf63-d17b-42ad-8cd3-fa35895554e0",
477
+ question_code: "main_information.permanent_addr.country",
478
+ group_id: "1c5ebde5-5df0-4c15-80db-276c317fa763",
479
+ label_en: "Country",
480
+ label_ar: "الدولة",
481
+ type: "text",
482
+ editable: true,
483
+ required: false,
484
+ is_prefilled: false,
485
+ created_at: "date",
486
+ updated_at: "date"
487
+ },
488
+ {
489
+ id: "227c087f-42a3-44eb-a8a4-83299e18be4c",
490
+ question_code: "main_information.permanent_addr.district",
491
+ group_id: "1c5ebde5-5df0-4c15-80db-276c317fa763",
492
+ label_en: "District",
493
+ label_ar: "الحي",
494
+ type: "text",
495
+ editable: true,
496
+ required: false,
497
+ is_prefilled: false,
498
+ created_at: "date",
499
+ updated_at: "date"
500
+ },
501
+ {
502
+ id: "13f8bc90-27ca-43fe-a74a-3c58836059fb",
503
+ question_code: "main_information.permanent_addr.street",
504
+ group_id: "1c5ebde5-5df0-4c15-80db-276c317fa763",
505
+ label_en: "Street",
506
+ label_ar: "الشارع",
507
+ type: "text",
508
+ editable: true,
509
+ required: false,
510
+ is_prefilled: false,
511
+ created_at: "date",
512
+ updated_at: "date"
513
+ },
514
+ {
515
+ id: "38f1c626-9ed4-4150-811c-9d2be8318386",
516
+ question_code: "main_information.permanent_addr.phone_number",
517
+ group_id: "1c5ebde5-5df0-4c15-80db-276c317fa763",
518
+ label_en: "Phone Number",
519
+ label_ar: "رقم الهاتف",
520
+ type: "text",
521
+ editable: true,
522
+ required: false,
523
+ is_prefilled: false,
524
+ created_at: "date",
525
+ updated_at: "date"
526
+ }
527
+ ]
528
+ },
529
+ {
530
+ id: "1c238674-c205-44df-9cee-7dbcfdaa568f",
531
+ substep_id: "64260328-29d7-47d0-98ed-765b660dfe80",
532
+ order: 7,
533
+ type: "group",
534
+ title_en: "Career Information",
535
+ title_ar: "المعلومات المهنية",
536
+ required: true,
537
+ created_at: "date",
538
+ updated_at: "date",
539
+ questions: [
540
+ {
541
+ id: "c3a3d019-7824-475b-a682-172ca373654b",
542
+ question_code: "main_information.career_information.academic_qualifications",
543
+ group_id: "1c238674-c205-44df-9cee-7dbcfdaa568f",
544
+ label_en: "Academic Qualifications",
545
+ label_ar: "المؤهلات الأكاديمية",
546
+ type: "text",
547
+ editable: false,
548
+ required: true,
549
+ is_prefilled: true,
550
+ created_at: "date",
551
+ updated_at: "date"
552
+ },
553
+ {
554
+ id: "6241d35f-05e8-435e-8366-9c37f7f9d6be",
555
+ question_code: "main_information.career_information.employment_status",
556
+ group_id: "1c238674-c205-44df-9cee-7dbcfdaa568f",
557
+ label_en: "Employment Status",
558
+ label_ar: "حالة التوظيف",
559
+ type: "text",
560
+ editable: false,
561
+ required: true,
562
+ is_prefilled: true,
563
+ created_at: "date",
564
+ updated_at: "date"
565
+ },
566
+ {
567
+ id: "3c1b80ef-6d38-4242-9d98-008b4892c525",
568
+ question_code: "main_information.career_information.job_title",
569
+ group_id: "1c238674-c205-44df-9cee-7dbcfdaa568f",
570
+ label_en: "Job Title",
571
+ label_ar: "المسمى الوظيفي",
572
+ type: "text",
573
+ editable: false,
574
+ required: true,
575
+ is_prefilled: true,
576
+ created_at: "date",
577
+ updated_at: "date"
578
+ },
579
+ {
580
+ id: "797f9fd5-9e7f-41f3-8e36-011350d7c6a0",
581
+ question_code: "main_information.career_information.employer_name",
582
+ group_id: "1c238674-c205-44df-9cee-7dbcfdaa568f",
583
+ label_en: "Employer Name",
584
+ label_ar: "اسم صاحب العمل",
585
+ type: "text",
586
+ editable: false,
587
+ required: true,
588
+ is_prefilled: true,
589
+ created_at: "date",
590
+ updated_at: "date"
591
+ },
592
+ {
593
+ id: "dde07b5f-1b01-4342-9510-c4310eb13065",
594
+ question_code: "main_information.career_information.date_of_joining",
595
+ group_id: "1c238674-c205-44df-9cee-7dbcfdaa568f",
596
+ label_en: "Date Of Joining",
597
+ label_ar: "تاريخ الانضمام",
598
+ type: "date",
599
+ editable: false,
600
+ required: true,
601
+ is_prefilled: true,
602
+ created_at: "date",
603
+ updated_at: "date"
604
+ },
605
+ ]
606
+ },
607
+ {
608
+ id: "1ee22312-b162-4675-8a3c-8dded4ff5ab8",
609
+ substep_id: "64260328-29d7-47d0-98ed-765b660dfe80",
610
+ order: 8,
611
+ type: "group",
612
+ title_en: "work address",
613
+ title_ar: "عنوان العمل",
614
+ required: true,
615
+ created_at: "date",
616
+ updated_at: "date",
617
+ questions: [
618
+ {
619
+ id: "07a3b81a-81c4-4f69-867c-8663d21d26fe",
620
+ question_code: "main_information.work_addr.basic_number",
621
+ group_id: "1ee22312-b162-4675-8a3c-8dded4ff5ab8",
622
+ label_en: "Type",
623
+ label_ar: "النوع",
624
+ type: "object",
625
+ editable: true,
626
+ required: false,
627
+ is_prefilled: true,
628
+ created_at: "date",
629
+ updated_at: "date"
630
+ },
631
+ {
632
+ id: "146cc142-2a45-4c37-8c57-9a182038978f",
633
+ question_code: "1032",
634
+ group_id: "1ee22312-b162-4675-8a3c-8dded4ff5ab8",
635
+ label_en: "basic number",
636
+ label_ar: "الرقم الأساسي",
637
+ type: "object",
638
+ editable: true,
639
+ required: false,
640
+ is_prefilled: true,
641
+ created_at: "date",
642
+ updated_at: "date"
643
+ },
644
+ {
645
+ id: "f1031ac0-2291-4cdb-9351-0b57b3258067",
646
+ question_code: "main_information.work_addr.internal_mailadress_description",
647
+ group_id: "1ee22312-b162-4675-8a3c-8dded4ff5ab8",
648
+ label_en: "street",
649
+ label_ar: "الشارع",
650
+ type: "object",
651
+ editable: true,
652
+ required: false,
653
+ is_prefilled: true,
654
+ created_at: "date",
655
+ updated_at: "date"
656
+ },
657
+ {
658
+ id: "ba04b1d7-e93c-4e14-966a-ed23d416d8a8",
659
+ question_code: "1033",
660
+ group_id: "1ee22312-b162-4675-8a3c-8dded4ff5ab8",
661
+ label_en: "unit number",
662
+ label_ar: "رقم الوحدة",
663
+ type: "object",
664
+ editable: true,
665
+ required: false,
666
+ is_prefilled: true,
667
+ created_at: "date",
668
+ updated_at: "date"
669
+ },
670
+ {
671
+ id: "809ada94-e6ee-4c7f-a501-b7c5c2fb0428",
672
+ question_code: "1033",
673
+ group_id: "1ee22312-b162-4675-8a3c-8dded4ff5ab8",
674
+ label_en: "country",
675
+ label_ar: "الدولة",
676
+ type: "object",
677
+ editable: true,
678
+ required: false,
679
+ is_prefilled: true,
680
+ created_at: "date",
681
+ updated_at: "date"
682
+ },
683
+ {
684
+ id: "bf02ae6a-c993-406b-8112-02cda77df59c",
685
+ question_code: "1033",
686
+ group_id: "1ee22312-b162-4675-8a3c-8dded4ff5ab8",
687
+ label_en: "city",
688
+ label_ar: "المدينة",
689
+ type: "object",
690
+ editable: true,
691
+ required: false,
692
+ is_prefilled: true,
693
+ created_at: "date",
694
+ updated_at: "date"
695
+ },
696
+ {
697
+ id: "320fe879-b566-489b-b322-58ea0d286c9a",
698
+ question_code: "1033",
699
+ group_id: "1ee22312-b162-4675-8a3c-8dded4ff5ab8",
700
+ label_en: "district",
701
+ label_ar: "المنطقة",
702
+ type: "object",
703
+ editable: true,
704
+ required: false,
705
+ is_prefilled: true,
706
+ created_at: "date",
707
+ updated_at: "date"
708
+ },
709
+ {
710
+ id: "bd1a5599-aedf-4a15-9fd8-54572f188782",
711
+ question_code: "1033",
712
+ group_id: "1ee22312-b162-4675-8a3c-8dded4ff5ab8",
713
+ label_en: "P.O Box",
714
+ label_ar: "البريد الإلكتروني",
715
+ type: "object",
716
+ editable: true,
717
+ required: false,
718
+ is_prefilled: true,
719
+ created_at: "date",
720
+ updated_at: "date"
721
+ },
722
+ {
723
+ id: "a1f8851e-44f1-4f9b-9f1e-c1842e255a3a",
724
+ question_code: "1033",
725
+ group_id: "1ee22312-b162-4675-8a3c-8dded4ff5ab8",
726
+ label_en: "Postal code",
727
+ label_ar: "الرمز البريدي",
728
+ type: "object",
729
+ editable: true,
730
+ required: false,
731
+ is_prefilled: true,
732
+ created_at: "date",
733
+ updated_at: "date"
734
+ },
735
+ {
736
+ id: "ba9828e1-895c-4a6a-9a8c-b3d82a8315de",
737
+ question_code: "1033",
738
+ group_id: "1ee22312-b162-4675-8a3c-8dded4ff5ab8",
739
+ label_en: "internal mail/adress description",
740
+ label_ar: "وصف البريد الداخلي/العوان",
741
+ type: "object",
742
+ editable: true,
743
+ required: false,
744
+ is_prefilled: true,
745
+ created_at: "date",
746
+ updated_at: "date"
747
+ }
748
+ ]
749
+ }
750
+ ]
751
+ },
752
+ {
753
+ id: "ad722ff1-940a-4a41-b548-2bfd341c74b0",
754
+ step_id: "30e9756c-83d3-4113-99c8-29ef92ab16a9",
755
+ order: 2,
756
+ title_en: "Personal Information",
757
+ title_ar: "المعلومات الشخصية",
758
+ created_at: "date",
759
+ updated_at: "date",
760
+ groups: [
761
+ {
762
+ id: "69f493b1-447e-43bd-8a58-c95df5a73b83",
763
+ substep_id: "ad722ff1-940a-4a41-b548-2bfd341c74b0",
764
+ order: 1,
765
+ type: "group",
766
+ title_en: "Career Information",
767
+ title_ar: "المعلومات المهنية",
768
+ required: true,
769
+ created_at: "date",
770
+ updated_at: "date",
771
+ questions: [
772
+ {
773
+ id: "6636dd3a-cb07-4a8f-a819-6b6a41cf5221",
774
+ question_code: "personal_information.career_information.academic_qualifications",
775
+ group_id: "69f493b1-447e-43bd-8a58-c95df5a73b83",
776
+ label_en: "Academic Qualifications",
777
+ label_ar: "المؤهلات الأكاديمية",
778
+ type: "text",
779
+ editable: false,
780
+ required: true,
781
+ is_prefilled: true,
782
+ created_at: "date",
783
+ updated_at: "date"
784
+ },
785
+ {
786
+ id: "ec3be3fe-d8f4-43fc-9c08-426c48a6c149",
787
+ question_code: "personal_information.career_information.employment_status",
788
+ group_id: "69f493b1-447e-43bd-8a58-c95df5a73b83",
789
+ label_en: "Employment Status",
790
+ label_ar: "حالة التوظيف",
791
+ type: "text",
792
+ editable: false,
793
+ required: true,
794
+ is_prefilled: true,
795
+ created_at: "date",
796
+ updated_at: "date"
797
+ },
798
+ {
799
+ id: "9e2b5199-62ad-49fa-a99a-dd12e830c846",
800
+ question_code: "personal_information.career_information.job_title",
801
+ group_id: "69f493b1-447e-43bd-8a58-c95df5a73b83",
802
+ label_en: "Job Title",
803
+ label_ar: "المسمى الوظيفي",
804
+ type: "text",
805
+ editable: false,
806
+ required: true,
807
+ is_prefilled: true,
808
+ created_at: "date",
809
+ updated_at: "date"
810
+ },
811
+ {
812
+ id: "d5798bc4-0b6d-4797-a6e6-ba0c908d2c19",
813
+ question_code: "personal_information.career_information.employer_name",
814
+ group_id: "69f493b1-447e-43bd-8a58-c95df5a73b83",
815
+ label_en: "Employer Name",
816
+ label_ar: "اسم صاحب العمل",
817
+ type: "text",
818
+ editable: false,
819
+ required: true,
820
+ is_prefilled: true,
821
+ created_at: "date",
822
+ updated_at: "date"
823
+ },
824
+ {
825
+ id: "516c509b-bf73-4e85-abc4-9ffed4ca45ca",
826
+ question_code: "personal_information.career_information.date_of_joining",
827
+ group_id: "69f493b1-447e-43bd-8a58-c95df5a73b83",
828
+ label_en: "Date Of Joining",
829
+ label_ar: "تاريخ الانضمام",
830
+ type: "date",
831
+ editable: false,
832
+ required: true,
833
+ is_prefilled: true,
834
+ created_at: "date",
835
+ updated_at: "date"
836
+ }
837
+ ]
838
+ },
839
+ {
840
+ id: "79643b18-8e62-4727-ab0e-300c54e523f3",
841
+ substep_id: "ad722ff1-940a-4a41-b548-2bfd341c74b0",
842
+ order: 2,
843
+ type: "group",
844
+ title_en: "Work Address",
845
+ title_ar: "عنوان العمل",
846
+ required: true,
847
+ created_at: "date",
848
+ updated_at: "date",
849
+ questions: [
850
+ {
851
+ id: "81421d70-77df-434a-956b-816282d4ea49",
852
+ question_code: "personal_information.work_addr.type",
853
+ group_id: "79643b18-8e62-4727-ab0e-300c54e523f3",
854
+ label_en: "Type",
855
+ label_ar: "النوع",
856
+ type: "text",
857
+ editable: false,
858
+ required: false,
859
+ is_prefilled: true,
860
+ created_at: "date",
861
+ updated_at: "date"
862
+ },
863
+ {
864
+ id: "2ecbbc8e-56f2-426f-9d62-c227c5dd6c59",
865
+ question_code: "personal_information.work_addr.basic_number",
866
+ group_id: "79643b18-8e62-4727-ab0e-300c54e523f3",
867
+ label_en: "Basic Number",
868
+ label_ar: "الرقم الأساسي",
869
+ type: "text",
870
+ editable: false,
871
+ required: true,
872
+ is_prefilled: true,
873
+ created_at: "date",
874
+ updated_at: "date"
875
+ },
876
+ {
877
+ id: "2aba42fa-1429-49a8-94e3-8bf037d0c73c",
878
+ question_code: "personal_information.work_addr.street",
879
+ group_id: "79643b18-8e62-4727-ab0e-300c54e523f3",
880
+ label_en: "Street",
881
+ label_ar: "الشارع",
882
+ type: "text",
883
+ editable: false,
884
+ required: false,
885
+ is_prefilled: true,
886
+ created_at: "date",
887
+ updated_at: "date"
888
+ },
889
+ {
890
+ id: "02a05e47-49a8-4786-8dcd-df64e1d9cd0f",
891
+ question_code: "personal_information.work_addr.unit_number",
892
+ group_id: "79643b18-8e62-4727-ab0e-300c54e523f3",
893
+ label_en: "Unit Number",
894
+ label_ar: "رقم الوحدة",
895
+ type: "text",
896
+ editable: false,
897
+ required: false,
898
+ is_prefilled: true,
899
+ created_at: "date",
900
+ updated_at: "date"
901
+ },
902
+ {
903
+ id: "aee1d13d-9bfb-4bc9-87da-828eae623ad3",
904
+ question_code: "personal_information.work_addr.country",
905
+ group_id: "79643b18-8e62-4727-ab0e-300c54e523f3",
906
+ label_en: "Country",
907
+ label_ar: "الدولة",
908
+ type: "text",
909
+ editable: false,
910
+ required: false,
911
+ is_prefilled: true,
912
+ created_at: "date",
913
+ updated_at: "date"
914
+ },
915
+ {
916
+ id: "2998153b-37b2-43e3-ac3d-6a71bc69f2cd",
917
+ question_code: "personal_information.work_addr.city",
918
+ group_id: "79643b18-8e62-4727-ab0e-300c54e523f3",
919
+ label_en: "City",
920
+ label_ar: "المدينة",
921
+ type: "text",
922
+ editable: false,
923
+ required: false,
924
+ is_prefilled: true,
925
+ created_at: "date",
926
+ updated_at: "date"
927
+ },
928
+ {
929
+ id: "f22ba3d6-1496-47fe-aa8a-69088c0094cf",
930
+ question_code: "personal_information.work_addr.district",
931
+ group_id: "79643b18-8e62-4727-ab0e-300c54e523f3",
932
+ label_en: "District",
933
+ label_ar: "الحي",
934
+ type: "text",
935
+ editable: false,
936
+ required: false,
937
+ is_prefilled: true,
938
+ created_at: "date",
939
+ updated_at: "date"
940
+ },
941
+ {
942
+ id: "807bc868-f048-4d83-837d-8a70ce4d79e9",
943
+ question_code: "personal_information.work_addr.po_box",
944
+ group_id: "79643b18-8e62-4727-ab0e-300c54e523f3",
945
+ label_en: "P.O. Box",
946
+ label_ar: "صندوق البريد",
947
+ type: "text",
948
+ editable: false,
949
+ required: false,
950
+ is_prefilled: true,
951
+ created_at: "date",
952
+ updated_at: "date"
953
+ },
954
+ {
955
+ id: "52954e67-3f20-429d-a2e3-ae36f9a5bd31",
956
+ question_code: "personal_information.work_addr.postal_code",
957
+ group_id: "79643b18-8e62-4727-ab0e-300c54e523f3",
958
+ label_en: "Postal Code",
959
+ label_ar: "الرمز البريدي",
960
+ type: "text",
961
+ editable: false,
962
+ required: false,
963
+ is_prefilled: true,
964
+ created_at: "date",
965
+ updated_at: "date"
966
+ },
967
+ {
968
+ id: "af10b95c-65cf-4b1c-8901-cac344087709",
969
+ question_code: "personal_information.work_addr.internal_mailaddress",
970
+ group_id: "79643b18-8e62-4727-ab0e-300c54e523f3",
971
+ label_en: "Internal Mail/Address",
972
+ label_ar: "البريد الداخلي/العنوان",
973
+ type: "text",
974
+ editable: false,
975
+ required: false,
976
+ is_prefilled: true,
977
+ created_at: "date",
978
+ updated_at: "date"
979
+ }
980
+ ]
981
+ },
982
+ {
983
+ id: "7c75667c-9e08-4580-b9b5-002b7caef2a8",
984
+ substep_id: "ad722ff1-940a-4a41-b548-2bfd341c74b0",
985
+ order: 3,
986
+ type: "group",
987
+ title_en: "Work Contact Information",
988
+ title_ar: "معلومات الاتصال المهني",
989
+ required: true,
990
+ created_at: "date",
991
+ updated_at: "date",
992
+ questions: [
993
+ {
994
+ id: "454d6ca5-daef-4c93-aed9-3b27d4b2356a",
995
+ question_code: "personal_information.work_contact_information.work_tel_number",
996
+ group_id: "7c75667c-9e08-4580-b9b5-002b7caef2a8",
997
+ label_en: "Work Tel. Number",
998
+ label_ar: "رقم الهاتف المهني",
999
+ type: "text",
1000
+ editable: false,
1001
+ required: false,
1002
+ is_prefilled: true,
1003
+ created_at: "date",
1004
+ updated_at: "date"
1005
+ },
1006
+ {
1007
+ id: "ad890019-e738-4417-be59-64306891d90c",
1008
+ question_code: "personal_information.work_contact_information.work_tel_extension",
1009
+ group_id: "7c75667c-9e08-4580-b9b5-002b7caef2a8",
1010
+ label_en: "Work Tel. Extension",
1011
+ label_ar: "رقم الهاتف المهني المطول",
1012
+ type: "text",
1013
+ editable: false,
1014
+ required: false,
1015
+ is_prefilled: true,
1016
+ created_at: "date",
1017
+ updated_at: "date"
1018
+ },
1019
+ {
1020
+ id: "e81b452a-3eaf-4c92-94a0-7b18321a3a02",
1021
+ question_code: "personal_information.work_contact_information.work_fax_number",
1022
+ group_id: "7c75667c-9e08-4580-b9b5-002b7caef2a8",
1023
+ label_en: "Work Fax number",
1024
+ label_ar: "رقم الفاكس المهني",
1025
+ type: "text",
1026
+ editable: false,
1027
+ required: false,
1028
+ is_prefilled: true,
1029
+ created_at: "date",
1030
+ updated_at: "date"
1031
+ },
1032
+ {
1033
+ id: "d395cfe3-6621-435a-b39c-1cbc37a85c78",
1034
+ question_code: "personal_information.work_contact_information.work_fax_extension",
1035
+ group_id: "7c75667c-9e08-4580-b9b5-002b7caef2a8",
1036
+ label_en: "Work Fax Extension",
1037
+ label_ar: "الفاكس المهني المطول",
1038
+ type: "text",
1039
+ editable: false,
1040
+ required: false,
1041
+ is_prefilled: true,
1042
+ created_at: "date",
1043
+ updated_at: "date"
1044
+ }
1045
+ ]
1046
+ }
1047
+ ]
1048
+ },
1049
+ {
1050
+ id: "3f78146c-e457-4570-b555-21068ba8126f",
1051
+ step_id: "30e9756c-83d3-4113-99c8-29ef92ab16a9",
1052
+ order: 3,
1053
+ title_en: "Financial Information",
1054
+ title_ar: "المعلومات المالية",
1055
+ created_at: "date",
1056
+ updated_at: "date",
1057
+ groups: [
1058
+ {
1059
+ id: "38613d09-a545-46f7-8dcf-c9ffb3e7d280",
1060
+ substep_id: "3f78146c-e457-4570-b555-21068ba8126f",
1061
+ order: 1,
1062
+ type: "group",
1063
+ title_en: "Primary Income Details",
1064
+ title_ar: "الدخل الرئيسي",
1065
+ required: true,
1066
+ created_at: "date",
1067
+ updated_at: "date",
1068
+ questions: [
1069
+ {
1070
+ id: "d93c23a2-3fb0-409b-894e-7aaff6d97dc8",
1071
+ question_code: "financial_information.primary_income_details.source_of_revenue",
1072
+ group_id: "38613d09-a545-46f7-8dcf-c9ffb3e7d280",
1073
+ label_en: "Source of Revenue",
1074
+ label_ar: "مصدر الدخل",
1075
+ type: "text",
1076
+ editable: false,
1077
+ required: true,
1078
+ is_prefilled: true,
1079
+ created_at: "date",
1080
+ updated_at: "date"
1081
+ },
1082
+ {
1083
+ id: "48672a9b-b521-44aa-9f07-9127e59787c3",
1084
+ question_code: "financial_information.primary_income_details.source_of_revenue_other",
1085
+ group_id: "38613d09-a545-46f7-8dcf-c9ffb3e7d280",
1086
+ label_en: "Source of Revenue (Other)",
1087
+ label_ar: "مصدر الدخل (آخر)",
1088
+ type: "text",
1089
+ editable: false,
1090
+ required: false,
1091
+ is_prefilled: true,
1092
+ created_at: "date",
1093
+ updated_at: "date"
1094
+ },
1095
+ {
1096
+ id: "ea4bf02d-f641-48b0-8bf7-c68cfdd15bcd",
1097
+ question_code: "financial_information.primary_income_details.main_revenue_information",
1098
+ group_id: "38613d09-a545-46f7-8dcf-c9ffb3e7d280",
1099
+ label_en: "Main Revenue Information",
1100
+ label_ar: "المعلومات المالية الرئيسية",
1101
+ type: "text",
1102
+ editable: false,
1103
+ required: true,
1104
+ is_prefilled: true,
1105
+ created_at: "date",
1106
+ updated_at: "date"
1107
+ },
1108
+ {
1109
+ id: "5013b086-10b4-409a-bb20-655cf6418378",
1110
+ question_code: "financial_information.primary_income_details.payment_method",
1111
+ group_id: "38613d09-a545-46f7-8dcf-c9ffb3e7d280",
1112
+ label_en: "Payment Method",
1113
+ label_ar: "طريقة الدفع",
1114
+ type: "text",
1115
+ editable: false,
1116
+ required: true,
1117
+ is_prefilled: true,
1118
+ created_at: "date",
1119
+ updated_at: "date"
1120
+ },
1121
+ ]
1122
+ },
1123
+ {
1124
+ id: "42c1b465-6d7c-45f1-a92e-36895007843f",
1125
+ substep_id: "3f78146c-e457-4570-b555-21068ba8126f",
1126
+ order: 2,
1127
+ type: "group",
1128
+ title_en: "Additional Income Source",
1129
+ title_ar: "مصدر الدخل الإضافي",
1130
+ required: true,
1131
+ created_at: "date",
1132
+ updated_at: "date",
1133
+ questions: [
1134
+ {
1135
+ id: "854c2147-63df-4cf8-81cc-da42d0f0ff6d",
1136
+ group_id: "42c1b465-6d7c-45f1-a92e-36895007843f",
1137
+ question_code: "financial_information.additional_income_source.type",
1138
+ label_en: "Type",
1139
+ label_ar: "النوع",
1140
+ type: "text",
1141
+ editable: false,
1142
+ required: false,
1143
+ is_prefilled: true,
1144
+ created_at: "date",
1145
+ updated_at: "date"
1146
+ },
1147
+ {
1148
+ id: "9451fcd9-f8b0-45dd-aed1-82d0b9669b8d",
1149
+ group_id: "42c1b465-6d7c-45f1-a92e-36895007843f",
1150
+ question_code: "financial_information.additional_income_source.additional_income_information",
1151
+ label_en: "Additional Income Information",
1152
+ label_ar: "المعلومات الإضافية",
1153
+ type: "text",
1154
+ editable: false,
1155
+ required: true,
1156
+ is_prefilled: true,
1157
+ created_at: "date",
1158
+ updated_at: "date"
1159
+ },
1160
+ {
1161
+ id: "29ab3758-df2e-435c-ac09-96c9e1c6fe76",
1162
+ group_id: "42c1b465-6d7c-45f1-a92e-36895007843f",
1163
+ question_code: "financial_information.additional_income_source.description_for_additional_work",
1164
+ label_en: "Description for Additional Work",
1165
+ label_ar: "وصف للعمل الإضافي",
1166
+ type: "text",
1167
+ editable: false,
1168
+ required: false,
1169
+ is_prefilled: true,
1170
+ created_at: "date",
1171
+ updated_at: "date"
1172
+ },
1173
+ {
1174
+ id: "051f1a33-85e4-4d89-bef9-045e69438706",
1175
+ group_id: "42c1b465-6d7c-45f1-a92e-36895007843f",
1176
+ question_code: "financial_information.additional_income_source.description_for_additional_income_information_other",
1177
+ label_en: "description for Additional Income Information (Other)",
1178
+ label_ar: "وصف للمعلومات الإضافية (آخر)",
1179
+ type: "text",
1180
+ editable: false,
1181
+ required: false,
1182
+ is_prefilled: true,
1183
+ created_at: "date",
1184
+ updated_at: "date"
1185
+ }
1186
+ ]
1187
+ },
1188
+ {
1189
+ id: "b114e33b-7d4e-492d-bae9-f8b08dfbfa7e",
1190
+ substep_id: "3f78146c-e457-4570-b555-21068ba8126f",
1191
+ order: 3,
1192
+ type: "group",
1193
+ title_en: "Accounts with SNB or with other banks",
1194
+ title_ar: "الحسابات مع SNB أو مع البنوك الأخرى",
1195
+ required: true,
1196
+ created_at: "date",
1197
+ updated_at: "date",
1198
+ questions: [
1199
+ {
1200
+ id: "834375b3-4c6d-465e-abda-143e6ec2bd0a",
1201
+ group_id: "b114e33b-7d4e-492d-bae9-f8b08dfbfa7e",
1202
+ question_code: "financial_information.accounts_with_snb_or_with_other_banks.account_number",
1203
+ label_en: "Account Number",
1204
+ label_ar: "رقم الحساب",
1205
+ type: "text",
1206
+ editable: false,
1207
+ required: true,
1208
+ is_prefilled: true,
1209
+ created_at: "date",
1210
+ updated_at: "date"
1211
+ },
1212
+ {
1213
+ id: "6d9941bd-db75-4fa6-83d7-1eca6aadd5a7",
1214
+ group_id: "b114e33b-7d4e-492d-bae9-f8b08dfbfa7e",
1215
+ question_code: "financial_information.accounts_with_snb_or_with_other_banks.name_of_bank",
1216
+ label_en: "Name of Bank",
1217
+ label_ar: "اسم البنك",
1218
+ type: "text",
1219
+ editable: false,
1220
+ required: true,
1221
+ is_prefilled: true,
1222
+ created_at: "date",
1223
+ updated_at: "date"
1224
+ }
1225
+ ]
1226
+ },
1227
+ {
1228
+ id: "92616d1a-49c9-4f38-99b2-0b3c757ae376",
1229
+ substep_id: "3f78146c-e457-4570-b555-21068ba8126f",
1230
+ order: 4,
1231
+ type: "group",
1232
+ title_en: "FATCA Information",
1233
+ title_ar: "معلومات FATCA",
1234
+ required: true,
1235
+ created_at: "date",
1236
+ updated_at: "date",
1237
+ questions: [
1238
+ {
1239
+ id: "fa337038-1ac3-482e-a067-962c522fb968",
1240
+ group_id: "92616d1a-49c9-4f38-99b2-0b3c757ae376",
1241
+ question_code: "financial_information.fatca_information.fatca_status",
1242
+ label_en: "FATCA Status",
1243
+ label_ar: "حالة FATCA",
1244
+ type: "text",
1245
+ editable: false,
1246
+ required: true,
1247
+ is_prefilled: true,
1248
+ created_at: "date",
1249
+ updated_at: "date"
1250
+ },
1251
+ {
1252
+ id: "48d81e91-10b3-41b6-9f7b-4be237f9f778",
1253
+ group_id: "92616d1a-49c9-4f38-99b2-0b3c757ae376",
1254
+ question_code: "financial_information.fatca_information.us_tin",
1255
+ label_en: "US TIN",
1256
+ label_ar: "US TIN",
1257
+ type: "text",
1258
+ editable: false,
1259
+ required: false,
1260
+ is_prefilled: true,
1261
+ created_at: "date",
1262
+ updated_at: "date"
1263
+ }
1264
+ ]
1265
+ }
1266
+ ]
1267
+ },
1268
+ {
1269
+ id: "88144952-de93-4c04-bfda-6f1a8ed0879d",
1270
+ step_id: "30e9756c-83d3-4113-99c8-29ef92ab16a9",
1271
+ order: 4,
1272
+ title_en: "Custodian Information",
1273
+ title_ar: "معلومات المستورد",
1274
+ created_at: "date",
1275
+ updated_at: "date",
1276
+ groups: [
1277
+ {
1278
+ id: "e913b763-45d7-4fcf-9c20-1a230fd6f7c5",
1279
+ substep_id: "88144952-de93-4c04-bfda-6f1a8ed0879d",
1280
+ order: 1,
1281
+ type: "group",
1282
+ title_en: "Custodian Account Details",
1283
+ title_ar: "تفاصيل حساب المستورد",
1284
+ required: true,
1285
+ created_at: "date",
1286
+ updated_at: "date",
1287
+ questions: [
1288
+ {
1289
+ id: "4e9b91d3-0b72-4eff-a754-ca05b8220373",
1290
+ group_id: "e913b763-45d7-4fcf-9c20-1a230fd6f7c5",
1291
+ question_code: "custodian_information.correspondence_addr.building_name",
1292
+ label_en: "Name",
1293
+ label_ar: "الاسم",
1294
+ type: "text",
1295
+ editable: false,
1296
+ required: true,
1297
+ is_prefilled: true,
1298
+ created_at: "date",
1299
+ updated_at: "date"
1300
+ },
1301
+ {
1302
+ id: "56bf7a8a-ac4b-46e9-9083-23117035c318",
1303
+ group_id: "e913b763-45d7-4fcf-9c20-1a230fd6f7c5",
1304
+ question_code: "custodian_information.custodian_account_details.account_name",
1305
+ label_en: "Account Name",
1306
+ label_ar: "اسم الحساب",
1307
+ type: "text",
1308
+ editable: false,
1309
+ required: true,
1310
+ is_prefilled: true,
1311
+ created_at: "date",
1312
+ updated_at: "date"
1313
+ },
1314
+ {
1315
+ id: "fecd4459-d7d2-494f-85ea-1073f884aef4",
1316
+ group_id: "e913b763-45d7-4fcf-9c20-1a230fd6f7c5",
1317
+ question_code: "custodian_information.custodian_account_details.account_number",
1318
+ label_en: "Account Number",
1319
+ label_ar: "رقم الحساب",
1320
+ type: "text",
1321
+ editable: false,
1322
+ required: true,
1323
+ is_prefilled: true,
1324
+ created_at: "date",
1325
+ updated_at: "date"
1326
+ }
1327
+ ]
1328
+ },
1329
+ {
1330
+ id: "7a444757-69a9-4f80-ac22-3a6689e62ecd",
1331
+ substep_id: "88144952-de93-4c04-bfda-6f1a8ed0879d",
1332
+ order: 2,
1333
+ type: "group",
1334
+ title_en: "Correspondence Address",
1335
+ title_ar: "تفاصيل البنك المستورد",
1336
+ required: true,
1337
+ created_at: "date",
1338
+ updated_at: "date",
1339
+ questions: [
1340
+ {
1341
+ id: "f96e509b-e3a2-4e38-877f-c4c0f34041d3",
1342
+ group_id: "7a444757-69a9-4f80-ac22-3a6689e62ecd",
1343
+ question_code: "1066",
1344
+ label_en: "city",
1345
+ label_ar: "المدينة",
1346
+ type: "text",
1347
+ editable: false,
1348
+ required: true,
1349
+ is_prefilled: true,
1350
+ created_at: "date",
1351
+ updated_at: "date"
1352
+ },
1353
+ {
1354
+ id: "422cfc11-715d-4e30-b2ac-175f65f7ed21",
1355
+ group_id: "7a444757-69a9-4f80-ac22-3a6689e62ecd",
1356
+ question_code: "1066",
1357
+ label_en: "street",
1358
+ label_ar: "الشارع",
1359
+ type: "text",
1360
+ editable: false,
1361
+ required: true,
1362
+ is_prefilled: true,
1363
+ created_at: "date",
1364
+ updated_at: "date"
1365
+ },
1366
+ {
1367
+ id: "df95e894-1a2e-483f-a63f-97c0cd10e62e",
1368
+ group_id: "7a444757-69a9-4f80-ac22-3a6689e62ecd",
1369
+ question_code: "1066",
1370
+ label_en: "short address",
1371
+ label_ar: "رقم الوحدة",
1372
+ type: "text",
1373
+ editable: false,
1374
+ required: true,
1375
+ is_prefilled: true,
1376
+ created_at: "date",
1377
+ updated_at: "date"
1378
+ },
1379
+ {
1380
+ id: "8ff19c3f-5b28-4fb0-8552-1378ee4e9d03",
1381
+ group_id: "7a444757-69a9-4f80-ac22-3a6689e62ecd",
1382
+ question_code: "1066",
1383
+ label_en: "district",
1384
+ label_ar: "المنطقة",
1385
+ type: "text",
1386
+ editable: false,
1387
+ required: true,
1388
+ is_prefilled: true,
1389
+ created_at: "date",
1390
+ updated_at: "date"
1391
+ },
1392
+ {
1393
+ id: "e66fbe8f-3239-4f49-93a5-7847685945aa",
1394
+ group_id: "7a444757-69a9-4f80-ac22-3a6689e62ecd",
1395
+ question_code: "1066",
1396
+ label_en: "Postal code",
1397
+ label_ar: "الرمز البريدي",
1398
+ type: "text",
1399
+ editable: false,
1400
+ required: true,
1401
+ is_prefilled: true,
1402
+ created_at: "date",
1403
+ updated_at: "date"
1404
+ },
1405
+ {
1406
+ id: "35f98313-fd0f-45d8-9d93-8a738a2110cc",
1407
+ group_id: "7a444757-69a9-4f80-ac22-3a6689e62ecd",
1408
+ question_code: "1066",
1409
+ label_en: "building name",
1410
+ label_ar: "وصف البريد الداخلي/العنوان",
1411
+ type: "text",
1412
+ editable: false,
1413
+ required: true,
1414
+ is_prefilled: true,
1415
+ created_at: "date",
1416
+ updated_at: "date"
1417
+ }
1418
+ ]
1419
+ }
1420
+ ]
1421
+ },
1422
+ {
1423
+ id: "05575f36-0a32-4e17-a07b-1b4b1929bc95",
1424
+ step_id: "30e9756c-83d3-4113-99c8-29ef92ab16a9",
1425
+ order: 5,
1426
+ title_en: "Contact Verification",
1427
+ title_ar: "التحقق من الاتصال",
1428
+ created_at: "date",
1429
+ updated_at: "date",
1430
+ groups: [
1431
+ {
1432
+ id: "7a8378d8-96e2-456a-88d7-f85367f1eceb",
1433
+ substep_id: "05575f36-0a32-4e17-a07b-1b4b1929bc95",
1434
+ order: 1,
1435
+ type: "group",
1436
+ title_en: "Contact Verification",
1437
+ title_ar: "التحقق من الاتصال",
1438
+ required: true,
1439
+ created_at: "date",
1440
+ updated_at: "date",
1441
+ questions: [
1442
+ {
1443
+ id: "af8ac218-75fa-4c11-914e-4b56183f9a7c",
1444
+ group_id: "7a8378d8-96e2-456a-88d7-f85367f1eceb",
1445
+ question_code: "contact_verification.contact_verification.confirm_your_phone_number",
1446
+ label_en: "Confirm your phone number",
1447
+ label_ar: "تأكيد رقم الهاتف",
1448
+ type: "phone",
1449
+ editable: true,
1450
+ required: true,
1451
+ is_prefilled: false,
1452
+ created_at: "date",
1453
+ updated_at: "date"
1454
+ },
1455
+ {
1456
+ id: "6c204639-f2d0-471d-9c24-6a2ce3035fa6",
1457
+ group_id: "7a8378d8-96e2-456a-88d7-f85367f1eceb",
1458
+ question_code: "contact_verification.contact_verification.confirm_your_email",
1459
+ label_en: "Confirm your email",
1460
+ label_ar: "تأكيد البريد الإلكتروني",
1461
+ type: "email",
1462
+ editable: true,
1463
+ required: true,
1464
+ is_prefilled: false,
1465
+ created_at: "date",
1466
+ updated_at: "date"
1467
+ }
1468
+ ]
1469
+ }
1470
+ ]
1471
+ }
1472
+ ]
1473
+ },
1474
+ {
1475
+ id: "657e5fc7-f8e4-4cd6-ae10-61079b287cc2",
1476
+ onboarding_schema_id: "8c85d8ae-1bc0-4db0-8431-d2fa8eaa8177",
1477
+ order: 2,
1478
+ title_en: "Financial Profile",
1479
+ title_ar: "الملف المالي",
1480
+ step_description_en: "Share a few insights into your financial background.",
1481
+ step_description_ar: "شارك بعض الرؤى حول خلفيتك المالية.",
1482
+ created_at: "date",
1483
+ updated_at: "date",
1484
+ substeps: [
1485
+ {
1486
+ id: "a0c94086-e136-463b-ba65-e0ecea60366d",
1487
+ step_id: "657e5fc7-f8e4-4cd6-ae10-61079b287cc2",
1488
+ order: 1,
1489
+ title_en: "substep one",
1490
+ title_ar: "الخطوة الأولى",
1491
+ created_at: "date",
1492
+ updated_at: "date",
1493
+ groups: [
1494
+ {
1495
+ id: "22cf22bc-ca3a-42a6-8dbc-8dd35cb407c9",
1496
+ substep_id: "a0c94086-e136-463b-ba65-e0ecea60366d",
1497
+ order: 2,
1498
+ type: "group",
1499
+ title_en: "Income & Financial Interests",
1500
+ title_ar: "الدخل والمصالح المالية",
1501
+ required: true,
1502
+ created_at: "date",
1503
+ updated_at: "date",
1504
+ questions: [
1505
+ {
1506
+ id: "c57bceea-b1e3-405d-8267-55210a24bb1d",
1507
+ group_id: "22cf22bc-ca3a-42a6-8dbc-8dd35cb407c9",
1508
+ question_code: "substep_one.income_financial_interests.current_account",
1509
+ label_en: "Current Account",
1510
+ label_ar: "الحساب الجاري",
1511
+ type: "text",
1512
+ editable: false,
1513
+ required: false,
1514
+ is_prefilled: true,
1515
+ created_at: "date",
1516
+ updated_at: "date"
1517
+ },
1518
+ {
1519
+ id: "b3a9f657-f7c2-47e5-94b9-2dbc7e28aca8",
1520
+ group_id: "22cf22bc-ca3a-42a6-8dbc-8dd35cb407c9",
1521
+ question_code: "substep_one.income_financial_interests.approximate_annual_income_in_sar",
1522
+ label_en: "Approximate annual income (in SAR)?",
1523
+ label_ar: "الدخل السنوي التقريبي (بالريال السعودي)؟",
1524
+ type: "single_choice",
1525
+ editable: true,
1526
+ required: true,
1527
+ is_prefilled: false,
1528
+ created_at: "date",
1529
+ updated_at: "date",
1530
+ answers: [
1531
+ {
1532
+ id: "8f53ea8d-91e9-479a-ba8e-39a761e1f086",
1533
+ question_id: "b3a9f657-f7c2-47e5-94b9-2dbc7e28aca8",
1534
+ option_code: "A",
1535
+ option_en: "100,000 or less",
1536
+ option_ar: "100,000 أو أقل",
1537
+ display_order: 1,
1538
+ is_active: true,
1539
+ source: "manual",
1540
+ created_at: "date",
1541
+ updated_at: "date"
1542
+ },
1543
+ {
1544
+ id: "4dbdfc23-c2b9-4546-a5c7-45e5a408d4b9",
1545
+ question_id: "b3a9f657-f7c2-47e5-94b9-2dbc7e28aca8",
1546
+ option_code: "B",
1547
+ option_en: "100,001 to 300,000",
1548
+ option_ar: "100,001 إلى 300,000",
1549
+ display_order: 2,
1550
+ is_active: true,
1551
+ source: "manual",
1552
+ created_at: "date",
1553
+ updated_at: "date"
1554
+ },
1555
+ {
1556
+ id: "f18e5ae6-46b1-4e75-91f5-48681a024933",
1557
+ question_id: "b3a9f657-f7c2-47e5-94b9-2dbc7e28aca8",
1558
+ option_code: "C",
1559
+ option_en: "300,001 to 600,000",
1560
+ option_ar: "300,001 إلى 600,000",
1561
+ display_order: 3,
1562
+ is_active: true,
1563
+ source: "manual",
1564
+ created_at: "date",
1565
+ updated_at: "date"
1566
+ },
1567
+ {
1568
+ id: "c979c4f5-4e52-4fb4-a3b3-c7707d42fc50",
1569
+ question_id: "b3a9f657-f7c2-47e5-94b9-2dbc7e28aca8",
1570
+ option_code: "D",
1571
+ option_en: "600,001 to 1,500,000",
1572
+ option_ar: "600,001 إلى 1,500,000",
1573
+ display_order: 4,
1574
+ is_active: true,
1575
+ source: "manual",
1576
+ created_at: "date",
1577
+ updated_at: "date"
1578
+ },
1579
+ {
1580
+ id: "4d9f529d-3013-48bb-841d-53f1a17d6af4",
1581
+ question_id: "b3a9f657-f7c2-47e5-94b9-2dbc7e28aca8",
1582
+ option_code: "E",
1583
+ option_en: "1,500,001 to 5,000,000",
1584
+ option_ar: "1,500,001 إلى 5,000,000",
1585
+ display_order: 5,
1586
+ is_active: true,
1587
+ source: "manual",
1588
+ created_at: "date",
1589
+ updated_at: "date"
1590
+ },
1591
+ {
1592
+ id: "c89666cb-ff11-4e2b-a791-c5dcaef82c56",
1593
+ question_id: "b3a9f657-f7c2-47e5-94b9-2dbc7e28aca8",
1594
+ option_code: "F",
1595
+ option_en: "5,000,001 to 10,000,000",
1596
+ option_ar: "5,000,001 إلى 10,000,000",
1597
+ display_order: 6,
1598
+ is_active: true,
1599
+ source: "manual",
1600
+ created_at: "date",
1601
+ updated_at: "date"
1602
+ },
1603
+ {
1604
+ id: "9803e0ae-5fda-40f2-91d0-d229a70ed8bc",
1605
+ question_id: "b3a9f657-f7c2-47e5-94b9-2dbc7e28aca8",
1606
+ option_code: "G",
1607
+ option_en: "10,000,001 to 50,000,000",
1608
+ option_ar: "10,000,001 إلى 50,000,000",
1609
+ display_order: 7,
1610
+ is_active: true,
1611
+ source: "manual",
1612
+ created_at: "date",
1613
+ updated_at: "date"
1614
+ },
1615
+ {
1616
+ id: "8330e068-6cdf-4b50-bf8d-48ef6a7dafd8",
1617
+ question_id: "b3a9f657-f7c2-47e5-94b9-2dbc7e28aca8",
1618
+ option_code: "H",
1619
+ option_en: "Over 50,000,000",
1620
+ option_ar: "أكثر من 50,000,000",
1621
+ display_order: 8,
1622
+ is_active: true,
1623
+ source: "manual",
1624
+ created_at: "date",
1625
+ updated_at: "date"
1626
+ }
1627
+ ]
1628
+ },
1629
+ {
1630
+ id: "85a55380-6503-4a05-938b-9ea96aefb765",
1631
+ group_id: "22cf22bc-ca3a-42a6-8dbc-8dd35cb407c9",
1632
+ question_code: "substep_one.income_financial_interests.additional_financial_interests",
1633
+ label_en: "Additional Financial Interests",
1634
+ label_ar: "المصالح المالية الإضافية",
1635
+ type: "multi_choice",
1636
+ editable: true,
1637
+ required: false,
1638
+ is_prefilled: false,
1639
+ created_at: "date",
1640
+ updated_at: "date",
1641
+ answers: [
1642
+ {
1643
+ id: "0640cef4-d2db-4351-9cdd-1a16ac28da25",
1644
+ question_id: "85a55380-6503-4a05-938b-9ea96aefb765",
1645
+ option_code: "NONE",
1646
+ option_en: "None",
1647
+ option_ar: "لا شيء",
1648
+ display_order: 1,
1649
+ is_active: true,
1650
+ source: "manual",
1651
+ created_at: "date",
1652
+ updated_at: "date"
1653
+ },
1654
+ {
1655
+ id: "2e1c2d4c-cc86-4455-bc98-74e3038e3429",
1656
+ question_id: "85a55380-6503-4a05-938b-9ea96aefb765",
1657
+ option_code: "BUSINESS",
1658
+ option_en: "Business Partnerships",
1659
+ option_ar: "شراكات تجارية",
1660
+ display_order: 2,
1661
+ is_active: true,
1662
+ source: "manual",
1663
+ created_at: "date",
1664
+ updated_at: "date"
1665
+ },
1666
+ {
1667
+ id: "b1c81310-5763-4e06-867f-31e3c0e02932",
1668
+ question_id: "85a55380-6503-4a05-938b-9ea96aefb765",
1669
+ option_code: "REAL_ESTATE",
1670
+ option_en: "Real Estate Assets",
1671
+ option_ar: "أصول عقارية",
1672
+ display_order: 3,
1673
+ is_active: true,
1674
+ source: "manual",
1675
+ created_at: "date",
1676
+ updated_at: "date"
1677
+ },
1678
+ {
1679
+ id: "5598a412-a94e-4b5f-8ae0-870f538e3884",
1680
+ question_id: "85a55380-6503-4a05-938b-9ea96aefb765",
1681
+ option_code: "OTHER",
1682
+ option_en: "Other Assets",
1683
+ option_ar: "أصول أخرى",
1684
+ display_order: 4,
1685
+ is_active: true,
1686
+ source: "manual",
1687
+ created_at: "date",
1688
+ updated_at: "date"
1689
+ }
1690
+ ]
1691
+ }
1692
+ ]
1693
+ }
1694
+ ]
1695
+ },
1696
+ {
1697
+ id: "55bf2f3d-b5fb-4604-b106-d1e56ad06dd6",
1698
+ step_id: "657e5fc7-f8e4-4cd6-ae10-61079b287cc2",
1699
+ order: 2,
1700
+ title_en: "substep two",
1701
+ title_ar: "الخطوة الثانية",
1702
+ created_at: "date",
1703
+ updated_at: "date",
1704
+ groups: [
1705
+ {
1706
+ id: "5f683c98-c0bb-43d5-9d48-82ebc9d3564e",
1707
+ substep_id: "55bf2f3d-b5fb-4604-b106-d1e56ad06dd6",
1708
+ order: 3,
1709
+ type: "group",
1710
+ title_en: "step two",
1711
+ title_ar: "الخطوة الثانية",
1712
+ required: true,
1713
+ created_at: "date",
1714
+ updated_at: "date",
1715
+ questions: [
1716
+ {
1717
+ id: "fa269e2f-4a03-4726-b29b-7f1d9b306989",
1718
+ group_id: "5f683c98-c0bb-43d5-9d48-82ebc9d3564e",
1719
+ question_code: "substep_two.step_two.are_you_part_of_the_board_audit_committee_or_executive_team_of_a_listed_company",
1720
+ label_en: "Are you part of the board, audit committee, or executive team of a listed company?",
1721
+ label_ar: "هل أنت عضو في مجلس الإدارة أو لجنة المراجعة أو الفريق التنفيذي لشركة مدرجة؟",
1722
+ type: "yes_no",
1723
+ editable: true,
1724
+ required: true,
1725
+ is_prefilled: false,
1726
+ created_at: "date",
1727
+ updated_at: "date",
1728
+ answers: [
1729
+ {
1730
+ id: "934913e1-4114-4737-ab50-5800e6b111de",
1731
+ question_id: "fa269e2f-4a03-4726-b29b-7f1d9b306989",
1732
+ option_code: "YES",
1733
+ option_en: "Yes",
1734
+ option_ar: "نعم",
1735
+ display_order: 1,
1736
+ is_active: true,
1737
+ source: "manual",
1738
+ created_at: "date",
1739
+ updated_at: "date"
1740
+ },
1741
+ {
1742
+ id: "33b451ab-2c9d-4473-b52f-397e29d45034",
1743
+ question_id: "fa269e2f-4a03-4726-b29b-7f1d9b306989",
1744
+ option_code: "NO",
1745
+ option_en: "No",
1746
+ option_ar: "لا",
1747
+ display_order: 2,
1748
+ is_active: true,
1749
+ source: "manual",
1750
+ created_at: "date",
1751
+ updated_at: "date"
1752
+ }
1753
+ ]
1754
+ },
1755
+ {
1756
+ id: "29b324cc-8150-405a-b963-dc8e783aa13d",
1757
+ group_id: "5f683c98-c0bb-43d5-9d48-82ebc9d3564e",
1758
+ question_code: "substep_two.step_two.are_you_closely_associated_with_a_board_member_audit_committee_member_or_senior_executive_of_a_listed_company",
1759
+ label_en: "Are you closely associated with a board member, audit committee member, or senior executive of a listed company?",
1760
+ label_ar: "هل أنت مرتبط ارتباطاً وثيقاً بعضو مجلس إدارة أو عضو لجنة مراجعة أو تنفيذي كبير في شركة مدرجة؟",
1761
+ type: "yes_no",
1762
+ editable: true,
1763
+ required: true,
1764
+ is_prefilled: false,
1765
+ created_at: "date",
1766
+ updated_at: "date",
1767
+ answers: [
1768
+ {
1769
+ id: "f4d0ed26-e403-4d5a-840d-e816c08138b7",
1770
+ question_id: "29b324cc-8150-405a-b963-dc8e783aa13d",
1771
+ option_code: "YES",
1772
+ option_en: "Yes",
1773
+ option_ar: "نعم",
1774
+ display_order: 1,
1775
+ is_active: true,
1776
+ source: "manual",
1777
+ created_at: "date",
1778
+ updated_at: "date"
1779
+ },
1780
+ {
1781
+ id: "346f58f0-dae4-4995-b411-2df74321dae8",
1782
+ question_id: "29b324cc-8150-405a-b963-dc8e783aa13d",
1783
+ option_code: "NO",
1784
+ option_en: "No",
1785
+ option_ar: "لا",
1786
+ display_order: 2,
1787
+ is_active: true,
1788
+ source: "manual",
1789
+ created_at: "date",
1790
+ updated_at: "date"
1791
+ }
1792
+ ]
1793
+ },
1794
+ {
1795
+ id: "5c711bf2-50a1-41ca-ad8e-2d182a8bdfa6",
1796
+ group_id: "5f683c98-c0bb-43d5-9d48-82ebc9d3564e",
1797
+ question_code: "substep_two.step_two.are_you_entrusted_with_a_prominent_public_function_or_a_senior_role_locally_or_internationally",
1798
+ label_en: "Are you entrusted with a prominent public function or a senior role, locally or internationally?",
1799
+ label_ar: "هل أنت مكلف بوظيفة عامة بارزة أو دور رفيع المستوى محلياً أو دولياً؟",
1800
+ type: "yes_no",
1801
+ editable: true,
1802
+ required: true,
1803
+ is_prefilled: false,
1804
+ created_at: "date",
1805
+ updated_at: "date",
1806
+ answers: [
1807
+ {
1808
+ id: "fcfabafb-cb89-47cd-ad36-010f21d2df49",
1809
+ question_id: "5c711bf2-50a1-41ca-ad8e-2d182a8bdfa6",
1810
+ option_code: "YES",
1811
+ option_en: "Yes",
1812
+ option_ar: "نعم",
1813
+ display_order: 1,
1814
+ is_active: true,
1815
+ source: "manual",
1816
+ created_at: "date",
1817
+ updated_at: "date"
1818
+ },
1819
+ {
1820
+ id: "c82d75c4-e953-4590-84e8-233f45be56b9",
1821
+ question_id: "5c711bf2-50a1-41ca-ad8e-2d182a8bdfa6",
1822
+ option_code: "NO",
1823
+ option_en: "No",
1824
+ option_ar: "لا",
1825
+ display_order: 2,
1826
+ is_active: true,
1827
+ source: "manual",
1828
+ created_at: "date",
1829
+ updated_at: "date"
1830
+ }
1831
+ ]
1832
+ },
1833
+ {
1834
+ id: "1874e974-bcaf-482a-8a7c-ee5ba74da8d6",
1835
+ group_id: "5f683c98-c0bb-43d5-9d48-82ebc9d3564e",
1836
+ question_code: "substep_two.step_two.are_you_related_by_blood_or_marriage_up_to_the_second_degree_to_someone_entrusted_with_a_prominent_public_function_either_locally_or_internationally",
1837
+ label_en: "Are you related (by blood or marriage up to the second degree) to someone entrusted with a prominent public function, either locally or internationally?",
1838
+ label_ar: "هل أنت مرتبط (بالدم أو الزواج حتى الدرجة الثانية) بشخص مكلف بوظيفة عامة بارزة محلياً أو دولياً؟",
1839
+ type: "yes_no",
1840
+ editable: true,
1841
+ required: true,
1842
+ is_prefilled: false,
1843
+ created_at: "date",
1844
+ updated_at: "date",
1845
+ answers: [
1846
+ {
1847
+ id: "52298a7a-9162-41d2-b1de-b406fa472e91",
1848
+ question_id: "1874e974-bcaf-482a-8a7c-ee5ba74da8d6",
1849
+ option_code: "YES",
1850
+ option_en: "Yes",
1851
+ option_ar: "نعم",
1852
+ display_order: 1,
1853
+ is_active: true,
1854
+ source: "manual",
1855
+ created_at: "date",
1856
+ updated_at: "date"
1857
+ },
1858
+ {
1859
+ id: "78e3081f-350d-4070-b0c7-1c42d87c4b18",
1860
+ question_id: "1874e974-bcaf-482a-8a7c-ee5ba74da8d6",
1861
+ option_code: "NO",
1862
+ option_en: "No",
1863
+ option_ar: "لا",
1864
+ display_order: 2,
1865
+ is_active: true,
1866
+ source: "manual",
1867
+ created_at: "date",
1868
+ updated_at: "date"
1869
+ }
1870
+ ]
1871
+ },
1872
+ {
1873
+ id: "892f309a-3377-413e-bec6-9615901eaa75",
1874
+ group_id: "5f683c98-c0bb-43d5-9d48-82ebc9d3564e",
1875
+ question_code: "substep_two.step_two.are_you_associated_with_someone_entrusted_with_a_prominent_public_function_either_in_the_kingdom_abroad_or_in_an_international_organization",
1876
+ label_en: "Are you associated with someone entrusted with a prominent public function, either in the Kingdom, abroad, or in an international organization?",
1877
+ label_ar: "هل أنت مرتبط بشخص مكلف بوظيفة عامة بارزة في المملكة أو الخارج أو في منظمة دولية؟",
1878
+ type: "yes_no",
1879
+ editable: true,
1880
+ required: true,
1881
+ is_prefilled: false,
1882
+ created_at: "date",
1883
+ updated_at: "date",
1884
+ answers: [
1885
+ {
1886
+ id: "9980bd27-57c3-4733-b285-abff6326ba31",
1887
+ question_id: "892f309a-3377-413e-bec6-9615901eaa75",
1888
+ option_code: "YES",
1889
+ option_en: "Yes",
1890
+ option_ar: "نعم",
1891
+ display_order: 1,
1892
+ is_active: true,
1893
+ source: "manual",
1894
+ created_at: "date",
1895
+ updated_at: "date"
1896
+ },
1897
+ {
1898
+ id: "2585f4de-0f96-4bd1-afef-21193f6e9f91",
1899
+ question_id: "892f309a-3377-413e-bec6-9615901eaa75",
1900
+ option_code: "NO",
1901
+ option_en: "No",
1902
+ option_ar: "لا",
1903
+ display_order: 2,
1904
+ is_active: true,
1905
+ source: "manual",
1906
+ created_at: "date",
1907
+ updated_at: "date"
1908
+ }
1909
+ ]
1910
+ }
1911
+ ]
1912
+ }
1913
+ ]
1914
+ },
1915
+ {
1916
+ id: "3c0e0130-e8e8-4f00-8d40-62b9a350bebb",
1917
+ step_id: "657e5fc7-f8e4-4cd6-ae10-61079b287cc2",
1918
+ order: 3,
1919
+ title_en: "substep three",
1920
+ title_ar: "الخطوة الثالثة",
1921
+ created_at: "date",
1922
+ updated_at: "date",
1923
+ groups: [
1924
+ {
1925
+ id: "efb9863b-19d5-4bff-bd1f-93a8354a01ac",
1926
+ substep_id: "3c0e0130-e8e8-4f00-8d40-62b9a350bebb",
1927
+ order: 4,
1928
+ type: "group",
1929
+ title_en: "step three",
1930
+ title_ar: "الخطوة الثالثة",
1931
+ required: true,
1932
+ created_at: "date",
1933
+ updated_at: "date",
1934
+ questions: [
1935
+ {
1936
+ id: "852090fd-efd6-4fb5-a621-0f57a251d31e",
1937
+ group_id: "efb9863b-19d5-4bff-bd1f-93a8354a01ac",
1938
+ question_code: "substep_three.step_three.i_acknowledge_that_i_am_the_beneficial_owner",
1939
+ label_en: "I acknowledge that I am the beneficial owner...",
1940
+ label_ar: "أقر بأنني المالك المستفيد...",
1941
+ type: "checkbox",
1942
+ editable: true,
1943
+ required: true,
1944
+ is_prefilled: false,
1945
+ created_at: "date",
1946
+ updated_at: "date"
1947
+ },
1948
+ {
1949
+ id: "39eb70d8-7fa7-4edb-8731-d96e3a40b72c",
1950
+ group_id: "efb9863b-19d5-4bff-bd1f-93a8354a01ac",
1951
+ question_code: "substep_three.step_three.average_investment_amount_per_month",
1952
+ label_en: "Average investment amount per month",
1953
+ label_ar: "متوسط مبلغ الاستثمار شهرياً",
1954
+ type: "single_choice",
1955
+ editable: true,
1956
+ required: true,
1957
+ is_prefilled: false,
1958
+ created_at: "date",
1959
+ updated_at: "date",
1960
+ answers: [
1961
+ {
1962
+ id: "7a373d12-7c64-495e-90e1-4c1f34a237c4",
1963
+ question_id: "39eb70d8-7fa7-4edb-8731-d96e3a40b72c",
1964
+ option_code: "A",
1965
+ option_en: "100,000 or less",
1966
+ option_ar: "100,000 أو أقل",
1967
+ display_order: 1,
1968
+ is_active: true,
1969
+ source: "manual",
1970
+ created_at: "date",
1971
+ updated_at: "date"
1972
+ },
1973
+ {
1974
+ id: "1ea9a812-0aac-4259-9e57-c1ebcc04c3a9",
1975
+ question_id: "39eb70d8-7fa7-4edb-8731-d96e3a40b72c",
1976
+ option_code: "B",
1977
+ option_en: "100,001 to 300,000",
1978
+ option_ar: "100,001 إلى 300,000",
1979
+ display_order: 2,
1980
+ is_active: true,
1981
+ source: "manual",
1982
+ created_at: "date",
1983
+ updated_at: "date"
1984
+ },
1985
+ {
1986
+ id: "6ad68a53-30b6-4b22-857c-7e7560fc7f86",
1987
+ question_id: "39eb70d8-7fa7-4edb-8731-d96e3a40b72c",
1988
+ option_code: "C",
1989
+ option_en: "300,001 to 600,000",
1990
+ option_ar: "300,001 إلى 600,000",
1991
+ display_order: 3,
1992
+ is_active: true,
1993
+ source: "manual",
1994
+ created_at: "date",
1995
+ updated_at: "date"
1996
+ },
1997
+ {
1998
+ id: "89159e28-3c7d-4a79-9374-b832be507e9e",
1999
+ question_id: "39eb70d8-7fa7-4edb-8731-d96e3a40b72c",
2000
+ option_code: "D",
2001
+ option_en: "600,001 to 1,500,000",
2002
+ option_ar: "600,001 إلى 1,500,000",
2003
+ display_order: 4,
2004
+ is_active: true,
2005
+ source: "manual",
2006
+ created_at: "date",
2007
+ updated_at: "date"
2008
+ },
2009
+ {
2010
+ id: "ae6000e8-ac57-43d5-a5b1-b0a714a7abdc",
2011
+ question_id: "39eb70d8-7fa7-4edb-8731-d96e3a40b72c",
2012
+ option_code: "E",
2013
+ option_en: "1,500,001 to 5,000,000",
2014
+ option_ar: "1,500,001 إلى 5,000,000",
2015
+ display_order: 5,
2016
+ is_active: true,
2017
+ source: "manual",
2018
+ created_at: "date",
2019
+ updated_at: "date"
2020
+ },
2021
+ {
2022
+ id: "7d63d2fc-d4c3-4ea6-9fe8-41d92d9ec1e8",
2023
+ question_id: "39eb70d8-7fa7-4edb-8731-d96e3a40b72c",
2024
+ option_code: "F",
2025
+ option_en: "5,000,001 to 10,000,000",
2026
+ option_ar: "5,000,001 إلى 10,000,000",
2027
+ display_order: 6,
2028
+ is_active: true,
2029
+ source: "manual",
2030
+ created_at: "date",
2031
+ updated_at: "date"
2032
+ },
2033
+ {
2034
+ id: "2dea90ef-ac91-4a6f-ad82-e854f62b41c6",
2035
+ question_id: "39eb70d8-7fa7-4edb-8731-d96e3a40b72c",
2036
+ option_code: "G",
2037
+ option_en: "10,000,001 to 50,000,000",
2038
+ option_ar: "10,000,001 إلى 50,000,000",
2039
+ display_order: 7,
2040
+ is_active: true,
2041
+ source: "manual",
2042
+ created_at: "date",
2043
+ updated_at: "date"
2044
+ },
2045
+ {
2046
+ id: "0304bfb4-464f-4299-b5e3-a1fcc350503a",
2047
+ question_id: "39eb70d8-7fa7-4edb-8731-d96e3a40b72c",
2048
+ option_code: "H",
2049
+ option_en: "Over 50,000,000",
2050
+ option_ar: "أكثر من 50,000,000",
2051
+ display_order: 8,
2052
+ is_active: true,
2053
+ source: "manual",
2054
+ created_at: "date",
2055
+ updated_at: "date"
2056
+ }
2057
+ ]
2058
+ },
2059
+ {
2060
+ id: "42fb0d25-8c6c-4824-9e77-691c669a4068",
2061
+ group_id: "efb9863b-19d5-4bff-bd1f-93a8354a01ac",
2062
+ question_code: "substep_three.step_three.expected_number_of_transactions_per_month",
2063
+ label_en: "Expected number of transactions per month",
2064
+ label_ar: "العدد المتوقع للمعاملات شهرياً",
2065
+ type: "number",
2066
+ editable: true,
2067
+ required: false,
2068
+ is_prefilled: false,
2069
+ created_at: "date",
2070
+ updated_at: "date"
2071
+ },
2072
+ {
2073
+ id: "298e45e1-3cd5-4541-9509-dc7489da158e",
2074
+ group_id: "efb9863b-19d5-4bff-bd1f-93a8354a01ac",
2075
+ question_code: "substep_three.step_three.expected_max_monthly_transaction_value",
2076
+ label_en: "Expected Max Monthly Transaction Value",
2077
+ label_ar: "القيمة المتوقعة لأعلى معاملة شهرية",
2078
+ type: "number",
2079
+ editable: true,
2080
+ required: false,
2081
+ is_prefilled: false,
2082
+ created_at: "date",
2083
+ updated_at: "date"
2084
+ }
2085
+ ]
2086
+ }
2087
+ ]
2088
+ }
2089
+ ]
2090
+ },
2091
+ {
2092
+ id: "e462c877-9c09-4f37-afd4-996d349fee04",
2093
+ onboarding_schema_id: "8c85d8ae-1bc0-4db0-8431-d2fa8eaa8177",
2094
+ order: 3,
2095
+ title_en: "Investor Classification",
2096
+ title_ar: "تصنيف المستثمر",
2097
+ step_description_en: "Help us determine your investor category.",
2098
+ step_description_ar: "ساعدنا في تحديد فئة المستثمر الخاصة بك.",
2099
+ created_at: "date",
2100
+ updated_at: "date",
2101
+ substeps: [
2102
+ {
2103
+ id: "aebe501d-7626-49e6-a78a-3f9456aeaa5d",
2104
+ step_id: "e462c877-9c09-4f37-afd4-996d349fee04",
2105
+ order: 1,
2106
+ title_en: "substep one",
2107
+ title_ar: "الخطوة الأولى",
2108
+ created_at: "date",
2109
+ updated_at: "date",
2110
+ groups: [
2111
+ {
2112
+ id: "02cfb72e-1bb6-4410-a15f-146d261fdde7",
2113
+ substep_id: "aebe501d-7626-49e6-a78a-3f9456aeaa5d",
2114
+ order: 1,
2115
+ type: "question",
2116
+ title_en: "substep one",
2117
+ title_ar: "الخطوة الأولى",
2118
+ required: true,
2119
+ created_at: "date",
2120
+ updated_at: "date",
2121
+ questions: [
2122
+ {
2123
+ id: "f891a850-e672-4fff-a623-34f8c6b521c5",
2124
+ group_id: "02cfb72e-1bb6-4410-a15f-146d261fdde7",
2125
+ question_code: "substep_one.substep_one.have_you_carried_out_at_least_10_transactions_per_quarter_over_the_last_12_months_of_a_minimum_total_amount_of_40_million_saudi_riyals_on_securities_market",
2126
+ label_en: "Have you carried out at least 10 transactions per quarter over the last 12 months of a minimum total amount of 40 million Saudi Riyals on Securities Market?",
2127
+ label_ar: "هل قمت بتنفيذ 10 معاملات على الأقل كل ربع سنة خلال الـ 12 شهراً الماضية بمبلغ إجمالي لا يقل عن 40 مليون ريال سعودي في سوق الأوراق المالية؟",
2128
+ type: "yes_no",
2129
+ editable: true,
2130
+ required: true,
2131
+ is_prefilled: false,
2132
+ created_at: "date",
2133
+ updated_at: "date",
2134
+ answers: [
2135
+ {
2136
+ id: "09ff4050-a173-47ed-ad05-d19dadc209f9",
2137
+ question_id: "f891a850-e672-4fff-a623-34f8c6b521c5",
2138
+ option_code: "YES",
2139
+ option_en: "Yes",
2140
+ option_ar: "نعم",
2141
+ display_order: 1,
2142
+ is_active: true,
2143
+ source: "manual",
2144
+ created_at: "date",
2145
+ updated_at: "date"
2146
+ },
2147
+ {
2148
+ id: "8810db8b-01f4-41b2-8bac-f71ba47808e8",
2149
+ question_id: "f891a850-e672-4fff-a623-34f8c6b521c5",
2150
+ option_code: "NO",
2151
+ option_en: "No",
2152
+ option_ar: "لا",
2153
+ display_order: 2,
2154
+ is_active: true,
2155
+ source: "manual",
2156
+ created_at: "date",
2157
+ updated_at: "date"
2158
+ }
2159
+ ]
2160
+ },
2161
+ {
2162
+ id: "50f9c0ef-29a9-4d4a-a5e5-065e29e88445",
2163
+ group_id: "02cfb72e-1bb6-4410-a15f-146d261fdde7",
2164
+ question_code: "substep_one.substep_one.do_you_hold_the_general_securities_qualification_certificate_that_is_recognized_by_the_authority_and_has_an_annual_income_that_is_not_less_than_600000_saudi_riyals_in_the_last_two_years",
2165
+ label_en: "Do you hold the General Securities Qualification Certificate that is recognized by the Authority, and has an Annual Income that is not less than 600,000 Saudi Riyals in the last two years?",
2166
+ label_ar: "هل تحمل شهادة التأهيل العامة للأوراق المالية المعترف بها من الهيئة، ولديك دخل سنوي لا يقل عن 600,000 ريال سعودي في العامين الماضيين؟",
2167
+ type: "yes_no",
2168
+ editable: true,
2169
+ required: true,
2170
+ is_prefilled: false,
2171
+ created_at: "date",
2172
+ updated_at: "date",
2173
+ answers: [
2174
+ {
2175
+ id: "8a114fba-49a7-4687-bba7-b560aeacd971",
2176
+ question_id: "50f9c0ef-29a9-4d4a-a5e5-065e29e88445",
2177
+ option_code: "YES",
2178
+ option_en: "Yes",
2179
+ option_ar: "نعم",
2180
+ display_order: 1,
2181
+ is_active: true,
2182
+ source: "manual",
2183
+ created_at: "date",
2184
+ updated_at: "date"
2185
+ },
2186
+ {
2187
+ id: "57411381-b01a-4c75-8299-d02cbcbd250e",
2188
+ question_id: "50f9c0ef-29a9-4d4a-a5e5-065e29e88445",
2189
+ option_code: "NO",
2190
+ option_en: "No",
2191
+ option_ar: "لا",
2192
+ display_order: 2,
2193
+ is_active: true,
2194
+ source: "manual",
2195
+ created_at: "date",
2196
+ updated_at: "date"
2197
+ }
2198
+ ]
2199
+ },
2200
+ {
2201
+ id: "5e88dfd3-2bde-40d7-8587-dbd2a093bffb",
2202
+ group_id: "02cfb72e-1bb6-4410-a15f-146d261fdde7",
2203
+ question_code: "substep_one.substep_one.are_you_currently_working_or_have_previously_worked_for_at_least_three_years_in_the_financial_sector_in_a_professional_position_related_to_investment_in_securities",
2204
+ label_en: "Are you currently working or have previously worked for at least three years in the financial sector in a professional position related to investment in securities?",
2205
+ label_ar: "هل تعمل حالياً أو عملت سابقاً لمدة ثلاث سنوات على الأقل في القطاع المالي في منصب مهني يتعلق بالاستثمار في الأوراق المالية؟",
2206
+ type: "yes_no",
2207
+ editable: true,
2208
+ required: true,
2209
+ is_prefilled: false,
2210
+ created_at: "date",
2211
+ updated_at: "date",
2212
+ answers: [
2213
+ {
2214
+ id: "57ef4bc0-12dd-4f84-98a9-0dbc5437e192",
2215
+ question_id: "5e88dfd3-2bde-40d7-8587-dbd2a093bffb",
2216
+ option_code: "YES",
2217
+ option_en: "Yes",
2218
+ option_ar: "نعم",
2219
+ display_order: 1,
2220
+ is_active: true,
2221
+ source: "manual",
2222
+ created_at: "date",
2223
+ updated_at: "date"
2224
+ },
2225
+ {
2226
+ id: "76eb003c-5ea7-4e96-b9fe-e0680ae186ce",
2227
+ question_id: "5e88dfd3-2bde-40d7-8587-dbd2a093bffb",
2228
+ option_code: "NO",
2229
+ option_en: "No",
2230
+ option_ar: "لا",
2231
+ display_order: 2,
2232
+ is_active: true,
2233
+ source: "manual",
2234
+ created_at: "date",
2235
+ updated_at: "date"
2236
+ }
2237
+ ]
2238
+ }
2239
+ ]
2240
+ }
2241
+ ]
2242
+ },
2243
+ {
2244
+ id: "bef276ba-b730-4824-8524-e5155bee02b0",
2245
+ step_id: "e462c877-9c09-4f37-afd4-996d349fee04",
2246
+ created_at: "date",
2247
+ updated_at: "date",
2248
+ order: 2,
2249
+ title_en: "substep two",
2250
+ title_ar: "الخطوة الثانية",
2251
+ groups: [
2252
+ {
2253
+ id: "5c33771d-fb67-44b4-87af-53e269680342",
2254
+ substep_id: "bef276ba-b730-4824-8524-e5155bee02b0",
2255
+ order: 2,
2256
+ type: "group",
2257
+ title_en: "substep two",
2258
+ title_ar: "الخطوة الثانية",
2259
+ required: true,
2260
+ created_at: "date",
2261
+ updated_at: "date",
2262
+ questions: [
2263
+ {
2264
+ id: "fc5c519a-991f-4f83-a6b1-3a9d8f4d2045",
2265
+ question_code: "substep_two.substep_two.professional_certificates",
2266
+ group_id: "5c33771d-fb67-44b4-87af-53e269680342",
2267
+ label_en: "professional certificates",
2268
+ label_ar: "الشهادات المهنية",
2269
+ type: "multi_choice",
2270
+ editable: true,
2271
+ required: true,
2272
+ is_prefilled: false,
2273
+ created_at: "date",
2274
+ updated_at: "date",
2275
+ answers: [
2276
+ {
2277
+ id: "b8246d05-692b-4b40-bc40-89045ea0cfb7",
2278
+ question_id: "fc5c519a-991f-4f83-a6b1-3a9d8f4d2045",
2279
+ option_code: "MASTERS",
2280
+ option_en: "Masters In Finance, Accounting, or any major related to Securities",
2281
+ option_ar: "ماجستير في التمويل أو المحاسبة أو أي تخصص ذي صلة بالأوراق المالية",
2282
+ display_order: 1,
2283
+ is_active: true,
2284
+ source: "manual",
2285
+ created_at: "date",
2286
+ updated_at: "date"
2287
+ },
2288
+ {
2289
+ id: "61335725-2f59-488e-8f76-e7a4313a5b64",
2290
+ question_id: "fc5c519a-991f-4f83-a6b1-3a9d8f4d2045",
2291
+ option_code: "CFA",
2292
+ option_en: "Chartered Financial Analyst (CFA) (Level 1)",
2293
+ option_ar: "محلل مالي معتمد (CFA) (المستوى الأول)",
2294
+ display_order: 2,
2295
+ is_active: true,
2296
+ source: "manual",
2297
+ created_at: "date",
2298
+ updated_at: "date"
2299
+ },
2300
+ {
2301
+ id: "43c47f59-edd0-442e-9f7e-fbf003ebb979",
2302
+ question_id: "fc5c519a-991f-4f83-a6b1-3a9d8f4d2045",
2303
+ option_code: "SOCPA",
2304
+ option_en: "Fellowship of Saudi Organization for Certified Public Accountants (SOCPA)",
2305
+ option_ar: "زمالة الهيئة السعودية للمحاسبين القانونيين (SOCPA)",
2306
+ display_order: 3,
2307
+ is_active: true,
2308
+ source: "manual",
2309
+ created_at: "date",
2310
+ updated_at: "date"
2311
+ },
2312
+ {
2313
+ id: "15815422-3890-426f-9e6c-b64292e721ab",
2314
+ question_id: "fc5c519a-991f-4f83-a6b1-3a9d8f4d2045",
2315
+ option_code: "CPA",
2316
+ option_en: "Certified Public Accountant (CPA)",
2317
+ option_ar: "محاسب قانوني معتمد (CPA)",
2318
+ display_order: 4,
2319
+ is_active: true,
2320
+ source: "manual",
2321
+ created_at: "date",
2322
+ updated_at: "date"
2323
+ },
2324
+ {
2325
+ id: "a4526c96-0659-4716-9df9-50af8e37b44f",
2326
+ question_id: "fc5c519a-991f-4f83-a6b1-3a9d8f4d2045",
2327
+ option_code: "CMA",
2328
+ option_en: "Certified Management Accountant (CMA)",
2329
+ option_ar: "محاسب إداري معتمد (CMA)",
2330
+ display_order: 5,
2331
+ is_active: true,
2332
+ source: "manual",
2333
+ created_at: "date",
2334
+ updated_at: "date"
2335
+ },
2336
+ {
2337
+ id: "cfae8107-9021-4d89-a741-b3d06eada7dc",
2338
+ question_id: "fc5c519a-991f-4f83-a6b1-3a9d8f4d2045",
2339
+ option_code: "CIPM",
2340
+ option_en: "Certificate in Investment Performance Measurement (CIPM)",
2341
+ option_ar: "شهادة في قياس أداء الاستثمار (CIPM)",
2342
+ display_order: 6,
2343
+ is_active: true,
2344
+ source: "manual",
2345
+ created_at: "date",
2346
+ updated_at: "date"
2347
+ },
2348
+ {
2349
+ id: "2d1379bc-4ff3-4458-9e27-d42158e564c8",
2350
+ question_id: "fc5c519a-991f-4f83-a6b1-3a9d8f4d2045",
2351
+ option_code: "CFP",
2352
+ option_en: "Certified Financial Planner (CFP)",
2353
+ option_ar: "مخطط مالي معتمد (CFP)",
2354
+ display_order: 7,
2355
+ is_active: true,
2356
+ source: "manual",
2357
+ created_at: "date",
2358
+ updated_at: "date"
2359
+ },
2360
+ {
2361
+ id: "b2579205-5a29-4630-8c69-ec157f631ce8",
2362
+ question_id: "fc5c519a-991f-4f83-a6b1-3a9d8f4d2045",
2363
+ option_code: "FRM",
2364
+ option_en: "Financial Risk Manager (FRM)",
2365
+ option_ar: "مدير المخاطر المالية (FRM)",
2366
+ display_order: 8,
2367
+ is_active: true,
2368
+ source: "manual",
2369
+ created_at: "date",
2370
+ updated_at: "date"
2371
+ }
2372
+ ]
2373
+ }
2374
+ ]
2375
+ }
2376
+ ]
2377
+ },
2378
+ {
2379
+ id: "b82738db-073c-4836-8b02-3f85c5b8ff15",
2380
+ step_id: "e462c877-9c09-4f37-afd4-996d349fee04",
2381
+ created_at: "date",
2382
+ updated_at: "date",
2383
+ order: 3,
2384
+ title_en: "substep three",
2385
+ title_ar: "الخطوة الثالثة",
2386
+ groups: [
2387
+ {
2388
+ id: "831eecac-2c6d-4a86-851a-787418bd1ec6",
2389
+ substep_id: "b82738db-073c-4836-8b02-3f85c5b8ff15",
2390
+ order: 3,
2391
+ type: "group",
2392
+ title_en: "substep three",
2393
+ title_ar: "الخطوة الثالثة",
2394
+ required: true,
2395
+ created_at: "date",
2396
+ updated_at: "date",
2397
+ questions: [
2398
+ {
2399
+ id: "1a20fc97-7cd6-4c96-86f7-1067ff0cdb8c",
2400
+ question_code: "substep_three.substep_three.approximate_net_worth_excluding_residence",
2401
+ group_id: "831eecac-2c6d-4a86-851a-787418bd1ec6",
2402
+ label_en: "Approximate net worth (Excluding residence)",
2403
+ label_ar: "صافي الثروة التقريبي (باستثناء السكن)",
2404
+ type: "single_choice",
2405
+ editable: true,
2406
+ required: true,
2407
+ is_prefilled: false,
2408
+ created_at: "date",
2409
+ updated_at: "date",
2410
+ answers: [
2411
+ {
2412
+ id: "19f457fc-3083-4c09-b8a0-8b4babe80496",
2413
+ question_id: "1a20fc97-7cd6-4c96-86f7-1067ff0cdb8c",
2414
+ option_code: "A",
2415
+ option_en: "100,000 or less",
2416
+ option_ar: "100,000 أو أقل",
2417
+ display_order: 1,
2418
+ is_active: true,
2419
+ source: "manual",
2420
+ created_at: "date",
2421
+ updated_at: "date"
2422
+ },
2423
+ {
2424
+ id: "5786b3d3-07f2-46a5-bea2-b791a5717906",
2425
+ question_id: "1a20fc97-7cd6-4c96-86f7-1067ff0cdb8c",
2426
+ option_code: "B",
2427
+ option_en: "100,001 to 300,000",
2428
+ option_ar: "100,001 إلى 300,000",
2429
+ display_order: 2,
2430
+ is_active: true,
2431
+ source: "manual",
2432
+ created_at: "date",
2433
+ updated_at: "date"
2434
+ },
2435
+ {
2436
+ id: "c3b5b568-7dd0-4702-999d-bb5656978545",
2437
+ question_id: "1a20fc97-7cd6-4c96-86f7-1067ff0cdb8c",
2438
+ option_code: "C",
2439
+ option_en: "300,001 to 600,000",
2440
+ option_ar: "300,001 إلى 600,000",
2441
+ display_order: 3,
2442
+ is_active: true,
2443
+ source: "manual",
2444
+ created_at: "date",
2445
+ updated_at: "date"
2446
+ },
2447
+ {
2448
+ id: "a8d724e1-3e93-457b-a486-6fcc9f1615a3",
2449
+ question_id: "1a20fc97-7cd6-4c96-86f7-1067ff0cdb8c",
2450
+ option_code: "D",
2451
+ option_en: "600,001 to 1,500,000",
2452
+ option_ar: "600,001 إلى 1,500,000",
2453
+ display_order: 4,
2454
+ is_active: true,
2455
+ source: "manual",
2456
+ created_at: "date",
2457
+ updated_at: "date"
2458
+ },
2459
+ {
2460
+ id: "125f75f2-1425-416a-940b-dc29ae17ca79",
2461
+ question_id: "1a20fc97-7cd6-4c96-86f7-1067ff0cdb8c",
2462
+ option_code: "E",
2463
+ option_en: "1,500,001 to 5,000,000",
2464
+ option_ar: "1,500,001 إلى 5,000,000",
2465
+ display_order: 5,
2466
+ is_active: true,
2467
+ source: "manual",
2468
+ created_at: "date",
2469
+ updated_at: "date"
2470
+ },
2471
+ {
2472
+ id: "85fbca81-18a2-467b-b50e-4aa354be4a2b",
2473
+ question_id: "1a20fc97-7cd6-4c96-86f7-1067ff0cdb8c",
2474
+ option_code: "F",
2475
+ option_en: "5,000,001 to 10,000,000",
2476
+ option_ar: "5,000,001 إلى 10,000,000",
2477
+ display_order: 6,
2478
+ is_active: true,
2479
+ source: "manual",
2480
+ created_at: "date",
2481
+ updated_at: "date"
2482
+ },
2483
+ {
2484
+ id: "fe8f4649-8ff2-4c59-806a-d72386f89546",
2485
+ question_id: "1a20fc97-7cd6-4c96-86f7-1067ff0cdb8c",
2486
+ option_code: "G",
2487
+ option_en: "10,000,001 to 50,000,000",
2488
+ option_ar: "10,000,001 إلى 50,000,000",
2489
+ display_order: 7,
2490
+ is_active: true,
2491
+ source: "manual",
2492
+ created_at: "date",
2493
+ updated_at: "date"
2494
+ },
2495
+ {
2496
+ id: "3a81d45d-5721-4fd9-b122-adee457fe609",
2497
+ question_id: "1a20fc97-7cd6-4c96-86f7-1067ff0cdb8c",
2498
+ option_code: "H",
2499
+ option_en: "Over 50,000,000",
2500
+ option_ar: "أكثر من 50,000,000",
2501
+ display_order: 8,
2502
+ is_active: true,
2503
+ source: "manual",
2504
+ created_at: "date",
2505
+ updated_at: "date"
2506
+ }
2507
+ ]
2508
+ }
2509
+ ]
2510
+ }
2511
+ ]
2512
+ }
2513
+ ]
2514
+ },
2515
+ {
2516
+ id: "54333a89-fff5-4634-81f7-16b253dd7ab3",
2517
+ onboarding_schema_id: "8c85d8ae-1bc0-4db0-8431-d2fa8eaa8177",
2518
+ order: 4,
2519
+ title_en: "Investment Questions",
2520
+ title_ar: "أسئلة الاستثمار",
2521
+ step_description_en: "Answer a few questions to tailor your investment experience.",
2522
+ step_description_ar: "أجب عن بعض الأسئلة لتخصيص تجربة الاستثمار الخاصة بك.",
2523
+ created_at: "date",
2524
+ updated_at: "date",
2525
+ substeps: [
2526
+ {
2527
+ id: "dde008d0-e653-447e-bb3b-6a15b2259392",
2528
+ step_id: "54333a89-fff5-4634-81f7-16b253dd7ab3",
2529
+ order: 1,
2530
+ title_en: "substep one",
2531
+ title_ar: "الخطوة الأولى",
2532
+ created_at: "date",
2533
+ updated_at: "date",
2534
+ groups: [
2535
+ {
2536
+ id: "dcc5d5c7-8342-48ad-917a-8999bed83169",
2537
+ substep_id: "dde008d0-e653-447e-bb3b-6a15b2259392",
2538
+ order: 1,
2539
+ type: "question",
2540
+ title_en: "substep one",
2541
+ title_ar: "الخطوة الأولى",
2542
+ required: true,
2543
+ created_at: "date",
2544
+ updated_at: "date",
2545
+ questions: [
2546
+ {
2547
+ id: "b799cae4-1a05-4849-8a44-b0187aebd1bc",
2548
+ group_id: "dcc5d5c7-8342-48ad-917a-8999bed83169",
2549
+ question_code: "substep_one.substep_one.what_are_the_financial_products_that_you_previously_invested_in_executed",
2550
+ label_en: "What are the financial products that you previously invested in/ executed?",
2551
+ label_ar: "ما هي المنتجات المالية التي استثمرت فيها/نفذتها سابقاً؟",
2552
+ type: "multi_choice",
2553
+ editable: true,
2554
+ required: true,
2555
+ is_prefilled: false,
2556
+ created_at: "date",
2557
+ updated_at: "date",
2558
+ answers: [
2559
+ {
2560
+ id: "e7640d83-ee64-4c3e-8327-392f61d1456f",
2561
+ question_id: "b799cae4-1a05-4849-8a44-b0187aebd1bc",
2562
+ option_code: "DEPOSITS",
2563
+ option_en: "Deposits and Murabaha",
2564
+ option_ar: "الودائع والمرابحة",
2565
+ display_order: 1,
2566
+ is_active: true,
2567
+ source: "manual",
2568
+ created_at: "date",
2569
+ updated_at: "date"
2570
+ },
2571
+ {
2572
+ id: "731c3e57-fd03-4dc4-8db5-356bfee9c963",
2573
+ question_id: "b799cae4-1a05-4849-8a44-b0187aebd1bc",
2574
+ option_code: "DEBT",
2575
+ option_en: "Debt Instruments",
2576
+ option_ar: "أدوات الدين",
2577
+ display_order: 2,
2578
+ is_active: true,
2579
+ source: "manual",
2580
+ created_at: "date",
2581
+ updated_at: "date"
2582
+ },
2583
+ {
2584
+ id: "06358c0f-b454-4fc3-8fe0-0a471f9e6a4f",
2585
+ question_id: "b799cae4-1a05-4849-8a44-b0187aebd1bc",
2586
+ option_code: "REAL_ESTATE",
2587
+ option_en: "Real Estates",
2588
+ option_ar: "العقارات",
2589
+ display_order: 3,
2590
+ is_active: true,
2591
+ source: "manual",
2592
+ created_at: "date",
2593
+ updated_at: "date"
2594
+ },
2595
+ {
2596
+ id: "ce3f7d32-81c0-4935-9af8-92e8d43a8d6c",
2597
+ question_id: "b799cae4-1a05-4849-8a44-b0187aebd1bc",
2598
+ option_code: "DERIVATIVE",
2599
+ option_en: "Derivative Contracts",
2600
+ option_ar: "العقود المشتقة",
2601
+ display_order: 4,
2602
+ is_active: true,
2603
+ source: "manual",
2604
+ created_at: "date",
2605
+ updated_at: "date"
2606
+ },
2607
+ {
2608
+ id: "c86e0017-79f4-4f73-b097-568fbe89d5c9",
2609
+ question_id: "b799cae4-1a05-4849-8a44-b0187aebd1bc",
2610
+ option_code: "ALTERNATIVE",
2611
+ option_en: "Alternative Investments",
2612
+ option_ar: "الاستثمارات البديلة",
2613
+ display_order: 5,
2614
+ is_active: true,
2615
+ source: "manual",
2616
+ created_at: "date",
2617
+ updated_at: "date"
2618
+ },
2619
+ {
2620
+ id: "e07878bf-3d9f-4392-945a-9fbfb28fd527",
2621
+ question_id: "b799cae4-1a05-4849-8a44-b0187aebd1bc",
2622
+ option_code: "MARGIN",
2623
+ option_en: "Margin Transactions (over the past 5 years)",
2624
+ option_ar: "معاملات الهامش (خلال السنوات الخمس الماضية)",
2625
+ display_order: 6,
2626
+ is_active: true,
2627
+ source: "manual",
2628
+ created_at: "date",
2629
+ updated_at: "date"
2630
+ }
2631
+ ]
2632
+ }
2633
+ ]
2634
+ }
2635
+ ]
2636
+ },
2637
+ {
2638
+ id: "ca4648f2-a9d3-4290-b8f9-ffc17d5a04fd",
2639
+ step_id: "54333a89-fff5-4634-81f7-16b253dd7ab3",
2640
+ order: 2,
2641
+ title_en: "substep two",
2642
+ title_ar: "الخطوة الثانية",
2643
+ created_at: "date",
2644
+ updated_at: "date",
2645
+ groups: [
2646
+ {
2647
+ id: "890f5353-fe4c-4303-b747-4e99584c747e",
2648
+ substep_id: "ca4648f2-a9d3-4290-b8f9-ffc17d5a04fd",
2649
+ order: 2,
2650
+ type: "group",
2651
+ title_en: "Knowledge and Goals",
2652
+ title_ar: "المعرفة والأهداف",
2653
+ required: true,
2654
+ created_at: "date",
2655
+ updated_at: "date",
2656
+ questions: [
2657
+ {
2658
+ id: "d45f5299-bad5-4581-b2d4-c9973a17202d",
2659
+ group_id: "890f5353-fe4c-4303-b747-4e99584c747e",
2660
+ question_code: "substep_two.knowledge_and_goals.how_much_do_you_know_about_investment_investment_concepts_and_products_and_the_different_risks_involved",
2661
+ label_en: "How much do you know about investment, investment concepts and products, and the different risks involved?",
2662
+ label_ar: "ما مدى معرفتك بالاستثمار ومفاهيمه ومنتجاته والمخاطر المختلفة المرتبطة به؟",
2663
+ type: "single_choice",
2664
+ editable: true,
2665
+ required: true,
2666
+ is_prefilled: false,
2667
+ created_at: "date",
2668
+ updated_at: "date",
2669
+ answers: [
2670
+ {
2671
+ id: "dc354a1d-9738-4c9e-b060-309b9212e865",
2672
+ question_id: "d45f5299-bad5-4581-b2d4-c9973a17202d",
2673
+ option_code: "NO_KNOWLEDGE",
2674
+ option_en: "No Knowledge",
2675
+ option_ar: "لا توجد معرفة",
2676
+ display_order: 1,
2677
+ is_active: true,
2678
+ source: "manual",
2679
+ created_at: "date",
2680
+ updated_at: "date"
2681
+ },
2682
+ {
2683
+ id: "6ee1ad14-cea1-40dd-a33d-c28b3b2517f5",
2684
+ question_id: "d45f5299-bad5-4581-b2d4-c9973a17202d",
2685
+ option_code: "BASIC_KNOWLEDGE",
2686
+ option_en: "Basic Knowledge",
2687
+ option_ar: "معرفة أساسية",
2688
+ display_order: 2,
2689
+ is_active: true,
2690
+ source: "manual",
2691
+ created_at: "date",
2692
+ updated_at: "date"
2693
+ },
2694
+ {
2695
+ id: "223f49df-66a4-4b45-98ee-3256fc0fba42",
2696
+ question_id: "d45f5299-bad5-4581-b2d4-c9973a17202d",
2697
+ option_code: "GOOD_KNOWLEDGE",
2698
+ option_en: "Good Knowledge",
2699
+ option_ar: "معرفة جيدة",
2700
+ display_order: 3,
2701
+ is_active: true,
2702
+ source: "manual",
2703
+ created_at: "date",
2704
+ updated_at: "date"
2705
+ },
2706
+ {
2707
+ id: "c8be90e1-58f0-40a2-9706-a09a5cf7b892",
2708
+ question_id: "d45f5299-bad5-4581-b2d4-c9973a17202d",
2709
+ option_code: "HIGH_KNOWLEDGE",
2710
+ option_en: "High Knowledge",
2711
+ option_ar: "معرفة عالية",
2712
+ display_order: 4,
2713
+ is_active: true,
2714
+ source: "manual",
2715
+ created_at: "date",
2716
+ updated_at: "date"
2717
+ }
2718
+ ]
2719
+ },
2720
+ {
2721
+ id: "1c9e728b-fe4f-47e2-b64e-2807a5700507",
2722
+ group_id: "890f5353-fe4c-4303-b747-4e99584c747e",
2723
+ label_en: "How long have you been actively investing/ trading?",
2724
+ label_ar: "منذ متى وأنت تستثمر/تتداول بنشاط؟",
2725
+ type: "single_choice",
2726
+ required: true,
2727
+ editable: true,
2728
+ is_prefilled: false,
2729
+ question_code: "substep_two.knowledge_and_goals.how_long_have_you_been_actively_investing_trading",
2730
+ created_at: "date",
2731
+ updated_at: "date",
2732
+ answers: [
2733
+ {
2734
+ id: "83b10643-fd70-4bda-9a17-d57bdc91a75e",
2735
+ question_id: "1c9e728b-fe4f-47e2-b64e-2807a5700507",
2736
+ option_code: "LESS_1_YEAR_EXPERIENCE",
2737
+ option_en: "Less than 1 year",
2738
+ option_ar: "أقل من سنة واحدة",
2739
+ display_order: 1,
2740
+ is_active: true,
2741
+ source: "manual",
2742
+ created_at: "date",
2743
+ updated_at: "date"
2744
+ },
2745
+ {
2746
+ id: "395dab06-b7ba-49e2-8d26-834c2a160726",
2747
+ question_id: "1c9e728b-fe4f-47e2-b64e-2807a5700507",
2748
+ option_code: "1_TO_3_YEARS_EXPERIENCE",
2749
+ option_en: "1 to 3 years",
2750
+ option_ar: "1 إلى 3 سنوات",
2751
+ display_order: 2,
2752
+ is_active: true,
2753
+ source: "manual",
2754
+ created_at: "date",
2755
+ updated_at: "date"
2756
+ },
2757
+ {
2758
+ id: "d861b11b-6fa0-48d0-b850-f71699ef501d",
2759
+ question_id: "1c9e728b-fe4f-47e2-b64e-2807a5700507",
2760
+ option_code: "3_TO_5_YEARS_EXPERIENCE",
2761
+ option_en: "3 to 5 years",
2762
+ option_ar: "3 إلى 5 سنوات",
2763
+ display_order: 3,
2764
+ is_active: true,
2765
+ source: "manual",
2766
+ created_at: "date",
2767
+ updated_at: "date"
2768
+ },
2769
+ {
2770
+ id: "87596d27-2ba9-4e84-b250-02a75010a123",
2771
+ question_id: "1c9e728b-fe4f-47e2-b64e-2807a5700507",
2772
+ option_code: "MORE_5_YEARS_EXPERIENCE",
2773
+ option_en: "More than 5 years",
2774
+ option_ar: "أكثر من 5 سنوات",
2775
+ display_order: 4,
2776
+ is_active: true,
2777
+ source: "manual",
2778
+ created_at: "date",
2779
+ updated_at: "date"
2780
+ }
2781
+ ]
2782
+ },
2783
+ {
2784
+ id: "ad446c28-ca71-464b-9bbd-13d443f61894",
2785
+ group_id: "890f5353-fe4c-4303-b747-4e99584c747e",
2786
+ label_en: "What is your investment objective?",
2787
+ label_ar: "ما هو هدفك الاستثماري؟",
2788
+ type: "single_choice",
2789
+ required: true,
2790
+ editable: true,
2791
+ is_prefilled: false,
2792
+ question_code: "substep_two.knowledge_and_goals.what_is_your_investment_objective",
2793
+ created_at: "date",
2794
+ updated_at: "date",
2795
+ answers: [
2796
+ {
2797
+ id: "098f85fb-f848-48a4-985b-900ea8bb706f",
2798
+ question_id: "ad446c28-ca71-464b-9bbd-13d443f61894",
2799
+ option_code: "PRESERVE_CAPITAL",
2800
+ option_en: "To preserve capital, with a return just above deposit rate",
2801
+ option_ar: "الحفاظ على رأس المال، مع عائد أعلى قليلاً من معدل الودائع",
2802
+ display_order: 1,
2803
+ is_active: true,
2804
+ source: "manual",
2805
+ created_at: "date",
2806
+ updated_at: "date"
2807
+ },
2808
+ {
2809
+ id: "8e19e694-8d6d-4c5a-a73c-25a8f0edf4bc",
2810
+ question_id: "ad446c28-ca71-464b-9bbd-13d443f61894",
2811
+ option_code: "EARN_MORE",
2812
+ option_en: "To earn more than deposit rate, while risking only a small amount of my capital",
2813
+ option_ar: "كسب أكثر من معدل الودائع، مع المخاطرة بجزء صغير من رأس مالي فقط",
2814
+ display_order: 2,
2815
+ is_active: true,
2816
+ source: "manual",
2817
+ created_at: "date",
2818
+ updated_at: "date"
2819
+ },
2820
+ {
2821
+ id: "e443d3c5-cc98-4ac4-929c-21018a7565b4",
2822
+ question_id: "ad446c28-ca71-464b-9bbd-13d443f61894",
2823
+ option_code: "OPTION_3",
2824
+ option_en: "To grow my capital, but I am willing to accept short-term losses only",
2825
+ option_ar: "تنمية رأس مالي، لكنني مستعد لقبول الخسائر قصيرة المدى فقط",
2826
+ display_order: 3,
2827
+ is_active: true,
2828
+ source: "manual",
2829
+ created_at: "date",
2830
+ updated_at: "date"
2831
+ },
2832
+ {
2833
+ id: "0657ac50-4198-463a-94c5-e95e2f662e9a",
2834
+ question_id: "ad446c28-ca71-464b-9bbd-13d443f61894",
2835
+ option_code: "MAXIMIZE_CAPITAL",
2836
+ option_en: "To maximize capital growth, and I am willing to take substantial risk to do so",
2837
+ option_ar: "تعظيم نمو رأس المال، وأنا مستعد لتحمل مخاطر كبيرة لتحقيق ذلك",
2838
+ display_order: 4,
2839
+ is_active: true,
2840
+ source: "manual",
2841
+ created_at: "date",
2842
+ updated_at: "date"
2843
+ }
2844
+ ]
2845
+ },
2846
+ {
2847
+ id: "9c221ac1-5a72-4b2e-8b85-475aabbd45de",
2848
+ group_id: "890f5353-fe4c-4303-b747-4e99584c747e",
2849
+ label_en: "How long are you looking to invest for?",
2850
+ label_ar: "لمدة كم تخطط للاستثمار؟",
2851
+ type: "single_choice",
2852
+ required: true,
2853
+ editable: true,
2854
+ is_prefilled: false,
2855
+ question_code: "substep_two.knowledge_and_goals.how_long_are_you_looking_to_invest_for",
2856
+ created_at: "date",
2857
+ updated_at: "date",
2858
+ answers: [
2859
+ {
2860
+ id: "e8f7072a-8a25-4e1d-b6d9-50b4f7a9147c",
2861
+ question_id: "9c221ac1-5a72-4b2e-8b85-475aabbd45de",
2862
+ option_code: "LESS_1_YEAR_INVESTMENT",
2863
+ option_en: "Less than 1 year",
2864
+ option_ar: "أقل من سنة واحدة",
2865
+ display_order: 1,
2866
+ is_active: true,
2867
+ source: "manual",
2868
+ created_at: "date",
2869
+ updated_at: "date"
2870
+ },
2871
+ {
2872
+ id: "f0f1c585-b2da-427e-bff4-a867e73ac4d3",
2873
+ question_id: "9c221ac1-5a72-4b2e-8b85-475aabbd45de",
2874
+ option_code: "2_TO_5_YEARS_INVESTMENT",
2875
+ option_en: "2 to 5 years",
2876
+ option_ar: "2 إلى 5 سنوات",
2877
+ display_order: 2,
2878
+ is_active: true,
2879
+ source: "manual",
2880
+ created_at: "date",
2881
+ updated_at: "date"
2882
+ },
2883
+ {
2884
+ id: "e2c60e8a-0c7e-4e2d-bdad-23e3c6f5163c",
2885
+ question_id: "9c221ac1-5a72-4b2e-8b85-475aabbd45de",
2886
+ option_code: "6_TO_10_YEARS_INVESTMENT",
2887
+ option_en: "6 to 10 years",
2888
+ option_ar: "6 إلى 10 سنوات",
2889
+ display_order: 3,
2890
+ is_active: true,
2891
+ source: "manual",
2892
+ created_at: "date",
2893
+ updated_at: "date"
2894
+ },
2895
+ {
2896
+ id: "7ad8e946-8ddc-458a-b51d-92778a9804c5",
2897
+ question_id: "9c221ac1-5a72-4b2e-8b85-475aabbd45de",
2898
+ option_code: "MORE_10_YEARS_INVESTMENT",
2899
+ option_en: "More than 10 years",
2900
+ option_ar: "أكثر من 10 سنوات",
2901
+ display_order: 4,
2902
+ is_active: true,
2903
+ source: "manual",
2904
+ created_at: "date",
2905
+ updated_at: "date"
2906
+ }
2907
+ ]
2908
+ },
2909
+ {
2910
+ id: "be7db771-a767-49b8-8bea-e90e88e22e73",
2911
+ group_id: "890f5353-fe4c-4303-b747-4e99584c747e",
2912
+ label_en: "What is your appetite for risk?",
2913
+ label_ar: "ما هو مستوى تحملك للمخاطر؟",
2914
+ type: "single_choice",
2915
+ required: true,
2916
+ editable: true,
2917
+ is_prefilled: false,
2918
+ question_code: "substep_two.knowledge_and_goals.what_is_your_appetite_for_risk",
2919
+ created_at: "date",
2920
+ updated_at: "date",
2921
+ answers: [
2922
+ {
2923
+ id: "3562dcf1-7a7e-4ffb-ad4a-c0f8cc26eab8",
2924
+ question_id: "be7db771-a767-49b8-8bea-e90e88e22e73",
2925
+ option_code: "VERY_LOW",
2926
+ option_en: "Very Low",
2927
+ option_ar: "منخفض جداً",
2928
+ display_order: 1,
2929
+ is_active: true,
2930
+ source: "manual",
2931
+ created_at: "date",
2932
+ updated_at: "date"
2933
+ },
2934
+ {
2935
+ id: "9ed52eac-aed6-4701-8d3e-025d4e27555b",
2936
+ question_id: "be7db771-a767-49b8-8bea-e90e88e22e73",
2937
+ option_code: "LOW",
2938
+ option_en: "Low",
2939
+ option_ar: "منخفض",
2940
+ display_order: 2,
2941
+ is_active: true,
2942
+ source: "manual",
2943
+ created_at: "date",
2944
+ updated_at: "date"
2945
+ },
2946
+ {
2947
+ id: "5ca52ffe-3406-4711-a5a6-c9e875438f31",
2948
+ question_id: "be7db771-a767-49b8-8bea-e90e88e22e73",
2949
+ option_code: "MEDIUM",
2950
+ option_en: "Medium",
2951
+ option_ar: "متوسط",
2952
+ display_order: 3,
2953
+ is_active: true,
2954
+ source: "manual",
2955
+ created_at: "date",
2956
+ updated_at: "date"
2957
+ },
2958
+ {
2959
+ id: "978dd620-7c90-4160-9aa0-f7b59534b417",
2960
+ question_id: "be7db771-a767-49b8-8bea-e90e88e22e73",
2961
+ option_code: "HIGH",
2962
+ option_en: "High",
2963
+ option_ar: "عالي",
2964
+ display_order: 4,
2965
+ is_active: true,
2966
+ source: "manual",
2967
+ created_at: "date",
2968
+ updated_at: "date"
2969
+ }
2970
+ ]
2971
+ },
2972
+ {
2973
+ id: "5d15cf66-2445-42f4-9249-ac642ad10763",
2974
+ group_id: "5c33771d-fb67-44b4-87af-53e269680342",
2975
+ label_en: "Educational level",
2976
+ label_ar: "المستوى التعليمي",
2977
+ type: "single_choice",
2978
+ required: true,
2979
+ editable: true,
2980
+ is_prefilled: false,
2981
+ question_code: "substep_two.knowledge_and_goals.educational_level",
2982
+ created_at: "date",
2983
+ updated_at: "date",
2984
+ answers: [
2985
+ {
2986
+ id: "e6c5a17a-239c-4648-9519-71517d90d16c",
2987
+ question_id: "5d15cf66-2445-42f4-9249-ac642ad10763",
2988
+ option_code: "ILLITERATE",
2989
+ option_en: "Illiterate",
2990
+ option_ar: "أمي",
2991
+ display_order: 1,
2992
+ is_active: true,
2993
+ source: "manual",
2994
+ created_at: "date",
2995
+ updated_at: "date"
2996
+ },
2997
+ {
2998
+ id: "eec14692-5b02-452c-8797-1dd84de2b57e",
2999
+ question_id: "5d15cf66-2445-42f4-9249-ac642ad10763",
3000
+ option_code: "PRE_INTERMEDIATE",
3001
+ option_en: "Pre-Intermediate",
3002
+ option_ar: "ما قبل المتوسط",
3003
+ display_order: 2,
3004
+ is_active: true,
3005
+ source: "manual",
3006
+ created_at: "date",
3007
+ updated_at: "date"
3008
+ },
3009
+ {
3010
+ id: "bb598027-9f86-4ce6-a1b7-30ba81e3ee40",
3011
+ question_id: "5d15cf66-2445-42f4-9249-ac642ad10763",
3012
+ option_code: "INTERMEDIATE",
3013
+ option_en: "Intermediate",
3014
+ option_ar: "متوسط",
3015
+ display_order: 3,
3016
+ is_active: true,
3017
+ source: "manual",
3018
+ created_at: "date",
3019
+ updated_at: "date"
3020
+ },
3021
+ {
3022
+ id: "c2618a4f-a982-402f-91df-c9cd670fdd3e",
3023
+ question_id: "5d15cf66-2445-42f4-9249-ac642ad10763",
3024
+ option_code: "HIGH",
3025
+ option_en: "High school",
3026
+ option_ar: "ثانوية عامة",
3027
+ display_order: 4,
3028
+ is_active: true,
3029
+ source: "manual",
3030
+ created_at: "date",
3031
+ updated_at: "date"
3032
+ },
3033
+ {
3034
+ id: "7b9daeaa-5c5f-4c41-ac78-17e8b8eb68c2",
3035
+ question_id: "5d15cf66-2445-42f4-9249-ac642ad10763",
3036
+ option_code: "UNIVERSITY",
3037
+ option_en: "University",
3038
+ option_ar: "جامعة",
3039
+ display_order: 5,
3040
+ is_active: true,
3041
+ source: "manual",
3042
+ created_at: "date",
3043
+ updated_at: "date"
3044
+ },
3045
+ {
3046
+ id: "cf8dcfe7-3b6b-49bd-ae48-1e6db39eb459",
3047
+ question_id: "5d15cf66-2445-42f4-9249-ac642ad10763",
3048
+ option_code: "POSTGRADUATE",
3049
+ option_en: "Postgraduate",
3050
+ option_ar: "دراسات عليا",
3051
+ display_order: 6,
3052
+ is_active: true,
3053
+ source: "manual",
3054
+ created_at: "date",
3055
+ updated_at: "date"
3056
+ }
3057
+ ]
3058
+ }
3059
+ ]
3060
+ }
3061
+ ]
3062
+ }
3063
+ ]
3064
+ },
3065
+ {
3066
+ id: "6888ccc4-b86f-4f3f-9587-99456784269f",
3067
+ onboarding_schema_id: "8c85d8ae-1bc0-4db0-8431-d2fa8eaa8177",
3068
+ order: 5,
3069
+ title_en: "Review & Submit",
3070
+ title_ar: "مراجعة وإرسال",
3071
+ step_description_en: "Confirm your information and complete your application.",
3072
+ step_description_ar: "تأكيد معلوماتك وإكمال طلبك.",
3073
+ created_at: "date",
3074
+ updated_at: "date",
3075
+ substeps: [
3076
+ {
3077
+ id: "3c02b7da-5850-4316-b404-614339a56d67",
3078
+ step_id: "6888ccc4-b86f-4f3f-9587-99456784269f",
3079
+ order: 1,
3080
+ title_en: "Review & Submit Information",
3081
+ title_ar: "معلومات المراجعة والإرسال",
3082
+ created_at: "date",
3083
+ updated_at: "date",
3084
+ groups: [
3085
+ {
3086
+ id: "c0434b96-8337-43c3-a4f6-072dfdbbffd0",
3087
+ substep_id: "3c02b7da-5850-4316-b404-614339a56d67",
3088
+ order: 1,
3089
+ type: "group",
3090
+ title_en: "Summary",
3091
+ title_ar: "الملخص",
3092
+ required: true,
3093
+ created_at: "date",
3094
+ updated_at: "date",
3095
+ questions: [
3096
+ {
3097
+ id: "932177f9-18a9-4447-bd99-8756cfa90944",
3098
+ question_code: "review_submit_information.summary.summary",
3099
+ group_id: "c0434b96-8337-43c3-a4f6-072dfdbbffd0",
3100
+ label_en: "Summary",
3101
+ label_ar: "الملخص",
3102
+ type: "text",
3103
+ editable: true,
3104
+ required: true,
3105
+ is_prefilled: false,
3106
+ created_at: "date",
3107
+ updated_at: "date"
3108
+ },
3109
+ {
3110
+ id: "7eabc1af-674e-46cd-9a1c-188729cee1ac",
3111
+ question_code: "review_submit_information.summary.do_you_agree_to_the_terms_and_conditions_outlined_in_this_agreement_and_accept_to_be_legally_bound_by_them",
3112
+ group_id: "c0434b96-8337-43c3-a4f6-072dfdbbffd0",
3113
+ label_en: "Do you agree to the terms and conditions outlined in this agreement and accept to be legally bound by them?",
3114
+ label_ar: "هل توافق على الشروط والأحكام المذكورة في هذه الاتفاقية وتقبل الالتزام بها قانونياً؟",
3115
+ type: "yes_no",
3116
+ editable: true,
3117
+ required: true,
3118
+ is_prefilled: false,
3119
+ created_at: "date",
3120
+ updated_at: "date",
3121
+ answers: [
3122
+ {
3123
+ id: "af87bd87-bccd-4c42-9732-7085243e61bc",
3124
+ question_id: "7eabc1af-674e-46cd-9a1c-188729cee1ac",
3125
+ option_code: "YES",
3126
+ option_en: "Yes",
3127
+ option_ar: "نعم",
3128
+ display_order: 1,
3129
+ is_active: true,
3130
+ source: "manual",
3131
+ created_at: "date",
3132
+ updated_at: "date"
3133
+ },
3134
+ {
3135
+ id: "88dac339-4b3c-4e08-b018-2f51d632435b",
3136
+ question_id: "7eabc1af-674e-46cd-9a1c-188729cee1ac",
3137
+ option_code: "NO",
3138
+ option_en: "No",
3139
+ option_ar: "لا",
3140
+ display_order: 2,
3141
+ is_active: true,
3142
+ source: "manual",
3143
+ created_at: "date",
3144
+ updated_at: "date"
3145
+ }
3146
+ ]
3147
+ }
3148
+ ]
3149
+ }
3150
+ ]
3151
+ }
3152
+ ]
3153
+ }
3154
+ ]
3155
+ };
3156
+ exports.onboardingStructure = exports.onboardingSchema.steps;
3157
+ exports.default = exports.onboardingSchema;
3158
+ //# sourceMappingURL=onboarding_structure.v1.0.js.map