@yigemo/choosefire 0.1.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 (62) hide show
  1. package/README.md +83 -0
  2. package/contracts/choosefire-family-wealth/v2/capability-matrix.v1.json +464 -0
  3. package/contracts/choosefire-family-wealth/v2/golden/performance.v1.json +79 -0
  4. package/contracts/choosefire-family-wealth/v2/golden/r2-contract.v1.json +1070 -0
  5. package/contracts/choosefire-family-wealth/v2/golden/scenarios.v1.json +241 -0
  6. package/contracts/choosefire-family-wealth/v2/golden/transport.v1.json +207 -0
  7. package/contracts/choosefire-family-wealth/v2/manifest.json +58 -0
  8. package/contracts/choosefire-family-wealth/v2/openapi.generated.json +2605 -0
  9. package/contracts/choosefire-family-wealth/v2/runtime-schemas/family-wealth.v2.schema.json +2127 -0
  10. package/contracts/choosefire-family-wealth/v2/taxonomies/account-types.v1.json +41 -0
  11. package/contracts/choosefire-family-wealth/v2/taxonomies/asset-classes.v1.json +45 -0
  12. package/contracts/choosefire-family-wealth/v2/taxonomies/transaction-types.v1.json +57 -0
  13. package/contracts/choosefire-financial-workspace/v1/field-registry.generated.json +137 -0
  14. package/contracts/choosefire-financial-workspace/v1/field-registry.manifest.json +11 -0
  15. package/contracts/choosefire-financial-workspace/v1/golden/commands.invalid.json +583 -0
  16. package/contracts/choosefire-financial-workspace/v1/golden/commands.valid.json +201 -0
  17. package/contracts/choosefire-financial-workspace/v1/golden/cursors.invalid.json +82 -0
  18. package/contracts/choosefire-financial-workspace/v1/golden/errors.invalid.json +191 -0
  19. package/contracts/choosefire-financial-workspace/v1/golden/errors.valid.json +298 -0
  20. package/contracts/choosefire-financial-workspace/v1/golden/fingerprints.json +105 -0
  21. package/contracts/choosefire-financial-workspace/v1/golden/projections.invalid.json +3543 -0
  22. package/contracts/choosefire-financial-workspace/v1/golden/projections.valid.json +2953 -0
  23. package/contracts/choosefire-financial-workspace/v1/manifest.json +69 -0
  24. package/contracts/choosefire-financial-workspace/v1/openapi.generated.json +1987 -0
  25. package/contracts/choosefire-financial-workspace/v1/runtime-schemas/financial-workspace.v1.schema.json +1496 -0
  26. package/dist/args.d.ts +5 -0
  27. package/dist/args.js +60 -0
  28. package/dist/args.js.map +1 -0
  29. package/dist/auth.d.ts +55 -0
  30. package/dist/auth.js +480 -0
  31. package/dist/auth.js.map +1 -0
  32. package/dist/commands.d.ts +4 -0
  33. package/dist/commands.js +637 -0
  34. package/dist/commands.js.map +1 -0
  35. package/dist/config.d.ts +10 -0
  36. package/dist/config.js +74 -0
  37. package/dist/config.js.map +1 -0
  38. package/dist/family-wealth-v2-contracts.d.ts +276 -0
  39. package/dist/family-wealth-v2-contracts.js +77 -0
  40. package/dist/family-wealth-v2-contracts.js.map +1 -0
  41. package/dist/family-wealth-v2-http.d.ts +65 -0
  42. package/dist/family-wealth-v2-http.js +340 -0
  43. package/dist/family-wealth-v2-http.js.map +1 -0
  44. package/dist/financial-workspace-contracts.d.ts +191 -0
  45. package/dist/financial-workspace-contracts.js +282 -0
  46. package/dist/financial-workspace-contracts.js.map +1 -0
  47. package/dist/http.d.ts +76 -0
  48. package/dist/http.js +446 -0
  49. package/dist/http.js.map +1 -0
  50. package/dist/index.d.ts +2 -0
  51. package/dist/index.js +50 -0
  52. package/dist/index.js.map +1 -0
  53. package/dist/output.d.ts +18 -0
  54. package/dist/output.js +111 -0
  55. package/dist/output.js.map +1 -0
  56. package/dist/token-store.d.ts +27 -0
  57. package/dist/token-store.js +408 -0
  58. package/dist/token-store.js.map +1 -0
  59. package/dist/types.d.ts +65 -0
  60. package/dist/types.js +5 -0
  61. package/dist/types.js.map +1 -0
  62. package/package.json +43 -0
