-
Notifications
You must be signed in to change notification settings - Fork 3
/
all-alt.json
26765 lines (26765 loc) · 861 KB
/
all-alt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"statusCode": 200,
"requestId": "49d53b83-d986-44c1-919c-9c8abc255033",
"result": {
"customers": [
{
"id": "8b33d5a1-1c8c-4fc8-ade8-d014f1f27ed6",
"type": "Personal",
"givenName": "Nigel",
"surname": "Stakemann",
"maidenName": "Traina",
"age": 77,
"gender": "Male",
"birthDate": "1942-01-30",
"occupationIndustry": "Retired",
"totalIncome": 35846.3,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Etobicoke",
"postalCode": "M9A 1G2",
"streetName": "Goswell Rd",
"latitude": 43.6490753352,
"longitude": -79.5379246879,
"addressType": 100001,
"streetNumber": "1",
"wardName": "Etobicoke-Lakeshore (3)"
}
}
},
{
"id": "a91d2847-f77f-4852-b6c7-c792f607f4e9",
"type": "Personal",
"givenName": "Wes",
"surname": "Bombich",
"age": 66,
"gender": "Male",
"birthDate": "1953-07-11",
"workActivity": "fulltime",
"occupationIndustry": "4511 Sporting goods, hobby and musical instrument stores",
"totalIncome": 102251.35,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "North York",
"postalCode": "M3B 1W1",
"streetName": "Towercrest Dr",
"latitude": 43.7512303219,
"longitude": -79.3613796107,
"addressType": 100001,
"streetNumber": "12",
"wardName": "Don Valley West (15)"
}
}
},
{
"id": "d34e89c8-34ac-4f43-99fb-4e57f979686d",
"type": "Personal",
"givenName": "Donn",
"surname": "Pridgett",
"age": 95,
"gender": "Male",
"birthDate": "1924-05-06",
"occupationIndustry": "Retired",
"totalIncome": 42682.5,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Toronto",
"postalCode": "M5R 1B1",
"streetName": "Prince Arthur Ave",
"latitude": 43.6698986965,
"longitude": -79.3965574738,
"addressType": 115001,
"streetNumber": "8D-20",
"wardName": "University-Rosedale (11)"
}
}
},
{
"id": "52f7af91-e89b-495b-9beb-d7b267b7344e",
"type": "Personal",
"givenName": "Cam",
"surname": "Sweat",
"age": 31,
"gender": "Male",
"birthDate": "1988-10-21",
"workActivity": "parttime",
"occupationIndustry": "5416 Management, scientific and technical consulting services",
"totalIncome": 15576,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Toronto",
"postalCode": "M6R 2H6",
"streetName": "Triller Ave",
"latitude": 43.6399998042,
"longitude": -79.4436738938,
"addressType": 100002,
"streetNumber": "407-55",
"wardName": "Parkdale-High Park (4)"
}
},
"schoolAttendance": "Apprenticeship"
},
{
"id": "0fa3e2dc-b557-46b9-8fd3-641b397f4ff1",
"type": "Personal",
"givenName": "Marianela",
"surname": "Amel",
"maidenName": "Racitano",
"age": 43,
"gender": "Other",
"birthDate": "1976-11-21",
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Etobicoke",
"postalCode": "M9W 6W9",
"streetName": "Cinrickbar Dr",
"latitude": 43.7218397517,
"longitude": -79.6211473601,
"addressType": 100001,
"streetNumber": "187",
"wardName": "Etobicoke North (1)"
}
}
},
{
"id": "fdc45e01-6fdb-4ac2-90fa-8232dbbac06f",
"type": "Personal",
"givenName": "Eustolia",
"otherName": "Aqua",
"surname": "Geml",
"maidenName": "Koeing",
"age": 54,
"gender": "Female",
"birthDate": "1965-02-28",
"workActivity": "parttime",
"occupationIndustry": "5617 Services to buildings and dwellings",
"totalIncome": 29768.9,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Toronto",
"postalCode": "M4V 2X1",
"streetName": "Parkwood Ave",
"latitude": 43.686272653,
"longitude": -79.4101626129,
"addressType": 100001,
"streetNumber": "23",
"wardName": "Toronto-St. Paul's (12)"
}
}
},
{
"id": "cfb8c1e4-e731-457c-8877-b17604a1e7b6",
"type": "Personal",
"givenName": "Palmira",
"surname": "Snowdon",
"age": 63,
"gender": "Female",
"birthDate": "1956-07-12",
"workActivity": "parttime",
"occupationIndustry": "5221 Depository credit intermediation",
"totalIncome": 31957.05,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Scarborough",
"postalCode": "M1B 2J1",
"streetName": "Rotary Dr",
"latitude": 43.8058854708,
"longitude": -79.1654897044,
"addressType": 100001,
"streetNumber": "30",
"wardName": "Scarborough-Rouge Park (25)"
}
}
},
{
"id": "bc5f5498-4e7c-4be4-8074-7bbabc1b5949",
"type": "Personal",
"givenName": "Caius",
"otherName": "Elroy",
"surname": "Sperrey",
"age": 80,
"gender": "Male",
"birthDate": "1939-05-07",
"occupationIndustry": "Retired",
"totalIncome": 14950.6,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Etobicoke",
"postalCode": "M8W 4M5",
"streetName": "Lunness Rd",
"latitude": 43.6053842611,
"longitude": -79.5452701903,
"addressType": 115001,
"streetNumber": "38",
"wardName": "Etobicoke-Lakeshore (3)"
}
}
},
{
"id": "04050f25-99f7-4b79-8325-9591e2dfa853",
"type": "Personal",
"givenName": "Carlisle",
"surname": "Odess",
"age": 43,
"gender": "Male",
"birthDate": "1976-12-25",
"workActivity": "parttime",
"occupationIndustry": "7223 Special food services",
"totalIncome": 21725,
"relationshipStatus": "Divorced",
"habitationStatus": "With Parent",
"addresses": {
"principalResidence": {
"municipality": "Etobicoke",
"postalCode": "M8W 4M5",
"streetName": "Lunness Rd",
"latitude": 43.6053842611,
"longitude": -79.5452701903,
"addressType": 115001,
"streetNumber": "38",
"wardName": "Etobicoke-Lakeshore (3)"
}
}
},
{
"id": "0d836d5f-13cd-4d75-a39b-75153340e5ed",
"type": "Personal",
"givenName": "Lakisha",
"surname": "Hronick",
"age": 60,
"gender": "Female",
"birthDate": "1959-06-10",
"workActivity": "parttime",
"occupationIndustry": "5221 Depository credit intermediation",
"totalIncome": 16192,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "North York",
"postalCode": "M2K 2H6",
"streetName": "Banstock Dr",
"latitude": 43.7885546213,
"longitude": -79.3856164378,
"addressType": 115001,
"streetNumber": "19",
"wardName": "Don Valley North (17)"
}
}
},
{
"id": "75f910b2-5932-4b4f-9c3e-1857a2999fe8",
"type": "Personal",
"givenName": "Frank",
"surname": "Jeanjacques",
"age": 79,
"gender": "Male",
"birthDate": "1940-07-12",
"occupationIndustry": "Retired",
"totalIncome": 27630.4,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "York",
"postalCode": "M6B 4M9",
"streetName": "Roselawn Ave",
"latitude": 43.7012250187,
"longitude": -79.4452165036,
"addressType": 100001,
"streetNumber": "975",
"wardName": "Eglinton-Lawrence (8)"
}
}
},
{
"id": "9a1b2c0c-e2b1-472f-b553-74eb93b6c8b8",
"type": "Personal",
"givenName": "Callen",
"surname": "Lawerence",
"age": 48,
"gender": "Male",
"birthDate": "1971-03-01",
"workActivity": "parttime",
"occupationIndustry": "7222 Limited-service restaurants",
"totalIncome": 13899.6,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "North York",
"postalCode": "M2H 2W4",
"streetName": "Apache Trl",
"latitude": 43.7937366939,
"longitude": -79.3323784163,
"addressType": 100001,
"streetNumber": "107",
"wardName": "Don Valley North (17)"
}
}
},
{
"id": "a1bcf00b-33d0-4291-b622-e46d17b0feb8",
"type": "Personal",
"givenName": "Judd",
"surname": "Poehler",
"age": 53,
"gender": "Male",
"birthDate": "1966-10-22",
"workActivity": "fulltime",
"occupationIndustry": "4163 Lumber, millwork, hardware and other building supplies wholesaler-distributors",
"totalIncome": 51702.85,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Scarborough",
"postalCode": "M1V 3J2",
"streetName": "Lansbury Dr",
"latitude": 43.815434466,
"longitude": -79.2611775944,
"addressType": 100001,
"streetNumber": "76",
"wardName": "Scarborough North (23)"
}
}
},
{
"id": "942b0306-99ab-4827-9aa8-3c33dc9262e9",
"type": "Personal",
"givenName": "Tito",
"surname": "Genther",
"age": 37,
"gender": "Male",
"birthDate": "1982-05-06",
"workActivity": "parttime",
"occupationIndustry": "5416 Management, scientific and technical consulting services",
"totalIncome": 18985,
"relationshipStatus": "Single",
"habitationStatus": "With Parent",
"addresses": {
"principalResidence": {
"municipality": "Toronto",
"postalCode": "M6P 2R7",
"streetName": "High Park Ave",
"latitude": 43.655948159,
"longitude": -79.465424787,
"addressType": 100002,
"streetNumber": "1103-65",
"wardName": "Parkdale-High Park (4)"
}
}
},
{
"id": "4d0dcb2b-8ac3-4a0a-a295-14bd6813d6f1",
"type": "Personal",
"givenName": "Dave",
"surname": "Sites",
"age": 27,
"gender": "Male",
"birthDate": "1992-02-29",
"workActivity": "fulltime",
"occupationIndustry": "4179 Other machinery, equipment and supplies wholesaler-distributors",
"totalIncome": 32277.3,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Toronto",
"postalCode": "M4E 1E7",
"streetName": "Queen St E",
"latitude": 43.6725966239,
"longitude": -79.2892301793,
"addressType": 115001,
"streetNumber": "2208C",
"wardName": "Beaches-East York (19)"
}
},
"schoolAttendance": "Apprenticeship"
},
{
"id": "b0cec04a-f20a-4b5f-86ad-4804ea293641",
"type": "Personal",
"givenName": "Talon",
"surname": "Benwell",
"age": 20,
"gender": "Male",
"birthDate": "1999-12-25",
"relationshipStatus": "Single",
"habitationStatus": "With Parent",
"addresses": {
"principalResidence": {
"municipality": "Scarborough",
"postalCode": "M1J 1G6",
"streetName": "Danforth Rd",
"latitude": 43.7409655734,
"longitude": -79.2446148639,
"addressType": 115001,
"streetNumber": "409-1299",
"wardName": "Scarborough Centre (21)"
}
},
"schoolAttendance": "Secondary",
"schools": {
"secondary": {
"lowGrade": "09",
"highGrade": "12",
"type": "Secondary",
"telephone": "(416) 396-5525",
"name": "David and Mary Thomson Collegiate Institute",
"fullAddress": "2740 Lawrence Ave E, Scarborough, ON, M1P2S7",
"id": "4130"
}
}
},
{
"id": "9f5f62e0-1517-40f2-a69f-33a4a3e11b72",
"type": "Personal",
"givenName": "Nicki",
"surname": "Thune",
"maidenName": "Aromin",
"age": 30,
"gender": "Female",
"birthDate": "1989-02-28",
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Toronto",
"postalCode": "M4J 1T5",
"streetName": "Milverton Blvd",
"latitude": 43.6832101053,
"longitude": -79.3404393285,
"addressType": 100001,
"streetNumber": "241",
"wardName": "Toronto-Danforth (14)"
}
},
"schoolAttendance": "Apprenticeship"
},
{
"id": "5b323e9b-9a0b-4304-a7a5-d9ac0e328ef7",
"type": "Personal",
"givenName": "Ladonna",
"surname": "Odess",
"age": 58,
"gender": "Female",
"birthDate": "1961-06-10",
"workActivity": "parttime",
"occupationIndustry": "5414 Specialized design services",
"totalIncome": 22197.3,
"relationshipStatus": "Single",
"habitationStatus": "With Parent",
"addresses": {
"principalResidence": {
"municipality": "Etobicoke",
"postalCode": "M8W 4M5",
"streetName": "Lunness Rd",
"latitude": 43.6053842611,
"longitude": -79.5452701903,
"addressType": 115001,
"streetNumber": "38",
"wardName": "Etobicoke-Lakeshore (3)"
}
}
},
{
"id": "e24c2d9e-cffc-415d-8f22-934c717824a3",
"type": "Personal",
"givenName": "Lola",
"surname": "Worthing",
"age": 40,
"gender": "Female",
"birthDate": "1979-08-16",
"workActivity": "fulltime",
"occupationIndustry": "9130 Local, municipal and regional public administration (9131 and 9139)",
"totalIncome": 87458,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Toronto",
"postalCode": "M4W 3A2",
"streetName": "Castle Frank Cres",
"latitude": 43.67282622,
"longitude": -79.3683038949,
"addressType": 100001,
"streetNumber": "11",
"wardName": "University-Rosedale (11)"
}
}
},
{
"id": "9c9caf83-d9e8-426c-9e25-c531aace4869",
"type": "Personal",
"givenName": "Corazon",
"surname": "Murry",
"age": 22,
"gender": "Female",
"birthDate": "1997-07-13",
"workActivity": "fulltime",
"occupationIndustry": "6113 Universities",
"totalIncome": 20443.17,
"relationshipStatus": "Single",
"habitationStatus": "With Parent",
"addresses": {
"principalResidence": {
"municipality": "Etobicoke",
"postalCode": "M8X 2K1",
"streetName": "Grenview Blvd N",
"latitude": 43.649256268,
"longitude": -79.508495132,
"addressType": 115001,
"streetNumber": "A-1",
"wardName": "Etobicoke-Lakeshore (3)"
}
},
"schoolAttendance": "College"
},
{
"id": "a5a7c2b0-9a7c-426c-9eb0-31150d160a8b",
"type": "Personal",
"givenName": "Else",
"surname": "Croak",
"maidenName": "Bonno",
"age": 56,
"gender": "Female",
"birthDate": "1963-07-13",
"workActivity": "fulltime",
"occupationIndustry": "4529 Other general merchandise stores",
"totalIncome": 72857.1,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Toronto",
"postalCode": "M4T 2K1",
"streetName": "Hudson Dr",
"latitude": 43.6891367266,
"longitude": -79.3752033677,
"addressType": 100001,
"streetNumber": "117",
"wardName": "University-Rosedale (11)"
}
}
},
{
"id": "40027aa4-4284-42fb-8827-e098ef6f5a48",
"type": "Personal",
"givenName": "Caolan",
"surname": "Abair",
"age": 38,
"gender": "Other",
"birthDate": "1981-01-29",
"workActivity": "fulltime",
"occupationIndustry": "6111 Elementary and secondary schools",
"totalIncome": 116197,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Etobicoke",
"postalCode": "M9A 2V2",
"streetName": "Donnybrook Lane",
"latitude": 43.6529148854,
"longitude": -79.5229657562,
"addressType": 115001,
"streetNumber": "19",
"wardName": "Etobicoke Centre (2)"
}
}
},
{
"id": "49a3fce9-f20b-43bb-9616-492f9b7f14b4",
"type": "Personal",
"givenName": "Geri",
"surname": "Diamantopoulo-Bennison",
"maidenName": "Diamantopoulo",
"age": 65,
"gender": "Female",
"birthDate": "1954-02-28",
"workActivity": "fulltime",
"occupationIndustry": "5221 Depository credit intermediation",
"totalIncome": 64237.1,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Toronto",
"postalCode": "M4W 2Y5",
"streetName": "Maclennan Ave",
"latitude": 43.6850217491,
"longitude": -79.3775797183,
"addressType": 100001,
"streetNumber": "27",
"wardName": "University-Rosedale (11)"
}
}
},
{
"id": "fdc875c9-165e-4eb8-84b2-764de52c62f0",
"type": "Personal",
"givenName": "Edsel",
"surname": "Tesch",
"age": 38,
"gender": "Male",
"birthDate": "1981-05-08",
"workActivity": "parttime",
"occupationIndustry": "4511 Sporting goods, hobby and musical instrument stores",
"totalIncome": 15594,
"relationshipStatus": "Separated",
"habitationStatus": "With Parent",
"addresses": {
"principalResidence": {
"municipality": "North York",
"postalCode": "M2R 3J9",
"streetName": "Fisherville Rd",
"latitude": 43.789770833,
"longitude": -79.451806687,
"addressType": 115001,
"streetNumber": "Ph2-90",
"wardName": "York Centre (6)"
}
}
},
{
"id": "463d09cb-c045-4900-9d1b-d4d694f561c6",
"type": "Personal",
"givenName": "Yuki",
"surname": "Chantha",
"age": 54,
"gender": "Female",
"birthDate": "1965-04-04",
"workActivity": "parttime",
"occupationIndustry": "6111 Elementary and secondary schools",
"totalIncome": 16361.05,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "East York",
"postalCode": "M4J 4J3",
"streetName": "Kimbourne Ave",
"latitude": 43.6905704627,
"longitude": -79.3337553251,
"addressType": 100001,
"streetNumber": "75",
"wardName": "Toronto-Danforth (14)"
}
}
},
{
"id": "3a4c5e8d-3212-4c05-9836-24aa16880daa",
"type": "Personal",
"givenName": "Kamryn",
"surname": "Podeszwa",
"age": 19,
"gender": "Female",
"birthDate": "2000-11-23",
"relationshipStatus": "Single",
"habitationStatus": "With Parent",
"addresses": {
"principalResidence": {
"municipality": "Toronto",
"postalCode": "M5G 2H5",
"streetName": "Centre Ave",
"latitude": 43.6545873402,
"longitude": -79.3866557106,
"addressType": 100001,
"streetNumber": "706-55",
"wardName": "Spadina-Fort York (10)"
}
},
"schoolAttendance": "Secondary",
"schools": {
"secondary": {
"lowGrade": "09",
"highGrade": "12",
"type": "Secondary",
"telephone": "(416) 393-0140",
"name": "Jarvis Collegiate Institute",
"fullAddress": "495 Jarvis St, Toronto, ON, M4Y2G8",
"id": "5520"
}
}
},
{
"id": "0392b616-5268-4f77-a3a2-1d550c4b1718",
"type": "Personal",
"givenName": "Teddy",
"surname": "Mitsuda",
"maidenName": "Giacalone",
"age": 65,
"gender": "Male",
"birthDate": "1954-07-12",
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Toronto",
"postalCode": "M6R 1E6",
"streetName": "Marion St",
"latitude": 43.6422346051,
"longitude": -79.4403202617,
"addressType": 100001,
"streetNumber": "5-134",
"wardName": "Parkdale-High Park (4)"
}
}
},
{
"id": "58d9abba-c2ef-4a26-bd92-4491d1da35a6",
"type": "Personal",
"givenName": "Mitt",
"surname": "Ihenyen",
"age": 78,
"gender": "Male",
"birthDate": "1941-06-10",
"occupationIndustry": "Retired",
"totalIncome": 15801.1,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "North York",
"postalCode": "M3M 2K8",
"streetName": "Hallsport Cres",
"latitude": 43.7289451351,
"longitude": -79.4877510055,
"addressType": 100001,
"streetNumber": "21",
"wardName": "York Centre (6)"
}
}
},
{
"id": "ed6aa163-6d44-464f-83e2-7854c93458ca",
"type": "Personal",
"givenName": "Catheryn",
"surname": "Ihenyen",
"maidenName": "Szafran",
"age": 74,
"gender": "Female",
"birthDate": "1945-04-05",
"occupationIndustry": "Retired",
"totalIncome": 12851.3,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "North York",
"postalCode": "M3M 2K8",
"streetName": "Hallsport Cres",
"latitude": 43.7289451351,
"longitude": -79.4877510055,
"addressType": 100001,
"streetNumber": "21",
"wardName": "York Centre (6)"
}
}
},
{
"id": "da2fb405-c048-4391-9be1-505e67008d8d",
"type": "Personal",
"givenName": "Wendell",
"surname": "Dauila",
"age": 70,
"gender": "Male",
"birthDate": "1949-06-09",
"workActivity": "fulltime",
"occupationIndustry": "9120 Provincial and territorial public administration (9121 to 9129)",
"totalIncome": 51717.05,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Toronto",
"postalCode": "M4V 1W4",
"streetName": "Lonsdale Rd",
"latitude": 43.6914315563,
"longitude": -79.3985831788,
"addressType": 100001,
"streetNumber": "53",
"wardName": "Toronto-St. Paul's (12)"
}
}
},
{
"id": "6c30d278-0105-4322-bef6-79b6fad55601",
"type": "Personal",
"givenName": "Carmon",
"surname": "Sherill",
"maidenName": "Dowker",
"age": 67,
"gender": "Female",
"birthDate": "1952-08-16",
"workActivity": "fulltime",
"occupationIndustry": "9112-9119 Other federal services",
"totalIncome": 55206.4,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Toronto",
"postalCode": "M5R 2K1",
"streetName": "Bedford Rd",
"latitude": 43.670003806,
"longitude": -79.397710763,
"addressType": 115001,
"streetNumber": "503-25",
"wardName": "University-Rosedale (11)"
}
}
},
{
"id": "a6dd479a-0f07-497d-8b73-01f1219c1fe0",
"type": "Personal",
"givenName": "Levin",
"surname": "Broadnay",
"age": 37,
"gender": "Male",
"birthDate": "1982-09-17",
"workActivity": "fulltime",
"occupationIndustry": "6112 Community colleges and C.E.G.E.P.s",
"totalIncome": 52214,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Scarborough",
"postalCode": "M1X 1X4",
"streetName": "Seasons Dr",
"latitude": 43.829267017,
"longitude": -79.232725854,
"addressType": 100001,
"streetNumber": "69",
"wardName": "Scarborough North (23)"
}
}
},
{
"id": "38128d37-818a-4add-8dc7-66f87f72b72e",
"type": "Personal",
"givenName": "Luba",
"surname": "Glave",
"age": 39,
"gender": "Female",
"birthDate": "1980-09-17",
"workActivity": "parttime",
"occupationIndustry": "5412 Accounting, tax preparation, bookkeeping and payroll services",
"totalIncome": 13590,
"relationshipStatus": "Divorced",
"habitationStatus": "With Parent",
"addresses": {
"principalResidence": {
"municipality": "North York",
"postalCode": "M3J 1C1",
"streetName": "Frankton Cres",
"latitude": 43.7539137802,
"longitude": -79.4926625225,
"addressType": 100001,
"streetNumber": "16",
"wardName": "Humber River-Black Creek (7)"
}
}
},
{
"id": "8bfcb3d5-2b21-4ffb-9810-74c03c3a6b42",
"type": "Personal",
"givenName": "Connie",
"surname": "Knoke",
"age": 19,
"gender": "Male",
"birthDate": "2000-04-04",
"relationshipStatus": "Single",
"habitationStatus": "With Parent",
"addresses": {
"principalResidence": {
"municipality": "East York",
"postalCode": "M4J 1X4",
"streetName": "Aldwych Ave",
"latitude": 43.6839360272,
"longitude": -79.3439061287,
"addressType": 100001,
"streetNumber": "57",
"wardName": "Toronto-Danforth (14)"
}
},
"schoolAttendance": "Secondary",
"schools": {
"secondary": {
"lowGrade": "09",
"highGrade": "12",
"type": "Secondary",
"telephone": "(416) 396-2355",
"name": "East York Collegiate Institute",
"fullAddress": "650 Cosburn Ave, East York, ON, M4C2V2",
"id": "1924"
}
}
},
{
"id": "0051898f-82b4-40f0-9eab-6faea5d8aa88",
"type": "Personal",
"givenName": "Reid",
"surname": "Birney",
"age": 34,
"gender": "Male",
"birthDate": "1985-02-28",
"workActivity": "fulltime",
"occupationIndustry": "5221 Depository credit intermediation",
"totalIncome": 47306,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "Scarborough",
"postalCode": "M1E 1H2",
"streetName": "Wythenshawe Wood",
"latitude": 43.753561531,
"longitude": -79.193734416,
"addressType": 100001,
"streetNumber": "9",
"wardName": "Scarborough-Guildwood (24)"
}
}
},
{
"id": "1669abe4-2de9-4892-80fd-e8824db05d03",
"type": "Personal",
"givenName": "Carlton",
"surname": "Pudenz",
"age": 24,
"gender": "Male",
"birthDate": "1995-05-08",
"workActivity": "parttime",
"occupationIndustry": "5112 Software publishers",
"totalIncome": 7867.53,
"relationshipStatus": "Single",
"habitationStatus": "With Parent",
"addresses": {
"principalResidence": {
"municipality": "North York",
"postalCode": "M6A 2G2",
"streetName": "Khedive Ave",
"latitude": 43.7254461599,
"longitude": -79.4321466959,
"addressType": 100001,
"streetNumber": "2",
"wardName": "Eglinton-Lawrence (8)"
}
},
"schoolAttendance": "College"
},
{
"id": "3bfcb514-35ab-44a9-81e3-3466c2ac7916",
"type": "Personal",
"givenName": "Suzanne",
"surname": "Martiarena",
"age": 43,
"gender": "Female",
"birthDate": "1976-10-21",
"workActivity": "fulltime",
"occupationIndustry": "5415 Computer systems design and related services",
"totalIncome": 52307.2,
"relationshipStatus": "Married",
"habitationStatus": "With Spouse",
"addresses": {
"principalResidence": {
"municipality": "York",
"postalCode": "M6S 2B7",
"streetName": "Baby Point Cres",
"latitude": 43.6556898497,
"longitude": -79.49572525,
"addressType": 115001,
"streetNumber": "66",
"wardName": "Parkdale-High Park (4)"
}
}
},
{
"id": "9d463f94-1bbd-4017-8e81-5c2219d03402",
"type": "Personal",
"givenName": "Shirlee",
"surname": "Gerardi",