@pdtf/schemas 3.0.0-9 → 3.0.1-2

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