@pdtf/schemas 3.6.0-dev.1 → 3.6.0-dev.3

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