@pdtf/schemas 3.0.0-3 → 3.0.0-30
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.
- package/index.js +15 -13
- package/package.json +1 -1
- package/src/examples/v3/exampleAddParticipantVouch.json +32 -0
- package/src/examples/v3/exampleDocumentedVouch.json +40 -0
- package/src/examples/v3/exampleElectronicRecord.json +30 -0
- package/src/examples/v3/exampleTransaction.json +713 -665
- package/src/examples/v3/exampleVouch.json +25 -0
- package/src/schemas/v2/overlays/baspi.json +510 -2331
- package/src/schemas/v2/overlays/con29DW.json +36 -125
- package/src/schemas/v2/overlays/con29R.json +5 -143
- package/src/schemas/v2/overlays/fme1.json +48 -233
- package/src/schemas/v2/overlays/lpe1.json +75 -367
- package/src/schemas/v2/overlays/nts.json +17 -103
- package/src/schemas/v2/overlays/piq.json +146 -693
- package/src/schemas/v2/overlays/rds.json +50 -316
- package/src/schemas/v2/overlays/ta10.json +540 -1755
- package/src/schemas/v2/overlays/ta6.json +241 -1193
- package/src/schemas/v2/overlays/ta7.json +106 -440
- package/src/schemas/v3/combined.json +22568 -22480
- package/src/schemas/v3/overlays/baspi.json +5358 -7480
- package/src/schemas/v3/overlays/con29DW.json +537 -615
- package/src/schemas/v3/overlays/con29R.json +5 -143
- package/src/schemas/v3/overlays/fme1.json +1035 -1215
- package/src/schemas/v3/overlays/llc1.json +5 -5
- package/src/schemas/v3/overlays/lpe1.json +1782 -2024
- package/src/schemas/v3/overlays/nts.json +1393 -1329
- package/src/schemas/v3/overlays/oc1.json +821 -821
- package/src/schemas/v3/overlays/piq.json +2134 -2884
- package/src/schemas/v3/overlays/rds.json +2713 -3284
- package/src/schemas/v3/overlays/ta10.json +4786 -5338
- package/src/schemas/v3/overlays/ta6.json +2987 -3803
- package/src/schemas/v3/overlays/ta7.json +941 -1036
- package/src/schemas/v3/pdtf-transaction.json +19590 -18979
- package/src/schemas/v3/skeleton.json +2792 -2749
- package/src/tests/v3/transactionSchema.test.js +61 -59
- package/src/tests/v3/verifiedClaimsValidator.test.js +15 -15
- package/src/utils/extractOverlay.js +10 -27
- package/src/tests/v2/transactionSchema.test.js +0 -361
- package/src/tests/v2/verifiedClaimsValidator.test.js +0 -128
|
@@ -30,350 +30,296 @@
|
|
|
30
30
|
}
|
|
31
31
|
],
|
|
32
32
|
"propertyPack": {
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
33
|
+
"uprn": 1241304304,
|
|
34
|
+
"address": {
|
|
35
|
+
"line1": "47 Park Road",
|
|
36
|
+
"line2": "",
|
|
37
|
+
"line3": "",
|
|
38
|
+
"town": "HARPENDEN",
|
|
39
|
+
"postcode": "AL3 5AF"
|
|
40
|
+
},
|
|
41
|
+
"localAuthority": { "localAuthorityName": "Neverland Hook" },
|
|
42
|
+
"buildInformation": {
|
|
43
|
+
"building": { "propertyType": "House", "builtForm": "Detached" },
|
|
44
|
+
"roomDimensions": {
|
|
45
|
+
"hasFloorplan": "Yes"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"delayFactors": {
|
|
49
|
+
"hasDelayFactors": { "yesNo": "No" }
|
|
50
|
+
},
|
|
51
|
+
"ownership": {
|
|
52
|
+
"ownershipsToBeTransferred": [
|
|
53
|
+
{
|
|
54
|
+
"titleNumber": "HD221222",
|
|
55
|
+
"ownershipType": "Leasehold",
|
|
56
|
+
"leaseholdInformation": {
|
|
57
|
+
"sharedOwnership": {
|
|
58
|
+
"isSharedOwnership": "Yes",
|
|
59
|
+
"sharedOwnershipPercentage": 50,
|
|
60
|
+
"sharedOwnershipRent": 200,
|
|
61
|
+
"sharedOwnershipRentFrequency": "Monthly"
|
|
62
|
+
},
|
|
63
|
+
"leaseTerm": {
|
|
64
|
+
"startYearOfLease": 1900,
|
|
65
|
+
"lengthOfLeaseInYears": 999
|
|
66
|
+
},
|
|
67
|
+
"contactDetails": {
|
|
68
|
+
"contacts": {
|
|
69
|
+
"landlord": {
|
|
70
|
+
"contact": {
|
|
71
|
+
"nameOrOrganisation": "Fleesum Properties",
|
|
72
|
+
"address": {
|
|
73
|
+
"line1": "47 Park Road",
|
|
74
|
+
"postcode": "AL3 5AF"
|
|
75
|
+
},
|
|
76
|
+
"emailAddress": "james@fleesum.com"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"managingAgent": {
|
|
80
|
+
"contact": {
|
|
81
|
+
"nameOrOrganisation": "Pricee Living",
|
|
82
|
+
"address": {
|
|
83
|
+
"line1": "Pricee House",
|
|
84
|
+
"postcode": "AL3 5KK"
|
|
85
|
+
},
|
|
86
|
+
"emailAddress": "marcel@pricee.co.uk"
|
|
82
87
|
}
|
|
83
88
|
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
}
|
|
111
|
-
]
|
|
112
|
-
},
|
|
113
|
-
"parking": {
|
|
114
|
-
"parkingArrangements": ["Garage", "Driveway"],
|
|
115
|
-
|
|
116
|
-
"electricVehicleChargingPoint": { "yesNo": "No" },
|
|
117
|
-
"controlledParking": { "yesNo": "No" }
|
|
118
|
-
},
|
|
119
|
-
"listingAndConservation": {
|
|
120
|
-
"isListed": {
|
|
121
|
-
"yesNo": "Yes",
|
|
122
|
-
"details": "Grade II listed",
|
|
123
|
-
"attachments": "To follow"
|
|
124
|
-
},
|
|
125
|
-
"isConservationArea": {
|
|
126
|
-
"yesNo": "Yes",
|
|
127
|
-
"details": "Harpenden Conservation Area",
|
|
128
|
-
"attachments": "To follow"
|
|
129
|
-
},
|
|
130
|
-
"hasTreePreservationOrder": {
|
|
131
|
-
"yesNo": "Yes",
|
|
132
|
-
"workCarriedOut": { "yesNo": "Yes", "consentsObtained": "Yes" }
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
"typeOfConstruction": {
|
|
136
|
-
"isStandardForm": {
|
|
137
|
-
"yesNo": "Yes"
|
|
138
|
-
},
|
|
139
|
-
"buildingSafety": { "yesNo": "No" },
|
|
140
|
-
"accessibilityAndAdaptations": ["Level access"],
|
|
141
|
-
"sprayFoamInsulation": {
|
|
142
|
-
"hasSprayFoamInstalled": "No"
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
"energyEfficiency": {
|
|
146
|
-
"certificateIsSupplied": "Attached",
|
|
147
|
-
"certificate": {
|
|
148
|
-
"certificateNumber": "12345",
|
|
149
|
-
"currentEnergyRating": "A"
|
|
150
|
-
},
|
|
151
|
-
"greenDealLoan": {
|
|
152
|
-
"hasGreenDealLoan": {
|
|
153
|
-
"yesNo": "No"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"groundRent": {
|
|
92
|
+
"isGroundRentPayable": "Yes",
|
|
93
|
+
"annualGroundRent": 1750,
|
|
94
|
+
"rentSubjectToIncrease": {
|
|
95
|
+
"yesNo": "Yes",
|
|
96
|
+
"rentReviewFrequency": "Annually",
|
|
97
|
+
"rentIncreaseCalculated": "RPI"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"transferAndRegistration": {
|
|
101
|
+
"requirementsToBeMemberOfManagementCompany": {
|
|
102
|
+
"yesNoNotApplicable": "No"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"serviceCharge": {
|
|
106
|
+
"sellerContributesToServiceCharge": "Yes",
|
|
107
|
+
"annualServiceCharge": 250.23,
|
|
108
|
+
"largeAdditionalExpense": { "yesNo": "No" },
|
|
109
|
+
"reserveFund": {
|
|
110
|
+
"yesNo": "Yes",
|
|
111
|
+
"details": "There is sinking fund."
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"additionalFeesOnSale": 0
|
|
154
115
|
}
|
|
155
116
|
}
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
"parking": {
|
|
120
|
+
"parkingArrangements": ["Garage", "Driveway"],
|
|
121
|
+
"disabledParking": { "yesNo": "No" },
|
|
122
|
+
"electricVehicleChargingPoint": { "yesNo": "No" },
|
|
123
|
+
"controlledParking": { "yesNo": "No" }
|
|
124
|
+
},
|
|
125
|
+
"listingAndConservation": {
|
|
126
|
+
"isListed": {
|
|
127
|
+
"yesNo": "Yes",
|
|
128
|
+
"details": "Grade II listed",
|
|
129
|
+
"attachments": "To follow"
|
|
130
|
+
},
|
|
131
|
+
"isConservationArea": {
|
|
132
|
+
"yesNo": "Yes",
|
|
133
|
+
"details": "Harpenden Conservation Area",
|
|
134
|
+
"attachments": "To follow"
|
|
135
|
+
},
|
|
136
|
+
"hasTreePreservationOrder": {
|
|
137
|
+
"yesNo": "Yes",
|
|
138
|
+
"workCarriedOut": { "yesNo": "Yes", "consentsObtained": "Yes" }
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"typeOfConstruction": {
|
|
142
|
+
"isStandardForm": {
|
|
143
|
+
"yesNo": "Yes"
|
|
144
|
+
},
|
|
145
|
+
"buildingSafety": { "yesNo": "No" },
|
|
146
|
+
"accessibilityAndAdaptations": ["Level access"],
|
|
147
|
+
"sprayFoamInsulation": {
|
|
148
|
+
"hasSprayFoamInstalled": "No"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"energyEfficiency": {
|
|
152
|
+
"certificateIsSupplied": "Attached",
|
|
153
|
+
"certificate": {
|
|
154
|
+
"certificateNumber": "12345",
|
|
155
|
+
"currentEnergyRating": "A"
|
|
156
156
|
},
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"councilTaxAffectingAlterations": {
|
|
160
|
-
"yesNo": "No"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
"disputesAndComplaints": {
|
|
164
|
-
"hasDisputesAndComplaints": {
|
|
165
|
-
"yesNo": "Yes",
|
|
166
|
-
"details": "Neighbour's very annoying"
|
|
167
|
-
},
|
|
168
|
-
"leadingToDisputesAndComplaints": {
|
|
169
|
-
"yesNo": "Yes",
|
|
170
|
-
"details": "Neighbour's dog barking"
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
"alterationsAndChanges": {
|
|
174
|
-
"hasStructuralAlterations": {
|
|
175
|
-
"buildingRegApproval": {
|
|
176
|
-
"yesNo": "Yes",
|
|
177
|
-
"attachments": "Attached"
|
|
178
|
-
},
|
|
179
|
-
"planningPermission": {
|
|
180
|
-
"yesNo": "Not required",
|
|
181
|
-
"details": "Permitted development rights applied"
|
|
182
|
-
},
|
|
183
|
-
"listedBuildingConsent": {
|
|
184
|
-
"yesNo": "Not required",
|
|
185
|
-
"details": "Not a listed building"
|
|
186
|
-
},
|
|
187
|
-
"deedRestrictionConsent": {
|
|
188
|
-
"yesNo": "Not required",
|
|
189
|
-
"details": "No restriction"
|
|
190
|
-
},
|
|
191
|
-
"yesNo": "Yes",
|
|
192
|
-
"details": "Bedroom and ensuite shower room extension 2005"
|
|
193
|
-
},
|
|
194
|
-
"changeOfUse": {
|
|
195
|
-
"yesNo": "No"
|
|
196
|
-
},
|
|
197
|
-
"windowReplacementsSince2002": {
|
|
198
|
-
"buildingRegApproval": {
|
|
199
|
-
"yesNo": "Yes",
|
|
200
|
-
"attachments": "To follow"
|
|
201
|
-
},
|
|
202
|
-
"planningPermission": {
|
|
203
|
-
"yesNo": "Yes",
|
|
204
|
-
"attachments": "Attached"
|
|
205
|
-
},
|
|
206
|
-
"listedBuildingConsent": {
|
|
207
|
-
"yesNo": "Not required",
|
|
208
|
-
"details": "Not a listed building"
|
|
209
|
-
},
|
|
210
|
-
"deedRestrictionConsent": {
|
|
211
|
-
"yesNo": "Not required",
|
|
212
|
-
"details": "No restriction"
|
|
213
|
-
},
|
|
214
|
-
"yesNo": "Yes",
|
|
215
|
-
"details": "New front door added 2016",
|
|
216
|
-
"yearCompleted": 2016
|
|
217
|
-
},
|
|
218
|
-
"hasAddedConservatory": {
|
|
219
|
-
"buildingRegApproval": {
|
|
220
|
-
"yesNo": "Yes",
|
|
221
|
-
"attachments": "Attached"
|
|
222
|
-
},
|
|
223
|
-
"planningPermission": {
|
|
224
|
-
"yesNo": "Yes",
|
|
225
|
-
"attachments": "To follow"
|
|
226
|
-
},
|
|
227
|
-
"listedBuildingConsent": {
|
|
228
|
-
"yesNo": "Not required",
|
|
229
|
-
"details": "Not a listed building"
|
|
230
|
-
},
|
|
231
|
-
"deedRestrictionConsent": {
|
|
232
|
-
"yesNo": "No",
|
|
233
|
-
"details": "Added as part of initial build and deeds"
|
|
234
|
-
},
|
|
235
|
-
"yesNo": "Yes",
|
|
236
|
-
"details": "Conservatory added during house build in 1990 and exterior quality door separates the conservatory from the kitchen/dining room",
|
|
237
|
-
"yearCompleted": 1990
|
|
238
|
-
},
|
|
239
|
-
"worksUnfinished": {
|
|
240
|
-
"yesNo": "No"
|
|
241
|
-
},
|
|
242
|
-
"planningPermissionBreaches": {
|
|
243
|
-
"yesNo": "No"
|
|
244
|
-
},
|
|
245
|
-
"unresolvedPlanningIssues": {
|
|
157
|
+
"greenDealLoan": {
|
|
158
|
+
"hasGreenDealLoan": {
|
|
246
159
|
"yesNo": "No"
|
|
247
160
|
}
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
"
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
"
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
"
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"councilTax": {
|
|
164
|
+
"councilTaxBand": "A",
|
|
165
|
+
"councilTaxAffectingAlterations": {
|
|
166
|
+
"yesNo": "No"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"disputesAndComplaints": {
|
|
170
|
+
"hasDisputesAndComplaints": {
|
|
171
|
+
"yesNo": "Yes",
|
|
172
|
+
"details": "Neighbour's very annoying"
|
|
173
|
+
},
|
|
174
|
+
"leadingToDisputesAndComplaints": {
|
|
175
|
+
"yesNo": "Yes",
|
|
176
|
+
"details": "Neighbour's dog barking"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"alterationsAndChanges": {
|
|
180
|
+
"hasStructuralAlterations": {
|
|
181
|
+
"buildingRegApproval": {
|
|
266
182
|
"yesNo": "Yes",
|
|
267
|
-
"details": "Party wall agreement in place",
|
|
268
183
|
"attachments": "Attached"
|
|
269
184
|
},
|
|
270
|
-
"
|
|
271
|
-
"yesNo": "
|
|
272
|
-
|
|
273
|
-
},
|
|
274
|
-
"specialistIssues": {
|
|
275
|
-
"dryRotEtcTreatment": {
|
|
276
|
-
"yesNo": "No"
|
|
185
|
+
"planningPermission": {
|
|
186
|
+
"yesNo": "Not required",
|
|
187
|
+
"details": "Permitted development rights applied"
|
|
277
188
|
},
|
|
278
|
-
"
|
|
279
|
-
"yesNo": "
|
|
189
|
+
"listedBuildingConsent": {
|
|
190
|
+
"yesNo": "Not required",
|
|
191
|
+
"details": "Not a listed building"
|
|
280
192
|
},
|
|
281
|
-
"
|
|
282
|
-
"yesNo": "
|
|
193
|
+
"deedRestrictionConsent": {
|
|
194
|
+
"yesNo": "Not required",
|
|
195
|
+
"details": "No restriction"
|
|
283
196
|
},
|
|
284
|
-
"
|
|
285
|
-
|
|
286
|
-
},
|
|
287
|
-
"ongoingHealthOrSafetyIssue": {
|
|
288
|
-
"yesNo": "No"
|
|
289
|
-
}
|
|
197
|
+
"yesNo": "Yes",
|
|
198
|
+
"details": "Bedroom and ensuite shower room extension 2005"
|
|
290
199
|
},
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"yesNo": "No"
|
|
294
|
-
},
|
|
295
|
-
"itemsToInclude": {
|
|
296
|
-
"yesNo": "No"
|
|
297
|
-
}
|
|
200
|
+
"changeOfUse": {
|
|
201
|
+
"yesNo": "No"
|
|
298
202
|
},
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"mainsWater": {
|
|
302
|
-
"yesNo": "To be connected",
|
|
303
|
-
"dateToBeConnected": "2022-12-15",
|
|
304
|
-
"supplier": "Northumbria Water"
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
"drainage": {
|
|
308
|
-
"mainsSurfaceWaterDrainage": {
|
|
309
|
-
"yesNo": "Yes"
|
|
310
|
-
},
|
|
311
|
-
"mainsFoulDrainage": {
|
|
312
|
-
"yesNo": "No",
|
|
313
|
-
"sustainableDrainageSystem": { "yesNo": "No" },
|
|
314
|
-
"septicTank": {
|
|
315
|
-
"yesNo": "Yes",
|
|
316
|
-
"details": "Last emptied on 1 Jan 2022",
|
|
317
|
-
"dateReplaced": "2022-01-01",
|
|
318
|
-
"dateLastEmptied": "2022-01-01"
|
|
319
|
-
},
|
|
320
|
-
"cesspit": { "yesNo": "No" },
|
|
321
|
-
"sewerageTreatmentPlant": { "yesNo": "No" },
|
|
322
|
-
"otherConnectedProperties": { "yesNo": "No" },
|
|
323
|
-
"yearSystemInstalled": 1980,
|
|
324
|
-
"plantOnOtherLand": { "yesNo": "No" },
|
|
325
|
-
"plantRegistered": { "yesNo": "No" },
|
|
326
|
-
"plantDrainsIntoWaterway": {
|
|
327
|
-
"yesNo": "Yes",
|
|
328
|
-
"dischargeCompliesWithGBR": "Yes"
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
},
|
|
332
|
-
"maintenanceAgreements": {
|
|
333
|
-
"yesNo": "No"
|
|
334
|
-
}
|
|
335
|
-
},
|
|
336
|
-
"connectedUtilities": {
|
|
337
|
-
"mainsElectricity": {
|
|
203
|
+
"windowReplacementsSince2002": {
|
|
204
|
+
"buildingRegApproval": {
|
|
338
205
|
"yesNo": "Yes",
|
|
339
|
-
"
|
|
206
|
+
"attachments": "To follow"
|
|
340
207
|
},
|
|
341
|
-
"
|
|
208
|
+
"planningPermission": {
|
|
342
209
|
"yesNo": "Yes",
|
|
343
|
-
"
|
|
344
|
-
},
|
|
345
|
-
"lpg": {
|
|
346
|
-
"yesNo": "No"
|
|
210
|
+
"attachments": "Attached"
|
|
347
211
|
},
|
|
348
|
-
"
|
|
349
|
-
"yesNo": "
|
|
212
|
+
"listedBuildingConsent": {
|
|
213
|
+
"yesNo": "Not required",
|
|
214
|
+
"details": "Not a listed building"
|
|
350
215
|
},
|
|
351
|
-
"
|
|
352
|
-
"yesNo": "
|
|
353
|
-
"
|
|
216
|
+
"deedRestrictionConsent": {
|
|
217
|
+
"yesNo": "Not required",
|
|
218
|
+
"details": "No restriction"
|
|
354
219
|
},
|
|
355
|
-
"
|
|
220
|
+
"yesNo": "Yes",
|
|
221
|
+
"details": "New front door added 2016",
|
|
222
|
+
"yearCompleted": 2016
|
|
223
|
+
},
|
|
224
|
+
"hasAddedConservatory": {
|
|
225
|
+
"buildingRegApproval": {
|
|
356
226
|
"yesNo": "Yes",
|
|
357
|
-
"
|
|
227
|
+
"attachments": "Attached"
|
|
358
228
|
},
|
|
359
|
-
"
|
|
229
|
+
"planningPermission": {
|
|
360
230
|
"yesNo": "Yes",
|
|
361
|
-
"
|
|
362
|
-
"typeOfConnection": "FTTC (Fibre to the Cabinet)"
|
|
231
|
+
"attachments": "To follow"
|
|
363
232
|
},
|
|
364
|
-
"
|
|
365
|
-
"yesNo": "
|
|
233
|
+
"listedBuildingConsent": {
|
|
234
|
+
"yesNo": "Not required",
|
|
235
|
+
"details": "Not a listed building"
|
|
366
236
|
},
|
|
367
|
-
"
|
|
368
|
-
"yesNo": "No"
|
|
237
|
+
"deedRestrictionConsent": {
|
|
238
|
+
"yesNo": "No",
|
|
239
|
+
"details": "Added as part of initial build and deeds"
|
|
369
240
|
},
|
|
370
|
-
"
|
|
371
|
-
|
|
241
|
+
"yesNo": "Yes",
|
|
242
|
+
"details": "Conservatory added during house build in 1990 and exterior quality door separates the conservatory from the kitchen/dining room",
|
|
243
|
+
"yearCompleted": 1990
|
|
244
|
+
},
|
|
245
|
+
"worksUnfinished": {
|
|
246
|
+
"yesNo": "No"
|
|
247
|
+
},
|
|
248
|
+
"planningPermissionBreaches": {
|
|
249
|
+
"yesNo": "No"
|
|
250
|
+
},
|
|
251
|
+
"unresolvedPlanningIssues": {
|
|
252
|
+
"yesNo": "No"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"notices": {
|
|
256
|
+
"neighbourDevelopment": {
|
|
257
|
+
"yesNo": "No"
|
|
258
|
+
},
|
|
259
|
+
"planningApplication": {
|
|
260
|
+
"yesNo": "No"
|
|
261
|
+
},
|
|
262
|
+
"requiredMaintenance": {
|
|
263
|
+
"yesNo": "No"
|
|
264
|
+
},
|
|
265
|
+
"listedBuildingApplication": {
|
|
266
|
+
"yesNo": "No"
|
|
267
|
+
},
|
|
268
|
+
"infrastructureProject": {
|
|
269
|
+
"yesNo": "No"
|
|
270
|
+
},
|
|
271
|
+
"partyWallAct": {
|
|
272
|
+
"yesNo": "Yes",
|
|
273
|
+
"details": "Party wall agreement in place",
|
|
274
|
+
"attachments": "Attached"
|
|
275
|
+
},
|
|
276
|
+
"otherNotices": {
|
|
277
|
+
"yesNo": "No"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"specialistIssues": {
|
|
281
|
+
"dryRotEtcTreatment": {
|
|
282
|
+
"yesNo": "No"
|
|
283
|
+
},
|
|
284
|
+
"containsAsbestos": {
|
|
285
|
+
"yesNo": "No"
|
|
286
|
+
},
|
|
287
|
+
"japaneseKnotweed": {
|
|
288
|
+
"yesNo": "No"
|
|
289
|
+
},
|
|
290
|
+
"subsidenceOrStructuralFault": {
|
|
291
|
+
"yesNo": "No"
|
|
292
|
+
},
|
|
293
|
+
"ongoingHealthOrSafetyIssue": {
|
|
294
|
+
"yesNo": "No"
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
"fixturesAndFittings": {
|
|
298
|
+
"itemsToRemove": {
|
|
299
|
+
"yesNo": "No"
|
|
300
|
+
},
|
|
301
|
+
"itemsToInclude": {
|
|
302
|
+
"yesNo": "No"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
"electricity": {
|
|
306
|
+
"mainsElectricity": {
|
|
307
|
+
"yesNo": "Yes",
|
|
308
|
+
"supplier": "Octopus Energy",
|
|
309
|
+
"electricityMeter": {
|
|
310
|
+
"location": "Under the stairs"
|
|
372
311
|
}
|
|
373
312
|
},
|
|
374
|
-
"
|
|
313
|
+
"solarPanels": {
|
|
314
|
+
"yesNo": "No"
|
|
315
|
+
},
|
|
316
|
+
"otherSources": {
|
|
317
|
+
"yesNo": "No"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"heating": {
|
|
321
|
+
"heatingSystem": {
|
|
375
322
|
"heatingType": "Central heating",
|
|
376
|
-
"otherHeatingFeatures": ["Underfloor Heating"],
|
|
377
323
|
"centralHeatingDetails": {
|
|
378
324
|
"boilerInstallationCertificate": {
|
|
379
325
|
"yesNo": "Yes",
|
|
@@ -392,403 +338,505 @@
|
|
|
392
338
|
"heatingLastServicedReport": "To follow"
|
|
393
339
|
}
|
|
394
340
|
},
|
|
395
|
-
"
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
341
|
+
"otherHeatingFeatures": ["Underfloor heating"]
|
|
342
|
+
},
|
|
343
|
+
"waterAndDrainage": {
|
|
344
|
+
"water": {
|
|
345
|
+
"mainsWater": {
|
|
346
|
+
"yesNo": "Yes",
|
|
347
|
+
"waterMeter": {
|
|
348
|
+
"isSupplyMetered": "Yes",
|
|
349
|
+
"location": "At the front"
|
|
401
350
|
},
|
|
402
|
-
"
|
|
403
|
-
"
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
"insuranceClaims": {
|
|
407
|
-
"yesNo": "No"
|
|
351
|
+
"supplier": "Northumbria Water",
|
|
352
|
+
"stopcock": {
|
|
353
|
+
"location": "Under the sink"
|
|
354
|
+
}
|
|
408
355
|
}
|
|
409
356
|
},
|
|
410
|
-
"
|
|
411
|
-
"
|
|
412
|
-
"yesNo": "
|
|
413
|
-
},
|
|
414
|
-
"partOnSeparateSiteOrDeed": {
|
|
415
|
-
"yesNo": "No"
|
|
416
|
-
},
|
|
417
|
-
"boundariesDifferFromTitlePlan": {
|
|
418
|
-
"yesNo": "No"
|
|
357
|
+
"drainage": {
|
|
358
|
+
"mainsSurfaceWaterDrainage": {
|
|
359
|
+
"yesNo": "Yes"
|
|
419
360
|
},
|
|
420
|
-
"
|
|
421
|
-
"yesNo": "No"
|
|
361
|
+
"mainsFoulDrainage": {
|
|
362
|
+
"yesNo": "No",
|
|
363
|
+
"offMainsDrainageSystem": {
|
|
364
|
+
"offMainsDrainageSystemType": "Septic tank",
|
|
365
|
+
"dateReplaced": "2022-01-01",
|
|
366
|
+
"dateLastEmptied": "2022-01-01",
|
|
367
|
+
"plantOnOtherLand": { "yesNo": "No" },
|
|
368
|
+
"otherConnectedProperties": { "yesNo": "No" },
|
|
369
|
+
"plantRegistered": { "yesNo": "No" },
|
|
370
|
+
"plantDrainsIntoWaterway": {
|
|
371
|
+
"yesNo": "Yes",
|
|
372
|
+
"dischargeCompliesWithGBR": "Yes"
|
|
373
|
+
}
|
|
374
|
+
}
|
|
422
375
|
}
|
|
423
376
|
},
|
|
424
|
-
"
|
|
425
|
-
"
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
"
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
"
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
"
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
"
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
"
|
|
448
|
-
|
|
449
|
-
},
|
|
450
|
-
"churchChancel": {
|
|
451
|
-
"yesNo": "No"
|
|
452
|
-
},
|
|
453
|
-
"rightsToTakeFromLand": {
|
|
454
|
-
"yesNo": "Yes",
|
|
455
|
-
"details": "Annual gold mining festival"
|
|
456
|
-
},
|
|
457
|
-
"otherRights": {
|
|
458
|
-
"yesNo": "No"
|
|
459
|
-
}
|
|
377
|
+
"maintenanceAgreements": {
|
|
378
|
+
"yesNo": "No"
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
"connectivity": {
|
|
382
|
+
"telephone": {
|
|
383
|
+
"yesNo": "Yes",
|
|
384
|
+
"supplier": "EE"
|
|
385
|
+
},
|
|
386
|
+
"cableSatelliteTV": {
|
|
387
|
+
"yesNo": "Yes",
|
|
388
|
+
"supplier": "Sky"
|
|
389
|
+
},
|
|
390
|
+
"broadband": {
|
|
391
|
+
"supplier": "BT",
|
|
392
|
+
"typeOfConnection": "FTTC (Fibre to the Cabinet)",
|
|
393
|
+
"predictedSpeed": {
|
|
394
|
+
"maxBbPredictedDown": 18,
|
|
395
|
+
"maxBbPredictedUp": 1,
|
|
396
|
+
"maxSfbbPredictedDown": 80,
|
|
397
|
+
"maxSfbbPredictedUp": 20,
|
|
398
|
+
"maxUfbbPredictedDown": -1,
|
|
399
|
+
"maxUfbbPredictedUp": -1,
|
|
400
|
+
"maxPredictedDown": 80,
|
|
401
|
+
"maxPredictedUp": 20
|
|
460
402
|
}
|
|
461
403
|
},
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
-
"
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
"
|
|
469
|
-
"
|
|
470
|
-
"
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
"
|
|
474
|
-
"
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
"
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
"
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
"
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
"
|
|
404
|
+
"mobilePhone": {
|
|
405
|
+
"knownSignalIssues": {
|
|
406
|
+
"yesNo": "No"
|
|
407
|
+
},
|
|
408
|
+
"predictedCoverage": {
|
|
409
|
+
"eeVoiceOutdoor": 4,
|
|
410
|
+
"eeVoiceOutdoorNo4g": 4,
|
|
411
|
+
"eeVoiceIndoor": 4,
|
|
412
|
+
"eeVoiceIndoorNo4g": 4,
|
|
413
|
+
"eeDataOutdoor": 4,
|
|
414
|
+
"eeDataOutdoorNo4g": 3,
|
|
415
|
+
"eeDataIndoor": 4,
|
|
416
|
+
"eeDataIndoorNo4g": 3,
|
|
417
|
+
"h3VoiceOutdoor": 4,
|
|
418
|
+
"h3VoiceOutdoorNo4g": 4,
|
|
419
|
+
"h3VoiceIndoor": 4,
|
|
420
|
+
"h3VoiceIndoorNo4g": 3,
|
|
421
|
+
"h3DataOutdoor": 4,
|
|
422
|
+
"h3DataOutdoorNo4g": 3,
|
|
423
|
+
"h3DataIndoor": 4,
|
|
424
|
+
"h3DataIndoorNo4g": 3,
|
|
425
|
+
"tfVoiceOutdoor": 4,
|
|
426
|
+
"tfVoiceOutdoorNo4g": 4,
|
|
427
|
+
"tfVoiceIndoor": 4,
|
|
428
|
+
"tfVoiceIndoorNo4g": 4,
|
|
429
|
+
"tfDataOutdoor": 4,
|
|
430
|
+
"tfDataOutdoorNo4g": 4,
|
|
431
|
+
"tfDataIndoor": 4,
|
|
432
|
+
"tfDataIndoorNo4g": 3,
|
|
433
|
+
"voVoiceOutdoor": 4,
|
|
434
|
+
"voVoiceOutdoorNo4g": 4,
|
|
435
|
+
"voVoiceIndoor": 4,
|
|
436
|
+
"voVoiceIndoorNo4g": 4,
|
|
437
|
+
"voDataOutdoor": 4,
|
|
438
|
+
"voDataOutdoorNo4g": 3,
|
|
439
|
+
"voDataIndoor": 3,
|
|
440
|
+
"voDataIndoorNo4g": 3
|
|
487
441
|
}
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
"insurance": {
|
|
445
|
+
"isInsured": "Yes",
|
|
446
|
+
"difficultiesObtainingInsurance": {
|
|
447
|
+
"abnormalRiseInPremiums": {
|
|
448
|
+
"yesNo": "Yes",
|
|
449
|
+
"details": "Very history"
|
|
450
|
+
},
|
|
451
|
+
"subjectToHighExcesses": { "yesNo": "No" },
|
|
452
|
+
"subjectToUnusualConditions": { "yesNo": "No" },
|
|
453
|
+
"refused": { "yesNo": "Yes", "details": "Much refuse" }
|
|
454
|
+
},
|
|
455
|
+
"insuranceClaims": {
|
|
456
|
+
"yesNo": "No"
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
"rightsAndInformalArrangements": {
|
|
460
|
+
"sharedContributions": {
|
|
461
|
+
"yesNo": "No"
|
|
488
462
|
},
|
|
489
|
-
"
|
|
490
|
-
"
|
|
463
|
+
"neighbouringLandRights": {
|
|
464
|
+
"yesNo": "No"
|
|
465
|
+
},
|
|
466
|
+
"accessRestrictionAttempts": {
|
|
467
|
+
"yesNo": "No"
|
|
468
|
+
},
|
|
469
|
+
"rightsOrArrangements": {
|
|
470
|
+
"publicRightOfWay": {
|
|
491
471
|
"yesNo": "No"
|
|
492
472
|
},
|
|
493
|
-
"
|
|
473
|
+
"rightsOfLight": {
|
|
494
474
|
"yesNo": "No"
|
|
495
475
|
},
|
|
496
|
-
"
|
|
476
|
+
"rightsOfSupport": {
|
|
497
477
|
"yesNo": "No"
|
|
498
478
|
},
|
|
499
|
-
"
|
|
479
|
+
"rightsCreatedThroughCustom": {
|
|
500
480
|
"yesNo": "No"
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
"additionalInformation": {
|
|
504
|
-
"restrictionsOnUseNotCompliedWith": {
|
|
481
|
+
},
|
|
482
|
+
"minesAndMinerals": {
|
|
505
483
|
"yesNo": "No"
|
|
506
484
|
},
|
|
507
|
-
"
|
|
485
|
+
"churchChancel": {
|
|
508
486
|
"yesNo": "No"
|
|
509
487
|
},
|
|
510
|
-
"
|
|
488
|
+
"rightsToTakeFromLand": {
|
|
489
|
+
"yesNo": "Yes",
|
|
490
|
+
"details": "Annual gold mining festival"
|
|
491
|
+
},
|
|
492
|
+
"otherRights": {
|
|
511
493
|
"yesNo": "No"
|
|
512
494
|
}
|
|
513
|
-
},
|
|
514
|
-
"consumerProtectionRegulationsDeclaration": {
|
|
515
|
-
"consumerProtectionRegulationsResponse": true
|
|
516
495
|
}
|
|
517
496
|
},
|
|
518
|
-
"
|
|
519
|
-
"
|
|
520
|
-
"
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
"firstName": "Peter",
|
|
524
|
-
"lastName": "Hetherington-Smythe"
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"ownerType": "Private individual",
|
|
528
|
-
"firstName": "Clarissa",
|
|
529
|
-
"middleNames": "Jane",
|
|
530
|
-
"lastName": "Hetherington-Smythe"
|
|
531
|
-
}
|
|
532
|
-
]
|
|
533
|
-
},
|
|
534
|
-
"sellersCapacity": { "capacity": "Legal Owner" },
|
|
535
|
-
"legalBoundaries": {
|
|
536
|
-
"ownership": {
|
|
537
|
-
"areBoundariesUniform": "Yes",
|
|
538
|
-
"uniformBoundaries": {
|
|
539
|
-
"left": "Neighbour",
|
|
540
|
-
"right": "Seller",
|
|
541
|
-
"rear": "Neighbour",
|
|
542
|
-
"front": "Not known"
|
|
543
|
-
}
|
|
544
|
-
},
|
|
545
|
-
"haveBoundaryFeaturesMoved": {
|
|
546
|
-
"yesNo": "Yes",
|
|
547
|
-
"details": "Moved a bit to the lefts"
|
|
497
|
+
"environmentalIssues": {
|
|
498
|
+
"flooding": {
|
|
499
|
+
"floodRisk": {
|
|
500
|
+
"riskIndicator": "Yes",
|
|
501
|
+
"summary": "Likely to flood from surface water"
|
|
548
502
|
},
|
|
549
|
-
"
|
|
550
|
-
|
|
503
|
+
"historicalFlooding": {
|
|
504
|
+
"hasBeenFlooded": "Yes",
|
|
505
|
+
"details": "Minor basement flood",
|
|
506
|
+
"typeOfFlooding": ["Surface water"]
|
|
507
|
+
}
|
|
551
508
|
},
|
|
552
|
-
"
|
|
553
|
-
"
|
|
554
|
-
"
|
|
555
|
-
"formalOrInformalAgreements": { "yesNo": "No" }
|
|
509
|
+
"radon": {
|
|
510
|
+
"radonTest": { "yesNo": "No" },
|
|
511
|
+
"remedialMeasuresOnConstruction": { "yesNo": "No" }
|
|
556
512
|
},
|
|
557
|
-
"
|
|
558
|
-
"
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
"
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
513
|
+
"coalMining": {
|
|
514
|
+
"riskIndicator": "No"
|
|
515
|
+
},
|
|
516
|
+
"nonCoalMining": {
|
|
517
|
+
"riskIndicator": "No"
|
|
518
|
+
},
|
|
519
|
+
"coastalErosion": {
|
|
520
|
+
"riskIndicator": "No"
|
|
521
|
+
},
|
|
522
|
+
"otherEnvironmental": {
|
|
523
|
+
"riskIndicator": "No"
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
"otherIssues": {
|
|
527
|
+
"excessiveNoise": {
|
|
528
|
+
"yesNo": "No"
|
|
529
|
+
},
|
|
530
|
+
"crime": {
|
|
531
|
+
"yesNo": "No"
|
|
532
|
+
},
|
|
533
|
+
"cautionOrConviction": {
|
|
534
|
+
"yesNo": "No"
|
|
535
|
+
},
|
|
536
|
+
"failedTransactionsInLast12Months": {
|
|
537
|
+
"yesNo": "No"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"additionalInformation": {
|
|
541
|
+
"restrictionsOnUseNotCompliedWith": {
|
|
542
|
+
"yesNo": "No"
|
|
543
|
+
},
|
|
544
|
+
"otherMaterialIssue": {
|
|
545
|
+
"yesNo": "No"
|
|
546
|
+
},
|
|
547
|
+
"otherCharges": {
|
|
548
|
+
"yesNo": "No"
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"consumerProtectionRegulationsDeclaration": {
|
|
552
|
+
"consumerProtectionRegulationsResponse": true
|
|
553
|
+
},
|
|
554
|
+
"legalOwners": {
|
|
555
|
+
"namesOfLegalOwners": [
|
|
556
|
+
{
|
|
557
|
+
"ownerType": "Private individual",
|
|
558
|
+
"firstName": "Peter",
|
|
559
|
+
"lastName": "Hetherington-Smythe"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"ownerType": "Private individual",
|
|
563
|
+
"firstName": "Clarissa",
|
|
564
|
+
"middleNames": "Jane",
|
|
565
|
+
"lastName": "Hetherington-Smythe"
|
|
586
566
|
}
|
|
567
|
+
]
|
|
568
|
+
},
|
|
569
|
+
"sellersCapacity": { "capacity": "Legal Owner" },
|
|
570
|
+
"legalBoundaries": {
|
|
571
|
+
"partOutsideLegalOwnership": {
|
|
572
|
+
"yesNo": "No"
|
|
587
573
|
},
|
|
588
|
-
"
|
|
589
|
-
"
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
"leaveKeys": true
|
|
594
|
-
},
|
|
595
|
-
"otherPropertyInChain": { "yesNo": "No" },
|
|
596
|
-
"moveRestrictionDates": {
|
|
597
|
-
"yesNo": "Yes",
|
|
598
|
-
"details": "On holiday 1-15 Aug 23"
|
|
599
|
-
},
|
|
600
|
-
"digitalPropertyLogbook": { "yesNo": "No" },
|
|
601
|
-
"sufficientToRepayAllMortgages": { "yesNo": "Yes" }
|
|
574
|
+
"partOnSeparateSiteOrDeed": {
|
|
575
|
+
"yesNo": "No"
|
|
576
|
+
},
|
|
577
|
+
"boundariesDifferFromTitlePlan": {
|
|
578
|
+
"yesNo": "No"
|
|
602
579
|
},
|
|
603
|
-
"
|
|
604
|
-
"
|
|
605
|
-
|
|
580
|
+
"boundaryAlterationProposal": {
|
|
581
|
+
"yesNo": "No"
|
|
582
|
+
},
|
|
583
|
+
"ownership": {
|
|
584
|
+
"areBoundariesUniform": "Yes",
|
|
585
|
+
"uniformBoundaries": {
|
|
586
|
+
"left": "Neighbour",
|
|
587
|
+
"right": "Seller",
|
|
588
|
+
"rear": "Neighbour",
|
|
589
|
+
"front": "Not known"
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
"haveBoundaryFeaturesMoved": {
|
|
593
|
+
"yesNo": "Yes",
|
|
594
|
+
"details": "Moved a bit to the lefts"
|
|
595
|
+
},
|
|
596
|
+
"adjacentLandIncluded": { "yesNo": "Yes", "details": "Some movements" },
|
|
597
|
+
"flyingFreehold": { "yesNo": "Yes", "details": "Some flying stuff" }
|
|
598
|
+
},
|
|
599
|
+
"servicesCrossing": {
|
|
600
|
+
"pipesWiresCablesDrainsToProperty": { "yesNo": "No" },
|
|
601
|
+
"pipesWiresCablesDrainsFromProperty": { "yesNo": "No" },
|
|
602
|
+
"formalOrInformalAgreements": { "yesNo": "No" }
|
|
603
|
+
},
|
|
604
|
+
"electricalWorks": {
|
|
605
|
+
"testedByQualifiedElectrician": {
|
|
606
|
+
"yesNo": "Yes",
|
|
607
|
+
"yearTested": 2015,
|
|
608
|
+
"attachments": "To follow"
|
|
609
|
+
},
|
|
610
|
+
"electricalWorkSince2005": {
|
|
611
|
+
"yesNo": "Yes",
|
|
612
|
+
"yearWorkCarriedOut": 2016,
|
|
613
|
+
"details": "New fuse box",
|
|
614
|
+
"suppliedCertificate": {
|
|
615
|
+
"certificateType": "Electrical Safety Certificate (BS7671)",
|
|
616
|
+
"attachments": "To follow"
|
|
617
|
+
}
|
|
606
618
|
}
|
|
607
619
|
},
|
|
620
|
+
"smartHomeSystems": { "hasSmartHomeSystems": "No" },
|
|
621
|
+
"guaranteesWarrantiesAndIndemnityInsurances": {
|
|
622
|
+
"hasValidGuaranteesOrWarranties": "No"
|
|
623
|
+
},
|
|
624
|
+
"occupiers": {
|
|
625
|
+
"sellerLivesAtProperty": { "yesNo": "Yes" },
|
|
626
|
+
"othersAged17OrOver": {
|
|
627
|
+
"hasOthersAged17OrOver": "Yes",
|
|
628
|
+
"aged17OrOverNames": "John Smith (42), Muhammed Tawfik (32)",
|
|
629
|
+
"aged17OrOverTenantsOrLodgers": { "yesNo": "No" },
|
|
630
|
+
"vacantPossession": {
|
|
631
|
+
"soldWithVacantPossession": "Yes",
|
|
632
|
+
"aged17OrOverAgreedToLeave": { "yesNo": "Yes" },
|
|
633
|
+
"aged17OrOverWillSignToConfirmWillVacate": { "yesNo": "Yes" }
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
"completionAndMoving": {
|
|
638
|
+
"sellerWillEnsure": {
|
|
639
|
+
"removeRubbish": true,
|
|
640
|
+
"replaceLightFittings": true,
|
|
641
|
+
"takeReasonableCare": true,
|
|
642
|
+
"leaveKeys": true
|
|
643
|
+
},
|
|
644
|
+
"otherPropertyInChain": { "yesNo": "No" },
|
|
645
|
+
"moveRestrictionDates": {
|
|
646
|
+
"yesNo": "Yes",
|
|
647
|
+
"details": "On holiday 1-15 Aug 23"
|
|
648
|
+
},
|
|
649
|
+
"digitalPropertyLogbook": { "yesNo": "No" },
|
|
650
|
+
"sufficientToRepayAllMortgages": { "yesNo": "Yes" }
|
|
651
|
+
},
|
|
652
|
+
"confirmationOfAccuracyByOwners": {
|
|
653
|
+
"confirmWillProvideAdditionalDocumentation": true,
|
|
654
|
+
"confirmInformationIsAccurate": true
|
|
655
|
+
},
|
|
608
656
|
"titlesToBeSold": [
|
|
609
657
|
{
|
|
610
658
|
"titleNumber": "HD221222",
|
|
611
659
|
"titleExtents": "{'type':'Polygon','coordinates':[[[-2.5787833768108985,51.48576273335823],[-2.578739952913823,51.48580251052463],[-2.578631396439736,51.48575988696783],[-2.578605326085179,51.48574832663401],[-2.578513422397467,51.48571281401381],[-2.578493883879733,51.48570526761721],[-2.578529455342914,51.48567092421916],[-2.578534427612858,51.485665504755744],[-2.578553966121065,51.485673051145575],[-2.5786436981835235,51.48570767529821],[-2.578671214351269,51.48571967806404],[-2.5787833768108985,51.48576273335823]]]}",
|
|
612
660
|
"registerExtract": {
|
|
613
|
-
"
|
|
614
|
-
"
|
|
615
|
-
"
|
|
616
|
-
"
|
|
617
|
-
"
|
|
618
|
-
"
|
|
619
|
-
"
|
|
620
|
-
"
|
|
621
|
-
"
|
|
622
|
-
"
|
|
661
|
+
"ocSummaryData": {
|
|
662
|
+
"title": {
|
|
663
|
+
"titleNumber": "HD221222",
|
|
664
|
+
"classOfTitleCode": "10",
|
|
665
|
+
"titleRegistrationDetails": {
|
|
666
|
+
"latestEditionDate": "2020-11-24",
|
|
667
|
+
"registrationDate": "1991-11-11",
|
|
668
|
+
"districtName": "ST ALBANS",
|
|
669
|
+
"postcodeZone": {
|
|
670
|
+
"postcode": "AL3 5AF"
|
|
623
671
|
},
|
|
624
|
-
"
|
|
625
|
-
"
|
|
672
|
+
"landRegistryOfficeName": "Leicester Office",
|
|
673
|
+
"administrativeArea": "HERTFORDSHIRE"
|
|
626
674
|
},
|
|
627
|
-
"
|
|
675
|
+
"commonholdIndicator": "false"
|
|
628
676
|
},
|
|
629
|
-
"
|
|
630
|
-
"
|
|
631
|
-
"
|
|
632
|
-
"
|
|
677
|
+
"officialCopyDateTime": "2021-12-16T08:39:52",
|
|
678
|
+
"propertyAddress": {
|
|
679
|
+
"postcodeZone": {
|
|
680
|
+
"postcode": "AL3 5AF"
|
|
633
681
|
},
|
|
634
|
-
"
|
|
635
|
-
"
|
|
682
|
+
"addressLine": {
|
|
683
|
+
"line": ["47 Park Road", "Harpenden"]
|
|
636
684
|
}
|
|
637
685
|
},
|
|
638
|
-
"
|
|
639
|
-
"
|
|
686
|
+
"proprietorship": {
|
|
687
|
+
"registeredProprietorParty": [
|
|
640
688
|
{
|
|
641
|
-
"
|
|
642
|
-
"
|
|
643
|
-
"
|
|
644
|
-
"
|
|
689
|
+
"privateIndividual": {
|
|
690
|
+
"name": {
|
|
691
|
+
"surnameName": "Hetherington-Smythe",
|
|
692
|
+
"forenamesName": "Peter Ronald"
|
|
645
693
|
}
|
|
646
694
|
},
|
|
647
|
-
"
|
|
648
|
-
"
|
|
649
|
-
"
|
|
695
|
+
"address": {
|
|
696
|
+
"postcodeZone": {
|
|
697
|
+
"postcode": "AL3 5AF"
|
|
650
698
|
},
|
|
651
|
-
"
|
|
652
|
-
"
|
|
699
|
+
"addressLine": {
|
|
700
|
+
"line": ["47 Park Road", "Harpenden"]
|
|
653
701
|
}
|
|
654
702
|
}
|
|
655
703
|
},
|
|
656
704
|
{
|
|
657
|
-
"
|
|
658
|
-
"
|
|
659
|
-
"
|
|
705
|
+
"address": {
|
|
706
|
+
"addressLine": {
|
|
707
|
+
"line": ["47 Park Road", "Harpenden"]
|
|
660
708
|
},
|
|
661
|
-
"
|
|
662
|
-
"
|
|
709
|
+
"postcodeZone": {
|
|
710
|
+
"postcode": "AL3 5AF"
|
|
663
711
|
}
|
|
664
712
|
},
|
|
665
|
-
"
|
|
666
|
-
"
|
|
667
|
-
"
|
|
668
|
-
"
|
|
713
|
+
"privateIndividual": {
|
|
714
|
+
"name": {
|
|
715
|
+
"forenamesName": "Clarissa Jane",
|
|
716
|
+
"surnameName": "Hetherington-Smythe"
|
|
669
717
|
}
|
|
670
718
|
}
|
|
671
719
|
}
|
|
672
720
|
],
|
|
673
|
-
"
|
|
721
|
+
"currentProprietorshipDate": "2020-11-24"
|
|
674
722
|
},
|
|
675
|
-
"
|
|
676
|
-
"
|
|
677
|
-
"
|
|
678
|
-
"
|
|
679
|
-
"
|
|
680
|
-
"
|
|
681
|
-
"
|
|
682
|
-
"
|
|
723
|
+
"editionDate": "2020-11-24",
|
|
724
|
+
"documentDetails": {
|
|
725
|
+
"document": {
|
|
726
|
+
"entryNumber": ["B3", "C2", "C3", "C4"],
|
|
727
|
+
"planOnlyIndicator": "false",
|
|
728
|
+
"registerDescription": "Charge",
|
|
729
|
+
"documentType": "50",
|
|
730
|
+
"documentDate": "2020-11-03"
|
|
683
731
|
}
|
|
684
732
|
},
|
|
685
|
-
"
|
|
686
|
-
"
|
|
687
|
-
"
|
|
688
|
-
"
|
|
689
|
-
"
|
|
690
|
-
"
|
|
691
|
-
"
|
|
692
|
-
"
|
|
693
|
-
"
|
|
733
|
+
"restrictionDetails": {
|
|
734
|
+
"restrictionEntry": {
|
|
735
|
+
"chargeRestriction": {
|
|
736
|
+
"chargeID": "1",
|
|
737
|
+
"entryDetails": {
|
|
738
|
+
"entryNumber": "3",
|
|
739
|
+
"infills": {
|
|
740
|
+
"chargeDate": "2020-11-03",
|
|
741
|
+
"chargeParty": "Barclays Bank UK PLC"
|
|
694
742
|
},
|
|
695
|
-
"
|
|
696
|
-
"
|
|
743
|
+
"subRegisterCode": "B",
|
|
744
|
+
"entryText": "RESTRICTION: No disposition of the registered estate by the proprietor of the registered estate is to be registered without a written consent signed by the proprietor for the time being of the Charge dated 3 November 2020 in favour of Barclays Bank UK PLC referred to in the Charges Register."
|
|
697
745
|
},
|
|
698
|
-
"
|
|
746
|
+
"restrictionTypeCode": "30"
|
|
699
747
|
}
|
|
700
748
|
}
|
|
701
749
|
},
|
|
702
|
-
"
|
|
703
|
-
"
|
|
704
|
-
"
|
|
705
|
-
"
|
|
706
|
-
"
|
|
707
|
-
"
|
|
708
|
-
"
|
|
709
|
-
"
|
|
750
|
+
"pricePaidEntry": {
|
|
751
|
+
"entryDetails": {
|
|
752
|
+
"entryText": "The price stated to have been paid on 3 November 2020 was £1,100,000.",
|
|
753
|
+
"subRegisterCode": "B",
|
|
754
|
+
"entryNumber": "2",
|
|
755
|
+
"infills": {
|
|
756
|
+
"date": "2020-11-03",
|
|
757
|
+
"amount": "£1,260,000"
|
|
710
758
|
},
|
|
711
|
-
"
|
|
759
|
+
"registrationDate": "2020-11-24"
|
|
712
760
|
}
|
|
713
761
|
},
|
|
714
|
-
"
|
|
715
|
-
"
|
|
716
|
-
"
|
|
717
|
-
"
|
|
718
|
-
"
|
|
719
|
-
"
|
|
720
|
-
"
|
|
721
|
-
"
|
|
722
|
-
"
|
|
762
|
+
"charge": {
|
|
763
|
+
"chargeEntry": {
|
|
764
|
+
"registeredCharge": {
|
|
765
|
+
"entryDetails": {
|
|
766
|
+
"subRegisterCode": "C",
|
|
767
|
+
"registrationDate": "2020-11-24",
|
|
768
|
+
"entryText": "REGISTERED CHARGE dated 3 November 2020.",
|
|
769
|
+
"infills": {
|
|
770
|
+
"chargeDate": "2020-11-03"
|
|
723
771
|
},
|
|
724
|
-
"
|
|
772
|
+
"entryNumber": "2"
|
|
725
773
|
}
|
|
726
774
|
},
|
|
727
|
-
"
|
|
728
|
-
"
|
|
729
|
-
"
|
|
730
|
-
"
|
|
731
|
-
"
|
|
732
|
-
"
|
|
775
|
+
"chargeDate": "2020-11-03",
|
|
776
|
+
"chargeID": "1",
|
|
777
|
+
"chargeProprietor": {
|
|
778
|
+
"chargeeParty": {
|
|
779
|
+
"organization": {
|
|
780
|
+
"name": "Barclays Bank UK PLC"
|
|
733
781
|
},
|
|
734
|
-
"
|
|
735
|
-
"
|
|
736
|
-
"
|
|
782
|
+
"address": {
|
|
783
|
+
"addressLine": {
|
|
784
|
+
"line": ["P.O. Box 187", "Leeds"]
|
|
737
785
|
},
|
|
738
|
-
"
|
|
739
|
-
"
|
|
786
|
+
"postcodeZone": {
|
|
787
|
+
"postcode": "LS11 1AN"
|
|
740
788
|
}
|
|
741
789
|
}
|
|
742
790
|
},
|
|
743
|
-
"
|
|
744
|
-
"
|
|
745
|
-
"
|
|
746
|
-
"
|
|
747
|
-
"
|
|
791
|
+
"entryDetails": {
|
|
792
|
+
"subRegisterCode": "C",
|
|
793
|
+
"registrationDate": "2020-11-24",
|
|
794
|
+
"entryNumber": "3",
|
|
795
|
+
"entryText": "Proprietor: BARCLAYS BANK UK PLC (Co. Regn. No. 9740322) of P.O. Box 187, Leeds LS11 1AN."
|
|
748
796
|
}
|
|
749
797
|
}
|
|
750
798
|
}
|
|
751
799
|
},
|
|
752
|
-
"
|
|
753
|
-
"
|
|
754
|
-
"
|
|
755
|
-
"
|
|
756
|
-
"
|
|
757
|
-
"
|
|
758
|
-
"
|
|
759
|
-
"
|
|
760
|
-
"
|
|
761
|
-
"
|
|
762
|
-
"
|
|
763
|
-
"
|
|
764
|
-
"
|
|
765
|
-
"
|
|
766
|
-
"
|
|
767
|
-
"
|
|
768
|
-
"
|
|
769
|
-
"
|
|
770
|
-
"
|
|
771
|
-
"
|
|
772
|
-
"
|
|
773
|
-
"
|
|
774
|
-
"
|
|
775
|
-
"
|
|
776
|
-
"
|
|
777
|
-
"
|
|
778
|
-
"
|
|
779
|
-
"
|
|
780
|
-
"
|
|
781
|
-
"
|
|
782
|
-
"
|
|
800
|
+
"registerEntryIndicators": {
|
|
801
|
+
"unidentifiedEntryIndicator": "false",
|
|
802
|
+
"subChargeIndicator": "false",
|
|
803
|
+
"discountChargeIndicator": "false",
|
|
804
|
+
"chargeIndicator": "true",
|
|
805
|
+
"propertyDescriptionNotesIndicator": "false",
|
|
806
|
+
"chargeRelatedRestrictionIndicator": "false",
|
|
807
|
+
"bankruptcyIndicator": "false",
|
|
808
|
+
"multipleChargeIndicator": "false",
|
|
809
|
+
"homeRightsChangeOfAddressIndicator": "false",
|
|
810
|
+
"ccbiIndicator": "false",
|
|
811
|
+
"agreedNoticeIndicator": "false",
|
|
812
|
+
"vendorsLienIndicator": "false",
|
|
813
|
+
"rightOfPreEmptionIndicator": "false",
|
|
814
|
+
"creditorsNoticeIndicator": "false",
|
|
815
|
+
"cautionIndicator": "false",
|
|
816
|
+
"chargeRestrictionIndicator": "true",
|
|
817
|
+
"scheduleOfLeasesIndicator": "false",
|
|
818
|
+
"unilateralNoticeIndicator": "false",
|
|
819
|
+
"deathOfProprietorIndicator": "false",
|
|
820
|
+
"rentChargeIndicator": "false",
|
|
821
|
+
"equitableChargeIndicator": "false",
|
|
822
|
+
"chargeeIndicator": "true",
|
|
823
|
+
"deedOfPostponementIndicator": "false",
|
|
824
|
+
"nonChargeRestrictionIndicator": "false",
|
|
825
|
+
"greenOutEntryIndicator": "false",
|
|
826
|
+
"unilateralNoticeBeneficiaryIndicator": "false",
|
|
827
|
+
"notedChargeIndicator": "false",
|
|
828
|
+
"pricePaidIndicator": "true",
|
|
829
|
+
"homeRightsIndicator": "false",
|
|
830
|
+
"leaseHoldTitleIndicator": "false"
|
|
783
831
|
}
|
|
784
832
|
},
|
|
785
|
-
"
|
|
786
|
-
"
|
|
787
|
-
"
|
|
833
|
+
"ocRegisterData": {
|
|
834
|
+
"chargesRegister": {
|
|
835
|
+
"registerEntry": [
|
|
788
836
|
{
|
|
789
|
-
"
|
|
790
|
-
"
|
|
791
|
-
"
|
|
837
|
+
"entryNumber": "1",
|
|
838
|
+
"entryType": "Restrictive Covenants/Stipulations - Deed",
|
|
839
|
+
"entryText": [
|
|
792
840
|
"A Conveyance of the land in this title dated 7 June 1946 made between (1) Jesse Catton (Vendor) and (2) Henry Dick Goodman Cunnold (Purchaser) contains the following covenants:-",
|
|
793
841
|
"\"THE Purchaser for himself his successors in title and assigns and to the intent that this covenant will run with the land but not so that the Purchaser is liable after he has parted with the same hereby covenants with the Vendor and his successors in title that he the Purchaser and his successors in title will observe and perform the covenants contained in the Schedule hereto.",
|
|
794
842
|
"THE SCHEDULE before referred to",
|
|
@@ -798,69 +846,69 @@
|
|
|
798
846
|
"(4) That only one such dwellinghouse shall be on the said piece of land.\"",
|
|
799
847
|
"NOTE: The North Eastern boundary of the land in this title is marked \"T\""
|
|
800
848
|
],
|
|
801
|
-
"
|
|
849
|
+
"entryDate": "1991-11-11"
|
|
802
850
|
},
|
|
803
851
|
{
|
|
804
|
-
"
|
|
805
|
-
"
|
|
806
|
-
"
|
|
807
|
-
"
|
|
852
|
+
"entryText": "REGISTERED CHARGE dated 3 November 2020.",
|
|
853
|
+
"entryType": "Registered Charges",
|
|
854
|
+
"entryDate": "2020-11-24",
|
|
855
|
+
"entryNumber": "2"
|
|
808
856
|
},
|
|
809
857
|
{
|
|
810
|
-
"
|
|
811
|
-
"
|
|
812
|
-
"
|
|
813
|
-
"
|
|
858
|
+
"entryNumber": "3",
|
|
859
|
+
"entryDate": "2020-11-24",
|
|
860
|
+
"entryType": "Chargee",
|
|
861
|
+
"entryText": "Proprietor: BARCLAYS BANK UK PLC (Co. Regn. No. 9740322) of P.O. Box 187, Leeds LS11 1AN."
|
|
814
862
|
},
|
|
815
863
|
{
|
|
816
|
-
"
|
|
817
|
-
"
|
|
818
|
-
"
|
|
819
|
-
"
|
|
864
|
+
"entryType": "Obligation",
|
|
865
|
+
"entryDate": "2020-11-24",
|
|
866
|
+
"entryNumber": "4",
|
|
867
|
+
"entryText": "The proprietor of the Charge dated 3 November 2020 referred to above is under an obligation to make further advances. These advances will have priority to the extent afforded by section 49(3) Land Registration Act 2002."
|
|
820
868
|
}
|
|
821
869
|
]
|
|
822
870
|
},
|
|
823
|
-
"
|
|
824
|
-
"
|
|
825
|
-
"
|
|
871
|
+
"propertyRegister": {
|
|
872
|
+
"districtDetails": {
|
|
873
|
+
"entryText": "HERTFORDSHIRE : ST ALBANS"
|
|
826
874
|
},
|
|
827
|
-
"
|
|
875
|
+
"registerEntry": [
|
|
828
876
|
{
|
|
829
|
-
"
|
|
830
|
-
"
|
|
831
|
-
"
|
|
832
|
-
"
|
|
877
|
+
"entryType": "Property Description",
|
|
878
|
+
"entryNumber": "1",
|
|
879
|
+
"entryText": "The Freehold land shown edged with red on the plan of the above Title filed at the Registry and being 47 Park Road, Harpenden (AL3 5AF).",
|
|
880
|
+
"entryDate": "1991-11-11"
|
|
833
881
|
},
|
|
834
882
|
{
|
|
835
|
-
"
|
|
836
|
-
"
|
|
883
|
+
"entryNumber": "2",
|
|
884
|
+
"entryText": [
|
|
837
885
|
"The Conveyance dated 7 June 1946 referred to in the Charges Register contains the following provision:-",
|
|
838
886
|
"\"IT IS hereby declared that the Purchaser shall not be entitled to any right of light or air which will restrict the free use of the adjoining property of the Vendor for building or other purpose.\""
|
|
839
887
|
],
|
|
840
|
-
"
|
|
841
|
-
"
|
|
888
|
+
"entryDate": "1991-11-11",
|
|
889
|
+
"entryType": "Provisions"
|
|
842
890
|
}
|
|
843
891
|
]
|
|
844
892
|
},
|
|
845
|
-
"
|
|
846
|
-
"
|
|
893
|
+
"proprietorshipRegister": {
|
|
894
|
+
"registerEntry": [
|
|
847
895
|
{
|
|
848
|
-
"
|
|
849
|
-
"
|
|
850
|
-
"
|
|
851
|
-
"
|
|
896
|
+
"entryDate": "2020-11-24",
|
|
897
|
+
"entryText": "PROPRIETOR: PETER RONALD HETHERINGTON-SMYTH and CLARISSA JANE HETHERINGTON-SMYTH of 47 Park Road, Harpenden AL3 5AF.",
|
|
898
|
+
"entryType": "Proprietor",
|
|
899
|
+
"entryNumber": "1"
|
|
852
900
|
},
|
|
853
901
|
{
|
|
854
|
-
"
|
|
855
|
-
"
|
|
856
|
-
"
|
|
857
|
-
"
|
|
902
|
+
"entryText": "The price stated to have been paid on 3 November 2020 was £1,260,000.",
|
|
903
|
+
"entryType": "Price Paid",
|
|
904
|
+
"entryDate": "2020-11-24",
|
|
905
|
+
"entryNumber": "2"
|
|
858
906
|
},
|
|
859
907
|
{
|
|
860
|
-
"
|
|
861
|
-
"
|
|
862
|
-
"
|
|
863
|
-
"
|
|
908
|
+
"entryNumber": "3",
|
|
909
|
+
"entryDate": "2020-11-24",
|
|
910
|
+
"entryType": "Charge Restriction - B Register",
|
|
911
|
+
"entryText": "RESTRICTION: No disposition of the registered estate by the proprietor of the registered estate is to be registered without a written consent signed by the proprietor for the time being of the Charge dated 3 November 2020 in favour of Barclays Bank UK PLC referred to in the Charges Register."
|
|
864
912
|
}
|
|
865
913
|
]
|
|
866
914
|
}
|