@pdtf/schemas 2.3.0 → 3.0.0-10

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 (41) hide show
  1. package/index.js +52 -94
  2. package/package.json +1 -1
  3. package/src/examples/v2/exampleTransaction.json +6 -20
  4. package/src/examples/v3/exampleTransaction.json +904 -0
  5. package/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
  6. package/src/mappings/adf.js +1 -1
  7. package/src/schemas/v2/combined.json +13206 -12615
  8. package/src/schemas/v2/overlays/baspi.json +510 -2331
  9. package/src/schemas/v2/overlays/con29DW.json +682 -762
  10. package/src/schemas/v2/overlays/con29R.json +2914 -3073
  11. package/src/schemas/v2/overlays/fme1.json +48 -233
  12. package/src/schemas/v2/overlays/llc1.json +12 -33
  13. package/src/schemas/v2/overlays/lpe1.json +75 -367
  14. package/src/schemas/v2/overlays/nts.json +17 -103
  15. package/src/schemas/v2/overlays/piq.json +146 -693
  16. package/src/schemas/v2/overlays/rds.json +66 -300
  17. package/src/schemas/v2/overlays/ta10.json +540 -1755
  18. package/src/schemas/v2/overlays/ta6.json +241 -1193
  19. package/src/schemas/v2/overlays/ta7.json +106 -440
  20. package/src/schemas/v2/pdtf-transaction.json +13656 -12911
  21. package/src/schemas/v2/skeleton.json +1342 -1155
  22. package/src/schemas/v3/combined.json +38477 -0
  23. package/src/schemas/v3/overlays/baspi.json +8022 -0
  24. package/src/schemas/v3/overlays/con29DW.json +705 -0
  25. package/src/schemas/v3/overlays/con29R.json +2956 -0
  26. package/src/schemas/v3/overlays/fme1.json +1264 -0
  27. package/src/schemas/v3/overlays/llc1.json +25 -0
  28. package/src/schemas/v3/overlays/lpe1.json +2181 -0
  29. package/src/schemas/v3/overlays/nts.json +1937 -0
  30. package/src/schemas/v3/overlays/oc1.json +2799 -0
  31. package/src/schemas/v3/overlays/piq.json +3391 -0
  32. package/src/schemas/v3/overlays/rds.json +3818 -0
  33. package/src/schemas/v3/overlays/ta10.json +5306 -0
  34. package/src/schemas/v3/overlays/ta6.json +4410 -0
  35. package/src/schemas/v3/overlays/ta7.json +1157 -0
  36. package/src/schemas/v3/pdtf-transaction.json +34858 -0
  37. package/src/schemas/v3/skeleton.json +4018 -0
  38. package/src/tests/{v2 → v3}/transactionSchema.test.js +46 -36
  39. package/src/tests/{v2 → v3}/verifiedClaimsValidator.test.js +11 -11
  40. package/src/utils/extractOverlay.js +12 -34
  41. package/src/utils/hmlrLLC1.json +0 -275