@@ -0,0 +1,3543 @@
1
+ [
2
+ {
3
+ "caseId": "activity-authority-store-mismatch",
4
+ "classification": "REMOTE_RESPONSE_INVALID",
5
+ "input": {
6
+ "code": 0,
7
+ "data": {
8
+ "authority": {
9
+ "householdId": "household-synthetic-001",
10
+ "mode": "account",
11
+ "status": "authoritative",
12
+ "storeId": "store-synthetic-other"
13
+ },
14
+ "contractVersion": 1,
15
+ "hasMore": false,
16
+ "items": [
17
+ {
18
+ "affectedObjects": [
19
+ {
20
+ "kind": "financial_workspace_workspace_ref.v1",
21
+ "storeId": "store-synthetic-001"
22
+ }
23
+ ],
24
+ "baseVersion": 0,
25
+ "channel": "cli",
26
+ "committedAt": "2026-08-16T00:00:00.000Z",
27
+ "kind": "financial_workspace_operation.v1",
28
+ "operation": "workspace.initialize",
29
+ "operationId": "operation-synthetic-001",
30
+ "primaryObject": {
31
+ "kind": "financial_workspace_workspace_ref.v1",
32
+ "storeId": "store-synthetic-001"
33
+ },
34
+ "resultVersion": 1
35
+ }
36
+ ],
37
+ "kind": "financial_workspace_activity_page.v1",
38
+ "nextCursor": "synthetic-opaque-cursor-v1",
39
+ "projectionVersion": 1,
40
+ "throughVersion": 1
41
+ },
42
+ "status": "success",
43
+ "success": true
44
+ },
45
+ "schema": "SuccessEnvelopeFinancialWorkspaceActivityPageV1",
46
+ "valid": false
47
+ },
48
+ {
49
+ "caseId": "activity-empty-has-more",
50
+ "classification": "REMOTE_RESPONSE_INVALID",
51
+ "input": {
52
+ "code": 0,
53
+ "data": {
54
+ "authority": {
55
+ "householdId": "household-synthetic-001",
56
+ "mode": "account",
57
+ "status": "authoritative",
58
+ "storeId": "store-synthetic-001"
59
+ },
60
+ "contractVersion": 1,
61
+ "hasMore": true,
62
+ "items": [],
63
+ "kind": "financial_workspace_activity_page.v1",
64
+ "nextCursor": "synthetic-opaque-cursor-v1",
65
+ "projectionVersion": 1,
66
+ "throughVersion": 2
67
+ },
68
+ "status": "success",
69
+ "success": true
70
+ },
71
+ "schema": "SuccessEnvelopeFinancialWorkspaceActivityPageV1",
72
+ "valid": false
73
+ },
74
+ {
75
+ "caseId": "activity-gap",
76
+ "classification": "REMOTE_RESPONSE_INVALID",
77
+ "input": {
78
+ "code": 0,
79
+ "data": {
80
+ "authority": {
81
+ "householdId": "household-synthetic-001",
82
+ "mode": "account",
83
+ "status": "authoritative",
84
+ "storeId": "store-synthetic-001"
85
+ },
86
+ "contractVersion": 1,
87
+ "hasMore": false,
88
+ "items": [
89
+ {
90
+ "affectedObjects": [
91
+ {
92
+ "kind": "financial_workspace_workspace_ref.v1",
93
+ "storeId": "store-synthetic-001"
94
+ }
95
+ ],
96
+ "baseVersion": 0,
97
+ "channel": "cli",
98
+ "committedAt": "2026-08-16T00:00:00.000Z",
99
+ "kind": "financial_workspace_operation.v1",
100
+ "operation": "workspace.initialize",
101
+ "operationId": "operation-synthetic-001",
102
+ "primaryObject": {
103
+ "kind": "financial_workspace_workspace_ref.v1",
104
+ "storeId": "store-synthetic-001"
105
+ },
106
+ "resultVersion": 1
107
+ },
108
+ {
109
+ "affectedObjects": [
110
+ {
111
+ "factId": "fact-synthetic-003",
112
+ "kind": "financial_workspace_fact_ref.v1"
113
+ },
114
+ {
115
+ "kind": "financial_workspace_workspace_ref.v1",
116
+ "storeId": "store-synthetic-001"
117
+ }
118
+ ],
119
+ "baseVersion": 2,
120
+ "channel": "web",
121
+ "committedAt": "2026-08-16T00:00:00.000Z",
122
+ "kind": "financial_workspace_operation.v1",
123
+ "operation": "fact.record",
124
+ "operationId": "operation-synthetic-003",
125
+ "primaryObject": {
126
+ "factId": "fact-synthetic-003",
127
+ "kind": "financial_workspace_fact_ref.v1"
128
+ },
129
+ "resultVersion": 3
130
+ }
131
+ ],
132
+ "kind": "financial_workspace_activity_page.v1",
133
+ "nextCursor": "synthetic-opaque-cursor-v1",
134
+ "projectionVersion": 1,
135
+ "throughVersion": 3
136
+ },
137
+ "status": "success",
138
+ "success": true
139
+ },
140
+ "schema": "SuccessEnvelopeFinancialWorkspaceActivityPageV1",
141
+ "valid": false
142
+ },
143
+ {
144
+ "caseId": "activity-has-more-false-before-through",
145
+ "classification": "REMOTE_RESPONSE_INVALID",
146
+ "input": {
147
+ "code": 0,
148
+ "data": {
149
+ "authority": {
150
+ "householdId": "household-synthetic-001",
151
+ "mode": "account",
152
+ "status": "authoritative",
153
+ "storeId": "store-synthetic-001"
154
+ },
155
+ "contractVersion": 1,
156
+ "hasMore": false,
157
+ "items": [
158
+ {
159
+ "affectedObjects": [
160
+ {
161
+ "kind": "financial_workspace_workspace_ref.v1",
162
+ "storeId": "store-synthetic-001"
163
+ }
164
+ ],
165
+ "baseVersion": 0,
166
+ "channel": "cli",
167
+ "committedAt": "2026-08-16T00:00:00.000Z",
168
+ "kind": "financial_workspace_operation.v1",
169
+ "operation": "workspace.initialize",
170
+ "operationId": "operation-synthetic-001",
171
+ "primaryObject": {
172
+ "kind": "financial_workspace_workspace_ref.v1",
173
+ "storeId": "store-synthetic-001"
174
+ },
175
+ "resultVersion": 1
176
+ }
177
+ ],
178
+ "kind": "financial_workspace_activity_page.v1",
179
+ "nextCursor": "synthetic-opaque-cursor-v1",
180
+ "projectionVersion": 1,
181
+ "throughVersion": 2
182
+ },
183
+ "status": "success",
184
+ "success": true
185
+ },
186
+ "schema": "SuccessEnvelopeFinancialWorkspaceActivityPageV1",
187
+ "valid": false
188
+ },
189
+ {
190
+ "caseId": "activity-has-more-true-at-through",
191
+ "classification": "REMOTE_RESPONSE_INVALID",
192
+ "input": {
193
+ "code": 0,
194
+ "data": {
195
+ "authority": {
196
+ "householdId": "household-synthetic-001",
197
+ "mode": "account",
198
+ "status": "authoritative",
199
+ "storeId": "store-synthetic-001"
200
+ },
201
+ "contractVersion": 1,
202
+ "hasMore": true,
203
+ "items": [
204
+ {
205
+ "affectedObjects": [
206
+ {
207
+ "kind": "financial_workspace_workspace_ref.v1",
208
+ "storeId": "store-synthetic-001"
209
+ }
210
+ ],
211
+ "baseVersion": 0,
212
+ "channel": "cli",
213
+ "committedAt": "2026-08-16T00:00:00.000Z",
214
+ "kind": "financial_workspace_operation.v1",
215
+ "operation": "workspace.initialize",
216
+ "operationId": "operation-synthetic-001",
217
+ "primaryObject": {
218
+ "kind": "financial_workspace_workspace_ref.v1",
219
+ "storeId": "store-synthetic-001"
220
+ },
221
+ "resultVersion": 1
222
+ }
223
+ ],
224
+ "kind": "financial_workspace_activity_page.v1",
225
+ "nextCursor": "synthetic-opaque-cursor-v1",
226
+ "projectionVersion": 1,
227
+ "throughVersion": 1
228
+ },
229
+ "status": "success",
230
+ "success": true
231
+ },
232
+ "schema": "SuccessEnvelopeFinancialWorkspaceActivityPageV1",
233
+ "valid": false
234
+ },
235
+ {
236
+ "caseId": "activity-over-max-items",
237
+ "classification": "REMOTE_RESPONSE_INVALID",
238
+ "input": {
239
+ "code": 0,
240
+ "data": {
241
+ "authority": {
242
+ "householdId": "household-synthetic-001",
243
+ "mode": "account",
244
+ "status": "authoritative",
245
+ "storeId": "store-synthetic-001"
246
+ },
247
+ "contractVersion": 1,
248
+ "hasMore": false,
249
+ "items": [
250
+ {
251
+ "affectedObjects": [
252
+ {
253
+ "kind": "financial_workspace_workspace_ref.v1",
254
+ "storeId": "store-synthetic-001"
255
+ }
256
+ ],
257
+ "baseVersion": 0,
258
+ "channel": "cli",
259
+ "committedAt": "2026-08-16T00:00:00.000Z",
260
+ "kind": "financial_workspace_operation.v1",
261
+ "operation": "workspace.initialize",
262
+ "operationId": "operation-synthetic-001",
263
+ "primaryObject": {
264
+ "kind": "financial_workspace_workspace_ref.v1",
265
+ "storeId": "store-synthetic-001"
266
+ },
267
+ "resultVersion": 1
268
+ },
269
+ {
270
+ "affectedObjects": [
271
+ {
272
+ "factId": "fact-synthetic-002",
273
+ "kind": "financial_workspace_fact_ref.v1"
274
+ },
275
+ {
276
+ "kind": "financial_workspace_workspace_ref.v1",
277
+ "storeId": "store-synthetic-001"
278
+ }
279
+ ],
280
+ "baseVersion": 1,
281
+ "channel": "web",
282
+ "committedAt": "2026-08-16T00:00:00.000Z",
283
+ "kind": "financial_workspace_operation.v1",
284
+ "operation": "fact.record",
285
+ "operationId": "operation-synthetic-002",
286
+ "primaryObject": {
287
+ "factId": "fact-synthetic-002",
288
+ "kind": "financial_workspace_fact_ref.v1"
289
+ },
290
+ "resultVersion": 2
291
+ },
292
+ {
293
+ "affectedObjects": [
294
+ {
295
+ "factId": "fact-synthetic-003",
296
+ "kind": "financial_workspace_fact_ref.v1"
297
+ },
298
+ {
299
+ "kind": "financial_workspace_workspace_ref.v1",
300
+ "storeId": "store-synthetic-001"
301
+ }
302
+ ],
303
+ "baseVersion": 2,
304
+ "channel": "web",
305
+ "committedAt": "2026-08-16T00:00:00.000Z",
306
+ "kind": "financial_workspace_operation.v1",
307
+ "operation": "fact.record",
308
+ "operationId": "operation-synthetic-003",
309
+ "primaryObject": {
310
+ "factId": "fact-synthetic-003",
311
+ "kind": "financial_workspace_fact_ref.v1"
312
+ },
313
+ "resultVersion": 3
314
+ },
315
+ {
316
+ "affectedObjects": [
317
+ {
318
+ "factId": "fact-synthetic-004",
319
+ "kind": "financial_workspace_fact_ref.v1"
320
+ },
321
+ {
322
+ "kind": "financial_workspace_workspace_ref.v1",
323
+ "storeId": "store-synthetic-001"
324
+ }
325
+ ],
326
+ "baseVersion": 3,
327
+ "channel": "web",
328
+ "committedAt": "2026-08-16T00:00:00.000Z",
329
+ "kind": "financial_workspace_operation.v1",
330
+ "operation": "fact.record",
331
+ "operationId": "operation-synthetic-004",
332
+ "primaryObject": {
333
+ "factId": "fact-synthetic-004",
334
+ "kind": "financial_workspace_fact_ref.v1"
335
+ },
336
+ "resultVersion": 4
337
+ },
338
+ {
339
+ "affectedObjects": [
340
+ {
341
+ "factId": "fact-synthetic-005",
342
+ "kind": "financial_workspace_fact_ref.v1"
343
+ },
344
+ {
345
+ "kind": "financial_workspace_workspace_ref.v1",
346
+ "storeId": "store-synthetic-001"
347
+ }
348
+ ],
349
+ "baseVersion": 4,
350
+ "channel": "web",
351
+ "committedAt": "2026-08-16T00:00:00.000Z",
352
+ "kind": "financial_workspace_operation.v1",
353
+ "operation": "fact.record",
354
+ "operationId": "operation-synthetic-005",
355
+ "primaryObject": {
356
+ "factId": "fact-synthetic-005",
357
+ "kind": "financial_workspace_fact_ref.v1"
358
+ },
359
+ "resultVersion": 5
360
+ },
361
+ {
362
+ "affectedObjects": [
363
+ {
364
+ "factId": "fact-synthetic-006",
365
+ "kind": "financial_workspace_fact_ref.v1"
366
+ },
367
+ {
368
+ "kind": "financial_workspace_workspace_ref.v1",
369
+ "storeId": "store-synthetic-001"
370
+ }
371
+ ],
372
+ "baseVersion": 5,
373
+ "channel": "web",
374
+ "committedAt": "2026-08-16T00:00:00.000Z",
375
+ "kind": "financial_workspace_operation.v1",
376
+ "operation": "fact.record",
377
+ "operationId": "operation-synthetic-006",
378
+ "primaryObject": {
379
+ "factId": "fact-synthetic-006",
380
+ "kind": "financial_workspace_fact_ref.v1"
381
+ },
382
+ "resultVersion": 6
383
+ },
384
+ {
385
+ "affectedObjects": [
386
+ {
387
+ "factId": "fact-synthetic-007",
388
+ "kind": "financial_workspace_fact_ref.v1"
389
+ },
390
+ {
391
+ "kind": "financial_workspace_workspace_ref.v1",
392
+ "storeId": "store-synthetic-001"
393
+ }
394
+ ],
395
+ "baseVersion": 6,
396
+ "channel": "web",
397
+ "committedAt": "2026-08-16T00:00:00.000Z",
398
+ "kind": "financial_workspace_operation.v1",
399
+ "operation": "fact.record",
400
+ "operationId": "operation-synthetic-007",
401
+ "primaryObject": {
402
+ "factId": "fact-synthetic-007",
403
+ "kind": "financial_workspace_fact_ref.v1"
404
+ },
405
+ "resultVersion": 7
406
+ },
407
+ {
408
+ "affectedObjects": [
409
+ {
410
+ "factId": "fact-synthetic-008",
411
+ "kind": "financial_workspace_fact_ref.v1"
412
+ },
413
+ {
414
+ "kind": "financial_workspace_workspace_ref.v1",
415
+ "storeId": "store-synthetic-001"
416
+ }
417
+ ],
418
+ "baseVersion": 7,
419
+ "channel": "web",
420
+ "committedAt": "2026-08-16T00:00:00.000Z",
421
+ "kind": "financial_workspace_operation.v1",
422
+ "operation": "fact.record",
423
+ "operationId": "operation-synthetic-008",
424
+ "primaryObject": {
425
+ "factId": "fact-synthetic-008",
426
+ "kind": "financial_workspace_fact_ref.v1"
427
+ },
428
+ "resultVersion": 8
429
+ },
430
+ {
431
+ "affectedObjects": [
432
+ {
433
+ "factId": "fact-synthetic-009",
434
+ "kind": "financial_workspace_fact_ref.v1"
435
+ },
436
+ {
437
+ "kind": "financial_workspace_workspace_ref.v1",
438
+ "storeId": "store-synthetic-001"
439
+ }
440
+ ],
441
+ "baseVersion": 8,
442
+ "channel": "web",
443
+ "committedAt": "2026-08-16T00:00:00.000Z",
444
+ "kind": "financial_workspace_operation.v1",
445
+ "operation": "fact.record",
446
+ "operationId": "operation-synthetic-009",
447
+ "primaryObject": {
448
+ "factId": "fact-synthetic-009",
449
+ "kind": "financial_workspace_fact_ref.v1"
450
+ },
451
+ "resultVersion": 9
452
+ },
453
+ {
454
+ "affectedObjects": [
455
+ {
456
+ "factId": "fact-synthetic-010",
457
+ "kind": "financial_workspace_fact_ref.v1"
458
+ },
459
+ {
460
+ "kind": "financial_workspace_workspace_ref.v1",
461
+ "storeId": "store-synthetic-001"
462
+ }
463
+ ],
464
+ "baseVersion": 9,
465
+ "channel": "web",
466
+ "committedAt": "2026-08-16T00:00:00.000Z",
467
+ "kind": "financial_workspace_operation.v1",
468
+ "operation": "fact.record",
469
+ "operationId": "operation-synthetic-010",
470
+ "primaryObject": {
471
+ "factId": "fact-synthetic-010",
472
+ "kind": "financial_workspace_fact_ref.v1"
473
+ },
474
+ "resultVersion": 10
475
+ },
476
+ {
477
+ "affectedObjects": [
478
+ {
479
+ "factId": "fact-synthetic-011",
480
+ "kind": "financial_workspace_fact_ref.v1"
481
+ },
482
+ {
483
+ "kind": "financial_workspace_workspace_ref.v1",
484
+ "storeId": "store-synthetic-001"
485
+ }
486
+ ],
487
+ "baseVersion": 10,
488
+ "channel": "web",
489
+ "committedAt": "2026-08-16T00:00:00.000Z",
490
+ "kind": "financial_workspace_operation.v1",
491
+ "operation": "fact.record",
492
+ "operationId": "operation-synthetic-011",
493
+ "primaryObject": {
494
+ "factId": "fact-synthetic-011",
495
+ "kind": "financial_workspace_fact_ref.v1"
496
+ },
497
+ "resultVersion": 11
498
+ },
499
+ {
500
+ "affectedObjects": [
501
+ {
502
+ "factId": "fact-synthetic-012",
503
+ "kind": "financial_workspace_fact_ref.v1"
504
+ },
505
+ {
506
+ "kind": "financial_workspace_workspace_ref.v1",
507
+ "storeId": "store-synthetic-001"
508
+ }
509
+ ],
510
+ "baseVersion": 11,
511
+ "channel": "web",
512
+ "committedAt": "2026-08-16T00:00:00.000Z",
513
+ "kind": "financial_workspace_operation.v1",
514
+ "operation": "fact.record",
515
+ "operationId": "operation-synthetic-012",
516
+ "primaryObject": {
517
+ "factId": "fact-synthetic-012",
518
+ "kind": "financial_workspace_fact_ref.v1"
519
+ },
520
+ "resultVersion": 12
521
+ },
522
+ {
523
+ "affectedObjects": [
524
+ {
525
+ "factId": "fact-synthetic-013",
526
+ "kind": "financial_workspace_fact_ref.v1"
527
+ },
528
+ {
529
+ "kind": "financial_workspace_workspace_ref.v1",
530
+ "storeId": "store-synthetic-001"
531
+ }
532
+ ],
533
+ "baseVersion": 12,
534
+ "channel": "web",
535
+ "committedAt": "2026-08-16T00:00:00.000Z",
536
+ "kind": "financial_workspace_operation.v1",
537
+ "operation": "fact.record",
538
+ "operationId": "operation-synthetic-013",
539
+ "primaryObject": {
540
+ "factId": "fact-synthetic-013",
541
+ "kind": "financial_workspace_fact_ref.v1"
542
+ },
543
+ "resultVersion": 13
544
+ },
545
+ {
546
+ "affectedObjects": [
547
+ {
548
+ "factId": "fact-synthetic-014",
549
+ "kind": "financial_workspace_fact_ref.v1"
550
+ },
551
+ {
552
+ "kind": "financial_workspace_workspace_ref.v1",
553
+ "storeId": "store-synthetic-001"
554
+ }
555
+ ],
556
+ "baseVersion": 13,
557
+ "channel": "web",
558
+ "committedAt": "2026-08-16T00:00:00.000Z",
559
+ "kind": "financial_workspace_operation.v1",
560
+ "operation": "fact.record",
561
+ "operationId": "operation-synthetic-014",
562
+ "primaryObject": {
563
+ "factId": "fact-synthetic-014",
564
+ "kind": "financial_workspace_fact_ref.v1"
565
+ },
566
+ "resultVersion": 14
567
+ },
568
+ {
569
+ "affectedObjects": [
570
+ {
571
+ "factId": "fact-synthetic-015",
572
+ "kind": "financial_workspace_fact_ref.v1"
573
+ },
574
+ {
575
+ "kind": "financial_workspace_workspace_ref.v1",
576
+ "storeId": "store-synthetic-001"
577
+ }
578
+ ],
579
+ "baseVersion": 14,
580
+ "channel": "web",
581
+ "committedAt": "2026-08-16T00:00:00.000Z",
582
+ "kind": "financial_workspace_operation.v1",
583
+ "operation": "fact.record",
584
+ "operationId": "operation-synthetic-015",
585
+ "primaryObject": {
586
+ "factId": "fact-synthetic-015",
587
+ "kind": "financial_workspace_fact_ref.v1"
588
+ },
589
+ "resultVersion": 15
590
+ },
591
+ {
592
+ "affectedObjects": [
593
+ {
594
+ "factId": "fact-synthetic-016",
595
+ "kind": "financial_workspace_fact_ref.v1"
596
+ },
597
+ {
598
+ "kind": "financial_workspace_workspace_ref.v1",
599
+ "storeId": "store-synthetic-001"
600
+ }
601
+ ],
602
+ "baseVersion": 15,
603
+ "channel": "web",
604
+ "committedAt": "2026-08-16T00:00:00.000Z",
605
+ "kind": "financial_workspace_operation.v1",
606
+ "operation": "fact.record",
607
+ "operationId": "operation-synthetic-016",
608
+ "primaryObject": {
609
+ "factId": "fact-synthetic-016",
610
+ "kind": "financial_workspace_fact_ref.v1"
611
+ },
612
+ "resultVersion": 16
613
+ },
614
+ {
615
+ "affectedObjects": [
616
+ {
617
+ "factId": "fact-synthetic-017",
618
+ "kind": "financial_workspace_fact_ref.v1"
619
+ },
620
+ {
621
+ "kind": "financial_workspace_workspace_ref.v1",
622
+ "storeId": "store-synthetic-001"
623
+ }
624
+ ],
625
+ "baseVersion": 16,
626
+ "channel": "web",
627
+ "committedAt": "2026-08-16T00:00:00.000Z",
628
+ "kind": "financial_workspace_operation.v1",
629
+ "operation": "fact.record",
630
+ "operationId": "operation-synthetic-017",
631
+ "primaryObject": {
632
+ "factId": "fact-synthetic-017",
633
+ "kind": "financial_workspace_fact_ref.v1"
634
+ },
635
+ "resultVersion": 17
636
+ },
637
+ {
638
+ "affectedObjects": [
639
+ {
640
+ "factId": "fact-synthetic-018",
641
+ "kind": "financial_workspace_fact_ref.v1"
642
+ },
643
+ {
644
+ "kind": "financial_workspace_workspace_ref.v1",
645
+ "storeId": "store-synthetic-001"
646
+ }
647
+ ],
648
+ "baseVersion": 17,
649
+ "channel": "web",
650
+ "committedAt": "2026-08-16T00:00:00.000Z",
651
+ "kind": "financial_workspace_operation.v1",
652
+ "operation": "fact.record",
653
+ "operationId": "operation-synthetic-018",
654
+ "primaryObject": {
655
+ "factId": "fact-synthetic-018",
656
+ "kind": "financial_workspace_fact_ref.v1"
657
+ },
658
+ "resultVersion": 18
659
+ },
660
+ {
661
+ "affectedObjects": [
662
+ {
663
+ "factId": "fact-synthetic-019",
664
+ "kind": "financial_workspace_fact_ref.v1"
665
+ },
666
+ {
667
+ "kind": "financial_workspace_workspace_ref.v1",
668
+ "storeId": "store-synthetic-001"
669
+ }
670
+ ],
671
+ "baseVersion": 18,
672
+ "channel": "web",
673
+ "committedAt": "2026-08-16T00:00:00.000Z",
674
+ "kind": "financial_workspace_operation.v1",
675
+ "operation": "fact.record",
676
+ "operationId": "operation-synthetic-019",
677
+ "primaryObject": {
678
+ "factId": "fact-synthetic-019",
679
+ "kind": "financial_workspace_fact_ref.v1"
680
+ },
681
+ "resultVersion": 19
682
+ },
683
+ {
684
+ "affectedObjects": [
685
+ {
686
+ "factId": "fact-synthetic-020",
687
+ "kind": "financial_workspace_fact_ref.v1"
688
+ },
689
+ {
690
+ "kind": "financial_workspace_workspace_ref.v1",
691
+ "storeId": "store-synthetic-001"
692
+ }
693
+ ],
694
+ "baseVersion": 19,
695
+ "channel": "web",
696
+ "committedAt": "2026-08-16T00:00:00.000Z",
697
+ "kind": "financial_workspace_operation.v1",
698
+ "operation": "fact.record",
699
+ "operationId": "operation-synthetic-020",
700
+ "primaryObject": {
701
+ "factId": "fact-synthetic-020",
702
+ "kind": "financial_workspace_fact_ref.v1"
703
+ },
704
+ "resultVersion": 20
705
+ },
706
+ {
707
+ "affectedObjects": [
708
+ {
709
+ "factId": "fact-synthetic-021",
710
+ "kind": "financial_workspace_fact_ref.v1"
711
+ },
712
+ {
713
+ "kind": "financial_workspace_workspace_ref.v1",
714
+ "storeId": "store-synthetic-001"
715
+ }
716
+ ],
717
+ "baseVersion": 20,
718
+ "channel": "web",
719
+ "committedAt": "2026-08-16T00:00:00.000Z",
720
+ "kind": "financial_workspace_operation.v1",
721
+ "operation": "fact.record",
722
+ "operationId": "operation-synthetic-021",
723
+ "primaryObject": {
724
+ "factId": "fact-synthetic-021",
725
+ "kind": "financial_workspace_fact_ref.v1"
726
+ },
727
+ "resultVersion": 21
728
+ },
729
+ {
730
+ "affectedObjects": [
731
+ {
732
+ "factId": "fact-synthetic-022",
733
+ "kind": "financial_workspace_fact_ref.v1"
734
+ },
735
+ {
736
+ "kind": "financial_workspace_workspace_ref.v1",
737
+ "storeId": "store-synthetic-001"
738
+ }
739
+ ],
740
+ "baseVersion": 21,
741
+ "channel": "web",
742
+ "committedAt": "2026-08-16T00:00:00.000Z",
743
+ "kind": "financial_workspace_operation.v1",
744
+ "operation": "fact.record",
745
+ "operationId": "operation-synthetic-022",
746
+ "primaryObject": {
747
+ "factId": "fact-synthetic-022",
748
+ "kind": "financial_workspace_fact_ref.v1"
749
+ },
750
+ "resultVersion": 22
751
+ },
752
+ {
753
+ "affectedObjects": [
754
+ {
755
+ "factId": "fact-synthetic-023",
756
+ "kind": "financial_workspace_fact_ref.v1"
757
+ },
758
+ {
759
+ "kind": "financial_workspace_workspace_ref.v1",
760
+ "storeId": "store-synthetic-001"
761
+ }
762
+ ],
763
+ "baseVersion": 22,
764
+ "channel": "web",
765
+ "committedAt": "2026-08-16T00:00:00.000Z",
766
+ "kind": "financial_workspace_operation.v1",
767
+ "operation": "fact.record",
768
+ "operationId": "operation-synthetic-023",
769
+ "primaryObject": {
770
+ "factId": "fact-synthetic-023",
771
+ "kind": "financial_workspace_fact_ref.v1"
772
+ },
773
+ "resultVersion": 23
774
+ },
775
+ {
776
+ "affectedObjects": [
777
+ {
778
+ "factId": "fact-synthetic-024",
779
+ "kind": "financial_workspace_fact_ref.v1"
780
+ },
781
+ {
782
+ "kind": "financial_workspace_workspace_ref.v1",
783
+ "storeId": "store-synthetic-001"
784
+ }
785
+ ],
786
+ "baseVersion": 23,
787
+ "channel": "web",
788
+ "committedAt": "2026-08-16T00:00:00.000Z",
789
+ "kind": "financial_workspace_operation.v1",
790
+ "operation": "fact.record",
791
+ "operationId": "operation-synthetic-024",
792
+ "primaryObject": {
793
+ "factId": "fact-synthetic-024",
794
+ "kind": "financial_workspace_fact_ref.v1"
795
+ },
796
+ "resultVersion": 24
797
+ },
798
+ {
799
+ "affectedObjects": [
800
+ {
801
+ "factId": "fact-synthetic-025",
802
+ "kind": "financial_workspace_fact_ref.v1"
803
+ },
804
+ {
805
+ "kind": "financial_workspace_workspace_ref.v1",
806
+ "storeId": "store-synthetic-001"
807
+ }
808
+ ],
809
+ "baseVersion": 24,
810
+ "channel": "web",
811
+ "committedAt": "2026-08-16T00:00:00.000Z",
812
+ "kind": "financial_workspace_operation.v1",
813
+ "operation": "fact.record",
814
+ "operationId": "operation-synthetic-025",
815
+ "primaryObject": {
816
+ "factId": "fact-synthetic-025",
817
+ "kind": "financial_workspace_fact_ref.v1"
818
+ },
819
+ "resultVersion": 25
820
+ },
821
+ {
822
+ "affectedObjects": [
823
+ {
824
+ "factId": "fact-synthetic-026",
825
+ "kind": "financial_workspace_fact_ref.v1"
826
+ },
827
+ {
828
+ "kind": "financial_workspace_workspace_ref.v1",
829
+ "storeId": "store-synthetic-001"
830
+ }
831
+ ],
832
+ "baseVersion": 25,
833
+ "channel": "web",
834
+ "committedAt": "2026-08-16T00:00:00.000Z",
835
+ "kind": "financial_workspace_operation.v1",
836
+ "operation": "fact.record",
837
+ "operationId": "operation-synthetic-026",
838
+ "primaryObject": {
839
+ "factId": "fact-synthetic-026",
840
+ "kind": "financial_workspace_fact_ref.v1"
841
+ },
842
+ "resultVersion": 26
843
+ },
844
+ {
845
+ "affectedObjects": [
846
+ {
847
+ "factId": "fact-synthetic-027",
848
+ "kind": "financial_workspace_fact_ref.v1"
849
+ },
850
+ {
851
+ "kind": "financial_workspace_workspace_ref.v1",
852
+ "storeId": "store-synthetic-001"
853
+ }
854
+ ],
855
+ "baseVersion": 26,
856
+ "channel": "web",
857
+ "committedAt": "2026-08-16T00:00:00.000Z",
858
+ "kind": "financial_workspace_operation.v1",
859
+ "operation": "fact.record",
860
+ "operationId": "operation-synthetic-027",
861
+ "primaryObject": {
862
+ "factId": "fact-synthetic-027",
863
+ "kind": "financial_workspace_fact_ref.v1"
864
+ },
865
+ "resultVersion": 27
866
+ },
867
+ {
868
+ "affectedObjects": [
869
+ {
870
+ "factId": "fact-synthetic-028",
871
+ "kind": "financial_workspace_fact_ref.v1"
872
+ },
873
+ {
874
+ "kind": "financial_workspace_workspace_ref.v1",
875
+ "storeId": "store-synthetic-001"
876
+ }
877
+ ],
878
+ "baseVersion": 27,
879
+ "channel": "web",
880
+ "committedAt": "2026-08-16T00:00:00.000Z",
881
+ "kind": "financial_workspace_operation.v1",
882
+ "operation": "fact.record",
883
+ "operationId": "operation-synthetic-028",
884
+ "primaryObject": {
885
+ "factId": "fact-synthetic-028",
886
+ "kind": "financial_workspace_fact_ref.v1"
887
+ },
888
+ "resultVersion": 28
889
+ },
890
+ {
891
+ "affectedObjects": [
892
+ {
893
+ "factId": "fact-synthetic-029",
894
+ "kind": "financial_workspace_fact_ref.v1"
895
+ },
896
+ {
897
+ "kind": "financial_workspace_workspace_ref.v1",
898
+ "storeId": "store-synthetic-001"
899
+ }
900
+ ],
901
+ "baseVersion": 28,
902
+ "channel": "web",
903
+ "committedAt": "2026-08-16T00:00:00.000Z",
904
+ "kind": "financial_workspace_operation.v1",
905
+ "operation": "fact.record",
906
+ "operationId": "operation-synthetic-029",
907
+ "primaryObject": {
908
+ "factId": "fact-synthetic-029",
909
+ "kind": "financial_workspace_fact_ref.v1"
910
+ },
911
+ "resultVersion": 29
912
+ },
913
+ {
914
+ "affectedObjects": [
915
+ {
916
+ "factId": "fact-synthetic-030",
917
+ "kind": "financial_workspace_fact_ref.v1"
918
+ },
919
+ {
920
+ "kind": "financial_workspace_workspace_ref.v1",
921
+ "storeId": "store-synthetic-001"
922
+ }
923
+ ],
924
+ "baseVersion": 29,
925
+ "channel": "web",
926
+ "committedAt": "2026-08-16T00:00:00.000Z",
927
+ "kind": "financial_workspace_operation.v1",
928
+ "operation": "fact.record",
929
+ "operationId": "operation-synthetic-030",
930
+ "primaryObject": {
931
+ "factId": "fact-synthetic-030",
932
+ "kind": "financial_workspace_fact_ref.v1"
933
+ },
934
+ "resultVersion": 30
935
+ },
936
+ {
937
+ "affectedObjects": [
938
+ {
939
+ "factId": "fact-synthetic-031",
940
+ "kind": "financial_workspace_fact_ref.v1"
941
+ },
942
+ {
943
+ "kind": "financial_workspace_workspace_ref.v1",
944
+ "storeId": "store-synthetic-001"
945
+ }
946
+ ],
947
+ "baseVersion": 30,
948
+ "channel": "web",
949
+ "committedAt": "2026-08-16T00:00:00.000Z",
950
+ "kind": "financial_workspace_operation.v1",
951
+ "operation": "fact.record",
952
+ "operationId": "operation-synthetic-031",
953
+ "primaryObject": {
954
+ "factId": "fact-synthetic-031",
955
+ "kind": "financial_workspace_fact_ref.v1"
956
+ },
957
+ "resultVersion": 31
958
+ },
959
+ {
960
+ "affectedObjects": [
961
+ {
962
+ "factId": "fact-synthetic-032",
963
+ "kind": "financial_workspace_fact_ref.v1"
964
+ },
965
+ {
966
+ "kind": "financial_workspace_workspace_ref.v1",
967
+ "storeId": "store-synthetic-001"
968
+ }
969
+ ],
970
+ "baseVersion": 31,
971
+ "channel": "web",
972
+ "committedAt": "2026-08-16T00:00:00.000Z",
973
+ "kind": "financial_workspace_operation.v1",
974
+ "operation": "fact.record",
975
+ "operationId": "operation-synthetic-032",
976
+ "primaryObject": {
977
+ "factId": "fact-synthetic-032",
978
+ "kind": "financial_workspace_fact_ref.v1"
979
+ },
980
+ "resultVersion": 32
981
+ },
982
+ {
983
+ "affectedObjects": [
984
+ {
985
+ "factId": "fact-synthetic-033",
986
+ "kind": "financial_workspace_fact_ref.v1"
987
+ },
988
+ {
989
+ "kind": "financial_workspace_workspace_ref.v1",
990
+ "storeId": "store-synthetic-001"
991
+ }
992
+ ],
993
+ "baseVersion": 32,
994
+ "channel": "web",
995
+ "committedAt": "2026-08-16T00:00:00.000Z",
996
+ "kind": "financial_workspace_operation.v1",
997
+ "operation": "fact.record",
998
+ "operationId": "operation-synthetic-033",
999
+ "primaryObject": {
1000
+ "factId": "fact-synthetic-033",
1001
+ "kind": "financial_workspace_fact_ref.v1"
1002
+ },
1003
+ "resultVersion": 33
1004
+ },
1005
+ {
1006
+ "affectedObjects": [
1007
+ {
1008
+ "factId": "fact-synthetic-034",
1009
+ "kind": "financial_workspace_fact_ref.v1"
1010
+ },
1011
+ {
1012
+ "kind": "financial_workspace_workspace_ref.v1",
1013
+ "storeId": "store-synthetic-001"
1014
+ }
1015
+ ],
1016
+ "baseVersion": 33,
1017
+ "channel": "web",
1018
+ "committedAt": "2026-08-16T00:00:00.000Z",
1019
+ "kind": "financial_workspace_operation.v1",
1020
+ "operation": "fact.record",
1021
+ "operationId": "operation-synthetic-034",
1022
+ "primaryObject": {
1023
+ "factId": "fact-synthetic-034",
1024
+ "kind": "financial_workspace_fact_ref.v1"
1025
+ },
1026
+ "resultVersion": 34
1027
+ },
1028
+ {
1029
+ "affectedObjects": [
1030
+ {
1031
+ "factId": "fact-synthetic-035",
1032
+ "kind": "financial_workspace_fact_ref.v1"
1033
+ },
1034
+ {
1035
+ "kind": "financial_workspace_workspace_ref.v1",
1036
+ "storeId": "store-synthetic-001"
1037
+ }
1038
+ ],
1039
+ "baseVersion": 34,
1040
+ "channel": "web",
1041
+ "committedAt": "2026-08-16T00:00:00.000Z",
1042
+ "kind": "financial_workspace_operation.v1",
1043
+ "operation": "fact.record",
1044
+ "operationId": "operation-synthetic-035",
1045
+ "primaryObject": {
1046
+ "factId": "fact-synthetic-035",
1047
+ "kind": "financial_workspace_fact_ref.v1"
1048
+ },
1049
+ "resultVersion": 35
1050
+ },
1051
+ {
1052
+ "affectedObjects": [
1053
+ {
1054
+ "factId": "fact-synthetic-036",
1055
+ "kind": "financial_workspace_fact_ref.v1"
1056
+ },
1057
+ {
1058
+ "kind": "financial_workspace_workspace_ref.v1",
1059
+ "storeId": "store-synthetic-001"
1060
+ }
1061
+ ],
1062
+ "baseVersion": 35,
1063
+ "channel": "web",
1064
+ "committedAt": "2026-08-16T00:00:00.000Z",
1065
+ "kind": "financial_workspace_operation.v1",
1066
+ "operation": "fact.record",
1067
+ "operationId": "operation-synthetic-036",
1068
+ "primaryObject": {
1069
+ "factId": "fact-synthetic-036",
1070
+ "kind": "financial_workspace_fact_ref.v1"
1071
+ },
1072
+ "resultVersion": 36
1073
+ },
1074
+ {
1075
+ "affectedObjects": [
1076
+ {
1077
+ "factId": "fact-synthetic-037",
1078
+ "kind": "financial_workspace_fact_ref.v1"
1079
+ },
1080
+ {
1081
+ "kind": "financial_workspace_workspace_ref.v1",
1082
+ "storeId": "store-synthetic-001"
1083
+ }
1084
+ ],
1085
+ "baseVersion": 36,
1086
+ "channel": "web",
1087
+ "committedAt": "2026-08-16T00:00:00.000Z",
1088
+ "kind": "financial_workspace_operation.v1",
1089
+ "operation": "fact.record",
1090
+ "operationId": "operation-synthetic-037",
1091
+ "primaryObject": {
1092
+ "factId": "fact-synthetic-037",
1093
+ "kind": "financial_workspace_fact_ref.v1"
1094
+ },
1095
+ "resultVersion": 37
1096
+ },
1097
+ {
1098
+ "affectedObjects": [
1099
+ {
1100
+ "factId": "fact-synthetic-038",
1101
+ "kind": "financial_workspace_fact_ref.v1"
1102
+ },
1103
+ {
1104
+ "kind": "financial_workspace_workspace_ref.v1",
1105
+ "storeId": "store-synthetic-001"
1106
+ }
1107
+ ],
1108
+ "baseVersion": 37,
1109
+ "channel": "web",
1110
+ "committedAt": "2026-08-16T00:00:00.000Z",
1111
+ "kind": "financial_workspace_operation.v1",
1112
+ "operation": "fact.record",
1113
+ "operationId": "operation-synthetic-038",
1114
+ "primaryObject": {
1115
+ "factId": "fact-synthetic-038",
1116
+ "kind": "financial_workspace_fact_ref.v1"
1117
+ },
1118
+ "resultVersion": 38
1119
+ },
1120
+ {
1121
+ "affectedObjects": [
1122
+ {
1123
+ "factId": "fact-synthetic-039",
1124
+ "kind": "financial_workspace_fact_ref.v1"
1125
+ },
1126
+ {
1127
+ "kind": "financial_workspace_workspace_ref.v1",
1128
+ "storeId": "store-synthetic-001"
1129
+ }
1130
+ ],
1131
+ "baseVersion": 38,
1132
+ "channel": "web",
1133
+ "committedAt": "2026-08-16T00:00:00.000Z",
1134
+ "kind": "financial_workspace_operation.v1",
1135
+ "operation": "fact.record",
1136
+ "operationId": "operation-synthetic-039",
1137
+ "primaryObject": {
1138
+ "factId": "fact-synthetic-039",
1139
+ "kind": "financial_workspace_fact_ref.v1"
1140
+ },
1141
+ "resultVersion": 39
1142
+ },
1143
+ {
1144
+ "affectedObjects": [
1145
+ {
1146
+ "factId": "fact-synthetic-040",
1147
+ "kind": "financial_workspace_fact_ref.v1"
1148
+ },
1149
+ {
1150
+ "kind": "financial_workspace_workspace_ref.v1",
1151
+ "storeId": "store-synthetic-001"
1152
+ }
1153
+ ],
1154
+ "baseVersion": 39,
1155
+ "channel": "web",
1156
+ "committedAt": "2026-08-16T00:00:00.000Z",
1157
+ "kind": "financial_workspace_operation.v1",
1158
+ "operation": "fact.record",
1159
+ "operationId": "operation-synthetic-040",
1160
+ "primaryObject": {
1161
+ "factId": "fact-synthetic-040",
1162
+ "kind": "financial_workspace_fact_ref.v1"
1163
+ },
1164
+ "resultVersion": 40
1165
+ },
1166
+ {
1167
+ "affectedObjects": [
1168
+ {
1169
+ "factId": "fact-synthetic-041",
1170
+ "kind": "financial_workspace_fact_ref.v1"
1171
+ },
1172
+ {
1173
+ "kind": "financial_workspace_workspace_ref.v1",
1174
+ "storeId": "store-synthetic-001"
1175
+ }
1176
+ ],
1177
+ "baseVersion": 40,
1178
+ "channel": "web",
1179
+ "committedAt": "2026-08-16T00:00:00.000Z",
1180
+ "kind": "financial_workspace_operation.v1",
1181
+ "operation": "fact.record",
1182
+ "operationId": "operation-synthetic-041",
1183
+ "primaryObject": {
1184
+ "factId": "fact-synthetic-041",
1185
+ "kind": "financial_workspace_fact_ref.v1"
1186
+ },
1187
+ "resultVersion": 41
1188
+ },
1189
+ {
1190
+ "affectedObjects": [
1191
+ {
1192
+ "factId": "fact-synthetic-042",
1193
+ "kind": "financial_workspace_fact_ref.v1"
1194
+ },
1195
+ {
1196
+ "kind": "financial_workspace_workspace_ref.v1",
1197
+ "storeId": "store-synthetic-001"
1198
+ }
1199
+ ],
1200
+ "baseVersion": 41,
1201
+ "channel": "web",
1202
+ "committedAt": "2026-08-16T00:00:00.000Z",
1203
+ "kind": "financial_workspace_operation.v1",
1204
+ "operation": "fact.record",
1205
+ "operationId": "operation-synthetic-042",
1206
+ "primaryObject": {
1207
+ "factId": "fact-synthetic-042",
1208
+ "kind": "financial_workspace_fact_ref.v1"
1209
+ },
1210
+ "resultVersion": 42
1211
+ },
1212
+ {
1213
+ "affectedObjects": [
1214
+ {
1215
+ "factId": "fact-synthetic-043",
1216
+ "kind": "financial_workspace_fact_ref.v1"
1217
+ },
1218
+ {
1219
+ "kind": "financial_workspace_workspace_ref.v1",
1220
+ "storeId": "store-synthetic-001"
1221
+ }
1222
+ ],
1223
+ "baseVersion": 42,
1224
+ "channel": "web",
1225
+ "committedAt": "2026-08-16T00:00:00.000Z",
1226
+ "kind": "financial_workspace_operation.v1",
1227
+ "operation": "fact.record",
1228
+ "operationId": "operation-synthetic-043",
1229
+ "primaryObject": {
1230
+ "factId": "fact-synthetic-043",
1231
+ "kind": "financial_workspace_fact_ref.v1"
1232
+ },
1233
+ "resultVersion": 43
1234
+ },
1235
+ {
1236
+ "affectedObjects": [
1237
+ {
1238
+ "factId": "fact-synthetic-044",
1239
+ "kind": "financial_workspace_fact_ref.v1"
1240
+ },
1241
+ {
1242
+ "kind": "financial_workspace_workspace_ref.v1",
1243
+ "storeId": "store-synthetic-001"
1244
+ }
1245
+ ],
1246
+ "baseVersion": 43,
1247
+ "channel": "web",
1248
+ "committedAt": "2026-08-16T00:00:00.000Z",
1249
+ "kind": "financial_workspace_operation.v1",
1250
+ "operation": "fact.record",
1251
+ "operationId": "operation-synthetic-044",
1252
+ "primaryObject": {
1253
+ "factId": "fact-synthetic-044",
1254
+ "kind": "financial_workspace_fact_ref.v1"
1255
+ },
1256
+ "resultVersion": 44
1257
+ },
1258
+ {
1259
+ "affectedObjects": [
1260
+ {
1261
+ "factId": "fact-synthetic-045",
1262
+ "kind": "financial_workspace_fact_ref.v1"
1263
+ },
1264
+ {
1265
+ "kind": "financial_workspace_workspace_ref.v1",
1266
+ "storeId": "store-synthetic-001"
1267
+ }
1268
+ ],
1269
+ "baseVersion": 44,
1270
+ "channel": "web",
1271
+ "committedAt": "2026-08-16T00:00:00.000Z",
1272
+ "kind": "financial_workspace_operation.v1",
1273
+ "operation": "fact.record",
1274
+ "operationId": "operation-synthetic-045",
1275
+ "primaryObject": {
1276
+ "factId": "fact-synthetic-045",
1277
+ "kind": "financial_workspace_fact_ref.v1"
1278
+ },
1279
+ "resultVersion": 45
1280
+ },
1281
+ {
1282
+ "affectedObjects": [
1283
+ {
1284
+ "factId": "fact-synthetic-046",
1285
+ "kind": "financial_workspace_fact_ref.v1"
1286
+ },
1287
+ {
1288
+ "kind": "financial_workspace_workspace_ref.v1",
1289
+ "storeId": "store-synthetic-001"
1290
+ }
1291
+ ],
1292
+ "baseVersion": 45,
1293
+ "channel": "web",
1294
+ "committedAt": "2026-08-16T00:00:00.000Z",
1295
+ "kind": "financial_workspace_operation.v1",
1296
+ "operation": "fact.record",
1297
+ "operationId": "operation-synthetic-046",
1298
+ "primaryObject": {
1299
+ "factId": "fact-synthetic-046",
1300
+ "kind": "financial_workspace_fact_ref.v1"
1301
+ },
1302
+ "resultVersion": 46
1303
+ },
1304
+ {
1305
+ "affectedObjects": [
1306
+ {
1307
+ "factId": "fact-synthetic-047",
1308
+ "kind": "financial_workspace_fact_ref.v1"
1309
+ },
1310
+ {
1311
+ "kind": "financial_workspace_workspace_ref.v1",
1312
+ "storeId": "store-synthetic-001"
1313
+ }
1314
+ ],
1315
+ "baseVersion": 46,
1316
+ "channel": "web",
1317
+ "committedAt": "2026-08-16T00:00:00.000Z",
1318
+ "kind": "financial_workspace_operation.v1",
1319
+ "operation": "fact.record",
1320
+ "operationId": "operation-synthetic-047",
1321
+ "primaryObject": {
1322
+ "factId": "fact-synthetic-047",
1323
+ "kind": "financial_workspace_fact_ref.v1"
1324
+ },
1325
+ "resultVersion": 47
1326
+ },
1327
+ {
1328
+ "affectedObjects": [
1329
+ {
1330
+ "factId": "fact-synthetic-048",
1331
+ "kind": "financial_workspace_fact_ref.v1"
1332
+ },
1333
+ {
1334
+ "kind": "financial_workspace_workspace_ref.v1",
1335
+ "storeId": "store-synthetic-001"
1336
+ }
1337
+ ],
1338
+ "baseVersion": 47,
1339
+ "channel": "web",
1340
+ "committedAt": "2026-08-16T00:00:00.000Z",
1341
+ "kind": "financial_workspace_operation.v1",
1342
+ "operation": "fact.record",
1343
+ "operationId": "operation-synthetic-048",
1344
+ "primaryObject": {
1345
+ "factId": "fact-synthetic-048",
1346
+ "kind": "financial_workspace_fact_ref.v1"
1347
+ },
1348
+ "resultVersion": 48
1349
+ },
1350
+ {
1351
+ "affectedObjects": [
1352
+ {
1353
+ "factId": "fact-synthetic-049",
1354
+ "kind": "financial_workspace_fact_ref.v1"
1355
+ },
1356
+ {
1357
+ "kind": "financial_workspace_workspace_ref.v1",
1358
+ "storeId": "store-synthetic-001"
1359
+ }
1360
+ ],
1361
+ "baseVersion": 48,
1362
+ "channel": "web",
1363
+ "committedAt": "2026-08-16T00:00:00.000Z",
1364
+ "kind": "financial_workspace_operation.v1",
1365
+ "operation": "fact.record",
1366
+ "operationId": "operation-synthetic-049",
1367
+ "primaryObject": {
1368
+ "factId": "fact-synthetic-049",
1369
+ "kind": "financial_workspace_fact_ref.v1"
1370
+ },
1371
+ "resultVersion": 49
1372
+ },
1373
+ {
1374
+ "affectedObjects": [
1375
+ {
1376
+ "factId": "fact-synthetic-050",
1377
+ "kind": "financial_workspace_fact_ref.v1"
1378
+ },
1379
+ {
1380
+ "kind": "financial_workspace_workspace_ref.v1",
1381
+ "storeId": "store-synthetic-001"
1382
+ }
1383
+ ],
1384
+ "baseVersion": 49,
1385
+ "channel": "web",
1386
+ "committedAt": "2026-08-16T00:00:00.000Z",
1387
+ "kind": "financial_workspace_operation.v1",
1388
+ "operation": "fact.record",
1389
+ "operationId": "operation-synthetic-050",
1390
+ "primaryObject": {
1391
+ "factId": "fact-synthetic-050",
1392
+ "kind": "financial_workspace_fact_ref.v1"
1393
+ },
1394
+ "resultVersion": 50
1395
+ },
1396
+ {
1397
+ "affectedObjects": [
1398
+ {
1399
+ "factId": "fact-synthetic-051",
1400
+ "kind": "financial_workspace_fact_ref.v1"
1401
+ },
1402
+ {
1403
+ "kind": "financial_workspace_workspace_ref.v1",
1404
+ "storeId": "store-synthetic-001"
1405
+ }
1406
+ ],
1407
+ "baseVersion": 50,
1408
+ "channel": "web",
1409
+ "committedAt": "2026-08-16T00:00:00.000Z",
1410
+ "kind": "financial_workspace_operation.v1",
1411
+ "operation": "fact.record",
1412
+ "operationId": "operation-synthetic-051",
1413
+ "primaryObject": {
1414
+ "factId": "fact-synthetic-051",
1415
+ "kind": "financial_workspace_fact_ref.v1"
1416
+ },
1417
+ "resultVersion": 51
1418
+ },
1419
+ {
1420
+ "affectedObjects": [
1421
+ {
1422
+ "factId": "fact-synthetic-052",
1423
+ "kind": "financial_workspace_fact_ref.v1"
1424
+ },
1425
+ {
1426
+ "kind": "financial_workspace_workspace_ref.v1",
1427
+ "storeId": "store-synthetic-001"
1428
+ }
1429
+ ],
1430
+ "baseVersion": 51,
1431
+ "channel": "web",
1432
+ "committedAt": "2026-08-16T00:00:00.000Z",
1433
+ "kind": "financial_workspace_operation.v1",
1434
+ "operation": "fact.record",
1435
+ "operationId": "operation-synthetic-052",
1436
+ "primaryObject": {
1437
+ "factId": "fact-synthetic-052",
1438
+ "kind": "financial_workspace_fact_ref.v1"
1439
+ },
1440
+ "resultVersion": 52
1441
+ },
1442
+ {
1443
+ "affectedObjects": [
1444
+ {
1445
+ "factId": "fact-synthetic-053",
1446
+ "kind": "financial_workspace_fact_ref.v1"
1447
+ },
1448
+ {
1449
+ "kind": "financial_workspace_workspace_ref.v1",
1450
+ "storeId": "store-synthetic-001"
1451
+ }
1452
+ ],
1453
+ "baseVersion": 52,
1454
+ "channel": "web",
1455
+ "committedAt": "2026-08-16T00:00:00.000Z",
1456
+ "kind": "financial_workspace_operation.v1",
1457
+ "operation": "fact.record",
1458
+ "operationId": "operation-synthetic-053",
1459
+ "primaryObject": {
1460
+ "factId": "fact-synthetic-053",
1461
+ "kind": "financial_workspace_fact_ref.v1"
1462
+ },
1463
+ "resultVersion": 53
1464
+ },
1465
+ {
1466
+ "affectedObjects": [
1467
+ {
1468
+ "factId": "fact-synthetic-054",
1469
+ "kind": "financial_workspace_fact_ref.v1"
1470
+ },
1471
+ {
1472
+ "kind": "financial_workspace_workspace_ref.v1",
1473
+ "storeId": "store-synthetic-001"
1474
+ }
1475
+ ],
1476
+ "baseVersion": 53,
1477
+ "channel": "web",
1478
+ "committedAt": "2026-08-16T00:00:00.000Z",
1479
+ "kind": "financial_workspace_operation.v1",
1480
+ "operation": "fact.record",
1481
+ "operationId": "operation-synthetic-054",
1482
+ "primaryObject": {
1483
+ "factId": "fact-synthetic-054",
1484
+ "kind": "financial_workspace_fact_ref.v1"
1485
+ },
1486
+ "resultVersion": 54
1487
+ },
1488
+ {
1489
+ "affectedObjects": [
1490
+ {
1491
+ "factId": "fact-synthetic-055",
1492
+ "kind": "financial_workspace_fact_ref.v1"
1493
+ },
1494
+ {
1495
+ "kind": "financial_workspace_workspace_ref.v1",
1496
+ "storeId": "store-synthetic-001"
1497
+ }
1498
+ ],
1499
+ "baseVersion": 54,
1500
+ "channel": "web",
1501
+ "committedAt": "2026-08-16T00:00:00.000Z",
1502
+ "kind": "financial_workspace_operation.v1",
1503
+ "operation": "fact.record",
1504
+ "operationId": "operation-synthetic-055",
1505
+ "primaryObject": {
1506
+ "factId": "fact-synthetic-055",
1507
+ "kind": "financial_workspace_fact_ref.v1"
1508
+ },
1509
+ "resultVersion": 55
1510
+ },
1511
+ {
1512
+ "affectedObjects": [
1513
+ {
1514
+ "factId": "fact-synthetic-056",
1515
+ "kind": "financial_workspace_fact_ref.v1"
1516
+ },
1517
+ {
1518
+ "kind": "financial_workspace_workspace_ref.v1",
1519
+ "storeId": "store-synthetic-001"
1520
+ }
1521
+ ],
1522
+ "baseVersion": 55,
1523
+ "channel": "web",
1524
+ "committedAt": "2026-08-16T00:00:00.000Z",
1525
+ "kind": "financial_workspace_operation.v1",
1526
+ "operation": "fact.record",
1527
+ "operationId": "operation-synthetic-056",
1528
+ "primaryObject": {
1529
+ "factId": "fact-synthetic-056",
1530
+ "kind": "financial_workspace_fact_ref.v1"
1531
+ },
1532
+ "resultVersion": 56
1533
+ },
1534
+ {
1535
+ "affectedObjects": [
1536
+ {
1537
+ "factId": "fact-synthetic-057",
1538
+ "kind": "financial_workspace_fact_ref.v1"
1539
+ },
1540
+ {
1541
+ "kind": "financial_workspace_workspace_ref.v1",
1542
+ "storeId": "store-synthetic-001"
1543
+ }
1544
+ ],
1545
+ "baseVersion": 56,
1546
+ "channel": "web",
1547
+ "committedAt": "2026-08-16T00:00:00.000Z",
1548
+ "kind": "financial_workspace_operation.v1",
1549
+ "operation": "fact.record",
1550
+ "operationId": "operation-synthetic-057",
1551
+ "primaryObject": {
1552
+ "factId": "fact-synthetic-057",
1553
+ "kind": "financial_workspace_fact_ref.v1"
1554
+ },
1555
+ "resultVersion": 57
1556
+ },
1557
+ {
1558
+ "affectedObjects": [
1559
+ {
1560
+ "factId": "fact-synthetic-058",
1561
+ "kind": "financial_workspace_fact_ref.v1"
1562
+ },
1563
+ {
1564
+ "kind": "financial_workspace_workspace_ref.v1",
1565
+ "storeId": "store-synthetic-001"
1566
+ }
1567
+ ],
1568
+ "baseVersion": 57,
1569
+ "channel": "web",
1570
+ "committedAt": "2026-08-16T00:00:00.000Z",
1571
+ "kind": "financial_workspace_operation.v1",
1572
+ "operation": "fact.record",
1573
+ "operationId": "operation-synthetic-058",
1574
+ "primaryObject": {
1575
+ "factId": "fact-synthetic-058",
1576
+ "kind": "financial_workspace_fact_ref.v1"
1577
+ },
1578
+ "resultVersion": 58
1579
+ },
1580
+ {
1581
+ "affectedObjects": [
1582
+ {
1583
+ "factId": "fact-synthetic-059",
1584
+ "kind": "financial_workspace_fact_ref.v1"
1585
+ },
1586
+ {
1587
+ "kind": "financial_workspace_workspace_ref.v1",
1588
+ "storeId": "store-synthetic-001"
1589
+ }
1590
+ ],
1591
+ "baseVersion": 58,
1592
+ "channel": "web",
1593
+ "committedAt": "2026-08-16T00:00:00.000Z",
1594
+ "kind": "financial_workspace_operation.v1",
1595
+ "operation": "fact.record",
1596
+ "operationId": "operation-synthetic-059",
1597
+ "primaryObject": {
1598
+ "factId": "fact-synthetic-059",
1599
+ "kind": "financial_workspace_fact_ref.v1"
1600
+ },
1601
+ "resultVersion": 59
1602
+ },
1603
+ {
1604
+ "affectedObjects": [
1605
+ {
1606
+ "factId": "fact-synthetic-060",
1607
+ "kind": "financial_workspace_fact_ref.v1"
1608
+ },
1609
+ {
1610
+ "kind": "financial_workspace_workspace_ref.v1",
1611
+ "storeId": "store-synthetic-001"
1612
+ }
1613
+ ],
1614
+ "baseVersion": 59,
1615
+ "channel": "web",
1616
+ "committedAt": "2026-08-16T00:00:00.000Z",
1617
+ "kind": "financial_workspace_operation.v1",
1618
+ "operation": "fact.record",
1619
+ "operationId": "operation-synthetic-060",
1620
+ "primaryObject": {
1621
+ "factId": "fact-synthetic-060",
1622
+ "kind": "financial_workspace_fact_ref.v1"
1623
+ },
1624
+ "resultVersion": 60
1625
+ },
1626
+ {
1627
+ "affectedObjects": [
1628
+ {
1629
+ "factId": "fact-synthetic-061",
1630
+ "kind": "financial_workspace_fact_ref.v1"
1631
+ },
1632
+ {
1633
+ "kind": "financial_workspace_workspace_ref.v1",
1634
+ "storeId": "store-synthetic-001"
1635
+ }
1636
+ ],
1637
+ "baseVersion": 60,
1638
+ "channel": "web",
1639
+ "committedAt": "2026-08-16T00:00:00.000Z",
1640
+ "kind": "financial_workspace_operation.v1",
1641
+ "operation": "fact.record",
1642
+ "operationId": "operation-synthetic-061",
1643
+ "primaryObject": {
1644
+ "factId": "fact-synthetic-061",
1645
+ "kind": "financial_workspace_fact_ref.v1"
1646
+ },
1647
+ "resultVersion": 61
1648
+ },
1649
+ {
1650
+ "affectedObjects": [
1651
+ {
1652
+ "factId": "fact-synthetic-062",
1653
+ "kind": "financial_workspace_fact_ref.v1"
1654
+ },
1655
+ {
1656
+ "kind": "financial_workspace_workspace_ref.v1",
1657
+ "storeId": "store-synthetic-001"
1658
+ }
1659
+ ],
1660
+ "baseVersion": 61,
1661
+ "channel": "web",
1662
+ "committedAt": "2026-08-16T00:00:00.000Z",
1663
+ "kind": "financial_workspace_operation.v1",
1664
+ "operation": "fact.record",
1665
+ "operationId": "operation-synthetic-062",
1666
+ "primaryObject": {
1667
+ "factId": "fact-synthetic-062",
1668
+ "kind": "financial_workspace_fact_ref.v1"
1669
+ },
1670
+ "resultVersion": 62
1671
+ },
1672
+ {
1673
+ "affectedObjects": [
1674
+ {
1675
+ "factId": "fact-synthetic-063",
1676
+ "kind": "financial_workspace_fact_ref.v1"
1677
+ },
1678
+ {
1679
+ "kind": "financial_workspace_workspace_ref.v1",
1680
+ "storeId": "store-synthetic-001"
1681
+ }
1682
+ ],
1683
+ "baseVersion": 62,
1684
+ "channel": "web",
1685
+ "committedAt": "2026-08-16T00:00:00.000Z",
1686
+ "kind": "financial_workspace_operation.v1",
1687
+ "operation": "fact.record",
1688
+ "operationId": "operation-synthetic-063",
1689
+ "primaryObject": {
1690
+ "factId": "fact-synthetic-063",
1691
+ "kind": "financial_workspace_fact_ref.v1"
1692
+ },
1693
+ "resultVersion": 63
1694
+ },
1695
+ {
1696
+ "affectedObjects": [
1697
+ {
1698
+ "factId": "fact-synthetic-064",
1699
+ "kind": "financial_workspace_fact_ref.v1"
1700
+ },
1701
+ {
1702
+ "kind": "financial_workspace_workspace_ref.v1",
1703
+ "storeId": "store-synthetic-001"
1704
+ }
1705
+ ],
1706
+ "baseVersion": 63,
1707
+ "channel": "web",
1708
+ "committedAt": "2026-08-16T00:00:00.000Z",
1709
+ "kind": "financial_workspace_operation.v1",
1710
+ "operation": "fact.record",
1711
+ "operationId": "operation-synthetic-064",
1712
+ "primaryObject": {
1713
+ "factId": "fact-synthetic-064",
1714
+ "kind": "financial_workspace_fact_ref.v1"
1715
+ },
1716
+ "resultVersion": 64
1717
+ },
1718
+ {
1719
+ "affectedObjects": [
1720
+ {
1721
+ "factId": "fact-synthetic-065",
1722
+ "kind": "financial_workspace_fact_ref.v1"
1723
+ },
1724
+ {
1725
+ "kind": "financial_workspace_workspace_ref.v1",
1726
+ "storeId": "store-synthetic-001"
1727
+ }
1728
+ ],
1729
+ "baseVersion": 64,
1730
+ "channel": "web",
1731
+ "committedAt": "2026-08-16T00:00:00.000Z",
1732
+ "kind": "financial_workspace_operation.v1",
1733
+ "operation": "fact.record",
1734
+ "operationId": "operation-synthetic-065",
1735
+ "primaryObject": {
1736
+ "factId": "fact-synthetic-065",
1737
+ "kind": "financial_workspace_fact_ref.v1"
1738
+ },
1739
+ "resultVersion": 65
1740
+ },
1741
+ {
1742
+ "affectedObjects": [
1743
+ {
1744
+ "factId": "fact-synthetic-066",
1745
+ "kind": "financial_workspace_fact_ref.v1"
1746
+ },
1747
+ {
1748
+ "kind": "financial_workspace_workspace_ref.v1",
1749
+ "storeId": "store-synthetic-001"
1750
+ }
1751
+ ],
1752
+ "baseVersion": 65,
1753
+ "channel": "web",
1754
+ "committedAt": "2026-08-16T00:00:00.000Z",
1755
+ "kind": "financial_workspace_operation.v1",
1756
+ "operation": "fact.record",
1757
+ "operationId": "operation-synthetic-066",
1758
+ "primaryObject": {
1759
+ "factId": "fact-synthetic-066",
1760
+ "kind": "financial_workspace_fact_ref.v1"
1761
+ },
1762
+ "resultVersion": 66
1763
+ },
1764
+ {
1765
+ "affectedObjects": [
1766
+ {
1767
+ "factId": "fact-synthetic-067",
1768
+ "kind": "financial_workspace_fact_ref.v1"
1769
+ },
1770
+ {
1771
+ "kind": "financial_workspace_workspace_ref.v1",
1772
+ "storeId": "store-synthetic-001"
1773
+ }
1774
+ ],
1775
+ "baseVersion": 66,
1776
+ "channel": "web",
1777
+ "committedAt": "2026-08-16T00:00:00.000Z",
1778
+ "kind": "financial_workspace_operation.v1",
1779
+ "operation": "fact.record",
1780
+ "operationId": "operation-synthetic-067",
1781
+ "primaryObject": {
1782
+ "factId": "fact-synthetic-067",
1783
+ "kind": "financial_workspace_fact_ref.v1"
1784
+ },
1785
+ "resultVersion": 67
1786
+ },
1787
+ {
1788
+ "affectedObjects": [
1789
+ {
1790
+ "factId": "fact-synthetic-068",
1791
+ "kind": "financial_workspace_fact_ref.v1"
1792
+ },
1793
+ {
1794
+ "kind": "financial_workspace_workspace_ref.v1",
1795
+ "storeId": "store-synthetic-001"
1796
+ }
1797
+ ],
1798
+ "baseVersion": 67,
1799
+ "channel": "web",
1800
+ "committedAt": "2026-08-16T00:00:00.000Z",
1801
+ "kind": "financial_workspace_operation.v1",
1802
+ "operation": "fact.record",
1803
+ "operationId": "operation-synthetic-068",
1804
+ "primaryObject": {
1805
+ "factId": "fact-synthetic-068",
1806
+ "kind": "financial_workspace_fact_ref.v1"
1807
+ },
1808
+ "resultVersion": 68
1809
+ },
1810
+ {
1811
+ "affectedObjects": [
1812
+ {
1813
+ "factId": "fact-synthetic-069",
1814
+ "kind": "financial_workspace_fact_ref.v1"
1815
+ },
1816
+ {
1817
+ "kind": "financial_workspace_workspace_ref.v1",
1818
+ "storeId": "store-synthetic-001"
1819
+ }
1820
+ ],
1821
+ "baseVersion": 68,
1822
+ "channel": "web",
1823
+ "committedAt": "2026-08-16T00:00:00.000Z",
1824
+ "kind": "financial_workspace_operation.v1",
1825
+ "operation": "fact.record",
1826
+ "operationId": "operation-synthetic-069",
1827
+ "primaryObject": {
1828
+ "factId": "fact-synthetic-069",
1829
+ "kind": "financial_workspace_fact_ref.v1"
1830
+ },
1831
+ "resultVersion": 69
1832
+ },
1833
+ {
1834
+ "affectedObjects": [
1835
+ {
1836
+ "factId": "fact-synthetic-070",
1837
+ "kind": "financial_workspace_fact_ref.v1"
1838
+ },
1839
+ {
1840
+ "kind": "financial_workspace_workspace_ref.v1",
1841
+ "storeId": "store-synthetic-001"
1842
+ }
1843
+ ],
1844
+ "baseVersion": 69,
1845
+ "channel": "web",
1846
+ "committedAt": "2026-08-16T00:00:00.000Z",
1847
+ "kind": "financial_workspace_operation.v1",
1848
+ "operation": "fact.record",
1849
+ "operationId": "operation-synthetic-070",
1850
+ "primaryObject": {
1851
+ "factId": "fact-synthetic-070",
1852
+ "kind": "financial_workspace_fact_ref.v1"
1853
+ },
1854
+ "resultVersion": 70
1855
+ },
1856
+ {
1857
+ "affectedObjects": [
1858
+ {
1859
+ "factId": "fact-synthetic-071",
1860
+ "kind": "financial_workspace_fact_ref.v1"
1861
+ },
1862
+ {
1863
+ "kind": "financial_workspace_workspace_ref.v1",
1864
+ "storeId": "store-synthetic-001"
1865
+ }
1866
+ ],
1867
+ "baseVersion": 70,
1868
+ "channel": "web",
1869
+ "committedAt": "2026-08-16T00:00:00.000Z",
1870
+ "kind": "financial_workspace_operation.v1",
1871
+ "operation": "fact.record",
1872
+ "operationId": "operation-synthetic-071",
1873
+ "primaryObject": {
1874
+ "factId": "fact-synthetic-071",
1875
+ "kind": "financial_workspace_fact_ref.v1"
1876
+ },
1877
+ "resultVersion": 71
1878
+ },
1879
+ {
1880
+ "affectedObjects": [
1881
+ {
1882
+ "factId": "fact-synthetic-072",
1883
+ "kind": "financial_workspace_fact_ref.v1"
1884
+ },
1885
+ {
1886
+ "kind": "financial_workspace_workspace_ref.v1",
1887
+ "storeId": "store-synthetic-001"
1888
+ }
1889
+ ],
1890
+ "baseVersion": 71,
1891
+ "channel": "web",
1892
+ "committedAt": "2026-08-16T00:00:00.000Z",
1893
+ "kind": "financial_workspace_operation.v1",
1894
+ "operation": "fact.record",
1895
+ "operationId": "operation-synthetic-072",
1896
+ "primaryObject": {
1897
+ "factId": "fact-synthetic-072",
1898
+ "kind": "financial_workspace_fact_ref.v1"
1899
+ },
1900
+ "resultVersion": 72
1901
+ },
1902
+ {
1903
+ "affectedObjects": [
1904
+ {
1905
+ "factId": "fact-synthetic-073",
1906
+ "kind": "financial_workspace_fact_ref.v1"
1907
+ },
1908
+ {
1909
+ "kind": "financial_workspace_workspace_ref.v1",
1910
+ "storeId": "store-synthetic-001"
1911
+ }
1912
+ ],
1913
+ "baseVersion": 72,
1914
+ "channel": "web",
1915
+ "committedAt": "2026-08-16T00:00:00.000Z",
1916
+ "kind": "financial_workspace_operation.v1",
1917
+ "operation": "fact.record",
1918
+ "operationId": "operation-synthetic-073",
1919
+ "primaryObject": {
1920
+ "factId": "fact-synthetic-073",
1921
+ "kind": "financial_workspace_fact_ref.v1"
1922
+ },
1923
+ "resultVersion": 73
1924
+ },
1925
+ {
1926
+ "affectedObjects": [
1927
+ {
1928
+ "factId": "fact-synthetic-074",
1929
+ "kind": "financial_workspace_fact_ref.v1"
1930
+ },
1931
+ {
1932
+ "kind": "financial_workspace_workspace_ref.v1",
1933
+ "storeId": "store-synthetic-001"
1934
+ }
1935
+ ],
1936
+ "baseVersion": 73,
1937
+ "channel": "web",
1938
+ "committedAt": "2026-08-16T00:00:00.000Z",
1939
+ "kind": "financial_workspace_operation.v1",
1940
+ "operation": "fact.record",
1941
+ "operationId": "operation-synthetic-074",
1942
+ "primaryObject": {
1943
+ "factId": "fact-synthetic-074",
1944
+ "kind": "financial_workspace_fact_ref.v1"
1945
+ },
1946
+ "resultVersion": 74
1947
+ },
1948
+ {
1949
+ "affectedObjects": [
1950
+ {
1951
+ "factId": "fact-synthetic-075",
1952
+ "kind": "financial_workspace_fact_ref.v1"
1953
+ },
1954
+ {
1955
+ "kind": "financial_workspace_workspace_ref.v1",
1956
+ "storeId": "store-synthetic-001"
1957
+ }
1958
+ ],
1959
+ "baseVersion": 74,
1960
+ "channel": "web",
1961
+ "committedAt": "2026-08-16T00:00:00.000Z",
1962
+ "kind": "financial_workspace_operation.v1",
1963
+ "operation": "fact.record",
1964
+ "operationId": "operation-synthetic-075",
1965
+ "primaryObject": {
1966
+ "factId": "fact-synthetic-075",
1967
+ "kind": "financial_workspace_fact_ref.v1"
1968
+ },
1969
+ "resultVersion": 75
1970
+ },
1971
+ {
1972
+ "affectedObjects": [
1973
+ {
1974
+ "factId": "fact-synthetic-076",
1975
+ "kind": "financial_workspace_fact_ref.v1"
1976
+ },
1977
+ {
1978
+ "kind": "financial_workspace_workspace_ref.v1",
1979
+ "storeId": "store-synthetic-001"
1980
+ }
1981
+ ],
1982
+ "baseVersion": 75,
1983
+ "channel": "web",
1984
+ "committedAt": "2026-08-16T00:00:00.000Z",
1985
+ "kind": "financial_workspace_operation.v1",
1986
+ "operation": "fact.record",
1987
+ "operationId": "operation-synthetic-076",
1988
+ "primaryObject": {
1989
+ "factId": "fact-synthetic-076",
1990
+ "kind": "financial_workspace_fact_ref.v1"
1991
+ },
1992
+ "resultVersion": 76
1993
+ },
1994
+ {
1995
+ "affectedObjects": [
1996
+ {
1997
+ "factId": "fact-synthetic-077",
1998
+ "kind": "financial_workspace_fact_ref.v1"
1999
+ },
2000
+ {
2001
+ "kind": "financial_workspace_workspace_ref.v1",
2002
+ "storeId": "store-synthetic-001"
2003
+ }
2004
+ ],
2005
+ "baseVersion": 76,
2006
+ "channel": "web",
2007
+ "committedAt": "2026-08-16T00:00:00.000Z",
2008
+ "kind": "financial_workspace_operation.v1",
2009
+ "operation": "fact.record",
2010
+ "operationId": "operation-synthetic-077",
2011
+ "primaryObject": {
2012
+ "factId": "fact-synthetic-077",
2013
+ "kind": "financial_workspace_fact_ref.v1"
2014
+ },
2015
+ "resultVersion": 77
2016
+ },
2017
+ {
2018
+ "affectedObjects": [
2019
+ {
2020
+ "factId": "fact-synthetic-078",
2021
+ "kind": "financial_workspace_fact_ref.v1"
2022
+ },
2023
+ {
2024
+ "kind": "financial_workspace_workspace_ref.v1",
2025
+ "storeId": "store-synthetic-001"
2026
+ }
2027
+ ],
2028
+ "baseVersion": 77,
2029
+ "channel": "web",
2030
+ "committedAt": "2026-08-16T00:00:00.000Z",
2031
+ "kind": "financial_workspace_operation.v1",
2032
+ "operation": "fact.record",
2033
+ "operationId": "operation-synthetic-078",
2034
+ "primaryObject": {
2035
+ "factId": "fact-synthetic-078",
2036
+ "kind": "financial_workspace_fact_ref.v1"
2037
+ },
2038
+ "resultVersion": 78
2039
+ },
2040
+ {
2041
+ "affectedObjects": [
2042
+ {
2043
+ "factId": "fact-synthetic-079",
2044
+ "kind": "financial_workspace_fact_ref.v1"
2045
+ },
2046
+ {
2047
+ "kind": "financial_workspace_workspace_ref.v1",
2048
+ "storeId": "store-synthetic-001"
2049
+ }
2050
+ ],
2051
+ "baseVersion": 78,
2052
+ "channel": "web",
2053
+ "committedAt": "2026-08-16T00:00:00.000Z",
2054
+ "kind": "financial_workspace_operation.v1",
2055
+ "operation": "fact.record",
2056
+ "operationId": "operation-synthetic-079",
2057
+ "primaryObject": {
2058
+ "factId": "fact-synthetic-079",
2059
+ "kind": "financial_workspace_fact_ref.v1"
2060
+ },
2061
+ "resultVersion": 79
2062
+ },
2063
+ {
2064
+ "affectedObjects": [
2065
+ {
2066
+ "factId": "fact-synthetic-080",
2067
+ "kind": "financial_workspace_fact_ref.v1"
2068
+ },
2069
+ {
2070
+ "kind": "financial_workspace_workspace_ref.v1",
2071
+ "storeId": "store-synthetic-001"
2072
+ }
2073
+ ],
2074
+ "baseVersion": 79,
2075
+ "channel": "web",
2076
+ "committedAt": "2026-08-16T00:00:00.000Z",
2077
+ "kind": "financial_workspace_operation.v1",
2078
+ "operation": "fact.record",
2079
+ "operationId": "operation-synthetic-080",
2080
+ "primaryObject": {
2081
+ "factId": "fact-synthetic-080",
2082
+ "kind": "financial_workspace_fact_ref.v1"
2083
+ },
2084
+ "resultVersion": 80
2085
+ },
2086
+ {
2087
+ "affectedObjects": [
2088
+ {
2089
+ "factId": "fact-synthetic-081",
2090
+ "kind": "financial_workspace_fact_ref.v1"
2091
+ },
2092
+ {
2093
+ "kind": "financial_workspace_workspace_ref.v1",
2094
+ "storeId": "store-synthetic-001"
2095
+ }
2096
+ ],
2097
+ "baseVersion": 80,
2098
+ "channel": "web",
2099
+ "committedAt": "2026-08-16T00:00:00.000Z",
2100
+ "kind": "financial_workspace_operation.v1",
2101
+ "operation": "fact.record",
2102
+ "operationId": "operation-synthetic-081",
2103
+ "primaryObject": {
2104
+ "factId": "fact-synthetic-081",
2105
+ "kind": "financial_workspace_fact_ref.v1"
2106
+ },
2107
+ "resultVersion": 81
2108
+ },
2109
+ {
2110
+ "affectedObjects": [
2111
+ {
2112
+ "factId": "fact-synthetic-082",
2113
+ "kind": "financial_workspace_fact_ref.v1"
2114
+ },
2115
+ {
2116
+ "kind": "financial_workspace_workspace_ref.v1",
2117
+ "storeId": "store-synthetic-001"
2118
+ }
2119
+ ],
2120
+ "baseVersion": 81,
2121
+ "channel": "web",
2122
+ "committedAt": "2026-08-16T00:00:00.000Z",
2123
+ "kind": "financial_workspace_operation.v1",
2124
+ "operation": "fact.record",
2125
+ "operationId": "operation-synthetic-082",
2126
+ "primaryObject": {
2127
+ "factId": "fact-synthetic-082",
2128
+ "kind": "financial_workspace_fact_ref.v1"
2129
+ },
2130
+ "resultVersion": 82
2131
+ },
2132
+ {
2133
+ "affectedObjects": [
2134
+ {
2135
+ "factId": "fact-synthetic-083",
2136
+ "kind": "financial_workspace_fact_ref.v1"
2137
+ },
2138
+ {
2139
+ "kind": "financial_workspace_workspace_ref.v1",
2140
+ "storeId": "store-synthetic-001"
2141
+ }
2142
+ ],
2143
+ "baseVersion": 82,
2144
+ "channel": "web",
2145
+ "committedAt": "2026-08-16T00:00:00.000Z",
2146
+ "kind": "financial_workspace_operation.v1",
2147
+ "operation": "fact.record",
2148
+ "operationId": "operation-synthetic-083",
2149
+ "primaryObject": {
2150
+ "factId": "fact-synthetic-083",
2151
+ "kind": "financial_workspace_fact_ref.v1"
2152
+ },
2153
+ "resultVersion": 83
2154
+ },
2155
+ {
2156
+ "affectedObjects": [
2157
+ {
2158
+ "factId": "fact-synthetic-084",
2159
+ "kind": "financial_workspace_fact_ref.v1"
2160
+ },
2161
+ {
2162
+ "kind": "financial_workspace_workspace_ref.v1",
2163
+ "storeId": "store-synthetic-001"
2164
+ }
2165
+ ],
2166
+ "baseVersion": 83,
2167
+ "channel": "web",
2168
+ "committedAt": "2026-08-16T00:00:00.000Z",
2169
+ "kind": "financial_workspace_operation.v1",
2170
+ "operation": "fact.record",
2171
+ "operationId": "operation-synthetic-084",
2172
+ "primaryObject": {
2173
+ "factId": "fact-synthetic-084",
2174
+ "kind": "financial_workspace_fact_ref.v1"
2175
+ },
2176
+ "resultVersion": 84
2177
+ },
2178
+ {
2179
+ "affectedObjects": [
2180
+ {
2181
+ "factId": "fact-synthetic-085",
2182
+ "kind": "financial_workspace_fact_ref.v1"
2183
+ },
2184
+ {
2185
+ "kind": "financial_workspace_workspace_ref.v1",
2186
+ "storeId": "store-synthetic-001"
2187
+ }
2188
+ ],
2189
+ "baseVersion": 84,
2190
+ "channel": "web",
2191
+ "committedAt": "2026-08-16T00:00:00.000Z",
2192
+ "kind": "financial_workspace_operation.v1",
2193
+ "operation": "fact.record",
2194
+ "operationId": "operation-synthetic-085",
2195
+ "primaryObject": {
2196
+ "factId": "fact-synthetic-085",
2197
+ "kind": "financial_workspace_fact_ref.v1"
2198
+ },
2199
+ "resultVersion": 85
2200
+ },
2201
+ {
2202
+ "affectedObjects": [
2203
+ {
2204
+ "factId": "fact-synthetic-086",
2205
+ "kind": "financial_workspace_fact_ref.v1"
2206
+ },
2207
+ {
2208
+ "kind": "financial_workspace_workspace_ref.v1",
2209
+ "storeId": "store-synthetic-001"
2210
+ }
2211
+ ],
2212
+ "baseVersion": 85,
2213
+ "channel": "web",
2214
+ "committedAt": "2026-08-16T00:00:00.000Z",
2215
+ "kind": "financial_workspace_operation.v1",
2216
+ "operation": "fact.record",
2217
+ "operationId": "operation-synthetic-086",
2218
+ "primaryObject": {
2219
+ "factId": "fact-synthetic-086",
2220
+ "kind": "financial_workspace_fact_ref.v1"
2221
+ },
2222
+ "resultVersion": 86
2223
+ },
2224
+ {
2225
+ "affectedObjects": [
2226
+ {
2227
+ "factId": "fact-synthetic-087",
2228
+ "kind": "financial_workspace_fact_ref.v1"
2229
+ },
2230
+ {
2231
+ "kind": "financial_workspace_workspace_ref.v1",
2232
+ "storeId": "store-synthetic-001"
2233
+ }
2234
+ ],
2235
+ "baseVersion": 86,
2236
+ "channel": "web",
2237
+ "committedAt": "2026-08-16T00:00:00.000Z",
2238
+ "kind": "financial_workspace_operation.v1",
2239
+ "operation": "fact.record",
2240
+ "operationId": "operation-synthetic-087",
2241
+ "primaryObject": {
2242
+ "factId": "fact-synthetic-087",
2243
+ "kind": "financial_workspace_fact_ref.v1"
2244
+ },
2245
+ "resultVersion": 87
2246
+ },
2247
+ {
2248
+ "affectedObjects": [
2249
+ {
2250
+ "factId": "fact-synthetic-088",
2251
+ "kind": "financial_workspace_fact_ref.v1"
2252
+ },
2253
+ {
2254
+ "kind": "financial_workspace_workspace_ref.v1",
2255
+ "storeId": "store-synthetic-001"
2256
+ }
2257
+ ],
2258
+ "baseVersion": 87,
2259
+ "channel": "web",
2260
+ "committedAt": "2026-08-16T00:00:00.000Z",
2261
+ "kind": "financial_workspace_operation.v1",
2262
+ "operation": "fact.record",
2263
+ "operationId": "operation-synthetic-088",
2264
+ "primaryObject": {
2265
+ "factId": "fact-synthetic-088",
2266
+ "kind": "financial_workspace_fact_ref.v1"
2267
+ },
2268
+ "resultVersion": 88
2269
+ },
2270
+ {
2271
+ "affectedObjects": [
2272
+ {
2273
+ "factId": "fact-synthetic-089",
2274
+ "kind": "financial_workspace_fact_ref.v1"
2275
+ },
2276
+ {
2277
+ "kind": "financial_workspace_workspace_ref.v1",
2278
+ "storeId": "store-synthetic-001"
2279
+ }
2280
+ ],
2281
+ "baseVersion": 88,
2282
+ "channel": "web",
2283
+ "committedAt": "2026-08-16T00:00:00.000Z",
2284
+ "kind": "financial_workspace_operation.v1",
2285
+ "operation": "fact.record",
2286
+ "operationId": "operation-synthetic-089",
2287
+ "primaryObject": {
2288
+ "factId": "fact-synthetic-089",
2289
+ "kind": "financial_workspace_fact_ref.v1"
2290
+ },
2291
+ "resultVersion": 89
2292
+ },
2293
+ {
2294
+ "affectedObjects": [
2295
+ {
2296
+ "factId": "fact-synthetic-090",
2297
+ "kind": "financial_workspace_fact_ref.v1"
2298
+ },
2299
+ {
2300
+ "kind": "financial_workspace_workspace_ref.v1",
2301
+ "storeId": "store-synthetic-001"
2302
+ }
2303
+ ],
2304
+ "baseVersion": 89,
2305
+ "channel": "web",
2306
+ "committedAt": "2026-08-16T00:00:00.000Z",
2307
+ "kind": "financial_workspace_operation.v1",
2308
+ "operation": "fact.record",
2309
+ "operationId": "operation-synthetic-090",
2310
+ "primaryObject": {
2311
+ "factId": "fact-synthetic-090",
2312
+ "kind": "financial_workspace_fact_ref.v1"
2313
+ },
2314
+ "resultVersion": 90
2315
+ },
2316
+ {
2317
+ "affectedObjects": [
2318
+ {
2319
+ "factId": "fact-synthetic-091",
2320
+ "kind": "financial_workspace_fact_ref.v1"
2321
+ },
2322
+ {
2323
+ "kind": "financial_workspace_workspace_ref.v1",
2324
+ "storeId": "store-synthetic-001"
2325
+ }
2326
+ ],
2327
+ "baseVersion": 90,
2328
+ "channel": "web",
2329
+ "committedAt": "2026-08-16T00:00:00.000Z",
2330
+ "kind": "financial_workspace_operation.v1",
2331
+ "operation": "fact.record",
2332
+ "operationId": "operation-synthetic-091",
2333
+ "primaryObject": {
2334
+ "factId": "fact-synthetic-091",
2335
+ "kind": "financial_workspace_fact_ref.v1"
2336
+ },
2337
+ "resultVersion": 91
2338
+ },
2339
+ {
2340
+ "affectedObjects": [
2341
+ {
2342
+ "factId": "fact-synthetic-092",
2343
+ "kind": "financial_workspace_fact_ref.v1"
2344
+ },
2345
+ {
2346
+ "kind": "financial_workspace_workspace_ref.v1",
2347
+ "storeId": "store-synthetic-001"
2348
+ }
2349
+ ],
2350
+ "baseVersion": 91,
2351
+ "channel": "web",
2352
+ "committedAt": "2026-08-16T00:00:00.000Z",
2353
+ "kind": "financial_workspace_operation.v1",
2354
+ "operation": "fact.record",
2355
+ "operationId": "operation-synthetic-092",
2356
+ "primaryObject": {
2357
+ "factId": "fact-synthetic-092",
2358
+ "kind": "financial_workspace_fact_ref.v1"
2359
+ },
2360
+ "resultVersion": 92
2361
+ },
2362
+ {
2363
+ "affectedObjects": [
2364
+ {
2365
+ "factId": "fact-synthetic-093",
2366
+ "kind": "financial_workspace_fact_ref.v1"
2367
+ },
2368
+ {
2369
+ "kind": "financial_workspace_workspace_ref.v1",
2370
+ "storeId": "store-synthetic-001"
2371
+ }
2372
+ ],
2373
+ "baseVersion": 92,
2374
+ "channel": "web",
2375
+ "committedAt": "2026-08-16T00:00:00.000Z",
2376
+ "kind": "financial_workspace_operation.v1",
2377
+ "operation": "fact.record",
2378
+ "operationId": "operation-synthetic-093",
2379
+ "primaryObject": {
2380
+ "factId": "fact-synthetic-093",
2381
+ "kind": "financial_workspace_fact_ref.v1"
2382
+ },
2383
+ "resultVersion": 93
2384
+ },
2385
+ {
2386
+ "affectedObjects": [
2387
+ {
2388
+ "factId": "fact-synthetic-094",
2389
+ "kind": "financial_workspace_fact_ref.v1"
2390
+ },
2391
+ {
2392
+ "kind": "financial_workspace_workspace_ref.v1",
2393
+ "storeId": "store-synthetic-001"
2394
+ }
2395
+ ],
2396
+ "baseVersion": 93,
2397
+ "channel": "web",
2398
+ "committedAt": "2026-08-16T00:00:00.000Z",
2399
+ "kind": "financial_workspace_operation.v1",
2400
+ "operation": "fact.record",
2401
+ "operationId": "operation-synthetic-094",
2402
+ "primaryObject": {
2403
+ "factId": "fact-synthetic-094",
2404
+ "kind": "financial_workspace_fact_ref.v1"
2405
+ },
2406
+ "resultVersion": 94
2407
+ },
2408
+ {
2409
+ "affectedObjects": [
2410
+ {
2411
+ "factId": "fact-synthetic-095",
2412
+ "kind": "financial_workspace_fact_ref.v1"
2413
+ },
2414
+ {
2415
+ "kind": "financial_workspace_workspace_ref.v1",
2416
+ "storeId": "store-synthetic-001"
2417
+ }
2418
+ ],
2419
+ "baseVersion": 94,
2420
+ "channel": "web",
2421
+ "committedAt": "2026-08-16T00:00:00.000Z",
2422
+ "kind": "financial_workspace_operation.v1",
2423
+ "operation": "fact.record",
2424
+ "operationId": "operation-synthetic-095",
2425
+ "primaryObject": {
2426
+ "factId": "fact-synthetic-095",
2427
+ "kind": "financial_workspace_fact_ref.v1"
2428
+ },
2429
+ "resultVersion": 95
2430
+ },
2431
+ {
2432
+ "affectedObjects": [
2433
+ {
2434
+ "factId": "fact-synthetic-096",
2435
+ "kind": "financial_workspace_fact_ref.v1"
2436
+ },
2437
+ {
2438
+ "kind": "financial_workspace_workspace_ref.v1",
2439
+ "storeId": "store-synthetic-001"
2440
+ }
2441
+ ],
2442
+ "baseVersion": 95,
2443
+ "channel": "web",
2444
+ "committedAt": "2026-08-16T00:00:00.000Z",
2445
+ "kind": "financial_workspace_operation.v1",
2446
+ "operation": "fact.record",
2447
+ "operationId": "operation-synthetic-096",
2448
+ "primaryObject": {
2449
+ "factId": "fact-synthetic-096",
2450
+ "kind": "financial_workspace_fact_ref.v1"
2451
+ },
2452
+ "resultVersion": 96
2453
+ },
2454
+ {
2455
+ "affectedObjects": [
2456
+ {
2457
+ "factId": "fact-synthetic-097",
2458
+ "kind": "financial_workspace_fact_ref.v1"
2459
+ },
2460
+ {
2461
+ "kind": "financial_workspace_workspace_ref.v1",
2462
+ "storeId": "store-synthetic-001"
2463
+ }
2464
+ ],
2465
+ "baseVersion": 96,
2466
+ "channel": "web",
2467
+ "committedAt": "2026-08-16T00:00:00.000Z",
2468
+ "kind": "financial_workspace_operation.v1",
2469
+ "operation": "fact.record",
2470
+ "operationId": "operation-synthetic-097",
2471
+ "primaryObject": {
2472
+ "factId": "fact-synthetic-097",
2473
+ "kind": "financial_workspace_fact_ref.v1"
2474
+ },
2475
+ "resultVersion": 97
2476
+ },
2477
+ {
2478
+ "affectedObjects": [
2479
+ {
2480
+ "factId": "fact-synthetic-098",
2481
+ "kind": "financial_workspace_fact_ref.v1"
2482
+ },
2483
+ {
2484
+ "kind": "financial_workspace_workspace_ref.v1",
2485
+ "storeId": "store-synthetic-001"
2486
+ }
2487
+ ],
2488
+ "baseVersion": 97,
2489
+ "channel": "web",
2490
+ "committedAt": "2026-08-16T00:00:00.000Z",
2491
+ "kind": "financial_workspace_operation.v1",
2492
+ "operation": "fact.record",
2493
+ "operationId": "operation-synthetic-098",
2494
+ "primaryObject": {
2495
+ "factId": "fact-synthetic-098",
2496
+ "kind": "financial_workspace_fact_ref.v1"
2497
+ },
2498
+ "resultVersion": 98
2499
+ },
2500
+ {
2501
+ "affectedObjects": [
2502
+ {
2503
+ "factId": "fact-synthetic-099",
2504
+ "kind": "financial_workspace_fact_ref.v1"
2505
+ },
2506
+ {
2507
+ "kind": "financial_workspace_workspace_ref.v1",
2508
+ "storeId": "store-synthetic-001"
2509
+ }
2510
+ ],
2511
+ "baseVersion": 98,
2512
+ "channel": "web",
2513
+ "committedAt": "2026-08-16T00:00:00.000Z",
2514
+ "kind": "financial_workspace_operation.v1",
2515
+ "operation": "fact.record",
2516
+ "operationId": "operation-synthetic-099",
2517
+ "primaryObject": {
2518
+ "factId": "fact-synthetic-099",
2519
+ "kind": "financial_workspace_fact_ref.v1"
2520
+ },
2521
+ "resultVersion": 99
2522
+ },
2523
+ {
2524
+ "affectedObjects": [
2525
+ {
2526
+ "factId": "fact-synthetic-100",
2527
+ "kind": "financial_workspace_fact_ref.v1"
2528
+ },
2529
+ {
2530
+ "kind": "financial_workspace_workspace_ref.v1",
2531
+ "storeId": "store-synthetic-001"
2532
+ }
2533
+ ],
2534
+ "baseVersion": 99,
2535
+ "channel": "web",
2536
+ "committedAt": "2026-08-16T00:00:00.000Z",
2537
+ "kind": "financial_workspace_operation.v1",
2538
+ "operation": "fact.record",
2539
+ "operationId": "operation-synthetic-100",
2540
+ "primaryObject": {
2541
+ "factId": "fact-synthetic-100",
2542
+ "kind": "financial_workspace_fact_ref.v1"
2543
+ },
2544
+ "resultVersion": 100
2545
+ },
2546
+ {
2547
+ "affectedObjects": [
2548
+ {
2549
+ "factId": "fact-synthetic-101",
2550
+ "kind": "financial_workspace_fact_ref.v1"
2551
+ },
2552
+ {
2553
+ "kind": "financial_workspace_workspace_ref.v1",
2554
+ "storeId": "store-synthetic-001"
2555
+ }
2556
+ ],
2557
+ "baseVersion": 100,
2558
+ "channel": "web",
2559
+ "committedAt": "2026-08-16T00:00:00.000Z",
2560
+ "kind": "financial_workspace_operation.v1",
2561
+ "operation": "fact.record",
2562
+ "operationId": "operation-synthetic-101",
2563
+ "primaryObject": {
2564
+ "factId": "fact-synthetic-101",
2565
+ "kind": "financial_workspace_fact_ref.v1"
2566
+ },
2567
+ "resultVersion": 101
2568
+ }
2569
+ ],
2570
+ "kind": "financial_workspace_activity_page.v1",
2571
+ "nextCursor": "synthetic-opaque-cursor-v1",
2572
+ "projectionVersion": 1,
2573
+ "throughVersion": 101
2574
+ },
2575
+ "status": "success",
2576
+ "success": true
2577
+ },
2578
+ "schema": "SuccessEnvelopeFinancialWorkspaceActivityPageV1",
2579
+ "valid": false
2580
+ },
2581
+ {
2582
+ "caseId": "double-envelope",
2583
+ "classification": "REMOTE_RESPONSE_INVALID",
2584
+ "input": {
2585
+ "code": 0,
2586
+ "data": {
2587
+ "code": 0,
2588
+ "data": {
2589
+ "authority": {
2590
+ "householdId": "household-synthetic-001",
2591
+ "mode": "account",
2592
+ "status": "authoritative",
2593
+ "storeId": "store-synthetic-001"
2594
+ },
2595
+ "capabilities": {
2596
+ "kind": "financial_workspace_capabilities.v1",
2597
+ "protectedChange": "unavailable",
2598
+ "readable": [
2599
+ "snapshot",
2600
+ "summary",
2601
+ "activity"
2602
+ ],
2603
+ "writable": [
2604
+ "fact.record"
2605
+ ]
2606
+ },
2607
+ "contractVersion": 1,
2608
+ "currentFacts": {
2609
+ "coverage": {
2610
+ "kind": "financial_workspace_fact_coverage.v1",
2611
+ "missingFields": [
2612
+ "household.total_assets",
2613
+ "household.long_term_allocatable_assets",
2614
+ "household.spending.last_12_months",
2615
+ "household.spending.last_12_months.necessary",
2616
+ "household.spending.last_12_months.discretionary",
2617
+ "household.monthly_contribution",
2618
+ "household.liquid_assets",
2619
+ "household.investments.total",
2620
+ "household.total_debt"
2621
+ ],
2622
+ "recordedFields": [],
2623
+ "supportedFields": [
2624
+ "household.total_assets",
2625
+ "household.long_term_allocatable_assets",
2626
+ "household.spending.last_12_months",
2627
+ "household.spending.last_12_months.necessary",
2628
+ "household.spending.last_12_months.discretionary",
2629
+ "household.monthly_contribution",
2630
+ "household.liquid_assets",
2631
+ "household.investments.total",
2632
+ "household.total_debt"
2633
+ ]
2634
+ },
2635
+ "items": []
2636
+ },
2637
+ "cursor": "synthetic-opaque-cursor-v1",
2638
+ "kind": "financial_workspace_snapshot.v1",
2639
+ "projectionVersion": 1,
2640
+ "updatedAt": "2026-08-16T00:00:00.000Z",
2641
+ "version": 2
2642
+ },
2643
+ "status": "success",
2644
+ "success": true
2645
+ },
2646
+ "status": "success",
2647
+ "success": true
2648
+ },
2649
+ "schema": "SuccessEnvelopeFinancialWorkspaceSnapshotV1",
2650
+ "valid": false
2651
+ },
2652
+ {
2653
+ "caseId": "fact-operation-affected-objects-over-max",
2654
+ "classification": "REMOTE_RESPONSE_INVALID",
2655
+ "input": {
2656
+ "code": 0,
2657
+ "data": {
2658
+ "authority": {
2659
+ "householdId": "household-synthetic-001",
2660
+ "mode": "account",
2661
+ "status": "authoritative",
2662
+ "storeId": "store-synthetic-001"
2663
+ },
2664
+ "baseVersion": 1,
2665
+ "committedAt": "2026-08-16T00:00:00.000Z",
2666
+ "cursor": "synthetic-opaque-cursor-v1",
2667
+ "kind": "financial_workspace_command_receipt.v1",
2668
+ "operation": {
2669
+ "affectedObjects": [
2670
+ {
2671
+ "factId": "fact-synthetic-002",
2672
+ "kind": "financial_workspace_fact_ref.v1"
2673
+ },
2674
+ {
2675
+ "kind": "financial_workspace_workspace_ref.v1",
2676
+ "storeId": "store-synthetic-001"
2677
+ },
2678
+ {
2679
+ "kind": "financial_workspace_workspace_ref.v1",
2680
+ "storeId": "store-extra"
2681
+ }
2682
+ ],
2683
+ "baseVersion": 1,
2684
+ "channel": "web",
2685
+ "committedAt": "2026-08-16T00:00:00.000Z",
2686
+ "kind": "financial_workspace_operation.v1",
2687
+ "operation": "fact.record",
2688
+ "operationId": "operation-synthetic-002",
2689
+ "primaryObject": {
2690
+ "factId": "fact-synthetic-002",
2691
+ "kind": "financial_workspace_fact_ref.v1"
2692
+ },
2693
+ "resultVersion": 2
2694
+ },
2695
+ "replayed": true,
2696
+ "resultVersion": 2
2697
+ },
2698
+ "status": "success",
2699
+ "success": true
2700
+ },
2701
+ "schema": "SuccessEnvelopeFinancialWorkspaceCommandReceiptV1",
2702
+ "valid": false
2703
+ },
2704
+ {
2705
+ "caseId": "fact-operation-starts-at-zero",
2706
+ "classification": "REMOTE_RESPONSE_INVALID",
2707
+ "input": {
2708
+ "code": 0,
2709
+ "data": {
2710
+ "authority": {
2711
+ "householdId": "household-synthetic-001",
2712
+ "mode": "account",
2713
+ "status": "authoritative",
2714
+ "storeId": "store-synthetic-001"
2715
+ },
2716
+ "baseVersion": 0,
2717
+ "committedAt": "2026-08-16T00:00:00.000Z",
2718
+ "cursor": "synthetic-opaque-cursor-v1",
2719
+ "kind": "financial_workspace_command_receipt.v1",
2720
+ "operation": {
2721
+ "affectedObjects": [
2722
+ {
2723
+ "factId": "fact-synthetic-001",
2724
+ "kind": "financial_workspace_fact_ref.v1"
2725
+ },
2726
+ {
2727
+ "kind": "financial_workspace_workspace_ref.v1",
2728
+ "storeId": "store-synthetic-001"
2729
+ }
2730
+ ],
2731
+ "baseVersion": 0,
2732
+ "channel": "web",
2733
+ "committedAt": "2026-08-16T00:00:00.000Z",
2734
+ "kind": "financial_workspace_operation.v1",
2735
+ "operation": "fact.record",
2736
+ "operationId": "operation-synthetic-001",
2737
+ "primaryObject": {
2738
+ "factId": "fact-synthetic-001",
2739
+ "kind": "financial_workspace_fact_ref.v1"
2740
+ },
2741
+ "resultVersion": 1
2742
+ },
2743
+ "replayed": false,
2744
+ "resultVersion": 1
2745
+ },
2746
+ "status": "success",
2747
+ "success": true
2748
+ },
2749
+ "schema": "SuccessEnvelopeFinancialWorkspaceCommandReceiptV1",
2750
+ "valid": false
2751
+ },
2752
+ {
2753
+ "caseId": "initialize-operation-does-not-start-at-zero",
2754
+ "classification": "REMOTE_RESPONSE_INVALID",
2755
+ "input": {
2756
+ "code": 0,
2757
+ "data": {
2758
+ "authority": {
2759
+ "householdId": "household-synthetic-001",
2760
+ "mode": "account",
2761
+ "status": "authoritative",
2762
+ "storeId": "store-synthetic-001"
2763
+ },
2764
+ "baseVersion": 1,
2765
+ "committedAt": "2026-08-16T00:00:00.000Z",
2766
+ "cursor": "synthetic-opaque-cursor-v1",
2767
+ "kind": "financial_workspace_command_receipt.v1",
2768
+ "operation": {
2769
+ "affectedObjects": [
2770
+ {
2771
+ "kind": "financial_workspace_workspace_ref.v1",
2772
+ "storeId": "store-synthetic-001"
2773
+ }
2774
+ ],
2775
+ "baseVersion": 1,
2776
+ "channel": "cli",
2777
+ "committedAt": "2026-08-16T00:00:00.000Z",
2778
+ "kind": "financial_workspace_operation.v1",
2779
+ "operation": "workspace.initialize",
2780
+ "operationId": "operation-synthetic-002",
2781
+ "primaryObject": {
2782
+ "kind": "financial_workspace_workspace_ref.v1",
2783
+ "storeId": "store-synthetic-001"
2784
+ },
2785
+ "resultVersion": 2
2786
+ },
2787
+ "replayed": false,
2788
+ "resultVersion": 2
2789
+ },
2790
+ "status": "success",
2791
+ "success": true
2792
+ },
2793
+ "schema": "SuccessEnvelopeFinancialWorkspaceCommandReceiptV1",
2794
+ "valid": false
2795
+ },
2796
+ {
2797
+ "caseId": "raw-snapshot-without-envelope",
2798
+ "classification": "REMOTE_RESPONSE_INVALID",
2799
+ "input": {
2800
+ "authority": {
2801
+ "householdId": "household-synthetic-001",
2802
+ "mode": "account",
2803
+ "status": "authoritative",
2804
+ "storeId": "store-synthetic-001"
2805
+ },
2806
+ "capabilities": {
2807
+ "kind": "financial_workspace_capabilities.v1",
2808
+ "protectedChange": "unavailable",
2809
+ "readable": [
2810
+ "snapshot",
2811
+ "summary",
2812
+ "activity"
2813
+ ],
2814
+ "writable": [
2815
+ "fact.record"
2816
+ ]
2817
+ },
2818
+ "contractVersion": 1,
2819
+ "currentFacts": {
2820
+ "coverage": {
2821
+ "kind": "financial_workspace_fact_coverage.v1",
2822
+ "missingFields": [
2823
+ "household.total_assets",
2824
+ "household.long_term_allocatable_assets",
2825
+ "household.spending.last_12_months",
2826
+ "household.spending.last_12_months.necessary",
2827
+ "household.spending.last_12_months.discretionary",
2828
+ "household.monthly_contribution",
2829
+ "household.liquid_assets",
2830
+ "household.investments.total",
2831
+ "household.total_debt"
2832
+ ],
2833
+ "recordedFields": [],
2834
+ "supportedFields": [
2835
+ "household.total_assets",
2836
+ "household.long_term_allocatable_assets",
2837
+ "household.spending.last_12_months",
2838
+ "household.spending.last_12_months.necessary",
2839
+ "household.spending.last_12_months.discretionary",
2840
+ "household.monthly_contribution",
2841
+ "household.liquid_assets",
2842
+ "household.investments.total",
2843
+ "household.total_debt"
2844
+ ]
2845
+ },
2846
+ "items": []
2847
+ },
2848
+ "cursor": "synthetic-opaque-cursor-v1",
2849
+ "kind": "financial_workspace_snapshot.v1",
2850
+ "projectionVersion": 1,
2851
+ "updatedAt": "2026-08-16T00:00:00.000Z",
2852
+ "version": 2
2853
+ },
2854
+ "schema": "SuccessEnvelopeFinancialWorkspaceSnapshotV1",
2855
+ "valid": false
2856
+ },
2857
+ {
2858
+ "caseId": "receipt-authority-store-mismatch",
2859
+ "classification": "REMOTE_RESPONSE_INVALID",
2860
+ "input": {
2861
+ "code": 0,
2862
+ "data": {
2863
+ "authority": {
2864
+ "householdId": "household-synthetic-001",
2865
+ "mode": "account",
2866
+ "status": "authoritative",
2867
+ "storeId": "store-synthetic-other"
2868
+ },
2869
+ "baseVersion": 0,
2870
+ "committedAt": "2026-08-16T00:00:00.000Z",
2871
+ "cursor": "synthetic-opaque-cursor-v1",
2872
+ "kind": "financial_workspace_command_receipt.v1",
2873
+ "operation": {
2874
+ "affectedObjects": [
2875
+ {
2876
+ "kind": "financial_workspace_workspace_ref.v1",
2877
+ "storeId": "store-synthetic-001"
2878
+ }
2879
+ ],
2880
+ "baseVersion": 0,
2881
+ "channel": "cli",
2882
+ "committedAt": "2026-08-16T00:00:00.000Z",
2883
+ "kind": "financial_workspace_operation.v1",
2884
+ "operation": "workspace.initialize",
2885
+ "operationId": "operation-synthetic-001",
2886
+ "primaryObject": {
2887
+ "kind": "financial_workspace_workspace_ref.v1",
2888
+ "storeId": "store-synthetic-001"
2889
+ },
2890
+ "resultVersion": 1
2891
+ },
2892
+ "replayed": false,
2893
+ "resultVersion": 1
2894
+ },
2895
+ "status": "success",
2896
+ "success": true
2897
+ },
2898
+ "schema": "SuccessEnvelopeFinancialWorkspaceCommandReceiptV1",
2899
+ "valid": false
2900
+ },
2901
+ {
2902
+ "caseId": "receipt-outer-version-mismatch",
2903
+ "classification": "REMOTE_RESPONSE_INVALID",
2904
+ "input": {
2905
+ "code": 0,
2906
+ "data": {
2907
+ "authority": {
2908
+ "householdId": "household-synthetic-001",
2909
+ "mode": "account",
2910
+ "status": "authoritative",
2911
+ "storeId": "store-synthetic-001"
2912
+ },
2913
+ "baseVersion": 0,
2914
+ "committedAt": "2026-08-16T00:00:00.000Z",
2915
+ "cursor": "synthetic-opaque-cursor-v1",
2916
+ "kind": "financial_workspace_command_receipt.v1",
2917
+ "operation": {
2918
+ "affectedObjects": [
2919
+ {
2920
+ "kind": "financial_workspace_workspace_ref.v1",
2921
+ "storeId": "store-synthetic-001"
2922
+ }
2923
+ ],
2924
+ "baseVersion": 0,
2925
+ "channel": "cli",
2926
+ "committedAt": "2026-08-16T00:00:00.000Z",
2927
+ "kind": "financial_workspace_operation.v1",
2928
+ "operation": "workspace.initialize",
2929
+ "operationId": "operation-synthetic-001",
2930
+ "primaryObject": {
2931
+ "kind": "financial_workspace_workspace_ref.v1",
2932
+ "storeId": "store-synthetic-001"
2933
+ },
2934
+ "resultVersion": 1
2935
+ },
2936
+ "replayed": false,
2937
+ "resultVersion": 2
2938
+ },
2939
+ "status": "success",
2940
+ "success": true
2941
+ },
2942
+ "schema": "SuccessEnvelopeFinancialWorkspaceCommandReceiptV1",
2943
+ "valid": false
2944
+ },
2945
+ {
2946
+ "caseId": "snapshot-coverage-not-partitioned",
2947
+ "classification": "REMOTE_RESPONSE_INVALID",
2948
+ "input": {
2949
+ "code": 0,
2950
+ "data": {
2951
+ "authority": {
2952
+ "householdId": "household-synthetic-001",
2953
+ "mode": "account",
2954
+ "status": "authoritative",
2955
+ "storeId": "store-synthetic-001"
2956
+ },
2957
+ "capabilities": {
2958
+ "kind": "financial_workspace_capabilities.v1",
2959
+ "protectedChange": "unavailable",
2960
+ "readable": [
2961
+ "snapshot",
2962
+ "summary",
2963
+ "activity"
2964
+ ],
2965
+ "writable": [
2966
+ "fact.record"
2967
+ ]
2968
+ },
2969
+ "contractVersion": 1,
2970
+ "currentFacts": {
2971
+ "coverage": {
2972
+ "kind": "financial_workspace_fact_coverage.v1",
2973
+ "missingFields": [
2974
+ "household.long_term_allocatable_assets",
2975
+ "household.spending.last_12_months",
2976
+ "household.spending.last_12_months.necessary",
2977
+ "household.spending.last_12_months.discretionary",
2978
+ "household.monthly_contribution",
2979
+ "household.liquid_assets",
2980
+ "household.investments.total"
2981
+ ],
2982
+ "recordedFields": [
2983
+ "household.total_assets"
2984
+ ],
2985
+ "supportedFields": [
2986
+ "household.total_assets",
2987
+ "household.long_term_allocatable_assets",
2988
+ "household.spending.last_12_months",
2989
+ "household.spending.last_12_months.necessary",
2990
+ "household.spending.last_12_months.discretionary",
2991
+ "household.monthly_contribution",
2992
+ "household.liquid_assets",
2993
+ "household.investments.total",
2994
+ "household.total_debt"
2995
+ ]
2996
+ },
2997
+ "items": [
2998
+ {
2999
+ "asOf": "2026-08-16T00:00:00.000Z",
3000
+ "factId": "fact-household-total_assets",
3001
+ "field": "household.total_assets",
3002
+ "kind": "financial_fact_projection.v1",
3003
+ "recordedAt": "2026-08-16T00:00:00.000Z",
3004
+ "recordedVersion": 2,
3005
+ "status": "confirmed",
3006
+ "value": {
3007
+ "amount": "100.5",
3008
+ "currency": "CNY",
3009
+ "kind": "money.v1"
3010
+ }
3011
+ }
3012
+ ]
3013
+ },
3014
+ "cursor": "synthetic-opaque-cursor-v1",
3015
+ "kind": "financial_workspace_snapshot.v1",
3016
+ "projectionVersion": 1,
3017
+ "updatedAt": "2026-08-16T00:00:00.000Z",
3018
+ "version": 2
3019
+ },
3020
+ "status": "success",
3021
+ "success": true
3022
+ },
3023
+ "schema": "SuccessEnvelopeFinancialWorkspaceSnapshotV1",
3024
+ "valid": false
3025
+ },
3026
+ {
3027
+ "caseId": "snapshot-fact-order-mismatch",
3028
+ "classification": "REMOTE_RESPONSE_INVALID",
3029
+ "input": {
3030
+ "code": 0,
3031
+ "data": {
3032
+ "authority": {
3033
+ "householdId": "household-synthetic-001",
3034
+ "mode": "account",
3035
+ "status": "authoritative",
3036
+ "storeId": "store-synthetic-001"
3037
+ },
3038
+ "capabilities": {
3039
+ "kind": "financial_workspace_capabilities.v1",
3040
+ "protectedChange": "unavailable",
3041
+ "readable": [
3042
+ "snapshot",
3043
+ "summary",
3044
+ "activity"
3045
+ ],
3046
+ "writable": [
3047
+ "fact.record"
3048
+ ]
3049
+ },
3050
+ "contractVersion": 1,
3051
+ "currentFacts": {
3052
+ "coverage": {
3053
+ "kind": "financial_workspace_fact_coverage.v1",
3054
+ "missingFields": [
3055
+ "household.spending.last_12_months",
3056
+ "household.spending.last_12_months.necessary",
3057
+ "household.spending.last_12_months.discretionary",
3058
+ "household.monthly_contribution",
3059
+ "household.liquid_assets",
3060
+ "household.investments.total",
3061
+ "household.total_debt"
3062
+ ],
3063
+ "recordedFields": [
3064
+ "household.total_assets",
3065
+ "household.long_term_allocatable_assets"
3066
+ ],
3067
+ "supportedFields": [
3068
+ "household.total_assets",
3069
+ "household.long_term_allocatable_assets",
3070
+ "household.spending.last_12_months",
3071
+ "household.spending.last_12_months.necessary",
3072
+ "household.spending.last_12_months.discretionary",
3073
+ "household.monthly_contribution",
3074
+ "household.liquid_assets",
3075
+ "household.investments.total",
3076
+ "household.total_debt"
3077
+ ]
3078
+ },
3079
+ "items": [
3080
+ {
3081
+ "asOf": "2026-08-16T00:00:00.000Z",
3082
+ "factId": "fact-household-long_term_allocatable_assets",
3083
+ "field": "household.long_term_allocatable_assets",
3084
+ "kind": "financial_fact_projection.v1",
3085
+ "recordedAt": "2026-08-16T00:00:00.000Z",
3086
+ "recordedVersion": 2,
3087
+ "status": "confirmed",
3088
+ "value": {
3089
+ "amount": "100.5",
3090
+ "currency": "CNY",
3091
+ "kind": "money.v1"
3092
+ }
3093
+ },
3094
+ {
3095
+ "asOf": "2026-08-16T00:00:00.000Z",
3096
+ "factId": "fact-household-total_assets",
3097
+ "field": "household.total_assets",
3098
+ "kind": "financial_fact_projection.v1",
3099
+ "recordedAt": "2026-08-16T00:00:00.000Z",
3100
+ "recordedVersion": 2,
3101
+ "status": "confirmed",
3102
+ "value": {
3103
+ "amount": "100.5",
3104
+ "currency": "CNY",
3105
+ "kind": "money.v1"
3106
+ }
3107
+ }
3108
+ ]
3109
+ },
3110
+ "cursor": "synthetic-opaque-cursor-v1",
3111
+ "kind": "financial_workspace_snapshot.v1",
3112
+ "projectionVersion": 1,
3113
+ "updatedAt": "2026-08-16T00:00:00.000Z",
3114
+ "version": 2
3115
+ },
3116
+ "status": "success",
3117
+ "success": true
3118
+ },
3119
+ "schema": "SuccessEnvelopeFinancialWorkspaceSnapshotV1",
3120
+ "valid": false
3121
+ },
3122
+ {
3123
+ "caseId": "snapshot-fact-version-exceeds-workspace",
3124
+ "classification": "REMOTE_RESPONSE_INVALID",
3125
+ "input": {
3126
+ "code": 0,
3127
+ "data": {
3128
+ "authority": {
3129
+ "householdId": "household-synthetic-001",
3130
+ "mode": "account",
3131
+ "status": "authoritative",
3132
+ "storeId": "store-synthetic-001"
3133
+ },
3134
+ "capabilities": {
3135
+ "kind": "financial_workspace_capabilities.v1",
3136
+ "protectedChange": "unavailable",
3137
+ "readable": [
3138
+ "snapshot",
3139
+ "summary",
3140
+ "activity"
3141
+ ],
3142
+ "writable": [
3143
+ "fact.record"
3144
+ ]
3145
+ },
3146
+ "contractVersion": 1,
3147
+ "currentFacts": {
3148
+ "coverage": {
3149
+ "kind": "financial_workspace_fact_coverage.v1",
3150
+ "missingFields": [
3151
+ "household.long_term_allocatable_assets",
3152
+ "household.spending.last_12_months",
3153
+ "household.spending.last_12_months.necessary",
3154
+ "household.spending.last_12_months.discretionary",
3155
+ "household.monthly_contribution",
3156
+ "household.liquid_assets",
3157
+ "household.investments.total",
3158
+ "household.total_debt"
3159
+ ],
3160
+ "recordedFields": [
3161
+ "household.total_assets"
3162
+ ],
3163
+ "supportedFields": [
3164
+ "household.total_assets",
3165
+ "household.long_term_allocatable_assets",
3166
+ "household.spending.last_12_months",
3167
+ "household.spending.last_12_months.necessary",
3168
+ "household.spending.last_12_months.discretionary",
3169
+ "household.monthly_contribution",
3170
+ "household.liquid_assets",
3171
+ "household.investments.total",
3172
+ "household.total_debt"
3173
+ ]
3174
+ },
3175
+ "items": [
3176
+ {
3177
+ "asOf": "2026-08-16T00:00:00.000Z",
3178
+ "factId": "fact-household-total_assets",
3179
+ "field": "household.total_assets",
3180
+ "kind": "financial_fact_projection.v1",
3181
+ "recordedAt": "2026-08-16T00:00:00.000Z",
3182
+ "recordedVersion": 3,
3183
+ "status": "confirmed",
3184
+ "value": {
3185
+ "amount": "100.5",
3186
+ "currency": "CNY",
3187
+ "kind": "money.v1"
3188
+ }
3189
+ }
3190
+ ]
3191
+ },
3192
+ "cursor": "synthetic-opaque-cursor-v1",
3193
+ "kind": "financial_workspace_snapshot.v1",
3194
+ "projectionVersion": 1,
3195
+ "updatedAt": "2026-08-16T00:00:00.000Z",
3196
+ "version": 2
3197
+ },
3198
+ "status": "success",
3199
+ "success": true
3200
+ },
3201
+ "schema": "SuccessEnvelopeFinancialWorkspaceSnapshotV1",
3202
+ "valid": false
3203
+ },
3204
+ {
3205
+ "caseId": "snapshot-over-max-facts",
3206
+ "classification": "REMOTE_RESPONSE_INVALID",
3207
+ "input": {
3208
+ "code": 0,
3209
+ "data": {
3210
+ "authority": {
3211
+ "householdId": "household-synthetic-001",
3212
+ "mode": "account",
3213
+ "status": "authoritative",
3214
+ "storeId": "store-synthetic-001"
3215
+ },
3216
+ "capabilities": {
3217
+ "kind": "financial_workspace_capabilities.v1",
3218
+ "protectedChange": "unavailable",
3219
+ "readable": [
3220
+ "snapshot",
3221
+ "summary",
3222
+ "activity"
3223
+ ],
3224
+ "writable": [
3225
+ "fact.record"
3226
+ ]
3227
+ },
3228
+ "contractVersion": 1,
3229
+ "currentFacts": {
3230
+ "coverage": {
3231
+ "kind": "financial_workspace_fact_coverage.v1",
3232
+ "missingFields": [
3233
+ "household.long_term_allocatable_assets",
3234
+ "household.spending.last_12_months",
3235
+ "household.spending.last_12_months.necessary",
3236
+ "household.spending.last_12_months.discretionary",
3237
+ "household.monthly_contribution",
3238
+ "household.liquid_assets",
3239
+ "household.investments.total",
3240
+ "household.total_debt"
3241
+ ],
3242
+ "recordedFields": [
3243
+ "household.total_assets"
3244
+ ],
3245
+ "supportedFields": [
3246
+ "household.total_assets",
3247
+ "household.long_term_allocatable_assets",
3248
+ "household.spending.last_12_months",
3249
+ "household.spending.last_12_months.necessary",
3250
+ "household.spending.last_12_months.discretionary",
3251
+ "household.monthly_contribution",
3252
+ "household.liquid_assets",
3253
+ "household.investments.total",
3254
+ "household.total_debt"
3255
+ ]
3256
+ },
3257
+ "items": [
3258
+ {
3259
+ "asOf": "2026-08-16T00:00:00.000Z",
3260
+ "factId": "fact-household-total_assets",
3261
+ "field": "household.total_assets",
3262
+ "kind": "financial_fact_projection.v1",
3263
+ "recordedAt": "2026-08-16T00:00:00.000Z",
3264
+ "recordedVersion": 2,
3265
+ "status": "confirmed",
3266
+ "value": {
3267
+ "amount": "100.5",
3268
+ "currency": "CNY",
3269
+ "kind": "money.v1"
3270
+ }
3271
+ },
3272
+ {
3273
+ "asOf": "2026-08-16T00:00:00.000Z",
3274
+ "factId": "fact-household-total_assets",
3275
+ "field": "household.total_assets",
3276
+ "kind": "financial_fact_projection.v1",
3277
+ "recordedAt": "2026-08-16T00:00:00.000Z",
3278
+ "recordedVersion": 2,
3279
+ "status": "confirmed",
3280
+ "value": {
3281
+ "amount": "100.5",
3282
+ "currency": "CNY",
3283
+ "kind": "money.v1"
3284
+ }
3285
+ },
3286
+ {
3287
+ "asOf": "2026-08-16T00:00:00.000Z",
3288
+ "factId": "fact-household-total_assets",
3289
+ "field": "household.total_assets",
3290
+ "kind": "financial_fact_projection.v1",
3291
+ "recordedAt": "2026-08-16T00:00:00.000Z",
3292
+ "recordedVersion": 2,
3293
+ "status": "confirmed",
3294
+ "value": {
3295
+ "amount": "100.5",
3296
+ "currency": "CNY",
3297
+ "kind": "money.v1"
3298
+ }
3299
+ },
3300
+ {
3301
+ "asOf": "2026-08-16T00:00:00.000Z",
3302
+ "factId": "fact-household-total_assets",
3303
+ "field": "household.total_assets",
3304
+ "kind": "financial_fact_projection.v1",
3305
+ "recordedAt": "2026-08-16T00:00:00.000Z",
3306
+ "recordedVersion": 2,
3307
+ "status": "confirmed",
3308
+ "value": {
3309
+ "amount": "100.5",
3310
+ "currency": "CNY",
3311
+ "kind": "money.v1"
3312
+ }
3313
+ },
3314
+ {
3315
+ "asOf": "2026-08-16T00:00:00.000Z",
3316
+ "factId": "fact-household-total_assets",
3317
+ "field": "household.total_assets",
3318
+ "kind": "financial_fact_projection.v1",
3319
+ "recordedAt": "2026-08-16T00:00:00.000Z",
3320
+ "recordedVersion": 2,
3321
+ "status": "confirmed",
3322
+ "value": {
3323
+ "amount": "100.5",
3324
+ "currency": "CNY",
3325
+ "kind": "money.v1"
3326
+ }
3327
+ },
3328
+ {
3329
+ "asOf": "2026-08-16T00:00:00.000Z",
3330
+ "factId": "fact-household-total_assets",
3331
+ "field": "household.total_assets",
3332
+ "kind": "financial_fact_projection.v1",
3333
+ "recordedAt": "2026-08-16T00:00:00.000Z",
3334
+ "recordedVersion": 2,
3335
+ "status": "confirmed",
3336
+ "value": {
3337
+ "amount": "100.5",
3338
+ "currency": "CNY",
3339
+ "kind": "money.v1"
3340
+ }
3341
+ },
3342
+ {
3343
+ "asOf": "2026-08-16T00:00:00.000Z",
3344
+ "factId": "fact-household-total_assets",
3345
+ "field": "household.total_assets",
3346
+ "kind": "financial_fact_projection.v1",
3347
+ "recordedAt": "2026-08-16T00:00:00.000Z",
3348
+ "recordedVersion": 2,
3349
+ "status": "confirmed",
3350
+ "value": {
3351
+ "amount": "100.5",
3352
+ "currency": "CNY",
3353
+ "kind": "money.v1"
3354
+ }
3355
+ },
3356
+ {
3357
+ "asOf": "2026-08-16T00:00:00.000Z",
3358
+ "factId": "fact-household-total_assets",
3359
+ "field": "household.total_assets",
3360
+ "kind": "financial_fact_projection.v1",
3361
+ "recordedAt": "2026-08-16T00:00:00.000Z",
3362
+ "recordedVersion": 2,
3363
+ "status": "confirmed",
3364
+ "value": {
3365
+ "amount": "100.5",
3366
+ "currency": "CNY",
3367
+ "kind": "money.v1"
3368
+ }
3369
+ },
3370
+ {
3371
+ "asOf": "2026-08-16T00:00:00.000Z",
3372
+ "factId": "fact-household-total_assets",
3373
+ "field": "household.total_assets",
3374
+ "kind": "financial_fact_projection.v1",
3375
+ "recordedAt": "2026-08-16T00:00:00.000Z",
3376
+ "recordedVersion": 2,
3377
+ "status": "confirmed",
3378
+ "value": {
3379
+ "amount": "100.5",
3380
+ "currency": "CNY",
3381
+ "kind": "money.v1"
3382
+ }
3383
+ },
3384
+ {
3385
+ "asOf": "2026-08-16T00:00:00.000Z",
3386
+ "factId": "fact-household-total_assets",
3387
+ "field": "household.total_assets",
3388
+ "kind": "financial_fact_projection.v1",
3389
+ "recordedAt": "2026-08-16T00:00:00.000Z",
3390
+ "recordedVersion": 2,
3391
+ "status": "confirmed",
3392
+ "value": {
3393
+ "amount": "100.5",
3394
+ "currency": "CNY",
3395
+ "kind": "money.v1"
3396
+ }
3397
+ }
3398
+ ]
3399
+ },
3400
+ "cursor": "synthetic-opaque-cursor-v1",
3401
+ "kind": "financial_workspace_snapshot.v1",
3402
+ "projectionVersion": 1,
3403
+ "updatedAt": "2026-08-16T00:00:00.000Z",
3404
+ "version": 2
3405
+ },
3406
+ "status": "success",
3407
+ "success": true
3408
+ },
3409
+ "schema": "SuccessEnvelopeFinancialWorkspaceSnapshotV1",
3410
+ "valid": false
3411
+ },
3412
+ {
3413
+ "caseId": "snapshot-updated-at-noncanonical",
3414
+ "classification": "REMOTE_RESPONSE_INVALID",
3415
+ "input": {
3416
+ "code": 0,
3417
+ "data": {
3418
+ "authority": {
3419
+ "householdId": "household-synthetic-001",
3420
+ "mode": "account",
3421
+ "status": "authoritative",
3422
+ "storeId": "store-synthetic-001"
3423
+ },
3424
+ "capabilities": {
3425
+ "kind": "financial_workspace_capabilities.v1",
3426
+ "protectedChange": "unavailable",
3427
+ "readable": [
3428
+ "snapshot",
3429
+ "summary",
3430
+ "activity"
3431
+ ],
3432
+ "writable": [
3433
+ "fact.record"
3434
+ ]
3435
+ },
3436
+ "contractVersion": 1,
3437
+ "currentFacts": {
3438
+ "coverage": {
3439
+ "kind": "financial_workspace_fact_coverage.v1",
3440
+ "missingFields": [
3441
+ "household.total_assets",
3442
+ "household.long_term_allocatable_assets",
3443
+ "household.spending.last_12_months",
3444
+ "household.spending.last_12_months.necessary",
3445
+ "household.spending.last_12_months.discretionary",
3446
+ "household.monthly_contribution",
3447
+ "household.liquid_assets",
3448
+ "household.investments.total",
3449
+ "household.total_debt"
3450
+ ],
3451
+ "recordedFields": [],
3452
+ "supportedFields": [
3453
+ "household.total_assets",
3454
+ "household.long_term_allocatable_assets",
3455
+ "household.spending.last_12_months",
3456
+ "household.spending.last_12_months.necessary",
3457
+ "household.spending.last_12_months.discretionary",
3458
+ "household.monthly_contribution",
3459
+ "household.liquid_assets",
3460
+ "household.investments.total",
3461
+ "household.total_debt"
3462
+ ]
3463
+ },
3464
+ "items": []
3465
+ },
3466
+ "cursor": "synthetic-opaque-cursor-v1",
3467
+ "kind": "financial_workspace_snapshot.v1",
3468
+ "projectionVersion": 1,
3469
+ "updatedAt": "2026-08-16T00:00:00Z",
3470
+ "version": 2
3471
+ },
3472
+ "status": "success",
3473
+ "success": true
3474
+ },
3475
+ "schema": "SuccessEnvelopeFinancialWorkspaceSnapshotV1",
3476
+ "valid": false
3477
+ },
3478
+ {
3479
+ "caseId": "success-envelope-extra-key",
3480
+ "classification": "REMOTE_RESPONSE_INVALID",
3481
+ "input": {
3482
+ "code": 0,
3483
+ "data": {
3484
+ "authority": {
3485
+ "householdId": "household-synthetic-001",
3486
+ "mode": "account",
3487
+ "status": "authoritative",
3488
+ "storeId": "store-synthetic-001"
3489
+ },
3490
+ "capabilities": {
3491
+ "kind": "financial_workspace_capabilities.v1",
3492
+ "protectedChange": "unavailable",
3493
+ "readable": [
3494
+ "snapshot",
3495
+ "summary",
3496
+ "activity"
3497
+ ],
3498
+ "writable": [
3499
+ "fact.record"
3500
+ ]
3501
+ },
3502
+ "contractVersion": 1,
3503
+ "currentFacts": {
3504
+ "kind": "financial_workspace_fact_coverage.v1",
3505
+ "missingFields": [
3506
+ "household.long_term_allocatable_assets",
3507
+ "household.spending.last_12_months",
3508
+ "household.spending.last_12_months.necessary",
3509
+ "household.spending.last_12_months.discretionary",
3510
+ "household.monthly_contribution",
3511
+ "household.liquid_assets",
3512
+ "household.investments.total",
3513
+ "household.total_debt"
3514
+ ],
3515
+ "recordedFields": [
3516
+ "household.total_assets"
3517
+ ],
3518
+ "supportedFields": [
3519
+ "household.total_assets",
3520
+ "household.long_term_allocatable_assets",
3521
+ "household.spending.last_12_months",
3522
+ "household.spending.last_12_months.necessary",
3523
+ "household.spending.last_12_months.discretionary",
3524
+ "household.monthly_contribution",
3525
+ "household.liquid_assets",
3526
+ "household.investments.total",
3527
+ "household.total_debt"
3528
+ ]
3529
+ },
3530
+ "cursor": "synthetic-opaque-cursor-v1",
3531
+ "kind": "financial_workspace_summary.v1",
3532
+ "projectionVersion": 1,
3533
+ "updatedAt": "2026-08-16T00:00:00.000Z",
3534
+ "version": 2
3535
+ },
3536
+ "meta": {},
3537
+ "status": "success",
3538
+ "success": true
3539
+ },
3540
+ "schema": "SuccessEnvelopeFinancialWorkspaceSummaryV1",
3541
+ "valid": false
3542
+ }
3543
+ ]