@@ -0,0 +1,4018 @@
1
+ {
2
+ "transactionId": {},
3
+ "externalIds": {},
4
+ "status": {},
5
+ "participants": {
6
+ "name": {
7
+ "firstName": {},
8
+ "middleName": {},
9
+ "lastName": {},
10
+ "preferredName": {}
11
+ },
12
+ "dateOfBirth": {},
13
+ "phone": {},
14
+ "email": {},
15
+ "address": {
16
+ "line1": {},
17
+ "line2": {},
18
+ "line 3": {},
19
+ "town": {},
20
+ "postcode": {}
21
+ },
22
+ "organisation": {},
23
+ "organisationReference": {},
24
+ "role": {},
25
+ "externalIds": {}
26
+ },
27
+ "propertyPack": {
28
+ "materialFacts": {
29
+ "address": {
30
+ "line1": {},
31
+ "line2": {},
32
+ "line3": {},
33
+ "town": {},
34
+ "postcode": {}
35
+ },
36
+ "uprn": {},
37
+ "isNewBuild": {
38
+ "yesNo": {}
39
+ },
40
+ "location": {
41
+ "latitude": {},
42
+ "longitude": {},
43
+ "bng": {
44
+ "easting": {},
45
+ "northing": {}
46
+ },
47
+ "googleStreetViewPOV": {
48
+ "heading": {},
49
+ "pitch": {},
50
+ "zoom": {},
51
+ "lat": {},
52
+ "lng": {}
53
+ }
54
+ },
55
+ "localAuthority": {
56
+ "localAuthorityName": {},
57
+ "localAuthorityReference": {},
58
+ "councilSearchTurnaroundTimeInWorkingDays": {},
59
+ "regulatedSearchTurnaroundTimeInWorkingDays": {}
60
+ },
61
+ "priceInformation": {
62
+ "price": {},
63
+ "priceQualifier": {},
64
+ "disposal": {}
65
+ },
66
+ "summaryDescription": {},
67
+ "marketingTenure": {},
68
+ "media": {
69
+ "mediaType": {},
70
+ "mediaUrl": {},
71
+ "caption": {}
72
+ },
73
+ "buildInformation": {
74
+ "building": {
75
+ "propertyType": {},
76
+ "otherType": {},
77
+ "builtForm": {},
78
+ "numberOfFloors": {},
79
+ "entranceFloor": {},
80
+ "hasLift": {},
81
+ "overCommercialPremises": {
82
+ "isLocatedOverCommercialPremises": {},
83
+ "details": {}
84
+ }
85
+ },
86
+ "internalArea": {
87
+ "area": {},
88
+ "units": {}
89
+ },
90
+ "yearOfBuild": {},
91
+ "rooms": {
92
+ "roomName": {},
93
+ "length": {},
94
+ "width": {},
95
+ "units": {},
96
+ "dimensionDetails": {},
97
+ "photoUrls": {}
98
+ }
99
+ },
100
+ "residentialPropertyFeatures": {
101
+ "bedrooms": {},
102
+ "bathrooms": {},
103
+ "receptions": {},
104
+ "kitchens": {},
105
+ "diningAreas": {},
106
+ "outsideAreas": {}
107
+ },
108
+ "nearbyFacilities": {
109
+ "schools": {
110
+ "name": {},
111
+ "contact": {
112
+ "address": {
113
+ "line1": {},
114
+ "line2": {},
115
+ "line3": {},
116
+ "town": {},
117
+ "postcode": {}
118
+ },
119
+ "telephone": {},
120
+ "emailAddress": {},
121
+ "website": {}
122
+ },
123
+ "ofstedRating": {},
124
+ "pupils": {},
125
+ "distanceInMiles": {},
126
+ "ageRange": {},
127
+ "religiousCharacter": {},
128
+ "schoolType": {
129
+ "nursery": {},
130
+ "primary": {},
131
+ "secondary": {},
132
+ "college": {},
133
+ "private": {}
134
+ },
135
+ "otherRating": {}
136
+ },
137
+ "transport": {
138
+ "name": {},
139
+ "transportType": {},
140
+ "latitude": {},
141
+ "longitude": {},
142
+ "distanceInMiles": {}
143
+ },
144
+ "healthCare": {
145
+ "name": {},
146
+ "typeOfHealthCare": {},
147
+ "contact": {
148
+ "address": {
149
+ "line1": {},
150
+ "line2": {},
151
+ "line3": {},
152
+ "town": {},
153
+ "postcode": {}
154
+ },
155
+ "telephone": {},
156
+ "emailAddress": {},
157
+ "website": {}
158
+ },
159
+ "containsAccidentAndEmergencyFacility": {},
160
+ "distanceInMiles": {},
161
+ "specialties": {},
162
+ "openingHours": {
163
+ "day": {},
164
+ "hours": {}
165
+ }
166
+ }
167
+ },
168
+ "connectivity": {
169
+ "broadband": {
170
+ "MaxBbPredictedDown": {},
171
+ "MaxBbPredictedUp": {},
172
+ "MaxSfbbPredictedDown": {},
173
+ "MaxSfbbPredictedUp": {},
174
+ "MaxUfbbPredictedDown": {},
175
+ "MaxUfbbPredictedUp": {},
176
+ "MaxPredictedDown": {},
177
+ "MaxPredictedUp": {}
178
+ },
179
+ "mobile": {
180
+ "EEVoiceOutdoor": {},
181
+ "EEVoiceOutdoorNo4g": {},
182
+ "EEVoiceIndoor": {},
183
+ "EEVoiceIndoorNo4g": {},
184
+ "EEDataOutdoor": {},
185
+ "EEDataOutdoorNo4g": {},
186
+ "EEDataIndoor": {},
187
+ "EEDataIndoorNo4g": {},
188
+ "H3VoiceOutdoor": {},
189
+ "H3VoiceOutdoorNo4g": {},
190
+ "H3VoiceIndoor": {},
191
+ "H3VoiceIndoorNo4g": {},
192
+ "H3DataOutdoor": {},
193
+ "H3DataOutdoorNo4g": {},
194
+ "H3DataIndoor": {},
195
+ "H3DataIndoorNo4g": {},
196
+ "TFVoiceOutdoor": {},
197
+ "TFVoiceOutdoorNo4g": {},
198
+ "TFVoiceIndoor": {},
199
+ "TFVoiceIndoorNo4g": {},
200
+ "TFDataOutdoor": {},
201
+ "TFDataOutdoorNo4g": {},
202
+ "TFDataIndoor": {},
203
+ "TFDataIndoorNo4g": {},
204
+ "VOVoiceOutdoor": {},
205
+ "VOVoiceOutdoorNo4g": {},
206
+ "VOVoiceIndoor": {},
207
+ "VOVoiceIndoorNo4g": {},
208
+ "VODataOutdoor": {},
209
+ "VODataOutdoorNo4g": {},
210
+ "VODataIndoor": {},
211
+ "VODataIndoorNo4g": {}
212
+ }
213
+ },
214
+ "delayFactors": {
215
+ "hasDelayFactors": {
216
+ "yesNo": {},
217
+ "details": {},
218
+ "attachments": {}
219
+ }
220
+ },
221
+ "ownership": {
222
+ "ownershipsToBeTransferred": {
223
+ "titleNumber": {},
224
+ "ownershipType": {},
225
+ "wholeFreeholdForSale": {
226
+ "yesNo": {},
227
+ "details": {}
228
+ },
229
+ "managedFreeholdOrCommonholdInformation": {
230
+ "contactDetails": {
231
+ "rentchargeOwner": {
232
+ "contact": {
233
+ "nameOrOrganisation": {},
234
+ "address": {
235
+ "line1": {},
236
+ "line2": {},
237
+ "line3": {},
238
+ "town": {},
239
+ "postcode": {}
240
+ },
241
+ "telephone": {},
242
+ "emailAddress": {}
243
+ },
244
+ "bankDetails": {
245
+ "accountName": {},
246
+ "sortCode": {},
247
+ "accountNumber": {},
248
+ "reference": {},
249
+ "feeType": {}
250
+ }
251
+ },
252
+ "managementCompany": {
253
+ "contact": {
254
+ "nameOrOrganisation": {},
255
+ "address": {
256
+ "line1": {},
257
+ "line2": {},
258
+ "line3": {},
259
+ "town": {},
260
+ "postcode": {}
261
+ },
262
+ "telephone": {},
263
+ "emailAddress": {}
264
+ },
265
+ "bankDetails": {
266
+ "accountName": {},
267
+ "sortCode": {},
268
+ "accountNumber": {},
269
+ "reference": {},
270
+ "feeType": {}
271
+ }
272
+ },
273
+ "managingAgent": {
274
+ "contact": {
275
+ "nameOrOrganisation": {},
276
+ "address": {
277
+ "line1": {},
278
+ "line2": {},
279
+ "line3": {},
280
+ "town": {},
281
+ "postcode": {}
282
+ },
283
+ "telephone": {},
284
+ "emailAddress": {}
285
+ },
286
+ "appointedBy": {},
287
+ "bankDetails": {
288
+ "accountName": {},
289
+ "sortCode": {},
290
+ "accountNumber": {},
291
+ "reference": {},
292
+ "feeType": {}
293
+ }
294
+ },
295
+ "legalRepresentative": {
296
+ "contact": {
297
+ "nameOrOrganisation": {},
298
+ "address": {
299
+ "line1": {},
300
+ "line2": {},
301
+ "line3": {},
302
+ "town": {},
303
+ "postcode": {}
304
+ },
305
+ "telephone": {},
306
+ "emailAddress": {}
307
+ },
308
+ "appointedBy": {}
309
+ },
310
+ "noticeOfTransferAndCharge": {
311
+ "rentchargeOwner": {
312
+ "isApplicableParty": {},
313
+ "feeIncludingVAT": {},
314
+ "noticeViaEmail": {}
315
+ },
316
+ "managementCompany": {
317
+ "isApplicableParty": {},
318
+ "feeIncludingVAT": {},
319
+ "noticeViaEmail": {}
320
+ },
321
+ "managingAgent": {
322
+ "isApplicableParty": {},
323
+ "feeIncludingVAT": {},
324
+ "noticeViaEmail": {}
325
+ },
326
+ "legalRepresentative": {
327
+ "isApplicableParty": {},
328
+ "feeIncludingVAT": {},
329
+ "noticeViaEmail": {}
330
+ },
331
+ "other": {
332
+ "isApplicableParty": {},
333
+ "feeIncludingVAT": {},
334
+ "noticeViaEmail": {}
335
+ },
336
+ "otherDetailsRequired": {
337
+ "areOtherDetailsRequired": {},
338
+ "details": {}
339
+ }
340
+ },
341
+ "collectsServiceCharges": {},
342
+ "dealsWithDayToDayMaintenanceOfManagedArea": {},
343
+ "organisesManagedAreaInsurance": {}
344
+ },
345
+ "transferAndRegistration": {
346
+ "deedOfCovenantRequired": {
347
+ "yesNoNotKnown": {},
348
+ "costsApplicableToTheDeed": {},
349
+ "personWhoDealsWithTheDeedOfCovenant": {}
350
+ },
351
+ "awareOfConsents": {
352
+ "yesNo": {},
353
+ "details": {}
354
+ },
355
+ "requirementsToBeMemberOfManagementCompany": {
356
+ "yesNo": {},
357
+ "details": {}
358
+ },
359
+ "procedureForObtainingCertificate": {}
360
+ },
361
+ "serviceCharge": {
362
+ "annualServiceCharge": {},
363
+ "hasFixedRentcharge": {},
364
+ "largeAdditionalExpense": {
365
+ "yesNo": {},
366
+ "details": {}
367
+ },
368
+ "serviceChargePaidUpToDate": {
369
+ "yesNo": {},
370
+ "details": {}
371
+ },
372
+ "lastDemandPeriod": {
373
+ "from": {},
374
+ "to": {}
375
+ },
376
+ "propertiesContribute": {
377
+ "residentialFreehold": {},
378
+ "residentialLeasehold": {},
379
+ "commercial": {}
380
+ },
381
+ "doAllPropertiesContribute": {
382
+ "yesNo": {},
383
+ "details": {}
384
+ },
385
+ "excessPaymentAnticipated": {
386
+ "yesNo": {},
387
+ "details": {}
388
+ },
389
+ "hasInabilityToCollectAffectedMaintenance": {
390
+ "yesNo": {},
391
+ "details": {}
392
+ },
393
+ "reserveFund": {
394
+ "yesNo": {},
395
+ "amount": {
396
+ "fromTheOwners": {},
397
+ "forTheManagedAreas": {}
398
+ },
399
+ "sufficentToCoverKnownExpenditure": {
400
+ "yesNo": {},
401
+ "details": {}
402
+ }
403
+ },
404
+ "lastDecoratedPeriod": {
405
+ "internally": {
406
+ "from": {},
407
+ "to": {}
408
+ },
409
+ "externally": {
410
+ "from": {},
411
+ "to": {}
412
+ }
413
+ },
414
+ "worksProposed": {
415
+ "yesNo": {},
416
+ "details": {}
417
+ },
418
+ "increaseInServiceChargeAnticipated": {
419
+ "yesNo": {},
420
+ "details": {}
421
+ },
422
+ "outstandingServiceChargeConsultation": {
423
+ "yesNo": {},
424
+ "details": {}
425
+ },
426
+ "japaneseKnotweedAffectingManagedAreas": {
427
+ "yesNo": {},
428
+ "details": {}
429
+ },
430
+ "transferFees": {
431
+ "yesNo": {},
432
+ "details": {}
433
+ }
434
+ },
435
+ "insurance": {
436
+ "managedAreaInsured": {
437
+ "yesNo": {},
438
+ "premiumsPaidUpToDate": {
439
+ "yesNo": {},
440
+ "details": {}
441
+ },
442
+ "lastDemandPeriod": {
443
+ "from": {},
444
+ "to": {}
445
+ },
446
+ "claimsMade": {
447
+ "yesNo": {},
448
+ "details": {}
449
+ },
450
+ "claimsAnticipated": {
451
+ "yesNo": {},
452
+ "details": {}
453
+ },
454
+ "premiumIncludedInServiceCharge": {
455
+ "yesNo": {},
456
+ "details": {}
457
+ },
458
+ "standardTermsAvailable": {
459
+ "yesNo": {},
460
+ "details": {}
461
+ },
462
+ "nonComplianceWithConditions": {
463
+ "yesNo": {},
464
+ "details": {}
465
+ }
466
+ }
467
+ },
468
+ "disputes": {
469
+ "unresolvedDisputes": {
470
+ "yesNo": {},
471
+ "details": {}
472
+ },
473
+ "breachOfTermsOfTransfer": {
474
+ "yesNo": {},
475
+ "details": {}
476
+ }
477
+ },
478
+ "requiredDocuments": {
479
+ "serviceChargeAccounts": {},
480
+ "managedAreasInsurancePolicy": {},
481
+ "serviceChargeEstimatesCurrent": {},
482
+ "serviceChargeEstimatesPrevious": {},
483
+ "proposedWorksNotices": {},
484
+ "additionalRegulationsNotInTransfer": {},
485
+ "deedOfCovenant": {},
486
+ "certificateOfCompliance": {},
487
+ "permissionToAlter": {},
488
+ "noticesServedOnOwner": {},
489
+ "asbestosSurvey": {},
490
+ "managedAreaFireRiskAssessment": {},
491
+ "memorandumAndArticles": {},
492
+ "managementCompanyAGMMinutes": {},
493
+ "feesForAdminServices": {}
494
+ },
495
+ "confirmation": {
496
+ "response": {},
497
+ "capacity": {}
498
+ }
499
+ },
500
+ "leaseholdInformation": {
501
+ "typeOfLeasehold": {
502
+ "leaseholdType": {},
503
+ "sharedOwnershipPercentage": {},
504
+ "sharedOwnershipRent": {},
505
+ "sharedOwnershipRentFrequency": {}
506
+ },
507
+ "leaseTerm": {
508
+ "startYearOfLease": {},
509
+ "lengthOfLeaseInYears": {}
510
+ },
511
+ "contactDetails": {
512
+ "contacts": {
513
+ "landlord": {
514
+ "contact": {
515
+ "nameOrOrganisation": {},
516
+ "address": {
517
+ "line1": {},
518
+ "line2": {},
519
+ "line3": {},
520
+ "town": {},
521
+ "postcode": {}
522
+ },
523
+ "telephone": {},
524
+ "emailAddress": {}
525
+ },
526
+ "bankDetails": {
527
+ "accountName": {},
528
+ "sortCode": {},
529
+ "accountNumber": {},
530
+ "reference": {},
531
+ "feeType": {}
532
+ }
533
+ },
534
+ "rentchargeOwner": {
535
+ "contact": {
536
+ "nameOrOrganisation": {},
537
+ "address": {
538
+ "line1": {},
539
+ "line2": {},
540
+ "line3": {},
541
+ "town": {},
542
+ "postcode": {}
543
+ },
544
+ "telephone": {},
545
+ "emailAddress": {}
546
+ },
547
+ "bankDetails": {
548
+ "accountName": {},
549
+ "sortCode": {},
550
+ "accountNumber": {},
551
+ "reference": {},
552
+ "feeType": {}
553
+ }
554
+ },
555
+ "managementCompany": {
556
+ "contact": {
557
+ "nameOrOrganisation": {},
558
+ "address": {
559
+ "line1": {},
560
+ "line2": {},
561
+ "line3": {},
562
+ "town": {},
563
+ "postcode": {}
564
+ },
565
+ "telephone": {},
566
+ "emailAddress": {}
567
+ },
568
+ "bankDetails": {
569
+ "accountName": {},
570
+ "sortCode": {},
571
+ "accountNumber": {},
572
+ "reference": {},
573
+ "feeType": {}
574
+ }
575
+ },
576
+ "managingAgent": {
577
+ "contact": {
578
+ "nameOrOrganisation": {},
579
+ "address": {
580
+ "line1": {},
581
+ "line2": {},
582
+ "line3": {},
583
+ "town": {},
584
+ "postcode": {}
585
+ },
586
+ "telephone": {},
587
+ "emailAddress": {}
588
+ },
589
+ "appointedBy": {},
590
+ "bankDetails": {
591
+ "accountName": {},
592
+ "sortCode": {},
593
+ "accountNumber": {},
594
+ "reference": {},
595
+ "feeType": {}
596
+ }
597
+ },
598
+ "residentTenantsAssociation": {
599
+ "contact": {
600
+ "nameOrOrganisation": {},
601
+ "address": {
602
+ "line1": {},
603
+ "line2": {},
604
+ "line3": {},
605
+ "town": {},
606
+ "postcode": {}
607
+ },
608
+ "telephone": {},
609
+ "emailAddress": {}
610
+ },
611
+ "bankDetails": {
612
+ "accountName": {},
613
+ "sortCode": {},
614
+ "accountNumber": {},
615
+ "reference": {},
616
+ "feeType": {}
617
+ }
618
+ },
619
+ "legalRepresentative": {
620
+ "contact": {
621
+ "nameOrOrganisation": {},
622
+ "address": {
623
+ "line1": {},
624
+ "line2": {},
625
+ "line3": {},
626
+ "town": {},
627
+ "postcode": {}
628
+ },
629
+ "telephone": {},
630
+ "emailAddress": {}
631
+ },
632
+ "appointedBy": {}
633
+ }
634
+ },
635
+ "serviceContactAssignments": {
636
+ "noticeOfAssignmentAndCharge": {
637
+ "landlord": {
638
+ "isApplicableParty": {},
639
+ "feeIncludingVAT": {},
640
+ "noticeViaEmail": {}
641
+ },
642
+ "managementCompany": {
643
+ "isApplicableParty": {},
644
+ "feeIncludingVAT": {},
645
+ "noticeViaEmail": {}
646
+ },
647
+ "managingAgent": {
648
+ "isApplicableParty": {},
649
+ "feeIncludingVAT": {},
650
+ "noticeViaEmail": {}
651
+ },
652
+ "other": {
653
+ "isApplicableParty": {},
654
+ "feeIncludingVAT": {},
655
+ "noticeViaEmail": {}
656
+ }
657
+ },
658
+ "noticeOfTransferAndCharge": {
659
+ "rentchargeOwner": {
660
+ "isApplicableParty": {},
661
+ "feeIncludingVAT": {},
662
+ "noticeViaEmail": {}
663
+ },
664
+ "managementCompany": {
665
+ "isApplicableParty": {},
666
+ "feeIncludingVAT": {},
667
+ "noticeViaEmail": {}
668
+ },
669
+ "managingAgent": {
670
+ "isApplicableParty": {},
671
+ "feeIncludingVAT": {},
672
+ "noticeViaEmail": {}
673
+ },
674
+ "legalRepresentative": {
675
+ "isApplicableParty": {},
676
+ "feeIncludingVAT": {},
677
+ "noticeViaEmail": {}
678
+ },
679
+ "other": {
680
+ "isApplicableParty": {},
681
+ "feeIncludingVAT": {},
682
+ "noticeViaEmail": {}
683
+ },
684
+ "otherDetailsRequired": {
685
+ "areOtherDetailsRequired": {},
686
+ "details": {}
687
+ }
688
+ },
689
+ "collectsGroundRent": {},
690
+ "collectsServiceCharges": {},
691
+ "collectsbuildingInsurancePremiums": {},
692
+ "dealsWithDayToDayMaintenanceOfManagedArea": {},
693
+ "organisesBuildingInsurance": {},
694
+ "dealsWithDayToDayMaintenanceOfBuilding": {},
695
+ "lesseeInCharge": {
696
+ "nameOrOrganisation": {},
697
+ "address": {
698
+ "line1": {},
699
+ "line2": {},
700
+ "line3": {},
701
+ "town": {},
702
+ "postcode": {}
703
+ },
704
+ "telephone": {},
705
+ "emailAddress": {}
706
+ }
707
+ }
708
+ },
709
+ "transferAndRegistration": {
710
+ "deedOfCovenantRequired": {
711
+ "yesNoNotKnown": {},
712
+ "costsApplicableToTheDeed": {},
713
+ "personWhoDealsWithTheDeedOfCovenant": {}
714
+ },
715
+ "licenceToAssignRequired": {
716
+ "yesNo": {},
717
+ "requirements": {}
718
+ },
719
+ "awareOfConsents": {
720
+ "yesNo": {},
721
+ "details": {}
722
+ },
723
+ "changesInTermOfLease": {
724
+ "isSellerAwareOfChanges": {},
725
+ "details": {}
726
+ },
727
+ "requirementsToBeMemberOfManagementCompany": {
728
+ "yesNoNotApplicable": {},
729
+ "details": {}
730
+ },
731
+ "procedureForObtainingCertificate": {}
732
+ },
733
+ "groundRent": {
734
+ "isGroundRentPayable": {},
735
+ "annualGroundRent": {},
736
+ "groundRentFrequency": {},
737
+ "rentSubjectToIncrease": {
738
+ "yesNo": {},
739
+ "rentReviewFrequency": {},
740
+ "rentIncreaseCalculated": {}
741
+ },
742
+ "groundRentPaidUpToDate": {
743
+ "yesNoNotApplicable": {},
744
+ "details": {}
745
+ },
746
+ "lastDemandPeriod": {
747
+ "from": {},
748
+ "to": {}
749
+ }
750
+ },
751
+ "ownershipAndManagement": {
752
+ "freeholdOwner": {},
753
+ "hasHeadlease": {
754
+ "yesNo": {},
755
+ "headLeaseholderControlled": {}
756
+ },
757
+ "buildingManager": {
758
+ "buildingManagerType": {},
759
+ "details": {}
760
+ },
761
+ "hasTenantCompanyDissolved": {},
762
+ "isManagingAgentEmployed": {}
763
+ },
764
+ "serviceCharge": {
765
+ "sellerContributesToServiceCharge": {},
766
+ "annualServiceCharge": {},
767
+ "largeAdditionalExpense": {
768
+ "yesNo": {},
769
+ "details": {}
770
+ },
771
+ "problemInServiceChargeLevel": {
772
+ "yesNo": {},
773
+ "details": {}
774
+ },
775
+ "serviceChargeChallenged": {
776
+ "yesNo": {},
777
+ "details": {}
778
+ },
779
+ "dangerousCladdingOrDefects": {},
780
+ "difficultyInCollectingServiceCharge": {
781
+ "yesNo": {},
782
+ "details": {}
783
+ },
784
+ "serviceChargeOwed": {
785
+ "yesNo": {},
786
+ "details": {}
787
+ },
788
+ "propertiesContributingToMaintenanceOfManagedArea": {},
789
+ "adHocExpenses": {},
790
+ "serviceChargePaidUpToDate": {
791
+ "yesNo": {},
792
+ "details": {}
793
+ },
794
+ "excessPaymentAnticipated": {
795
+ "yesNo": {},
796
+ "details": {}
797
+ },
798
+ "lastDemandPeriod": {
799
+ "from": {},
800
+ "to": {}
801
+ },
802
+ "hasInabilityToCollectAffectedMaintenance": {
803
+ "yesNo": {},
804
+ "details": {}
805
+ },
806
+ "reserveFund": {
807
+ "yesNo": {},
808
+ "details": {},
809
+ "sufficentToCoverSection20Expenditure": {
810
+ "yesNo": {},
811
+ "details": {}
812
+ }
813
+ },
814
+ "lastDecoratedPeriod": {
815
+ "internally": {
816
+ "from": {},
817
+ "to": {}
818
+ },
819
+ "externally": {
820
+ "from": {},
821
+ "to": {}
822
+ }
823
+ },
824
+ "section20WorksProposed": {
825
+ "yesNo": {},
826
+ "details": {}
827
+ },
828
+ "increaseInServiceChargeAnticipated": {
829
+ "yesNo": {},
830
+ "details": {}
831
+ },
832
+ "outstandingServiceChargeConsultation": {
833
+ "yesNo": {},
834
+ "details": {}
835
+ },
836
+ "japaneseKnotweedAffectingManagedAreas": {
837
+ "yesNo": {},
838
+ "details": {}
839
+ },
840
+ "transferFees": {
841
+ "yesNo": {},
842
+ "details": {}
843
+ },
844
+ "allPropertiesContribute": {
845
+ "yesNo": {},
846
+ "details": {}
847
+ },
848
+ "deedOfCertificateServed": {
849
+ "yesNoNotApplicable": {},
850
+ "sellerCompletedDeedOfCertificate": {}
851
+ },
852
+ "landlordsCertificateServed": {
853
+ "yesNoNotApplicable": {}
854
+ }
855
+ },
856
+ "buildingsInsurance": {
857
+ "premiumsPaidUpToDate": {
858
+ "yesNo": {},
859
+ "details": {}
860
+ },
861
+ "lastDemandPeriod": {
862
+ "from": {},
863
+ "to": {}
864
+ },
865
+ "premiumPaidinFull": {
866
+ "yesNo": {},
867
+ "details": {}
868
+ },
869
+ "claimsMade": {
870
+ "yesNo": {},
871
+ "details": {}
872
+ },
873
+ "claimsAnticipated": {
874
+ "yesNo": {},
875
+ "details": {}
876
+ },
877
+ "managedAreasCoveredByPolicy": {
878
+ "yesNo": {},
879
+ "riskAssessments": {
880
+ "assessmentsCarriedOut": {},
881
+ "urgentWorksRecommended": {}
882
+ }
883
+ },
884
+ "standardTermsAvailable": {
885
+ "yesNo": {},
886
+ "details": {}
887
+ },
888
+ "nonComplianceWithConditions": {
889
+ "yesNo": {},
890
+ "details": {}
891
+ },
892
+ "buildingsReinstatementCostAssessment": {},
893
+ "premiumIncludedInServiceCharge": {
894
+ "yesNo": {},
895
+ "details": {}
896
+ }
897
+ },
898
+ "disputesAndEnfranchisement": {
899
+ "sellerReceivedComplaint": {
900
+ "yesNo": {},
901
+ "details": {}
902
+ },
903
+ "sellerSentComplaint": {
904
+ "yesNo": {},
905
+ "details": {}
906
+ },
907
+ "ongoingForfeitureProceedings": {
908
+ "yesNo": {}
909
+ },
910
+ "unresolvedDisputes": {
911
+ "yesNo": {},
912
+ "details": {}
913
+ },
914
+ "enfranchisementSteps": {
915
+ "yesNo": {},
916
+ "details": {}
917
+ },
918
+ "breachOfTermsOfLease": {
919
+ "yesNo": {},
920
+ "details": {}
921
+ }
922
+ },
923
+ "general": {
924
+ "sellerAwareOfAlterations": {
925
+ "yesNo": {},
926
+ "details": {}
927
+ },
928
+ "sellerOwnedProperty": {},
929
+ "sellerServedNoticeOnLandlord": {},
930
+ "sellerAwareOfNoticeOfCollectivePurchase": {},
931
+ "sellerAwareOfResponse": {},
932
+ "isLeaseQualifying": {},
933
+ "otherPropertiesInManagedArea": {},
934
+ "leasedOnSimilarTerms": {
935
+ "yesNo": {},
936
+ "details": {}
937
+ },
938
+ "buildingKnownToBeHMO": {
939
+ "yesNo": {},
940
+ "details": {}
941
+ },
942
+ "additionalParkingRegulations": {
943
+ "yesNo": {},
944
+ "details": {}
945
+ },
946
+ "restrictionOnKeepingPets": {
947
+ "yesNo": {},
948
+ "details": {}
949
+ }
950
+ },
951
+ "requiredDocuments": {
952
+ "noticeOfSale": {},
953
+ "noticeOfBuildingCondition": {},
954
+ "landlordNotifiedOfSale": {},
955
+ "copyOfcorrespondence": {},
956
+ "serviceChargeAccounts": {},
957
+ "groundRent": {},
958
+ "buildingsInsurancePolicy": {
959
+ "arrangedBySeller": {},
960
+ "arrangedByLandlord": {}
961
+ },
962
+ "managedAreasBuildingsInsurancePolicy": {},
963
+ "serviceChargeEstimatesCurrent": {},
964
+ "serviceChargeEstimatesPrevious": {},
965
+ "proposedWorksNotices": {},
966
+ "forfeitureDocumentation": {},
967
+ "additionalRegulationsNotInLease": {},
968
+ "deedsOfVariation": {},
969
+ "deedOfCovenant": {},
970
+ "certificateOfCompliance": {},
971
+ "certificateOfComplianceFee": {},
972
+ "licenceToAssign": {},
973
+ "permissionToAlter": {},
974
+ "noticesServedOnLessee": {},
975
+ "asbestosSurvey": {},
976
+ "managedAreaFireRiskAssessment": {},
977
+ "memorandumAndArticles": {},
978
+ "shareOrMembershipCertificate": {},
979
+ "companyAccounts": {},
980
+ "managementCompanyAGMMinutes": {},
981
+ "deedOfCertificate": {},
982
+ "landlordsCertificate": {},
983
+ "enforcementNotices": {}
984
+ },
985
+ "confirmation": {
986
+ "response": {},
987
+ "capacity": {}
988
+ }
989
+ },
990
+ "otherOwnershipDetails": {}
991
+ }
992
+ },
993
+ "parking": {
994
+ "parkingArrangements": {},
995
+ "controlledParking": {
996
+ "yesNo": {}
997
+ },
998
+ "electricVehicleChargingPoint": {
999
+ "yesNo": {}
1000
+ }
1001
+ },
1002
+ "listingAndConservation": {
1003
+ "isListed": {
1004
+ "yesNo": {},
1005
+ "details": {},
1006
+ "attachments": {}
1007
+ },
1008
+ "isConservationArea": {
1009
+ "yesNo": {},
1010
+ "details": {},
1011
+ "attachments": {}
1012
+ },
1013
+ "hasTreePreservationOrder": {
1014
+ "yesNo": {},
1015
+ "workCarriedOut": {
1016
+ "yesNo": {},
1017
+ "consentsObtained": {},
1018
+ "attachments": {}
1019
+ }
1020
+ }
1021
+ },
1022
+ "typeOfConstruction": {
1023
+ "isStandardForm": {
1024
+ "yesNo": {},
1025
+ "details": {}
1026
+ },
1027
+ "buildingSafety": {
1028
+ "yesNo": {},
1029
+ "details": {},
1030
+ "workAlreadyDone": {},
1031
+ "workToBeDone": {},
1032
+ "potentialCost": {},
1033
+ "abilityToResideAtProperty": {},
1034
+ "attachments": {}
1035
+ },
1036
+ "sprayFoamInsulation": {
1037
+ "hasSprayFoamInstalled": {},
1038
+ "details": {},
1039
+ "attachments": {}
1040
+ },
1041
+ "accessibilityAndAdaptations": {}
1042
+ },
1043
+ "energyEfficiency": {
1044
+ "certificateIsSupplied": {},
1045
+ "certificate": {
1046
+ "certificateNumber": {},
1047
+ "address": {},
1048
+ "address1": {},
1049
+ "address2": {},
1050
+ "address3": {},
1051
+ "buildingReferenceNumber": {},
1052
+ "builtForm": {},
1053
+ "co2EmissCurrPerFloorArea": {},
1054
+ "co2EmissionsCurrent": {},
1055
+ "co2EmissionsPotential": {},
1056
+ "constituencyLabel": {},
1057
+ "constituency": {},
1058
+ "constructionAgeBand": {},
1059
+ "county": {},
1060
+ "currentEnergyEfficiency": {},
1061
+ "currentEnergyRating": {},
1062
+ "energyConsumptionCurrent": {},
1063
+ "energyConsumptionPotential": {},
1064
+ "energyTariff": {},
1065
+ "environmentImpactCurrent": {},
1066
+ "environmentImpactPotential": {},
1067
+ "extensionCount": {},
1068
+ "fixedLightingOutletsCount": {},
1069
+ "flatStoreyCount": {},
1070
+ "flatTopStorey": {},
1071
+ "floorDescription": {},
1072
+ "floorEnergyEff": {},
1073
+ "floorEnvEff": {},
1074
+ "floorHeight": {},
1075
+ "floorLevel": {},
1076
+ "glazedArea": {},
1077
+ "glazedType": {},
1078
+ "heatLossCorridor": {},
1079
+ "heatingCostCurrent": {},
1080
+ "heatingCostPotential": {},
1081
+ "hotWaterCostCurrent": {},
1082
+ "hotWaterCostPotential": {},
1083
+ "hotWaterEnergyEff": {},
1084
+ "hotWaterEnvEff": {},
1085
+ "hotwaterDescription": {},
1086
+ "inspectionDate": {},
1087
+ "lightingCostCurrent": {},
1088
+ "lightingCostPotential": {},
1089
+ "lightingDescription": {},
1090
+ "lightingEnergyEff": {},
1091
+ "lightingEnvEff": {},
1092
+ "lmkKey": {},
1093
+ "localAuthorityLabel": {},
1094
+ "localAuthority": {},
1095
+ "lodgementDate": {},
1096
+ "lodgementDatetime": {},
1097
+ "lowEnergyFixedLightCount": {},
1098
+ "lowEnergyLighting": {},
1099
+ "mainFuel": {},
1100
+ "mainHeatingControls": {},
1101
+ "mainheatDescription": {},
1102
+ "mainheatEnergyEff": {},
1103
+ "mainheatEnvEff": {},
1104
+ "mainheatcEnergyEff": {},
1105
+ "mainheatcEnvEff": {},
1106
+ "mainheatcontDescription": {},
1107
+ "mainsGasFlag": {},
1108
+ "mechanicalVentilation": {},
1109
+ "multiGlazeProportion": {},
1110
+ "numberHabitableRooms": {},
1111
+ "numberHeatedRooms": {},
1112
+ "numberOpenFireplaces": {},
1113
+ "photoSupply": {},
1114
+ "postcode": {},
1115
+ "posttown": {},
1116
+ "potentialEnergyEfficiency": {},
1117
+ "potentialEnergyRating": {},
1118
+ "propertyType": {},
1119
+ "roofDescription": {},
1120
+ "roofEnergyEff": {},
1121
+ "roofEnvEff": {},
1122
+ "secondheatDescription": {},
1123
+ "sheatingEnergyEff": {},
1124
+ "sheatingEnvEff": {},
1125
+ "solarWaterHeatingFlag": {},
1126
+ "tenure": {},
1127
+ "totalFloorArea": {},
1128
+ "transactionType": {},
1129
+ "unheatedCorridorLength": {},
1130
+ "uprnSource": {},
1131
+ "uprn": {},
1132
+ "wallsDescription": {},
1133
+ "wallsEnergyEff": {},
1134
+ "wallsEnvEff": {},
1135
+ "windTurbineCount": {},
1136
+ "windowsDescription": {},
1137
+ "windowsEnergyEff": {},
1138
+ "windowsEnvEff": {}
1139
+ },
1140
+ "recommendations": {
1141
+ "lmkKey": {},
1142
+ "improvementItem": {},
1143
+ "indicativeCost": {},
1144
+ "improvementSummaryText": {},
1145
+ "improvementDescrText": {},
1146
+ "improvementId": {},
1147
+ "improvementIdText": {}
1148
+ },
1149
+ "greenDealLoan": {
1150
+ "hasGreenDealLoan": {
1151
+ "yesNo": {},
1152
+ "details": {},
1153
+ "attachments": {}
1154
+ }
1155
+ }
1156
+ },
1157
+ "councilTax": {
1158
+ "councilTaxBand": {},
1159
+ "councilTaxAffectingAlterations": {
1160
+ "yesNo": {},
1161
+ "details": {},
1162
+ "attachments": {}
1163
+ },
1164
+ "councilTaxAnnualCharge": {}
1165
+ },
1166
+ "disputesAndComplaints": {
1167
+ "hasDisputesAndComplaints": {
1168
+ "yesNo": {},
1169
+ "details": {}
1170
+ },
1171
+ "leadingToDisputesAndComplaints": {
1172
+ "yesNo": {},
1173
+ "details": {}
1174
+ }
1175
+ },
1176
+ "alterationsAndChanges": {
1177
+ "hasStructuralAlterations": {
1178
+ "yesNo": {},
1179
+ "details": {},
1180
+ "buildingRegApproval": {
1181
+ "yesNo": {},
1182
+ "attachments": {},
1183
+ "details": {}
1184
+ },
1185
+ "planningPermission": {
1186
+ "yesNo": {},
1187
+ "attachments": {},
1188
+ "details": {}
1189
+ },
1190
+ "listedBuildingConsent": {
1191
+ "yesNo": {},
1192
+ "attachments": {},
1193
+ "details": {}
1194
+ },
1195
+ "deedRestrictionConsent": {
1196
+ "yesNo": {},
1197
+ "attachments": {},
1198
+ "details": {}
1199
+ }
1200
+ },
1201
+ "changeOfUse": {
1202
+ "yesNo": {},
1203
+ "details": {},
1204
+ "yearCompleted": {},
1205
+ "buildingRegApproval": {
1206
+ "yesNo": {},
1207
+ "attachments": {},
1208
+ "details": {}
1209
+ },
1210
+ "planningPermission": {
1211
+ "yesNo": {},
1212
+ "attachments": {},
1213
+ "details": {}
1214
+ },
1215
+ "listedBuildingConsent": {
1216
+ "yesNo": {},
1217
+ "attachments": {},
1218
+ "details": {}
1219
+ },
1220
+ "deedRestrictionConsent": {
1221
+ "yesNo": {},
1222
+ "attachments": {},
1223
+ "details": {}
1224
+ }
1225
+ },
1226
+ "windowReplacementsSince2002": {
1227
+ "yesNo": {},
1228
+ "details": {},
1229
+ "yearCompleted": {},
1230
+ "buildingRegApproval": {
1231
+ "yesNo": {},
1232
+ "attachments": {},
1233
+ "details": {}
1234
+ },
1235
+ "planningPermission": {
1236
+ "yesNo": {},
1237
+ "attachments": {},
1238
+ "details": {}
1239
+ },
1240
+ "listedBuildingConsent": {
1241
+ "yesNo": {},
1242
+ "attachments": {},
1243
+ "details": {}
1244
+ },
1245
+ "deedRestrictionConsent": {
1246
+ "yesNo": {},
1247
+ "attachments": {},
1248
+ "details": {}
1249
+ }
1250
+ },
1251
+ "hasAddedConservatory": {
1252
+ "yesNo": {},
1253
+ "details": {},
1254
+ "yearCompleted": {},
1255
+ "buildingRegApproval": {
1256
+ "yesNo": {},
1257
+ "attachments": {},
1258
+ "details": {}
1259
+ },
1260
+ "planningPermission": {
1261
+ "yesNo": {},
1262
+ "attachments": {},
1263
+ "details": {}
1264
+ },
1265
+ "listedBuildingConsent": {
1266
+ "yesNo": {},
1267
+ "attachments": {},
1268
+ "details": {}
1269
+ },
1270
+ "deedRestrictionConsent": {
1271
+ "yesNo": {},
1272
+ "attachments": {},
1273
+ "details": {}
1274
+ }
1275
+ },
1276
+ "worksUnfinished": {
1277
+ "yesNo": {},
1278
+ "details": {},
1279
+ "attachments": {}
1280
+ },
1281
+ "planningPermissionBreaches": {
1282
+ "yesNo": {},
1283
+ "details": {},
1284
+ "willingToInsure": {},
1285
+ "attachments": {}
1286
+ },
1287
+ "unresolvedPlanningIssues": {
1288
+ "yesNo": {},
1289
+ "details": {},
1290
+ "willingToInsure": {},
1291
+ "attachments": {}
1292
+ }
1293
+ },
1294
+ "notices": {
1295
+ "neighbourDevelopment": {
1296
+ "yesNo": {},
1297
+ "details": {},
1298
+ "attachments": {}
1299
+ },
1300
+ "planningApplication": {
1301
+ "yesNo": {},
1302
+ "details": {},
1303
+ "attachments": {}
1304
+ },
1305
+ "requiredMaintenance": {
1306
+ "yesNo": {},
1307
+ "details": {},
1308
+ "attachments": {}
1309
+ },
1310
+ "listedBuildingApplication": {
1311
+ "yesNo": {},
1312
+ "details": {},
1313
+ "attachments": {}
1314
+ },
1315
+ "infrastructureProject": {
1316
+ "yesNo": {},
1317
+ "details": {},
1318
+ "attachments": {}
1319
+ },
1320
+ "partyWallAct": {
1321
+ "yesNo": {},
1322
+ "details": {},
1323
+ "attachments": {}
1324
+ },
1325
+ "otherNotices": {
1326
+ "yesNo": {},
1327
+ "details": {},
1328
+ "attachments": {}
1329
+ }
1330
+ },
1331
+ "specialistIssues": {
1332
+ "dryRotEtcTreatment": {
1333
+ "yesNo": {},
1334
+ "details": {},
1335
+ "attachments": {}
1336
+ },
1337
+ "containsAsbestos": {
1338
+ "yesNo": {},
1339
+ "details": {},
1340
+ "attachments": {}
1341
+ },
1342
+ "japaneseKnotweed": {
1343
+ "yesNo": {},
1344
+ "managementPlanInPlace": {},
1345
+ "attachments": {}
1346
+ },
1347
+ "subsidenceOrStructuralFault": {
1348
+ "yesNo": {},
1349
+ "details": {},
1350
+ "attachments": {}
1351
+ },
1352
+ "ongoingHealthOrSafetyIssue": {
1353
+ "yesNo": {},
1354
+ "details": {},
1355
+ "attachments": {}
1356
+ }
1357
+ },
1358
+ "fixturesAndFittings": {
1359
+ "itemsToRemove": {
1360
+ "yesNo": {},
1361
+ "details": {}
1362
+ },
1363
+ "itemsToInclude": {
1364
+ "yesNo": {},
1365
+ "details": {}
1366
+ },
1367
+ "basicFittings": {
1368
+ "boilerImmersionHeater": {
1369
+ "isIncludedExcludedOrNone": {},
1370
+ "comments": {},
1371
+ "price": {}
1372
+ },
1373
+ "radiatorsWallHeaters": {
1374
+ "isIncludedExcludedOrNone": {},
1375
+ "comments": {},
1376
+ "price": {}
1377
+ },
1378
+ "nightStorageHeaters": {
1379
+ "isIncludedExcludedOrNone": {},
1380
+ "comments": {},
1381
+ "price": {}
1382
+ },
1383
+ "freeStandingHeaters": {
1384
+ "isIncludedExcludedOrNone": {},
1385
+ "comments": {},
1386
+ "price": {}
1387
+ },
1388
+ "gasFiresWithSurround": {
1389
+ "isIncludedExcludedOrNone": {},
1390
+ "comments": {},
1391
+ "price": {}
1392
+ },
1393
+ "electricFiresWithSurround": {
1394
+ "isIncludedExcludedOrNone": {},
1395
+ "comments": {},
1396
+ "price": {}
1397
+ },
1398
+ "lightSwitches": {
1399
+ "isIncludedExcludedOrNone": {},
1400
+ "comments": {},
1401
+ "price": {}
1402
+ },
1403
+ "roofInsulation": {
1404
+ "isIncludedExcludedOrNone": {},
1405
+ "comments": {},
1406
+ "price": {}
1407
+ },
1408
+ "windowFittings": {
1409
+ "isIncludedExcludedOrNone": {},
1410
+ "comments": {},
1411
+ "price": {}
1412
+ },
1413
+ "windowShuttersGrilles": {
1414
+ "isIncludedExcludedOrNone": {},
1415
+ "comments": {},
1416
+ "price": {}
1417
+ },
1418
+ "internalDoorFittings": {
1419
+ "isIncludedExcludedOrNone": {},
1420
+ "comments": {},
1421
+ "price": {}
1422
+ },
1423
+ "externalDoorFittings": {
1424
+ "isIncludedExcludedOrNone": {},
1425
+ "comments": {},
1426
+ "price": {}
1427
+ },
1428
+ "doorbellChime": {
1429
+ "isIncludedExcludedOrNone": {},
1430
+ "comments": {},
1431
+ "price": {}
1432
+ },
1433
+ "electricSockets": {
1434
+ "isIncludedExcludedOrNone": {},
1435
+ "comments": {},
1436
+ "price": {}
1437
+ },
1438
+ "burglarAlarm": {
1439
+ "isIncludedExcludedOrNone": {},
1440
+ "comments": {},
1441
+ "price": {}
1442
+ },
1443
+ "otherItems": {
1444
+ "itemName": {},
1445
+ "isIncludedOrExcluded": {},
1446
+ "comments": {},
1447
+ "price": {}
1448
+ }
1449
+ },
1450
+ "kitchen": {
1451
+ "hob": {
1452
+ "isIncludedExcludedOrNone": {},
1453
+ "fittedOrFreestanding": {
1454
+ "isFittedOrFreestanding": {},
1455
+ "comments": {}
1456
+ },
1457
+ "price": {},
1458
+ "comments": {}
1459
+ },
1460
+ "extractorHood": {
1461
+ "isIncludedExcludedOrNone": {},
1462
+ "fittedOrFreestanding": {
1463
+ "isFittedOrFreestanding": {},
1464
+ "comments": {}
1465
+ },
1466
+ "price": {},
1467
+ "comments": {}
1468
+ },
1469
+ "ovenGrill": {
1470
+ "isIncludedExcludedOrNone": {},
1471
+ "fittedOrFreestanding": {
1472
+ "isFittedOrFreestanding": {},
1473
+ "comments": {}
1474
+ },
1475
+ "price": {},
1476
+ "comments": {}
1477
+ },
1478
+ "cooker": {
1479
+ "isIncludedExcludedOrNone": {},
1480
+ "fittedOrFreestanding": {
1481
+ "isFittedOrFreestanding": {},
1482
+ "comments": {}
1483
+ },
1484
+ "price": {},
1485
+ "comments": {}
1486
+ },
1487
+ "microwave": {
1488
+ "isIncludedExcludedOrNone": {},
1489
+ "fittedOrFreestanding": {
1490
+ "isFittedOrFreestanding": {},
1491
+ "comments": {}
1492
+ },
1493
+ "price": {},
1494
+ "comments": {}
1495
+ },
1496
+ "refrigeratorFridgeFreezer": {
1497
+ "isIncludedExcludedOrNone": {},
1498
+ "fittedOrFreestanding": {
1499
+ "isFittedOrFreestanding": {},
1500
+ "comments": {}
1501
+ },
1502
+ "price": {},
1503
+ "comments": {}
1504
+ },
1505
+ "freezer": {
1506
+ "isIncludedExcludedOrNone": {},
1507
+ "fittedOrFreestanding": {
1508
+ "isFittedOrFreestanding": {},
1509
+ "comments": {}
1510
+ },
1511
+ "price": {},
1512
+ "comments": {}
1513
+ },
1514
+ "dishwasher": {
1515
+ "isIncludedExcludedOrNone": {},
1516
+ "fittedOrFreestanding": {
1517
+ "isFittedOrFreestanding": {},
1518
+ "comments": {}
1519
+ },
1520
+ "price": {},
1521
+ "comments": {}
1522
+ },
1523
+ "tumbleDryer": {
1524
+ "isIncludedExcludedOrNone": {},
1525
+ "fittedOrFreestanding": {
1526
+ "isFittedOrFreestanding": {},
1527
+ "comments": {}
1528
+ },
1529
+ "price": {},
1530
+ "comments": {}
1531
+ },
1532
+ "washingMachine": {
1533
+ "isIncludedExcludedOrNone": {},
1534
+ "fittedOrFreestanding": {
1535
+ "isFittedOrFreestanding": {},
1536
+ "comments": {}
1537
+ },
1538
+ "price": {},
1539
+ "comments": {}
1540
+ },
1541
+ "otherItems": {
1542
+ "itemName": {},
1543
+ "isIncludedOrExcluded": {},
1544
+ "fittedOrFreestanding": {
1545
+ "isFittedOrFreestanding": {},
1546
+ "comments": {}
1547
+ },
1548
+ "price": {},
1549
+ "comments": {}
1550
+ }
1551
+ },
1552
+ "bathroom": {
1553
+ "bath": {
1554
+ "isIncludedExcludedOrNone": {},
1555
+ "comments": {},
1556
+ "price": {}
1557
+ },
1558
+ "showerFittingForBath": {
1559
+ "isIncludedExcludedOrNone": {},
1560
+ "comments": {},
1561
+ "price": {}
1562
+ },
1563
+ "showerCurtain": {
1564
+ "isIncludedExcludedOrNone": {},
1565
+ "comments": {},
1566
+ "price": {}
1567
+ },
1568
+ "bathroomCabinet": {
1569
+ "isIncludedExcludedOrNone": {},
1570
+ "comments": {},
1571
+ "price": {}
1572
+ },
1573
+ "taps": {
1574
+ "isIncludedExcludedOrNone": {},
1575
+ "comments": {},
1576
+ "price": {}
1577
+ },
1578
+ "separateShowersAndFittings": {
1579
+ "isIncludedExcludedOrNone": {},
1580
+ "comments": {},
1581
+ "price": {}
1582
+ },
1583
+ "towelRail": {
1584
+ "isIncludedExcludedOrNone": {},
1585
+ "comments": {},
1586
+ "price": {}
1587
+ },
1588
+ "soapToothbrushHolders": {
1589
+ "isIncludedExcludedOrNone": {},
1590
+ "comments": {},
1591
+ "price": {}
1592
+ },
1593
+ "toiletRollHolders": {
1594
+ "isIncludedExcludedOrNone": {},
1595
+ "comments": {},
1596
+ "price": {}
1597
+ },
1598
+ "bathroomMirror": {
1599
+ "isIncludedExcludedOrNone": {},
1600
+ "comments": {},
1601
+ "price": {}
1602
+ }
1603
+ },
1604
+ "carpets": {
1605
+ "hallStairsLanding": {
1606
+ "isIncludedExcludedOrNone": {},
1607
+ "comments": {},
1608
+ "price": {}
1609
+ },
1610
+ "livingRoom": {
1611
+ "isIncludedExcludedOrNone": {},
1612
+ "comments": {},
1613
+ "price": {}
1614
+ },
1615
+ "diningRoom": {
1616
+ "isIncludedExcludedOrNone": {},
1617
+ "comments": {},
1618
+ "price": {}
1619
+ },
1620
+ "kitchen": {
1621
+ "isIncludedExcludedOrNone": {},
1622
+ "comments": {},
1623
+ "price": {}
1624
+ },
1625
+ "bedroom1": {
1626
+ "isIncludedExcludedOrNone": {},
1627
+ "comments": {},
1628
+ "price": {}
1629
+ },
1630
+ "bedroom2": {
1631
+ "isIncludedExcludedOrNone": {},
1632
+ "comments": {},
1633
+ "price": {}
1634
+ },
1635
+ "bedroom3": {
1636
+ "isIncludedExcludedOrNone": {},
1637
+ "comments": {},
1638
+ "price": {}
1639
+ },
1640
+ "otherRooms": {
1641
+ "itemName": {},
1642
+ "isIncludedOrExcluded": {},
1643
+ "comments": {},
1644
+ "price": {}
1645
+ }
1646
+ },
1647
+ "curtainsAndCurtainRails": {
1648
+ "curtainRailsPolesPelmets": {
1649
+ "hallStairsLanding": {
1650
+ "isIncludedExcludedOrNone": {},
1651
+ "comments": {},
1652
+ "price": {}
1653
+ },
1654
+ "livingRoom": {
1655
+ "isIncludedExcludedOrNone": {},
1656
+ "comments": {},
1657
+ "price": {}
1658
+ },
1659
+ "diningRoom": {
1660
+ "isIncludedExcludedOrNone": {},
1661
+ "comments": {},
1662
+ "price": {}
1663
+ },
1664
+ "kitchen": {
1665
+ "isIncludedExcludedOrNone": {},
1666
+ "comments": {},
1667
+ "price": {}
1668
+ },
1669
+ "bedroom1": {
1670
+ "isIncludedExcludedOrNone": {},
1671
+ "comments": {},
1672
+ "price": {}
1673
+ },
1674
+ "bedroom2": {
1675
+ "isIncludedExcludedOrNone": {},
1676
+ "comments": {},
1677
+ "price": {}
1678
+ },
1679
+ "bedroom3": {
1680
+ "isIncludedExcludedOrNone": {},
1681
+ "comments": {},
1682
+ "price": {}
1683
+ },
1684
+ "otherRooms": {
1685
+ "itemName": {},
1686
+ "isIncludedOrExcluded": {},
1687
+ "comments": {},
1688
+ "price": {}
1689
+ }
1690
+ },
1691
+ "curtainsBlinds": {
1692
+ "hallStairsLanding": {
1693
+ "isIncludedExcludedOrNone": {},
1694
+ "comments": {},
1695
+ "price": {}
1696
+ },
1697
+ "livingRoom": {
1698
+ "isIncludedExcludedOrNone": {},
1699
+ "comments": {},
1700
+ "price": {}
1701
+ },
1702
+ "diningRoom": {
1703
+ "isIncludedExcludedOrNone": {},
1704
+ "comments": {},
1705
+ "price": {}
1706
+ },
1707
+ "kitchen": {
1708
+ "isIncludedExcludedOrNone": {},
1709
+ "comments": {},
1710
+ "price": {}
1711
+ },
1712
+ "bedroom1": {
1713
+ "isIncludedExcludedOrNone": {},
1714
+ "comments": {},
1715
+ "price": {}
1716
+ },
1717
+ "bedroom2": {
1718
+ "isIncludedExcludedOrNone": {},
1719
+ "comments": {},
1720
+ "price": {}
1721
+ },
1722
+ "bedroom3": {
1723
+ "isIncludedExcludedOrNone": {},
1724
+ "comments": {},
1725
+ "price": {}
1726
+ },
1727
+ "otherRooms": {
1728
+ "itemName": {},
1729
+ "isIncludedOrExcluded": {},
1730
+ "comments": {},
1731
+ "price": {}
1732
+ }
1733
+ }
1734
+ },
1735
+ "lightFittings": {
1736
+ "hallStairsLanding": {
1737
+ "isIncludedExcludedOrNone": {},
1738
+ "comments": {},
1739
+ "price": {}
1740
+ },
1741
+ "livingRoom": {
1742
+ "isIncludedExcludedOrNone": {},
1743
+ "comments": {},
1744
+ "price": {}
1745
+ },
1746
+ "diningRoom": {
1747
+ "isIncludedExcludedOrNone": {},
1748
+ "comments": {},
1749
+ "price": {}
1750
+ },
1751
+ "kitchen": {
1752
+ "isIncludedExcludedOrNone": {},
1753
+ "comments": {},
1754
+ "price": {}
1755
+ },
1756
+ "bedroom1": {
1757
+ "isIncludedExcludedOrNone": {},
1758
+ "comments": {},
1759
+ "price": {}
1760
+ },
1761
+ "bedroom2": {
1762
+ "isIncludedExcludedOrNone": {},
1763
+ "comments": {},
1764
+ "price": {}
1765
+ },
1766
+ "bedroom3": {
1767
+ "isIncludedExcludedOrNone": {},
1768
+ "comments": {},
1769
+ "price": {}
1770
+ },
1771
+ "otherRooms": {
1772
+ "itemName": {},
1773
+ "isIncludedOrExcluded": {},
1774
+ "comments": {},
1775
+ "price": {}
1776
+ }
1777
+ },
1778
+ "fittedUnits": {
1779
+ "hallStairsLanding": {
1780
+ "isIncludedExcludedOrNone": {},
1781
+ "comments": {},
1782
+ "price": {}
1783
+ },
1784
+ "livingRoom": {
1785
+ "isIncludedExcludedOrNone": {},
1786
+ "comments": {},
1787
+ "price": {}
1788
+ },
1789
+ "diningRoom": {
1790
+ "isIncludedExcludedOrNone": {},
1791
+ "comments": {},
1792
+ "price": {}
1793
+ },
1794
+ "kitchen": {
1795
+ "isIncludedExcludedOrNone": {},
1796
+ "comments": {},
1797
+ "price": {}
1798
+ },
1799
+ "bedroom1": {
1800
+ "isIncludedExcludedOrNone": {},
1801
+ "comments": {},
1802
+ "price": {}
1803
+ },
1804
+ "bedroom2": {
1805
+ "isIncludedExcludedOrNone": {},
1806
+ "comments": {},
1807
+ "price": {}
1808
+ },
1809
+ "bedroom3": {
1810
+ "isIncludedExcludedOrNone": {},
1811
+ "comments": {},
1812
+ "price": {}
1813
+ },
1814
+ "otherRooms": {
1815
+ "itemName": {},
1816
+ "isIncludedOrExcluded": {},
1817
+ "comments": {},
1818
+ "price": {}
1819
+ }
1820
+ },
1821
+ "outdoorArea": {
1822
+ "gardenFurniture": {
1823
+ "isIncludedExcludedOrNone": {},
1824
+ "comments": {},
1825
+ "price": {}
1826
+ },
1827
+ "gardenOrnaments": {
1828
+ "isIncludedExcludedOrNone": {},
1829
+ "comments": {},
1830
+ "price": {}
1831
+ },
1832
+ "treesPlantsShrubs": {
1833
+ "isIncludedExcludedOrNone": {},
1834
+ "comments": {},
1835
+ "price": {}
1836
+ },
1837
+ "barbecue": {
1838
+ "isIncludedExcludedOrNone": {},
1839
+ "comments": {},
1840
+ "price": {}
1841
+ },
1842
+ "dustbins": {
1843
+ "isIncludedExcludedOrNone": {},
1844
+ "comments": {},
1845
+ "price": {}
1846
+ },
1847
+ "gardenShed": {
1848
+ "isIncludedExcludedOrNone": {},
1849
+ "comments": {},
1850
+ "price": {}
1851
+ },
1852
+ "greenhouse": {
1853
+ "isIncludedExcludedOrNone": {},
1854
+ "comments": {},
1855
+ "price": {}
1856
+ },
1857
+ "outdoorHeater": {
1858
+ "isIncludedExcludedOrNone": {},
1859
+ "comments": {},
1860
+ "price": {}
1861
+ },
1862
+ "outdoorLights": {
1863
+ "isIncludedExcludedOrNone": {},
1864
+ "comments": {},
1865
+ "price": {}
1866
+ },
1867
+ "waterButt": {
1868
+ "isIncludedExcludedOrNone": {},
1869
+ "comments": {},
1870
+ "price": {}
1871
+ },
1872
+ "clothesLine": {
1873
+ "isIncludedExcludedOrNone": {},
1874
+ "comments": {},
1875
+ "price": {}
1876
+ },
1877
+ "rotaryLine": {
1878
+ "isIncludedExcludedOrNone": {},
1879
+ "comments": {},
1880
+ "price": {}
1881
+ },
1882
+ "otherItems": {
1883
+ "itemName": {},
1884
+ "isIncludedOrExcluded": {},
1885
+ "comments": {},
1886
+ "price": {}
1887
+ }
1888
+ },
1889
+ "televisionAndTelephone": {
1890
+ "telephoneReceivers": {
1891
+ "isIncludedExcludedOrNone": {},
1892
+ "comments": {},
1893
+ "price": {}
1894
+ },
1895
+ "televisionAerial": {
1896
+ "isIncludedExcludedOrNone": {},
1897
+ "comments": {},
1898
+ "price": {}
1899
+ },
1900
+ "radioAerial": {
1901
+ "isIncludedExcludedOrNone": {},
1902
+ "comments": {},
1903
+ "price": {}
1904
+ },
1905
+ "satelliteDish": {
1906
+ "isIncludedExcludedOrNone": {},
1907
+ "comments": {},
1908
+ "price": {}
1909
+ }
1910
+ },
1911
+ "stockOfFuel": {
1912
+ "oil": {
1913
+ "isIncludedExcludedOrNone": {},
1914
+ "comments": {},
1915
+ "price": {}
1916
+ },
1917
+ "wood": {
1918
+ "isIncludedExcludedOrNone": {},
1919
+ "comments": {},
1920
+ "price": {}
1921
+ },
1922
+ "lpg": {
1923
+ "isIncludedExcludedOrNone": {},
1924
+ "comments": {},
1925
+ "price": {}
1926
+ }
1927
+ },
1928
+ "otherItems": {
1929
+ "otherItems": {
1930
+ "itemName": {},
1931
+ "isIncludedOrExcluded": {},
1932
+ "comments": {},
1933
+ "price": {}
1934
+ }
1935
+ }
1936
+ },
1937
+ "connectedUtilities": {
1938
+ "mainsElectricity": {
1939
+ "yesNo": {},
1940
+ "supplier": {},
1941
+ "mpan": {},
1942
+ "dateToBeConnected": {}
1943
+ },
1944
+ "mainsGas": {
1945
+ "yesNo": {},
1946
+ "supplier": {},
1947
+ "mprn": {},
1948
+ "dateToBeConnected": {}
1949
+ },
1950
+ "lpg": {
1951
+ "yesNo": {},
1952
+ "supplier": {},
1953
+ "dateToBeConnected": {}
1954
+ },
1955
+ "oil": {
1956
+ "yesNo": {},
1957
+ "supplier": {},
1958
+ "dateToBeConnected": {}
1959
+ },
1960
+ "telephone": {
1961
+ "yesNo": {},
1962
+ "supplier": {},
1963
+ "dateToBeConnected": {}
1964
+ },
1965
+ "cableSatelliteTV": {
1966
+ "yesNo": {},
1967
+ "supplier": {},
1968
+ "dateToBeConnected": {}
1969
+ },
1970
+ "broadband": {
1971
+ "yesNo": {},
1972
+ "supplier": {},
1973
+ "typeOfConnection": {},
1974
+ "dateToBeConnected": {}
1975
+ },
1976
+ "solarPanels": {
1977
+ "yesNo": {},
1978
+ "supplier": {},
1979
+ "dateToBeConnected": {}
1980
+ },
1981
+ "otherServices": {
1982
+ "yesNo": {},
1983
+ "details": {},
1984
+ "supplier": {},
1985
+ "dateToBeConnected": {}
1986
+ },
1987
+ "maintenanceAgreements": {
1988
+ "yesNo": {},
1989
+ "details": {},
1990
+ "attachments": {}
1991
+ }
1992
+ },
1993
+ "waterAndDrainage": {
1994
+ "maps": {
1995
+ "publicSewerMapAttached": {},
1996
+ "waterworksMapAttached": {}
1997
+ },
1998
+ "water": {
1999
+ "mainsWater": {
2000
+ "yesNo": {},
2001
+ "details": {},
2002
+ "supplier": {},
2003
+ "isSupplyMetered": {},
2004
+ "dateToBeConnected": {}
2005
+ },
2006
+ "waterMainsWithinBoundaries": {
2007
+ "yesNo": {},
2008
+ "details": {}
2009
+ },
2010
+ "waterMainsSubjectOfAdoptionAgreement": {
2011
+ "yesNo": {},
2012
+ "details": {}
2013
+ },
2014
+ "lowWaterPressureRisk": {
2015
+ "yesNo": {},
2016
+ "details": {}
2017
+ },
2018
+ "supplyClassification": {},
2019
+ "waterMeterLocation": {}
2020
+ },
2021
+ "drainage": {
2022
+ "mainsSurfaceWaterDrainage": {
2023
+ "yesNo": {},
2024
+ "details": {},
2025
+ "dateToBeConnected": {}
2026
+ },
2027
+ "mainsFoulDrainage": {
2028
+ "yesNo": {},
2029
+ "details": {},
2030
+ "dateToBeConnected": {},
2031
+ "supplier": {},
2032
+ "sustainableDrainageSystem": {
2033
+ "yesNo": {},
2034
+ "supplier": {},
2035
+ "dateToBeConnected": {}
2036
+ },
2037
+ "septicTank": {
2038
+ "yesNo": {},
2039
+ "dateReplaced": {},
2040
+ "dateLastEmptied": {}
2041
+ },
2042
+ "cesspit": {
2043
+ "yesNo": {},
2044
+ "dateLastEmptied": {}
2045
+ },
2046
+ "sewerageTreatmentPlant": {
2047
+ "yesNo": {},
2048
+ "dateInstalled": {},
2049
+ "dateLastServiced": {},
2050
+ "attachments": {}
2051
+ },
2052
+ "otherConnectedProperties": {
2053
+ "yesNo": {},
2054
+ "numberOfPropertiesSharing": {},
2055
+ "details": {}
2056
+ },
2057
+ "plantOnOtherLand": {
2058
+ "yesNo": {},
2059
+ "attachments": {}
2060
+ },
2061
+ "plantRegistered": {
2062
+ "yesNo": {},
2063
+ "attachments": {}
2064
+ },
2065
+ "plantDrainsIntoWaterway": {
2066
+ "yesNo": {},
2067
+ "dischargeCompliesWithGBR": {}
2068
+ }
2069
+ },
2070
+ "surfaceDrainageCharge": {
2071
+ "yesNo": {},
2072
+ "details": {}
2073
+ },
2074
+ "publicDrainWithinBoundaries": {
2075
+ "yesNo": {},
2076
+ "details": {}
2077
+ },
2078
+ "publicPumpingStationWithinBoundaries": {
2079
+ "yesNo": {},
2080
+ "details": {}
2081
+ },
2082
+ "publicSewerWithin100ft": {
2083
+ "yesNo": {},
2084
+ "details": {}
2085
+ },
2086
+ "publicPumpingStationWithin50mOfBuildings": {
2087
+ "yesNo": {},
2088
+ "details": {}
2089
+ },
2090
+ "sewersSubjectOfAdoptionAgreement": {
2091
+ "yesNo": {},
2092
+ "details": {}
2093
+ },
2094
+ "sewerageUndertakerApproval": {
2095
+ "yesNo": {},
2096
+ "details": {}
2097
+ },
2098
+ "riskOfInternalFlooding": {
2099
+ "yesNo": {},
2100
+ "details": {}
2101
+ },
2102
+ "distanceToNearestSewerageTreatment": {}
2103
+ },
2104
+ "maintenanceAgreements": {
2105
+ "yesNo": {},
2106
+ "details": {},
2107
+ "attachments": {}
2108
+ },
2109
+ "charging": {
2110
+ "sewerageProvider": {},
2111
+ "waterProvider": {},
2112
+ "sewerageBills": {},
2113
+ "waterBills": {},
2114
+ "currentChargingBasis": {},
2115
+ "consequentialChargingBasis": {}
2116
+ }
2117
+ },
2118
+ "heating": {
2119
+ "heatingType": {},
2120
+ "otherHeatingFeatures": {},
2121
+ "centralHeatingDetails": {
2122
+ "centralHeatingFuel": {
2123
+ "centralHeatingFuelType": {},
2124
+ "otherCentralHeatingFuelType": {}
2125
+ },
2126
+ "centralHeatingInstalled": {},
2127
+ "boilerInstallationCertificate": {
2128
+ "yesNo": {},
2129
+ "attachments": {}
2130
+ },
2131
+ "heatingLastServicedDate": {},
2132
+ "heatingLastServicedReport": {},
2133
+ "heatingInGoodWorkingOrder": {
2134
+ "yesNo": {},
2135
+ "details": {}
2136
+ }
2137
+ },
2138
+ "details": {}
2139
+ },
2140
+ "insurance": {
2141
+ "isInsured": {},
2142
+ "details": {},
2143
+ "landlordInsuresIfFlat": {},
2144
+ "difficultiesObtainingInsurance": {
2145
+ "abnormalRiseInPremiums": {
2146
+ "yesNo": {},
2147
+ "details": {}
2148
+ },
2149
+ "subjectToHighExcesses": {
2150
+ "yesNo": {},
2151
+ "details": {}
2152
+ },
2153
+ "subjectToUnusualConditions": {
2154
+ "yesNo": {},
2155
+ "details": {}
2156
+ },
2157
+ "refused": {
2158
+ "yesNo": {},
2159
+ "details": {}
2160
+ }
2161
+ },
2162
+ "insuranceClaims": {
2163
+ "yesNo": {},
2164
+ "details": {}
2165
+ }
2166
+ },
2167
+ "boundaries": {
2168
+ "partOutsideLegalOwnership": {
2169
+ "yesNo": {},
2170
+ "details": {}
2171
+ },
2172
+ "partOnSeparateSiteOrDeed": {
2173
+ "yesNo": {},
2174
+ "details": {}
2175
+ },
2176
+ "boundariesDifferFromTitlePlan": {
2177
+ "yesNo": {},
2178
+ "details": {},
2179
+ "attachments": {}
2180
+ },
2181
+ "boundaryAlterationProposal": {
2182
+ "yesNo": {},
2183
+ "details": {}
2184
+ }
2185
+ },
2186
+ "rightsAndInformalArrangements": {
2187
+ "sharedContributions": {
2188
+ "yesNo": {},
2189
+ "details": {}
2190
+ },
2191
+ "neighbouringLandRights": {
2192
+ "yesNo": {},
2193
+ "details": {},
2194
+ "attachments": {}
2195
+ },
2196
+ "accessRestrictionAttempts": {
2197
+ "yesNo": {},
2198
+ "details": {}
2199
+ },
2200
+ "rightsOrArrangements": {
2201
+ "publicRightOfWay": {
2202
+ "yesNo": {},
2203
+ "details": {},
2204
+ "attachments": {}
2205
+ },
2206
+ "rightsOfLight": {
2207
+ "yesNo": {},
2208
+ "details": {}
2209
+ },
2210
+ "rightsOfSupport": {
2211
+ "yesNo": {},
2212
+ "details": {}
2213
+ },
2214
+ "rightsCreatedThroughCustom": {
2215
+ "yesNo": {},
2216
+ "details": {}
2217
+ },
2218
+ "rightsToTakeFromLand": {
2219
+ "yesNo": {},
2220
+ "details": {}
2221
+ },
2222
+ "minesAndMinerals": {
2223
+ "yesNo": {},
2224
+ "details": {}
2225
+ },
2226
+ "churchChancel": {
2227
+ "yesNo": {},
2228
+ "details": {}
2229
+ },
2230
+ "otherRights": {
2231
+ "yesNo": {},
2232
+ "details": {}
2233
+ }
2234
+ }
2235
+ },
2236
+ "environmentalIssues": {
2237
+ "flooding": {
2238
+ "floodRisk": {
2239
+ "riskIndicator": {},
2240
+ "actionAlertRating": {},
2241
+ "result": {},
2242
+ "summary": {},
2243
+ "recommendations": {},
2244
+ "datasetAttribution": {},
2245
+ "riskSubcategories": {
2246
+ "subCategory": {},
2247
+ "riskIndicator": {},
2248
+ "actionAlertRating": {},
2249
+ "result": {},
2250
+ "summary": {},
2251
+ "recommendations": {},
2252
+ "datasetAttribution": {}
2253
+ }
2254
+ },
2255
+ "hasBeenFlooded": {},
2256
+ "typeOfFlooding": {},
2257
+ "details": {}
2258
+ },
2259
+ "radon": {
2260
+ "radonRisk": {
2261
+ "riskIndicator": {},
2262
+ "actionAlertRating": {},
2263
+ "result": {},
2264
+ "summary": {},
2265
+ "recommendations": {},
2266
+ "datasetAttribution": {},
2267
+ "riskSubcategories": {
2268
+ "subCategory": {},
2269
+ "riskIndicator": {},
2270
+ "actionAlertRating": {},
2271
+ "result": {},
2272
+ "summary": {},
2273
+ "recommendations": {},
2274
+ "datasetAttribution": {}
2275
+ }
2276
+ },
2277
+ "radonTest": {
2278
+ "yesNo": {},
2279
+ "details": {},
2280
+ "attachments": {}
2281
+ },
2282
+ "remedialMeasuresOnConstruction": {
2283
+ "yesNo": {}
2284
+ }
2285
+ },
2286
+ "contaminatedLand": {
2287
+ "contaminatedLandRisk": {
2288
+ "riskIndicator": {},
2289
+ "actionAlertRating": {},
2290
+ "result": {},
2291
+ "summary": {},
2292
+ "recommendations": {},
2293
+ "datasetAttribution": {},
2294
+ "riskSubcategories": {
2295
+ "subCategory": {},
2296
+ "riskIndicator": {},
2297
+ "actionAlertRating": {},
2298
+ "result": {},
2299
+ "summary": {},
2300
+ "recommendations": {},
2301
+ "datasetAttribution": {}
2302
+ }
2303
+ }
2304
+ },
2305
+ "groundStability": {
2306
+ "groundStabilityRisk": {
2307
+ "riskIndicator": {},
2308
+ "actionAlertRating": {},
2309
+ "result": {},
2310
+ "summary": {},
2311
+ "recommendations": {},
2312
+ "datasetAttribution": {},
2313
+ "riskSubcategories": {
2314
+ "subCategory": {},
2315
+ "riskIndicator": {},
2316
+ "actionAlertRating": {},
2317
+ "result": {},
2318
+ "summary": {},
2319
+ "recommendations": {},
2320
+ "datasetAttribution": {}
2321
+ }
2322
+ }
2323
+ },
2324
+ "energy": {
2325
+ "energyRisk": {
2326
+ "riskIndicator": {},
2327
+ "actionAlertRating": {},
2328
+ "result": {},
2329
+ "summary": {},
2330
+ "recommendations": {},
2331
+ "datasetAttribution": {},
2332
+ "riskSubcategories": {
2333
+ "subCategory": {},
2334
+ "riskIndicator": {},
2335
+ "actionAlertRating": {},
2336
+ "result": {},
2337
+ "summary": {},
2338
+ "recommendations": {},
2339
+ "datasetAttribution": {}
2340
+ }
2341
+ }
2342
+ },
2343
+ "transportation": {
2344
+ "transportationRisk": {
2345
+ "riskIndicator": {},
2346
+ "actionAlertRating": {},
2347
+ "result": {},
2348
+ "summary": {},
2349
+ "recommendations": {},
2350
+ "datasetAttribution": {},
2351
+ "riskSubcategories": {
2352
+ "subCategory": {},
2353
+ "riskIndicator": {},
2354
+ "actionAlertRating": {},
2355
+ "result": {},
2356
+ "summary": {},
2357
+ "recommendations": {},
2358
+ "datasetAttribution": {}
2359
+ }
2360
+ }
2361
+ },
2362
+ "planning": {
2363
+ "planningRisk": {
2364
+ "riskIndicator": {},
2365
+ "actionAlertRating": {},
2366
+ "result": {},
2367
+ "summary": {},
2368
+ "recommendations": {},
2369
+ "datasetAttribution": {},
2370
+ "riskSubcategories": {
2371
+ "subCategory": {},
2372
+ "riskIndicator": {},
2373
+ "actionAlertRating": {},
2374
+ "result": {},
2375
+ "summary": {},
2376
+ "recommendations": {},
2377
+ "datasetAttribution": {}
2378
+ }
2379
+ }
2380
+ },
2381
+ "climate": {
2382
+ "climateRisk": {
2383
+ "riskIndicator": {},
2384
+ "actionAlertRating": {},
2385
+ "result": {},
2386
+ "summary": {},
2387
+ "recommendations": {},
2388
+ "datasetAttribution": {},
2389
+ "riskSubcategories": {
2390
+ "subCategory": {},
2391
+ "riskIndicator": {},
2392
+ "actionAlertRating": {},
2393
+ "result": {},
2394
+ "summary": {},
2395
+ "recommendations": {},
2396
+ "datasetAttribution": {}
2397
+ }
2398
+ }
2399
+ },
2400
+ "coalMining": {
2401
+ "riskIndicator": {},
2402
+ "actionAlertRating": {},
2403
+ "result": {},
2404
+ "summary": {},
2405
+ "recommendations": {},
2406
+ "datasetAttribution": {},
2407
+ "riskSubcategories": {
2408
+ "subCategory": {},
2409
+ "riskIndicator": {},
2410
+ "actionAlertRating": {},
2411
+ "result": {},
2412
+ "summary": {},
2413
+ "recommendations": {},
2414
+ "datasetAttribution": {}
2415
+ }
2416
+ },
2417
+ "nonCoalMining": {
2418
+ "riskIndicator": {},
2419
+ "actionAlertRating": {},
2420
+ "result": {},
2421
+ "summary": {},
2422
+ "recommendations": {},
2423
+ "datasetAttribution": {},
2424
+ "riskSubcategories": {
2425
+ "subCategory": {},
2426
+ "riskIndicator": {},
2427
+ "actionAlertRating": {},
2428
+ "result": {},
2429
+ "summary": {},
2430
+ "recommendations": {},
2431
+ "datasetAttribution": {}
2432
+ }
2433
+ },
2434
+ "coastalErosion": {
2435
+ "riskIndicator": {},
2436
+ "actionAlertRating": {},
2437
+ "result": {},
2438
+ "summary": {},
2439
+ "recommendations": {},
2440
+ "datasetAttribution": {},
2441
+ "riskSubcategories": {
2442
+ "subCategory": {},
2443
+ "riskIndicator": {},
2444
+ "actionAlertRating": {},
2445
+ "result": {},
2446
+ "summary": {},
2447
+ "recommendations": {},
2448
+ "datasetAttribution": {}
2449
+ }
2450
+ },
2451
+ "otherEnvironmental": {
2452
+ "yesNo": {},
2453
+ "details": {}
2454
+ }
2455
+ },
2456
+ "otherIssues": {
2457
+ "excessiveNoise": {
2458
+ "yesNo": {},
2459
+ "details": {},
2460
+ "attachments": {}
2461
+ },
2462
+ "crime": {
2463
+ "yesNo": {},
2464
+ "details": {},
2465
+ "attachments": {}
2466
+ },
2467
+ "cautionOrConviction": {
2468
+ "yesNo": {},
2469
+ "details": {},
2470
+ "attachments": {}
2471
+ },
2472
+ "failedTransactionsInLast12Months": {
2473
+ "yesNo": {},
2474
+ "details": {},
2475
+ "attachments": {}
2476
+ }
2477
+ },
2478
+ "additionalInformation": {
2479
+ "restrictionsOnUseNotCompliedWith": {
2480
+ "yesNo": {},
2481
+ "details": {},
2482
+ "attachments": {}
2483
+ },
2484
+ "otherMaterialIssue": {
2485
+ "yesNo": {},
2486
+ "details": {},
2487
+ "attachments": {}
2488
+ },
2489
+ "otherCharges": {
2490
+ "yesNo": {},
2491
+ "details": {}
2492
+ }
2493
+ },
2494
+ "consumerProtectionRegulationsDeclaration": {
2495
+ "consumerProtectionRegulationsResponse": {}
2496
+ }
2497
+ },
2498
+ "additionalLegalInfo": {
2499
+ "legalOwners": {
2500
+ "namesOfLegalOwners": {
2501
+ "ownerType": {},
2502
+ "firstName": {},
2503
+ "middleNames": {},
2504
+ "lastName": {},
2505
+ "organisationName": {}
2506
+ }
2507
+ },
2508
+ "sellersCapacity": {
2509
+ "capacity": {},
2510
+ "sellersCapacityDetails": {},
2511
+ "attachments": {}
2512
+ },
2513
+ "legalBoundaries": {
2514
+ "ownership": {
2515
+ "areBoundariesUniform": {},
2516
+ "uniformBoundaries": {
2517
+ "left": {},
2518
+ "right": {},
2519
+ "rear": {},
2520
+ "front": {}
2521
+ },
2522
+ "details": {},
2523
+ "attachments": {}
2524
+ },
2525
+ "haveBoundaryFeaturesMoved": {
2526
+ "yesNo": {},
2527
+ "details": {}
2528
+ },
2529
+ "adjacentLandIncluded": {
2530
+ "yesNo": {},
2531
+ "details": {}
2532
+ },
2533
+ "flyingFreehold": {
2534
+ "yesNo": {},
2535
+ "details": {}
2536
+ }
2537
+ },
2538
+ "servicesCrossing": {
2539
+ "pipesWiresCablesDrainsToProperty": {
2540
+ "yesNo": {},
2541
+ "details": {},
2542
+ "attachments": {}
2543
+ },
2544
+ "pipesWiresCablesDrainsFromProperty": {
2545
+ "yesNo": {},
2546
+ "details": {},
2547
+ "attachments": {}
2548
+ },
2549
+ "formalOrInformalAgreements": {
2550
+ "yesNo": {},
2551
+ "details": {},
2552
+ "attachments": {}
2553
+ }
2554
+ },
2555
+ "energyAndMeters": {
2556
+ "testedByQualifiedElectrician": {
2557
+ "yesNo": {},
2558
+ "yearTested": {},
2559
+ "attachments": {}
2560
+ },
2561
+ "electricalWorkSince2005": {
2562
+ "yesNo": {},
2563
+ "yearWorkCarriedOut": {},
2564
+ "details": {},
2565
+ "electricalSafetyCertificate": {},
2566
+ "buildingRegulationsComplianceCertificate": {},
2567
+ "buildingControlCompletionCertificate": {}
2568
+ },
2569
+ "solarPanels": {
2570
+ "hasSolarPanels": {},
2571
+ "yearInstalled": {},
2572
+ "panelsOwnedOutright": {
2573
+ "yesNo": {},
2574
+ "details": {},
2575
+ "attachments": {}
2576
+ },
2577
+ "panelProviderLease": {
2578
+ "yesNo": {},
2579
+ "details": {},
2580
+ "attachments": {}
2581
+ },
2582
+ "lastMaintained": {},
2583
+ "inGoodWorkingOrder": {
2584
+ "yesNo": {},
2585
+ "details": {}
2586
+ },
2587
+ "isConnectedToNationalGrid": {},
2588
+ "photovoltaicMeterPanelLocation": {
2589
+ "attachments": {}
2590
+ },
2591
+ "photovoltaicBatteriesLocation": {
2592
+ "attachments": {}
2593
+ }
2594
+ },
2595
+ "electricityMeterLocation": {
2596
+ "attachments": {}
2597
+ },
2598
+ "gasMeterLocation": {
2599
+ "attachments": {}
2600
+ },
2601
+ "stopcockLocation": {
2602
+ "attachments": {}
2603
+ },
2604
+ "waterMeterLocation": {
2605
+ "attachments": {}
2606
+ }
2607
+ },
2608
+ "smartHomeSystems": {
2609
+ "hasSmartHomeSystems": {},
2610
+ "heatingAndPower": {
2611
+ "yesNo": {},
2612
+ "details": {}
2613
+ },
2614
+ "security": {
2615
+ "yesNo": {},
2616
+ "details": {}
2617
+ },
2618
+ "entertainment": {
2619
+ "yesNo": {},
2620
+ "details": {}
2621
+ },
2622
+ "handoverOnCompletion": {}
2623
+ },
2624
+ "guaranteesWarrantiesAndIndemnityInsurances": {
2625
+ "hasValidGuaranteesOrWarranties": {},
2626
+ "newHomeWarranty": {
2627
+ "yesNo": {},
2628
+ "details": {},
2629
+ "attachments": {}
2630
+ },
2631
+ "roofingWork": {
2632
+ "yesNo": {},
2633
+ "attachments": {}
2634
+ },
2635
+ "dampProofingTreatment": {
2636
+ "yesNo": {},
2637
+ "attachments": {}
2638
+ },
2639
+ "timberRotOrInfestationTreatment": {
2640
+ "yesNo": {},
2641
+ "attachments": {}
2642
+ },
2643
+ "centralHeatingAndorPlumbing": {
2644
+ "yesNo": {},
2645
+ "attachments": {}
2646
+ },
2647
+ "doubleGlazing": {
2648
+ "yesNo": {},
2649
+ "attachments": {}
2650
+ },
2651
+ "electricalRepairOrInstallation": {
2652
+ "yesNo": {},
2653
+ "attachments": {}
2654
+ },
2655
+ "subsidenceWork": {
2656
+ "yesNo": {},
2657
+ "attachments": {}
2658
+ },
2659
+ "solarPanels": {
2660
+ "yesNo": {},
2661
+ "attachments": {}
2662
+ },
2663
+ "otherGuarantees": {
2664
+ "yesNo": {},
2665
+ "details": {},
2666
+ "attachments": {}
2667
+ },
2668
+ "outstandingClaimsOrApplications": {
2669
+ "yesNo": {},
2670
+ "details": {},
2671
+ "attachments": {}
2672
+ },
2673
+ "titleDefectInsurance": {
2674
+ "yesNo": {},
2675
+ "details": {},
2676
+ "attachments": {}
2677
+ }
2678
+ },
2679
+ "occupiers": {
2680
+ "sellerLivesAtProperty": {
2681
+ "yesNo": {}
2682
+ },
2683
+ "othersAged17OrOver": {
2684
+ "hasOthersAged17OrOver": {},
2685
+ "aged17OrOverNames": {},
2686
+ "aged17OrOverTenantsOrLodgers": {
2687
+ "yesNo": {}
2688
+ },
2689
+ "vacantPossession": {
2690
+ "soldWithVacantPossession": {},
2691
+ "details": {},
2692
+ "attachments": {},
2693
+ "aged17OrOverAgreedToLeave": {
2694
+ "yesNo": {}
2695
+ },
2696
+ "aged17OrOverWillSignToConfirmWillVacate": {
2697
+ "yesNo": {},
2698
+ "details": {},
2699
+ "attachments": {}
2700
+ }
2701
+ }
2702
+ }
2703
+ },
2704
+ "completionAndMoving": {
2705
+ "sellerWillEnsure": {
2706
+ "removeRubbish": {},
2707
+ "replaceLightFittings": {},
2708
+ "takeReasonableCare": {},
2709
+ "leaveKeys": {}
2710
+ },
2711
+ "otherPropertyInChain": {
2712
+ "yesNo": {},
2713
+ "propertyDependencyType": {},
2714
+ "dependentPropertyAddress": {
2715
+ "line1": {},
2716
+ "line2": {},
2717
+ "line3": {},
2718
+ "town": {},
2719
+ "postcode": {}
2720
+ }
2721
+ },
2722
+ "moveRestrictionDates": {
2723
+ "yesNo": {},
2724
+ "details": {}
2725
+ },
2726
+ "digitalPropertyLogbook": {
2727
+ "yesNo": {},
2728
+ "logbookProvider": {},
2729
+ "willHandoverLogbook": {}
2730
+ },
2731
+ "sufficientToRepayAllMortgages": {
2732
+ "yesNo": {}
2733
+ }
2734
+ },
2735
+ "confirmationOfAccuracyByOwners": {
2736
+ "confirmWillProvideAdditionalDocumentation": {},
2737
+ "confirmInformationIsAccurate": {}
2738
+ }
2739
+ },
2740
+ "localSearches": {
2741
+ "localLandCharges": {
2742
+ "HMLRReference": {},
2743
+ "OriginatingAuthority": {},
2744
+ "AuthorityReference": {},
2745
+ "CreationDate": {},
2746
+ "RegistrationDate": {},
2747
+ "Category": {},
2748
+ "ChargeSubCategory": {},
2749
+ "Law": {},
2750
+ "LegalDocument": {},
2751
+ "Location": {
2752
+ "line1": {},
2753
+ "line2": {},
2754
+ "Postcode": {}
2755
+ },
2756
+ "LocationDominantBuilding": {
2757
+ "line1": {},
2758
+ "line2": {},
2759
+ "Postcode": {}
2760
+ },
2761
+ "Description": {},
2762
+ "SourceOfInformation": {},
2763
+ "AvailableDocument": {
2764
+ "Document": {},
2765
+ "StartDate": {},
2766
+ "EndDate": {}
2767
+ },
2768
+ "InterestInLand": {},
2769
+ "ApplicantName": {},
2770
+ "ApplicantAddress": {
2771
+ "line1": {},
2772
+ "line2": {},
2773
+ "Postcode": {},
2774
+ "Country": {}
2775
+ },
2776
+ "ServientLandDevelopment": {
2777
+ "Height": {},
2778
+ "CoversAllOrPartOfExtent": {}
2779
+ },
2780
+ "Amount": {},
2781
+ "InterestRate": {},
2782
+ "LandSold": {},
2783
+ "WorksDone": {},
2784
+ "AdvancePayment": {},
2785
+ "TotalCompensation": {},
2786
+ "AgreedOrEstimated": {},
2787
+ "Adjoining": {},
2788
+ "OtherData": {
2789
+ "DataLabel": {},
2790
+ "Data": {}
2791
+ },
2792
+ "ChargeExtent": {}
2793
+ },
2794
+ "localAuthoritySearches": {
2795
+ "planningAndBuildingRegulations": {
2796
+ "decisionsAndPendingApplications": {
2797
+ "planningPermission": {
2798
+ "refNumber": {},
2799
+ "isProposal": {},
2800
+ "applicationDate": {},
2801
+ "decision": {},
2802
+ "decisionDate": {},
2803
+ "applicationType": {}
2804
+ },
2805
+ "listedBuildingConsent": {
2806
+ "refNumber": {},
2807
+ "isProposal": {},
2808
+ "applicationDate": {},
2809
+ "decision": {},
2810
+ "decisionDate": {},
2811
+ "applicationType": {}
2812
+ },
2813
+ "conservationAreaConsent": {
2814
+ "refNumber": {},
2815
+ "isProposal": {},
2816
+ "applicationDate": {},
2817
+ "decision": {},
2818
+ "decisionDate": {},
2819
+ "applicationType": {}
2820
+ },
2821
+ "lawfulnessOfExistingUse": {
2822
+ "refNumber": {},
2823
+ "isProposal": {},
2824
+ "applicationDate": {},
2825
+ "decision": {},
2826
+ "decisionDate": {},
2827
+ "applicationType": {}
2828
+ },
2829
+ "certificateOfLawfulnessOfProposedUse": {
2830
+ "refNumber": {},
2831
+ "isProposal": {},
2832
+ "applicationDate": {},
2833
+ "decision": {},
2834
+ "decisionDate": {},
2835
+ "applicationType": {}
2836
+ },
2837
+ "lawfulnessOfProposedListedWorks": {
2838
+ "refNumber": {},
2839
+ "isProposal": {},
2840
+ "applicationDate": {},
2841
+ "decision": {},
2842
+ "decisionDate": {},
2843
+ "applicationType": {}
2844
+ },
2845
+ "heritagePartnershipAgreement": {
2846
+ "refNumber": {},
2847
+ "isProposal": {},
2848
+ "applicationDate": {},
2849
+ "decision": {},
2850
+ "decisionDate": {},
2851
+ "applicationType": {}
2852
+ },
2853
+ "listedBuildingConsentOrder": {
2854
+ "refNumber": {},
2855
+ "isProposal": {},
2856
+ "applicationDate": {},
2857
+ "decision": {},
2858
+ "decisionDate": {},
2859
+ "applicationType": {}
2860
+ },
2861
+ "localListedBuildingConsentOrder": {
2862
+ "refNumber": {},
2863
+ "isProposal": {},
2864
+ "applicationDate": {},
2865
+ "decision": {},
2866
+ "decisionDate": {},
2867
+ "applicationType": {}
2868
+ },
2869
+ "buildingRegulationsApproval": {
2870
+ "refNumber": {},
2871
+ "isProposal": {},
2872
+ "applicationDate": {},
2873
+ "decision": {},
2874
+ "decisionDate": {},
2875
+ "applicationType": {}
2876
+ },
2877
+ "buildingRegulationsCompletion": {
2878
+ "refNumber": {},
2879
+ "isProposal": {},
2880
+ "applicationDate": {},
2881
+ "decision": {},
2882
+ "decisionDate": {},
2883
+ "applicationType": {}
2884
+ },
2885
+ "buildingRegulationsSelfCertification": {
2886
+ "refNumber": {},
2887
+ "isProposal": {},
2888
+ "applicationDate": {},
2889
+ "decision": {},
2890
+ "decisionDate": {},
2891
+ "applicationType": {}
2892
+ },
2893
+ "planningStartDate": {},
2894
+ "buildingControlStartDate": {}
2895
+ },
2896
+ "designationsAndProposals": {
2897
+ "plans": {
2898
+ "name": {},
2899
+ "status": {},
2900
+ "statusDate": {},
2901
+ "designations": {
2902
+ "designationType": {}
2903
+ }
2904
+ }
2905
+ }
2906
+ },
2907
+ "roadsAndPublicRightsOfWay": {
2908
+ "roadsFootwaysAndFootpaths": {
2909
+ "highwaysMaintainableAtPublicExpense": {
2910
+ "name": {},
2911
+ "status": {}
2912
+ },
2913
+ "subjectToAdoption": {
2914
+ "name": {},
2915
+ "status": {}
2916
+ },
2917
+ "toBeMadeUpWithReclaim": {
2918
+ "name": {},
2919
+ "status": {}
2920
+ },
2921
+ "toBeMadeUpWithoutReclaim": {
2922
+ "name": {},
2923
+ "status": {}
2924
+ }
2925
+ },
2926
+ "publicRightsOfWay": {
2927
+ "shownOnDefinitiveMap": {
2928
+ "yesNo": {},
2929
+ "details": {}
2930
+ },
2931
+ "pendingApplicationsToRecord": {
2932
+ "yesNo": {},
2933
+ "details": {}
2934
+ },
2935
+ "legalOrdersToStop": {
2936
+ "yesNo": {},
2937
+ "details": {}
2938
+ }
2939
+ }
2940
+ },
2941
+ "otherMatters": {
2942
+ "landRequiredForPublicPurposes": {
2943
+ "yesNo": {},
2944
+ "details": {}
2945
+ },
2946
+ "landToBeAcquiredForRoadWorks": {
2947
+ "yesNo": {},
2948
+ "details": {}
2949
+ },
2950
+ "drainageMatters": {
2951
+ "propertyServedByASustainableUrbanDrainage": {
2952
+ "yesNo": {},
2953
+ "details": {}
2954
+ },
2955
+ "suDsFeaturesWithinTheBoundaryOfTheProperty": {
2956
+ "yesNo": {},
2957
+ "details": {}
2958
+ },
2959
+ "ifPropertyBenefitsFromASuDsForWhichThereIsAChargeWhoBillsThePropertyForSurfaceWaterDrainageCharge": {
2960
+ "yesNo": {},
2961
+ "details": {}
2962
+ }
2963
+ },
2964
+ "nearbyRoadSchemes": {
2965
+ "centreLineOfANewTrunkRoadOrSpecialRoadSpecifiedInAnyOrderDraftOrderOrScheme": {
2966
+ "yesNo": {},
2967
+ "details": {}
2968
+ },
2969
+ "centreLineOfAProposedAlterationOrImprovementToAnExistingRoad": {
2970
+ "yesNo": {},
2971
+ "details": {}
2972
+ },
2973
+ "outerLimitsOfConstructionWorksForAProposedAlterationOrImprovementToAnExistingRoad": {
2974
+ "constructionOfARoundaboutOtherThanAMiniRoundabout": {
2975
+ "yesNo": {},
2976
+ "details": {}
2977
+ },
2978
+ "wideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
2979
+ "yesNo": {},
2980
+ "details": {}
2981
+ }
2982
+ },
2983
+ "outerLimitsOf": {
2984
+ "constructionOfANewRoadToBeBuiltByALocalAuthority": {
2985
+ "yesNo": {},
2986
+ "details": {}
2987
+ },
2988
+ "approvedAlterationOrImprovementToAnExistingRoad": {
2989
+ "yesNo": {},
2990
+ "details": {}
2991
+ },
2992
+ "constructionOfARoundaboutOtherThanAMiniRoundaboutOrWideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
2993
+ "yesNo": {},
2994
+ "details": {}
2995
+ }
2996
+ },
2997
+ "centreLineOfTheProposedRouteOfANewRoad": {
2998
+ "yesNo": {},
2999
+ "details": {}
3000
+ },
3001
+ "outerLimitsOfConstructionUnderProposalsUnderPublicConsultation": {
3002
+ "constructionOfAProposedAlterationOrImprovementToAnExistingRoad": {
3003
+ "yesNo": {},
3004
+ "details": {}
3005
+ },
3006
+ "constructionOfARoundaboutOtherThanAMiniRoundabout": {
3007
+ "yesNo": {},
3008
+ "details": {}
3009
+ },
3010
+ "wideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
3011
+ "yesNo": {},
3012
+ "details": {}
3013
+ }
3014
+ }
3015
+ },
3016
+ "nearbyRailwaySchemes": {
3017
+ "propertyWithin200MetersOfTheCentreLineOfAProposedRailwayTramwayLightRailwayOrMonorail": {
3018
+ "yesNo": {},
3019
+ "details": {}
3020
+ },
3021
+ "proposalsForARailwayTramwayLightRailwayOrMonorail": {
3022
+ "yesNo": {},
3023
+ "details": {}
3024
+ }
3025
+ },
3026
+ "trafficSchemes": {
3027
+ "permanentStoppingUpOrDiversion": {
3028
+ "yesNo": {},
3029
+ "details": {}
3030
+ },
3031
+ "waitingOrLoadingRestrictions": {
3032
+ "yesNo": {},
3033
+ "details": {}
3034
+ },
3035
+ "oneWayDriving": {
3036
+ "yesNo": {},
3037
+ "details": {}
3038
+ },
3039
+ "prohibitionOfDriving": {
3040
+ "yesNo": {},
3041
+ "details": {}
3042
+ },
3043
+ "pedestrianisation": {
3044
+ "yesNo": {},
3045
+ "details": {}
3046
+ },
3047
+ "vehicleWidthOrWeightRestriction": {
3048
+ "yesNo": {},
3049
+ "details": {}
3050
+ },
3051
+ "trafficCalmingWorks": {
3052
+ "yesNo": {},
3053
+ "details": {}
3054
+ },
3055
+ "residentsParkingControls": {
3056
+ "yesNo": {},
3057
+ "details": {}
3058
+ },
3059
+ "minorRoadWideningOrImprovement": {
3060
+ "yesNo": {},
3061
+ "details": {}
3062
+ },
3063
+ "pedestrianCrossings": {
3064
+ "yesNo": {},
3065
+ "details": {}
3066
+ },
3067
+ "cycleTracks": {
3068
+ "yesNo": {},
3069
+ "details": {}
3070
+ },
3071
+ "bridgeBuilding": {
3072
+ "yesNo": {},
3073
+ "details": {}
3074
+ }
3075
+ },
3076
+ "outstandingNotices": {
3077
+ "buildingWorks": {
3078
+ "yesNo": {},
3079
+ "details": {}
3080
+ },
3081
+ "environment": {
3082
+ "yesNo": {},
3083
+ "details": {}
3084
+ },
3085
+ "healthAndSafety": {
3086
+ "yesNo": {},
3087
+ "details": {}
3088
+ },
3089
+ "housing": {
3090
+ "yesNo": {},
3091
+ "details": {}
3092
+ },
3093
+ "highways": {
3094
+ "yesNo": {},
3095
+ "details": {}
3096
+ },
3097
+ "publicHealth": {
3098
+ "yesNo": {},
3099
+ "details": {}
3100
+ },
3101
+ "floodAndCostalErosionRiskManagement": {
3102
+ "yesNo": {},
3103
+ "details": {}
3104
+ }
3105
+ },
3106
+ "contraventionOfBuildingRegulations": {
3107
+ "yesNo": {},
3108
+ "details": {}
3109
+ },
3110
+ "noticesOrdersDirectionsAndProceedingsUnderPlanningActs": {
3111
+ "enforcementNotice": {
3112
+ "yesNo": {},
3113
+ "details": {}
3114
+ },
3115
+ "stopNotice": {
3116
+ "yesNo": {},
3117
+ "details": {}
3118
+ },
3119
+ "listedBuildingEnforcementNotice": {
3120
+ "yesNo": {},
3121
+ "details": {}
3122
+ },
3123
+ "breachOfConditionNotice": {
3124
+ "yesNo": {},
3125
+ "details": {}
3126
+ },
3127
+ "planningContraventionNotice": {
3128
+ "yesNo": {},
3129
+ "details": {}
3130
+ },
3131
+ "anotherNoticeRelatingToBreachOfPlanningControl": {
3132
+ "yesNo": {},
3133
+ "details": {}
3134
+ },
3135
+ "listedBuildingRepairsNotice": {
3136
+ "yesNo": {},
3137
+ "details": {}
3138
+ },
3139
+ "inTheCaseOfAListedBuildingDeliberatelyAllowedToFallIntoDisrepairACompulsoryPurchaseOrderWithADirectionForMinimumCompensation": {
3140
+ "yesNo": {},
3141
+ "details": {}
3142
+ },
3143
+ "buildingPreservationNotice": {
3144
+ "yesNo": {},
3145
+ "details": {}
3146
+ },
3147
+ "directionRestrictingPermittedDevelopment": {
3148
+ "yesNo": {},
3149
+ "details": {}
3150
+ },
3151
+ "orderRevokingOrModifyingPlanningPermission": {
3152
+ "yesNo": {},
3153
+ "details": {}
3154
+ },
3155
+ "orderRequiringDiscontinuanceOfUseOrAlterationOrRemovalOfBuildingOrWorks": {
3156
+ "yesNo": {},
3157
+ "details": {}
3158
+ },
3159
+ "treePreservationOrder": {
3160
+ "yesNo": {},
3161
+ "details": {}
3162
+ },
3163
+ "proceedingsToEnforceAPlanningAgreementOrPlanningContribution": {
3164
+ "yesNo": {},
3165
+ "details": {}
3166
+ }
3167
+ },
3168
+ "communityInfrastructureLevy": {
3169
+ "cilChargingSchedule": {
3170
+ "yesNo": {}
3171
+ },
3172
+ "doAnyOfTheFollowingSubsistInRelationToTheProperty": {
3173
+ "liabilityNotice": {
3174
+ "yesNo": {},
3175
+ "details": {}
3176
+ },
3177
+ "noticeOfChargeableDevelopment": {
3178
+ "yesNo": {},
3179
+ "details": {}
3180
+ },
3181
+ "demandNotice": {
3182
+ "yesNo": {},
3183
+ "details": {}
3184
+ },
3185
+ "defaultLiabilityNotice": {
3186
+ "yesNo": {},
3187
+ "details": {}
3188
+ },
3189
+ "assumptionOfLiabilityNotice": {
3190
+ "yesNo": {},
3191
+ "details": {}
3192
+ },
3193
+ "commencementNotice": {
3194
+ "yesNo": {},
3195
+ "details": {}
3196
+ }
3197
+ },
3198
+ "demandNoticeBeenSuspended": {
3199
+ "yesNo": {},
3200
+ "details": {}
3201
+ },
3202
+ "localAuthorityReceivedFullOrPartPaymentOfAnyCilLiability": {
3203
+ "yesNo": {},
3204
+ "details": {}
3205
+ },
3206
+ "localAuthorityReceivedAnyAppealAgainstAnyOfTheAbove": {
3207
+ "yesNo": {},
3208
+ "details": {}
3209
+ },
3210
+ "decisionBeenTakenToApplyForALiabilityOrder": {
3211
+ "yesNo": {},
3212
+ "details": {}
3213
+ },
3214
+ "liabilityOrderBeenGranted": {
3215
+ "yesNo": {},
3216
+ "details": {}
3217
+ },
3218
+ "otherEnforcementMeasuresBeenTaken": {
3219
+ "yesNo": {},
3220
+ "details": {}
3221
+ }
3222
+ },
3223
+ "conservationArea": {
3224
+ "makingOfTheAreaAConservationAreaBefore31August1974": {
3225
+ "yesNo": {},
3226
+ "details": {}
3227
+ },
3228
+ "unimplementedResolutionToDesignateTheAreaAConservationArea": {
3229
+ "yesNo": {},
3230
+ "details": {}
3231
+ }
3232
+ },
3233
+ "compulsoryPurchase": {
3234
+ "yesNo": {},
3235
+ "details": {}
3236
+ },
3237
+ "contaminatedLand": {
3238
+ "contaminatedLandNotice": {
3239
+ "yesNo": {},
3240
+ "details": {}
3241
+ },
3242
+ "inRelationToARegisterMaintainedUnderSection_78R": {
3243
+ "yesNo": {},
3244
+ "details": {}
3245
+ },
3246
+ "decisionToMakeAnEntry": {
3247
+ "yesNo": {},
3248
+ "details": {}
3249
+ },
3250
+ "entry": {
3251
+ "yesNo": {},
3252
+ "details": {}
3253
+ }
3254
+ },
3255
+ "radonGas": {
3256
+ "yesNo": {},
3257
+ "details": {}
3258
+ },
3259
+ "assetsOfCommunityValue": {
3260
+ "propertyBeenNominatedAsAnAssetOfCommunityValue": {
3261
+ "listedAsAnAssetOfCommunityValue": {
3262
+ "yesNo": {},
3263
+ "details": {}
3264
+ },
3265
+ "excludedAndPlacedOnTheNominatedButNotListedList": {
3266
+ "yesNo": {},
3267
+ "details": {}
3268
+ },
3269
+ "listingExpired": {
3270
+ "yesNo": {},
3271
+ "details": {}
3272
+ },
3273
+ "localAuthorityReviewingOrProposingToReviewTheListing": {
3274
+ "yesNo": {},
3275
+ "details": {}
3276
+ },
3277
+ "subsistingAppealsAgainstTheListing": {
3278
+ "yesNo": {},
3279
+ "details": {}
3280
+ }
3281
+ },
3282
+ "propertyIsListed": {
3283
+ "localAuthorityDecidedToApplyToTheLandRegistry": {
3284
+ "yesNo": {},
3285
+ "details": {}
3286
+ },
3287
+ "lheLocalAuthorityReceivedANoticeOfDisposal": {
3288
+ "yesNo": {},
3289
+ "details": {}
3290
+ },
3291
+ "communityInterestGroupRequestedToBeTreatedAsABidder": {
3292
+ "yesNo": {},
3293
+ "details": {}
3294
+ }
3295
+ }
3296
+ }
3297
+ }
3298
+ }
3299
+ },
3300
+ "titlesToBeSold": {
3301
+ "titleNumber": {},
3302
+ "titleExtents": {},
3303
+ "registerExtract": {
3304
+ "OCSummaryData": {
3305
+ "OfficialCopyDateTime": {},
3306
+ "EditionDate": {},
3307
+ "PricePaidEntry": {
3308
+ "MultipleTitleIndicator": {},
3309
+ "EntryDetails": {
3310
+ "EntryNumber": {},
3311
+ "EntryText": {},
3312
+ "RegistrationDate": {},
3313
+ "SubRegisterCode": {},
3314
+ "ScheduleCode": {},
3315
+ "Infills": {}
3316
+ }
3317
+ },
3318
+ "PropertyAddress": {
3319
+ "PostcodeZone": {
3320
+ "Postcode": {}
3321
+ },
3322
+ "AddressLine": {
3323
+ "Line": {}
3324
+ }
3325
+ },
3326
+ "Title": {
3327
+ "TitleNumber": {},
3328
+ "ClassOfTitleCode": {},
3329
+ "CommonholdIndicator": {},
3330
+ "TitleRegistrationDetails": {
3331
+ "DistrictName": {},
3332
+ "AdministrativeArea": {},
3333
+ "LandRegistryOfficeName": {},
3334
+ "LatestEditionDate": {},
3335
+ "PostcodeZone": {
3336
+ "Postcode": {}
3337
+ },
3338
+ "RegistrationDate": {}
3339
+ }
3340
+ },
3341
+ "RegisterEntryIndicators": {
3342
+ "AgreedNoticeIndicator": {},
3343
+ "BankruptcyIndicator": {},
3344
+ "CautionIndicator": {},
3345
+ "CCBIIndicator": {},
3346
+ "ChargeeIndicator": {},
3347
+ "ChargeIndicator": {},
3348
+ "ChargeRelatedRestrictionIndicator": {},
3349
+ "ChargeRestrictionIndicator": {},
3350
+ "CreditorsNoticeIndicator": {},
3351
+ "DeathOfProprietorIndicator": {},
3352
+ "DeedOfPostponementIndicator": {},
3353
+ "DiscountChargeIndicator": {},
3354
+ "EquitableChargeIndicator": {},
3355
+ "GreenOutEntryIndicator": {},
3356
+ "HomeRightsChangeOfAddressIndicator": {},
3357
+ "HomeRightsIndicator": {},
3358
+ "LeaseHoldTitleIndicator": {},
3359
+ "MultipleChargeIndicator": {},
3360
+ "NonChargeRestrictionIndicator": {},
3361
+ "NotedChargeIndicator": {},
3362
+ "PricePaidIndicator": {},
3363
+ "PropertyDescriptionNotesIndicator": {},
3364
+ "RentChargeIndicator": {},
3365
+ "RightOfPreEmptionIndicator": {},
3366
+ "ScheduleOfLeasesIndicator": {},
3367
+ "SubChargeIndicator": {},
3368
+ "UnidentifiedEntryIndicator": {},
3369
+ "UnilateralNoticeBeneficiaryIndicator": {},
3370
+ "UnilateralNoticeIndicator": {},
3371
+ "VendorsLienIndicator": {}
3372
+ },
3373
+ "Proprietorship": {
3374
+ "CurrentProprietorshipDate": {},
3375
+ "CautionerParty": {
3376
+ "PrivateIndividual": {
3377
+ "Name": {
3378
+ "ForenamesName": {},
3379
+ "SurnameName": {}
3380
+ },
3381
+ "Alias": {
3382
+ "ForenamesName": {},
3383
+ "SurnameName": {}
3384
+ }
3385
+ },
3386
+ "Organization": {
3387
+ "Name": {},
3388
+ "CompanyRegistrationNumber": {}
3389
+ },
3390
+ "Address": {
3391
+ "PostcodeZone": {
3392
+ "Postcode": {}
3393
+ },
3394
+ "AddressLine": {
3395
+ "Line": {}
3396
+ }
3397
+ },
3398
+ "CharityDetails": {
3399
+ "CharityName": {},
3400
+ "CharityAddress": {
3401
+ "PostcodeZone": {
3402
+ "Postcode": {}
3403
+ },
3404
+ "AddressLine": {
3405
+ "Line": {}
3406
+ }
3407
+ },
3408
+ "CharityType": {
3409
+ "Value": {}
3410
+ }
3411
+ },
3412
+ "TradingName": {},
3413
+ "PartyNumber": {},
3414
+ "PartyDescription": {}
3415
+ },
3416
+ "RegisteredProprietorParty": {
3417
+ "PrivateIndividual": {
3418
+ "Name": {
3419
+ "ForenamesName": {},
3420
+ "SurnameName": {}
3421
+ },
3422
+ "Alias": {
3423
+ "ForenamesName": {},
3424
+ "SurnameName": {}
3425
+ }
3426
+ },
3427
+ "Organization": {
3428
+ "Name": {},
3429
+ "CompanyRegistrationNumber": {}
3430
+ },
3431
+ "Address": {
3432
+ "PostcodeZone": {
3433
+ "Postcode": {}
3434
+ },
3435
+ "AddressLine": {
3436
+ "Line": {}
3437
+ }
3438
+ },
3439
+ "CharityDetails": {
3440
+ "CharityName": {},
3441
+ "CharityAddress": {
3442
+ "PostcodeZone": {
3443
+ "Postcode": {}
3444
+ },
3445
+ "AddressLine": {
3446
+ "Line": {}
3447
+ }
3448
+ },
3449
+ "CharityType": {
3450
+ "Value": {}
3451
+ }
3452
+ },
3453
+ "TradingName": {},
3454
+ "PartyNumber": {},
3455
+ "PartyDescription": {}
3456
+ }
3457
+ },
3458
+ "Lease": {
3459
+ "LeaseEntry": {
3460
+ "LeaseTerm": {},
3461
+ "LeaseDate": {},
3462
+ "Rent": {},
3463
+ "LeaseParty": {
3464
+ "PrivateIndividual": {
3465
+ "Name": {
3466
+ "ForenamesName": {},
3467
+ "SurnameName": {}
3468
+ },
3469
+ "Alias": {
3470
+ "ForenamesName": {},
3471
+ "SurnameName": {}
3472
+ }
3473
+ },
3474
+ "Organization": {
3475
+ "Name": {},
3476
+ "CompanyRegistrationNumber": {}
3477
+ },
3478
+ "Address": {
3479
+ "PostcodeZone": {
3480
+ "Postcode": {}
3481
+ },
3482
+ "AddressLine": {
3483
+ "Line": {}
3484
+ }
3485
+ },
3486
+ "CharityDetails": {
3487
+ "CharityName": {},
3488
+ "CharityAddress": {
3489
+ "PostcodeZone": {
3490
+ "Postcode": {}
3491
+ },
3492
+ "AddressLine": {
3493
+ "Line": {}
3494
+ }
3495
+ },
3496
+ "CharityType": {
3497
+ "Value": {}
3498
+ }
3499
+ },
3500
+ "TradingName": {},
3501
+ "PartyNumber": {},
3502
+ "PartyDescription": {}
3503
+ },
3504
+ "EntryDetails": {
3505
+ "EntryNumber": {},
3506
+ "EntryText": {},
3507
+ "RegistrationDate": {},
3508
+ "SubRegisterCode": {},
3509
+ "ScheduleCode": {},
3510
+ "Infills": {}
3511
+ }
3512
+ }
3513
+ },
3514
+ "RestrictionDetails": {
3515
+ "RestrictionEntry": {
3516
+ "ChargeRelatedRestriction": {
3517
+ "RestrictionTypeCode": {},
3518
+ "ChargeID": {},
3519
+ "EntryDetails": {
3520
+ "EntryNumber": {},
3521
+ "EntryText": {},
3522
+ "RegistrationDate": {},
3523
+ "SubRegisterCode": {},
3524
+ "ScheduleCode": {},
3525
+ "Infills": {}
3526
+ }
3527
+ },
3528
+ "ChargeRestriction": {
3529
+ "RestrictionTypeCode": {},
3530
+ "ChargeID": {},
3531
+ "EntryDetails": {
3532
+ "EntryNumber": {},
3533
+ "EntryText": {},
3534
+ "RegistrationDate": {},
3535
+ "SubRegisterCode": {},
3536
+ "ScheduleCode": {},
3537
+ "Infills": {}
3538
+ }
3539
+ },
3540
+ "NonChargeRestriction": {
3541
+ "RestrictionTypeCode": {},
3542
+ "ChargeID": {},
3543
+ "EntryDetails": {
3544
+ "EntryNumber": {},
3545
+ "EntryText": {},
3546
+ "RegistrationDate": {},
3547
+ "SubRegisterCode": {},
3548
+ "ScheduleCode": {},
3549
+ "Infills": {}
3550
+ }
3551
+ }
3552
+ }
3553
+ },
3554
+ "Charge": {
3555
+ "ChargeEntry": {
3556
+ "ChargeID": {},
3557
+ "ChargeDate": {},
3558
+ "RegisteredCharge": {
3559
+ "MultipleTitleIndicator": {},
3560
+ "EntryDetails": {
3561
+ "EntryNumber": {},
3562
+ "EntryText": {},
3563
+ "RegistrationDate": {},
3564
+ "SubRegisterCode": {},
3565
+ "ScheduleCode": {},
3566
+ "Infills": {}
3567
+ }
3568
+ },
3569
+ "ChargeProprietor": {
3570
+ "ChargeeParty": {
3571
+ "PrivateIndividual": {
3572
+ "Name": {
3573
+ "ForenamesName": {},
3574
+ "SurnameName": {}
3575
+ },
3576
+ "Alias": {
3577
+ "ForenamesName": {},
3578
+ "SurnameName": {}
3579
+ }
3580
+ },
3581
+ "Organization": {
3582
+ "Name": {},
3583
+ "CompanyRegistrationNumber": {}
3584
+ },
3585
+ "Address": {
3586
+ "PostcodeZone": {
3587
+ "Postcode": {}
3588
+ },
3589
+ "AddressLine": {
3590
+ "Line": {}
3591
+ }
3592
+ },
3593
+ "CharityDetails": {
3594
+ "CharityName": {},
3595
+ "CharityAddress": {
3596
+ "PostcodeZone": {
3597
+ "Postcode": {}
3598
+ },
3599
+ "AddressLine": {
3600
+ "Line": {}
3601
+ }
3602
+ },
3603
+ "CharityType": {
3604
+ "Value": {}
3605
+ }
3606
+ },
3607
+ "TradingName": {},
3608
+ "PartyNumber": {},
3609
+ "PartyDescription": {}
3610
+ },
3611
+ "EntryDetails": {
3612
+ "EntryNumber": {},
3613
+ "EntryText": {},
3614
+ "RegistrationDate": {},
3615
+ "SubRegisterCode": {},
3616
+ "ScheduleCode": {},
3617
+ "Infills": {}
3618
+ }
3619
+ },
3620
+ "SubCharge": {
3621
+ "ChargeDate": {},
3622
+ "RegisteredCharge": {
3623
+ "MultipleTitleIndicator": {},
3624
+ "EntryDetails": {
3625
+ "EntryNumber": {},
3626
+ "EntryText": {},
3627
+ "RegistrationDate": {},
3628
+ "SubRegisterCode": {},
3629
+ "ScheduleCode": {},
3630
+ "Infills": {}
3631
+ }
3632
+ },
3633
+ "ChargeProprietor": {
3634
+ "ChargeeParty": {
3635
+ "PrivateIndividual": {
3636
+ "Name": {
3637
+ "ForenamesName": {},
3638
+ "SurnameName": {}
3639
+ },
3640
+ "Alias": {
3641
+ "ForenamesName": {},
3642
+ "SurnameName": {}
3643
+ }
3644
+ },
3645
+ "Organization": {
3646
+ "Name": {},
3647
+ "CompanyRegistrationNumber": {}
3648
+ },
3649
+ "Address": {
3650
+ "PostcodeZone": {
3651
+ "Postcode": {}
3652
+ },
3653
+ "AddressLine": {
3654
+ "Line": {}
3655
+ }
3656
+ },
3657
+ "CharityDetails": {
3658
+ "CharityName": {},
3659
+ "CharityAddress": {
3660
+ "PostcodeZone": {
3661
+ "Postcode": {}
3662
+ },
3663
+ "AddressLine": {
3664
+ "Line": {}
3665
+ }
3666
+ },
3667
+ "CharityType": {
3668
+ "Value": {}
3669
+ }
3670
+ },
3671
+ "TradingName": {},
3672
+ "PartyNumber": {},
3673
+ "PartyDescription": {}
3674
+ },
3675
+ "EntryDetails": {
3676
+ "EntryNumber": {},
3677
+ "EntryText": {},
3678
+ "RegistrationDate": {},
3679
+ "SubRegisterCode": {},
3680
+ "ScheduleCode": {},
3681
+ "Infills": {}
3682
+ }
3683
+ }
3684
+ }
3685
+ }
3686
+ },
3687
+ "AgreedNotice": {
3688
+ "AgreedNoticeEntry": {
3689
+ "AgreedNoticeType": {},
3690
+ "EntryDetails": {
3691
+ "EntryNumber": {},
3692
+ "EntryText": {},
3693
+ "RegistrationDate": {},
3694
+ "SubRegisterCode": {},
3695
+ "ScheduleCode": {},
3696
+ "Infills": {}
3697
+ }
3698
+ }
3699
+ },
3700
+ "Bankruptcy": {
3701
+ "EntryDetails": {
3702
+ "EntryNumber": {},
3703
+ "EntryText": {},
3704
+ "RegistrationDate": {},
3705
+ "SubRegisterCode": {},
3706
+ "ScheduleCode": {},
3707
+ "Infills": {}
3708
+ }
3709
+ },
3710
+ "Caution": {
3711
+ "EntryDetails": {
3712
+ "EntryNumber": {},
3713
+ "EntryText": {},
3714
+ "RegistrationDate": {},
3715
+ "SubRegisterCode": {},
3716
+ "ScheduleCode": {},
3717
+ "Infills": {}
3718
+ }
3719
+ },
3720
+ "DeedOfPostponement": {
3721
+ "EntryDetails": {
3722
+ "EntryNumber": {},
3723
+ "EntryText": {},
3724
+ "RegistrationDate": {},
3725
+ "SubRegisterCode": {},
3726
+ "ScheduleCode": {},
3727
+ "Infills": {}
3728
+ }
3729
+ },
3730
+ "GreenOutEntry": {
3731
+ "EntryDetails": {
3732
+ "EntryNumber": {},
3733
+ "EntryText": {},
3734
+ "RegistrationDate": {},
3735
+ "SubRegisterCode": {},
3736
+ "ScheduleCode": {},
3737
+ "Infills": {}
3738
+ }
3739
+ },
3740
+ "HomeRights": {
3741
+ "HomeRightsEntry": {
3742
+ "ChangeOfAddressIndicator": {},
3743
+ "HomeRightsEntryDetails": {
3744
+ "EntryNumber": {},
3745
+ "EntryText": {},
3746
+ "RegistrationDate": {},
3747
+ "SubRegisterCode": {},
3748
+ "ScheduleCode": {},
3749
+ "Infills": {}
3750
+ },
3751
+ "ChangeOfAddressEntryDetails": {
3752
+ "EntryNumber": {},
3753
+ "EntryText": {},
3754
+ "RegistrationDate": {},
3755
+ "SubRegisterCode": {},
3756
+ "ScheduleCode": {},
3757
+ "Infills": {}
3758
+ }
3759
+ }
3760
+ },
3761
+ "RentCharge": {
3762
+ "EntryDetails": {
3763
+ "EntryNumber": {},
3764
+ "EntryText": {},
3765
+ "RegistrationDate": {},
3766
+ "SubRegisterCode": {},
3767
+ "ScheduleCode": {},
3768
+ "Infills": {}
3769
+ }
3770
+ },
3771
+ "VendorsLien": {
3772
+ "EntryDetails": {
3773
+ "EntryNumber": {},
3774
+ "EntryText": {},
3775
+ "RegistrationDate": {},
3776
+ "SubRegisterCode": {},
3777
+ "ScheduleCode": {},
3778
+ "Infills": {}
3779
+ }
3780
+ },
3781
+ "RightOfPreEmption": {
3782
+ "EntryDetails": {
3783
+ "EntryNumber": {},
3784
+ "EntryText": {},
3785
+ "RegistrationDate": {},
3786
+ "SubRegisterCode": {},
3787
+ "ScheduleCode": {},
3788
+ "Infills": {}
3789
+ }
3790
+ },
3791
+ "DocumentDetails": {
3792
+ "Document": {
3793
+ "DocumentType": {},
3794
+ "DocumentDate": {},
3795
+ "EntryNumber": {},
3796
+ "PlanOnlyIndicator": {},
3797
+ "FiledUnder": {},
3798
+ "RegisterDescription": {}
3799
+ }
3800
+ },
3801
+ "UnilateralNoticeDetails": {
3802
+ "UnilateralNoticeEntry": {
3803
+ "UnilateralNotice": {
3804
+ "EntryNumber": {},
3805
+ "EntryText": {},
3806
+ "RegistrationDate": {},
3807
+ "SubRegisterCode": {},
3808
+ "ScheduleCode": {},
3809
+ "Infills": {}
3810
+ },
3811
+ "UnilateralNoticeBeneficiary": {
3812
+ "EntryNumber": {},
3813
+ "EntryText": {},
3814
+ "RegistrationDate": {},
3815
+ "SubRegisterCode": {},
3816
+ "ScheduleCode": {},
3817
+ "Infills": {}
3818
+ }
3819
+ }
3820
+ },
3821
+ "DeathOfProprietor": {
3822
+ "EntryDetails": {
3823
+ "EntryNumber": {},
3824
+ "EntryText": {},
3825
+ "RegistrationDate": {},
3826
+ "SubRegisterCode": {},
3827
+ "ScheduleCode": {},
3828
+ "Infills": {}
3829
+ }
3830
+ },
3831
+ "DiscountCharge": {
3832
+ "EntryDetails": {
3833
+ "EntryNumber": {},
3834
+ "EntryText": {},
3835
+ "RegistrationDate": {},
3836
+ "SubRegisterCode": {},
3837
+ "ScheduleCode": {},
3838
+ "Infills": {}
3839
+ }
3840
+ },
3841
+ "EquitableCharge": {
3842
+ "EntryDetails": {
3843
+ "EntryNumber": {},
3844
+ "EntryText": {},
3845
+ "RegistrationDate": {},
3846
+ "SubRegisterCode": {},
3847
+ "ScheduleCode": {},
3848
+ "Infills": {}
3849
+ }
3850
+ },
3851
+ "NotedCharge": {
3852
+ "EntryDetails": {
3853
+ "EntryNumber": {},
3854
+ "EntryText": {},
3855
+ "RegistrationDate": {},
3856
+ "SubRegisterCode": {},
3857
+ "ScheduleCode": {},
3858
+ "Infills": {}
3859
+ }
3860
+ },
3861
+ "CreditorsNotice": {
3862
+ "EntryDetails": {
3863
+ "EntryNumber": {},
3864
+ "EntryText": {},
3865
+ "RegistrationDate": {},
3866
+ "SubRegisterCode": {},
3867
+ "ScheduleCode": {},
3868
+ "Infills": {}
3869
+ }
3870
+ },
3871
+ "UnidentifiedEntry": {
3872
+ "EntryDetails": {
3873
+ "EntryNumber": {},
3874
+ "EntryText": {},
3875
+ "RegistrationDate": {},
3876
+ "SubRegisterCode": {},
3877
+ "ScheduleCode": {},
3878
+ "Infills": {}
3879
+ }
3880
+ },
3881
+ "CCBIEntry": {
3882
+ "EntryDetails": {
3883
+ "EntryNumber": {},
3884
+ "EntryText": {},
3885
+ "RegistrationDate": {},
3886
+ "SubRegisterCode": {},
3887
+ "ScheduleCode": {},
3888
+ "Infills": {}
3889
+ }
3890
+ }
3891
+ },
3892
+ "OCRegisterData": {
3893
+ "PropertyRegister": {
3894
+ "DistrictDetails": {
3895
+ "EntryText": {}
3896
+ },
3897
+ "RegisterEntry": {
3898
+ "EntryNumber": {},
3899
+ "EntryDate": {},
3900
+ "EntryType": {},
3901
+ "EntryText": {}
3902
+ },
3903
+ "Schedule": {
3904
+ "ScheduleType": {},
3905
+ "ScheduleEntry": {
3906
+ "EntryNumber": {},
3907
+ "EntryDate": {},
3908
+ "EntryType": {},
3909
+ "EntryText": {}
3910
+ }
3911
+ }
3912
+ },
3913
+ "ProprietorshipRegister": {
3914
+ "DistrictDetails": {
3915
+ "EntryText": {}
3916
+ },
3917
+ "RegisterEntry": {
3918
+ "EntryNumber": {},
3919
+ "EntryDate": {},
3920
+ "EntryType": {},
3921
+ "EntryText": {}
3922
+ },
3923
+ "Schedule": {
3924
+ "ScheduleType": {},
3925
+ "ScheduleEntry": {
3926
+ "EntryNumber": {},
3927
+ "EntryDate": {},
3928
+ "EntryType": {},
3929
+ "EntryText": {}
3930
+ }
3931
+ }
3932
+ },
3933
+ "ChargesRegister": {
3934
+ "DistrictDetails": {
3935
+ "EntryText": {}
3936
+ },
3937
+ "RegisterEntry": {
3938
+ "EntryNumber": {},
3939
+ "EntryDate": {},
3940
+ "EntryType": {},
3941
+ "EntryText": {}
3942
+ },
3943
+ "Schedule": {
3944
+ "ScheduleType": {},
3945
+ "ScheduleEntry": {
3946
+ "EntryNumber": {},
3947
+ "EntryDate": {},
3948
+ "EntryType": {},
3949
+ "EntryText": {}
3950
+ }
3951
+ }
3952
+ }
3953
+ }
3954
+ }
3955
+ },
3956
+ "searches": {
3957
+ "displayName": {},
3958
+ "productCode": {},
3959
+ "providerName": {},
3960
+ "providerReference": {},
3961
+ "status": {},
3962
+ "orderDate": {},
3963
+ "expectedDeliveryDate": {},
3964
+ "searchContentTypes": {},
3965
+ "reportDate": {}
3966
+ },
3967
+ "documents": {
3968
+ "displayName": {},
3969
+ "fileName": {},
3970
+ "mimeType": {},
3971
+ "documentType": {},
3972
+ "externalIds": {}
3973
+ }
3974
+ },
3975
+ "valuationComparisonData": {
3976
+ "propertyDetails": {
3977
+ "propertyListingInfo": {
3978
+ "listingType": {},
3979
+ "soldDate": {},
3980
+ "soldPrice": {},
3981
+ "listedDate": {},
3982
+ "listPrice": {}
3983
+ },
3984
+ "propertyFullDescription": {},
3985
+ "uprn": {},
3986
+ "propertyType": {},
3987
+ "marketingTenure": {},
3988
+ "basicDetails": {
3989
+ "bedrooms": {},
3990
+ "bathrooms": {},
3991
+ "buildInformation": {
3992
+ "internalArea": {
3993
+ "area": {},
3994
+ "units": {}
3995
+ },
3996
+ "yearOfBuild": {}
3997
+ }
3998
+ },
3999
+ "media": {
4000
+ "mediaType": {},
4001
+ "mediaUrl": {},
4002
+ "caption": {}
4003
+ }
4004
+ },
4005
+ "propertyPricing": {
4006
+ "rentalEstimate": {
4007
+ "estimatedAmount": {},
4008
+ "paymentFrequency": {}
4009
+ },
4010
+ "estimatedPrice": {},
4011
+ "yield": {},
4012
+ "priceEstimationDetails": {
4013
+ "credibilitySources": {},
4014
+ "pricingMethodology": {}
4015
+ }
4016
+ }
4017
+ }
4018
+ }