@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.
Files changed (39) hide show
  1. package/index.js +15 -13
  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 +713 -665
  7. package/src/examples/v3/exampleVouch.json +25 -0
  8. package/src/schemas/v2/overlays/baspi.json +510 -2331
  9. package/src/schemas/v2/overlays/con29DW.json +36 -125
  10. package/src/schemas/v2/overlays/con29R.json +5 -143
  11. package/src/schemas/v2/overlays/fme1.json +48 -233
  12. package/src/schemas/v2/overlays/lpe1.json +75 -367
  13. package/src/schemas/v2/overlays/nts.json +17 -103
  14. package/src/schemas/v2/overlays/piq.json +146 -693
  15. package/src/schemas/v2/overlays/rds.json +50 -316
  16. package/src/schemas/v2/overlays/ta10.json +540 -1755
  17. package/src/schemas/v2/overlays/ta6.json +241 -1193
  18. package/src/schemas/v2/overlays/ta7.json +106 -440
  19. package/src/schemas/v3/combined.json +22568 -22480
  20. package/src/schemas/v3/overlays/baspi.json +5358 -7480
  21. package/src/schemas/v3/overlays/con29DW.json +537 -615
  22. package/src/schemas/v3/overlays/con29R.json +5 -143
  23. package/src/schemas/v3/overlays/fme1.json +1035 -1215
  24. package/src/schemas/v3/overlays/llc1.json +5 -5
  25. package/src/schemas/v3/overlays/lpe1.json +1782 -2024
  26. package/src/schemas/v3/overlays/nts.json +1393 -1329
  27. package/src/schemas/v3/overlays/oc1.json +821 -821
  28. package/src/schemas/v3/overlays/piq.json +2134 -2884
  29. package/src/schemas/v3/overlays/rds.json +2713 -3284
  30. package/src/schemas/v3/overlays/ta10.json +4786 -5338
  31. package/src/schemas/v3/overlays/ta6.json +2987 -3803
  32. package/src/schemas/v3/overlays/ta7.json +941 -1036
  33. package/src/schemas/v3/pdtf-transaction.json +19590 -18979
  34. package/src/schemas/v3/skeleton.json +2792 -2749
  35. package/src/tests/v3/transactionSchema.test.js +61 -59
  36. package/src/tests/v3/verifiedClaimsValidator.test.js +15 -15
  37. package/src/utils/extractOverlay.js +10 -27
  38. package/src/tests/v2/transactionSchema.test.js +0 -361
  39. package/src/tests/v2/verifiedClaimsValidator.test.js +0 -128
@@ -30,350 +30,296 @@
30
30
  }
31
31
  ],
32
32
  "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
- "delayFactors": {
43
- "hasDelayFactors": { "yesNo": "No" }
44
- },
45
- "ownership": {
46
- "ownershipsToBeTransferred": [
47
- {
48
- "titleNumber": "HD221222",
49
- "ownershipType": "Leasehold",
50
- "leaseholdInformation": {
51
- "typeOfLeasehold": {
52
- "leaseholdType": "Shared ownership",
53
- "sharedOwnershipPercentage": 50,
54
- "sharedOwnershipRent": 200,
55
- "sharedOwnershipRentFrequency": "Monthly"
56
- },
57
- "leaseTerm": {
58
- "startYearOfLease": 1900,
59
- "lengthOfLeaseInYears": 999
60
- },
61
- "contactDetails": {
62
- "contacts": {
63
- "landlord": {
64
- "contact": {
65
- "nameOrOrganisation": "Fleesum Properties",
66
- "address": {
67
- "line1": "47 Park Road",
68
- "postcode": "AL3 5AF"
69
- },
70
- "emailAddress": "james@fleesum.com"
71
- }
72
- },
73
- "managingAgent": {
74
- "contact": {
75
- "nameOrOrganisation": "Pricee Living",
76
- "address": {
77
- "line1": "Pricee House",
78
- "postcode": "AL3 5KK"
79
- },
80
- "emailAddress": "marcel@pricee.co.uk"
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
- "groundRent": {
86
- "isGroundRentPayable": "Yes",
87
- "annualGroundRent": 1750,
88
- "rentSubjectToIncrease": {
89
- "yesNo": "Yes",
90
- "rentReviewFrequency": "Annually",
91
- "rentIncreaseCalculated": "RPI"
92
- }
93
- },
94
- "transferAndRegistration": {
95
- "requirementsToBeMemberOfManagementCompany": {
96
- "yesNoNotApplicable": "No"
97
- }
98
- },
99
- "serviceCharge": {
100
- "sellerContributesToServiceCharge": "Yes",
101
- "annualServiceCharge": 250.23,
102
- "largeAdditionalExpense": { "yesNo": "No" },
103
- "reserveFund": {
104
- "yesNo": "Yes",
105
- "details": "There is sinking fund."
106
- }
107
- },
108
- "additionalFeesOnSale": 0
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
- "councilTax": {
158
- "councilTaxBand": "A",
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
- "notices": {
250
- "neighbourDevelopment": {
251
- "yesNo": "No"
252
- },
253
- "planningApplication": {
254
- "yesNo": "No"
255
- },
256
- "requiredMaintenance": {
257
- "yesNo": "No"
258
- },
259
- "listedBuildingApplication": {
260
- "yesNo": "No"
261
- },
262
- "infrastructureProject": {
263
- "yesNo": "No"
264
- },
265
- "partyWallAct": {
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
- "otherNotices": {
271
- "yesNo": "No"
272
- }
273
- },
274
- "specialistIssues": {
275
- "dryRotEtcTreatment": {
276
- "yesNo": "No"
185
+ "planningPermission": {
186
+ "yesNo": "Not required",
187
+ "details": "Permitted development rights applied"
277
188
  },
278
- "containsAsbestos": {
279
- "yesNo": "No"
189
+ "listedBuildingConsent": {
190
+ "yesNo": "Not required",
191
+ "details": "Not a listed building"
280
192
  },
281
- "japaneseKnotweed": {
282
- "yesNo": "No"
193
+ "deedRestrictionConsent": {
194
+ "yesNo": "Not required",
195
+ "details": "No restriction"
283
196
  },
284
- "subsidenceOrStructuralFault": {
285
- "yesNo": "No"
286
- },
287
- "ongoingHealthOrSafetyIssue": {
288
- "yesNo": "No"
289
- }
197
+ "yesNo": "Yes",
198
+ "details": "Bedroom and ensuite shower room extension 2005"
290
199
  },
291
- "fixturesAndFittings": {
292
- "itemsToRemove": {
293
- "yesNo": "No"
294
- },
295
- "itemsToInclude": {
296
- "yesNo": "No"
297
- }
200
+ "changeOfUse": {
201
+ "yesNo": "No"
298
202
  },
299
- "waterAndDrainage": {
300
- "water": {
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
- "supplier": "Octopus Energy"
206
+ "attachments": "To follow"
340
207
  },
341
- "mainsGas": {
208
+ "planningPermission": {
342
209
  "yesNo": "Yes",
343
- "supplier": "Octopus Energy"
344
- },
345
- "lpg": {
346
- "yesNo": "No"
210
+ "attachments": "Attached"
347
211
  },
348
- "oil": {
349
- "yesNo": "No"
212
+ "listedBuildingConsent": {
213
+ "yesNo": "Not required",
214
+ "details": "Not a listed building"
350
215
  },
351
- "telephone": {
352
- "yesNo": "Yes",
353
- "supplier": "EE"
216
+ "deedRestrictionConsent": {
217
+ "yesNo": "Not required",
218
+ "details": "No restriction"
354
219
  },
355
- "cableSatelliteTV": {
220
+ "yesNo": "Yes",
221
+ "details": "New front door added 2016",
222
+ "yearCompleted": 2016
223
+ },
224
+ "hasAddedConservatory": {
225
+ "buildingRegApproval": {
356
226
  "yesNo": "Yes",
357
- "supplier": "Sky"
227
+ "attachments": "Attached"
358
228
  },
359
- "broadband": {
229
+ "planningPermission": {
360
230
  "yesNo": "Yes",
361
- "supplier": "BT",
362
- "typeOfConnection": "FTTC (Fibre to the Cabinet)"
231
+ "attachments": "To follow"
363
232
  },
364
- "solarPanels": {
365
- "yesNo": "No"
233
+ "listedBuildingConsent": {
234
+ "yesNo": "Not required",
235
+ "details": "Not a listed building"
366
236
  },
367
- "otherServices": {
368
- "yesNo": "No"
237
+ "deedRestrictionConsent": {
238
+ "yesNo": "No",
239
+ "details": "Added as part of initial build and deeds"
369
240
  },
370
- "maintenanceAgreements": {
371
- "yesNo": "No"
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
- "heating": {
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
- "insurance": {
396
- "isInsured": "Yes",
397
- "difficultiesObtainingInsurance": {
398
- "abnormalRiseInPremiums": {
399
- "yesNo": "Yes",
400
- "details": "Very history"
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
- "subjectToHighExcesses": { "yesNo": "No" },
403
- "subjectToUnusualConditions": { "yesNo": "No" },
404
- "refused": { "yesNo": "Yes", "details": "Much refuse" }
405
- },
406
- "insuranceClaims": {
407
- "yesNo": "No"
351
+ "supplier": "Northumbria Water",
352
+ "stopcock": {
353
+ "location": "Under the sink"
354
+ }
408
355
  }
409
356
  },
410
- "boundaries": {
411
- "partOutsideLegalOwnership": {
412
- "yesNo": "No"
413
- },
414
- "partOnSeparateSiteOrDeed": {
415
- "yesNo": "No"
416
- },
417
- "boundariesDifferFromTitlePlan": {
418
- "yesNo": "No"
357
+ "drainage": {
358
+ "mainsSurfaceWaterDrainage": {
359
+ "yesNo": "Yes"
419
360
  },
420
- "boundaryAlterationProposal": {
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
- "rightsAndInformalArrangements": {
425
- "sharedContributions": {
426
- "yesNo": "No"
427
- },
428
- "neighbouringLandRights": {
429
- "yesNo": "No"
430
- },
431
- "accessRestrictionAttempts": {
432
- "yesNo": "No"
433
- },
434
- "rightsOrArrangements": {
435
- "publicRightOfWay": {
436
- "yesNo": "No"
437
- },
438
- "rightsOfLight": {
439
- "yesNo": "No"
440
- },
441
- "rightsOfSupport": {
442
- "yesNo": "No"
443
- },
444
- "rightsCreatedThroughCustom": {
445
- "yesNo": "No"
446
- },
447
- "minesAndMinerals": {
448
- "yesNo": "No"
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
- "environmentalIssues": {
463
- "flooding": {
464
- "floodRisk": {
465
- "impactIndicator": "Yes",
466
- "summary": "Likely to flood from surface water"
467
- },
468
- "hasBeenFlooded": "Yes",
469
- "details": "Minor basement flood",
470
- "typeOfFlooding": ["Surface water"]
471
- },
472
- "radon": {
473
- "radonTest": { "yesNo": "No" },
474
- "remedialMeasuresOnConstruction": { "yesNo": "No" }
475
- },
476
- "coalMining": {
477
- "impactIndicator": "No"
478
- },
479
- "nonCoalMining": {
480
- "impactIndicator": "No"
481
- },
482
- "coastalErosion": {
483
- "impactIndicator": "No"
484
- },
485
- "otherEnvironmental": {
486
- "yesNo": "No"
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
- "otherIssues": {
490
- "excessiveNoise": {
463
+ "neighbouringLandRights": {
464
+ "yesNo": "No"
465
+ },
466
+ "accessRestrictionAttempts": {
467
+ "yesNo": "No"
468
+ },
469
+ "rightsOrArrangements": {
470
+ "publicRightOfWay": {
491
471
  "yesNo": "No"
492
472
  },
493
- "crime": {
473
+ "rightsOfLight": {
494
474
  "yesNo": "No"
495
475
  },
496
- "cautionOrConviction": {
476
+ "rightsOfSupport": {
497
477
  "yesNo": "No"
498
478
  },
499
- "failedTransactionsInLast12Months": {
479
+ "rightsCreatedThroughCustom": {
500
480
  "yesNo": "No"
501
- }
502
- },
503
- "additionalInformation": {
504
- "restrictionsOnUseNotCompliedWith": {
481
+ },
482
+ "minesAndMinerals": {
505
483
  "yesNo": "No"
506
484
  },
507
- "otherMaterialIssue": {
485
+ "churchChancel": {
508
486
  "yesNo": "No"
509
487
  },
510
- "otherCharges": {
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
- "additionalLegalInfo": {
519
- "legalOwners": {
520
- "namesOfLegalOwners": [
521
- {
522
- "ownerType": "Private individual",
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
- "adjacentLandIncluded": { "yesNo": "Yes", "details": "Some movements" },
550
- "flyingFreehold": { "yesNo": "Yes", "details": "Some flying stuff" }
503
+ "historicalFlooding": {
504
+ "hasBeenFlooded": "Yes",
505
+ "details": "Minor basement flood",
506
+ "typeOfFlooding": ["Surface water"]
507
+ }
551
508
  },
552
- "servicesCrossing": {
553
- "pipesWiresCablesDrainsToProperty": { "yesNo": "No" },
554
- "pipesWiresCablesDrainsFromProperty": { "yesNo": "No" },
555
- "formalOrInformalAgreements": { "yesNo": "No" }
509
+ "radon": {
510
+ "radonTest": { "yesNo": "No" },
511
+ "remedialMeasuresOnConstruction": { "yesNo": "No" }
556
512
  },
557
- "energyAndMeters": {
558
- "testedByQualifiedElectrician": {
559
- "yesNo": "Yes",
560
- "yearTested": 2015,
561
- "attachments": "To follow"
562
- },
563
- "electricalWorkSince2005": {
564
- "yesNo": "Yes",
565
- "yearWorkCarriedOut": 2016,
566
- "details": "New fuse box",
567
- "attachments": "To follow"
568
- },
569
- "solarPanels": { "hasSolarPanels": "No" }
570
- },
571
- "smartHomeSystems": { "hasSmartHomeSystems": "No" },
572
- "guaranteesWarrantiesAndIndemnityInsurances": {
573
- "hasValidGuaranteesOrWarranties": "No"
574
- },
575
- "occupiers": {
576
- "sellerLivesAtProperty": { "yesNo": "Yes" },
577
- "othersAged17OrOver": {
578
- "hasOthersAged17OrOver": "Yes",
579
- "aged17OrOverNames": "John Smith (42), Muhammed Tawfik (32)",
580
- "aged17OrOverTenantsOrLodgers": { "yesNo": "No" },
581
- "vacantPossession": {
582
- "soldWithVacantPossession": "Yes",
583
- "aged17OrOverAgreedToLeave": { "yesNo": "Yes" },
584
- "aged17OrOverWillSignToConfirmWillVacate": { "yesNo": "Yes" }
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
- "completionAndMoving": {
589
- "sellerWillEnsure": {
590
- "removeRubbish": true,
591
- "replaceLightFittings": true,
592
- "takeReasonableCare": true,
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
- "confirmationOfAccuracyByOwners": {
604
- "confirmWillProvideAdditionalDocumentation": true,
605
- "confirmInformationIsAccurate": true
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
- "OCSummaryData": {
614
- "Title": {
615
- "TitleNumber": "HD221222",
616
- "ClassOfTitleCode": "10",
617
- "TitleRegistrationDetails": {
618
- "LatestEditionDate": "2020-11-24",
619
- "RegistrationDate": "1991-11-11",
620
- "DistrictName": "ST ALBANS",
621
- "PostcodeZone": {
622
- "Postcode": "AL3 5AF"
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
- "LandRegistryOfficeName": "Leicester Office",
625
- "AdministrativeArea": "HERTFORDSHIRE"
672
+ "landRegistryOfficeName": "Leicester Office",
673
+ "administrativeArea": "HERTFORDSHIRE"
626
674
  },
627
- "CommonholdIndicator": "false"
675
+ "commonholdIndicator": "false"
628
676
  },
629
- "OfficialCopyDateTime": "2021-12-16T08:39:52",
630
- "PropertyAddress": {
631
- "PostcodeZone": {
632
- "Postcode": "AL3 5AF"
677
+ "officialCopyDateTime": "2021-12-16T08:39:52",
678
+ "propertyAddress": {
679
+ "postcodeZone": {
680
+ "postcode": "AL3 5AF"
633
681
  },
634
- "AddressLine": {
635
- "Line": ["47 Park Road", "Harpenden"]
682
+ "addressLine": {
683
+ "line": ["47 Park Road", "Harpenden"]
636
684
  }
637
685
  },
638
- "Proprietorship": {
639
- "RegisteredProprietorParty": [
686
+ "proprietorship": {
687
+ "registeredProprietorParty": [
640
688
  {
641
- "PrivateIndividual": {
642
- "Name": {
643
- "SurnameName": "Hetherington-Smythe",
644
- "ForenamesName": "Peter Ronald"
689
+ "privateIndividual": {
690
+ "name": {
691
+ "surnameName": "Hetherington-Smythe",
692
+ "forenamesName": "Peter Ronald"
645
693
  }
646
694
  },
647
- "Address": {
648
- "PostcodeZone": {
649
- "Postcode": "AL3 5AF"
695
+ "address": {
696
+ "postcodeZone": {
697
+ "postcode": "AL3 5AF"
650
698
  },
651
- "AddressLine": {
652
- "Line": ["47 Park Road", "Harpenden"]
699
+ "addressLine": {
700
+ "line": ["47 Park Road", "Harpenden"]
653
701
  }
654
702
  }
655
703
  },
656
704
  {
657
- "Address": {
658
- "AddressLine": {
659
- "Line": ["47 Park Road", "Harpenden"]
705
+ "address": {
706
+ "addressLine": {
707
+ "line": ["47 Park Road", "Harpenden"]
660
708
  },
661
- "PostcodeZone": {
662
- "Postcode": "AL3 5AF"
709
+ "postcodeZone": {
710
+ "postcode": "AL3 5AF"
663
711
  }
664
712
  },
665
- "PrivateIndividual": {
666
- "Name": {
667
- "ForenamesName": "Clarissa Jane",
668
- "SurnameName": "Hetherington-Smythe"
713
+ "privateIndividual": {
714
+ "name": {
715
+ "forenamesName": "Clarissa Jane",
716
+ "surnameName": "Hetherington-Smythe"
669
717
  }
670
718
  }
671
719
  }
672
720
  ],
673
- "CurrentProprietorshipDate": "2020-11-24"
721
+ "currentProprietorshipDate": "2020-11-24"
674
722
  },
675
- "EditionDate": "2020-11-24",
676
- "DocumentDetails": {
677
- "Document": {
678
- "EntryNumber": ["B3", "C2", "C3", "C4"],
679
- "PlanOnlyIndicator": "false",
680
- "RegisterDescription": "Charge",
681
- "DocumentType": "50",
682
- "DocumentDate": "2020-11-03"
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
- "RestrictionDetails": {
686
- "RestrictionEntry": {
687
- "ChargeRestriction": {
688
- "ChargeID": "1",
689
- "EntryDetails": {
690
- "EntryNumber": "3",
691
- "Infills": {
692
- "ChargeDate": "2020-11-03",
693
- "ChargeParty": "Barclays Bank UK PLC"
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
- "SubRegisterCode": "B",
696
- "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."
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
- "RestrictionTypeCode": "30"
746
+ "restrictionTypeCode": "30"
699
747
  }
700
748
  }
701
749
  },
702
- "PricePaidEntry": {
703
- "EntryDetails": {
704
- "EntryText": "The price stated to have been paid on 3 November 2020 was £1,100,000.",
705
- "SubRegisterCode": "B",
706
- "EntryNumber": "2",
707
- "Infills": {
708
- "Date": "2020-11-03",
709
- "Amount": "£1,260,000"
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
- "RegistrationDate": "2020-11-24"
759
+ "registrationDate": "2020-11-24"
712
760
  }
713
761
  },
714
- "Charge": {
715
- "ChargeEntry": {
716
- "RegisteredCharge": {
717
- "EntryDetails": {
718
- "SubRegisterCode": "C",
719
- "RegistrationDate": "2020-11-24",
720
- "EntryText": "REGISTERED CHARGE dated 3 November 2020.",
721
- "Infills": {
722
- "ChargeDate": "2020-11-03"
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
- "EntryNumber": "2"
772
+ "entryNumber": "2"
725
773
  }
726
774
  },
727
- "ChargeDate": "2020-11-03",
728
- "ChargeID": "1",
729
- "ChargeProprietor": {
730
- "ChargeeParty": {
731
- "Organization": {
732
- "Name": "Barclays Bank UK PLC"
775
+ "chargeDate": "2020-11-03",
776
+ "chargeID": "1",
777
+ "chargeProprietor": {
778
+ "chargeeParty": {
779
+ "organization": {
780
+ "name": "Barclays Bank UK PLC"
733
781
  },
734
- "Address": {
735
- "AddressLine": {
736
- "Line": ["P.O. Box 187", "Leeds"]
782
+ "address": {
783
+ "addressLine": {
784
+ "line": ["P.O. Box 187", "Leeds"]
737
785
  },
738
- "PostcodeZone": {
739
- "Postcode": "LS11 1AN"
786
+ "postcodeZone": {
787
+ "postcode": "LS11 1AN"
740
788
  }
741
789
  }
742
790
  },
743
- "EntryDetails": {
744
- "SubRegisterCode": "C",
745
- "RegistrationDate": "2020-11-24",
746
- "EntryNumber": "3",
747
- "EntryText": "Proprietor: BARCLAYS BANK UK PLC (Co. Regn. No. 9740322) of P.O. Box 187, Leeds LS11 1AN."
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
- "RegisterEntryIndicators": {
753
- "UnidentifiedEntryIndicator": "false",
754
- "SubChargeIndicator": "false",
755
- "DiscountChargeIndicator": "false",
756
- "ChargeIndicator": "true",
757
- "PropertyDescriptionNotesIndicator": "false",
758
- "ChargeRelatedRestrictionIndicator": "false",
759
- "BankruptcyIndicator": "false",
760
- "MultipleChargeIndicator": "false",
761
- "HomeRightsChangeOfAddressIndicator": "false",
762
- "CCBIIndicator": "false",
763
- "AgreedNoticeIndicator": "false",
764
- "VendorsLienIndicator": "false",
765
- "RightOfPreEmptionIndicator": "false",
766
- "CreditorsNoticeIndicator": "false",
767
- "CautionIndicator": "false",
768
- "ChargeRestrictionIndicator": "true",
769
- "ScheduleOfLeasesIndicator": "false",
770
- "UnilateralNoticeIndicator": "false",
771
- "DeathOfProprietorIndicator": "false",
772
- "RentChargeIndicator": "false",
773
- "EquitableChargeIndicator": "false",
774
- "ChargeeIndicator": "true",
775
- "DeedOfPostponementIndicator": "false",
776
- "NonChargeRestrictionIndicator": "false",
777
- "GreenOutEntryIndicator": "false",
778
- "UnilateralNoticeBeneficiaryIndicator": "false",
779
- "NotedChargeIndicator": "false",
780
- "PricePaidIndicator": "true",
781
- "HomeRightsIndicator": "false",
782
- "LeaseHoldTitleIndicator": "false"
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
- "OCRegisterData": {
786
- "ChargesRegister": {
787
- "RegisterEntry": [
833
+ "ocRegisterData": {
834
+ "chargesRegister": {
835
+ "registerEntry": [
788
836
  {
789
- "EntryNumber": "1",
790
- "EntryType": "Restrictive Covenants/Stipulations - Deed",
791
- "EntryText": [
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
- "EntryDate": "1991-11-11"
849
+ "entryDate": "1991-11-11"
802
850
  },
803
851
  {
804
- "EntryText": "REGISTERED CHARGE dated 3 November 2020.",
805
- "EntryType": "Registered Charges",
806
- "EntryDate": "2020-11-24",
807
- "EntryNumber": "2"
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
- "EntryNumber": "3",
811
- "EntryDate": "2020-11-24",
812
- "EntryType": "Chargee",
813
- "EntryText": "Proprietor: BARCLAYS BANK UK PLC (Co. Regn. No. 9740322) of P.O. Box 187, Leeds LS11 1AN."
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
- "EntryType": "Obligation",
817
- "EntryDate": "2020-11-24",
818
- "EntryNumber": "4",
819
- "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."
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
- "PropertyRegister": {
824
- "DistrictDetails": {
825
- "EntryText": "HERTFORDSHIRE : ST ALBANS"
871
+ "propertyRegister": {
872
+ "districtDetails": {
873
+ "entryText": "HERTFORDSHIRE : ST ALBANS"
826
874
  },
827
- "RegisterEntry": [
875
+ "registerEntry": [
828
876
  {
829
- "EntryType": "Property Description",
830
- "EntryNumber": "1",
831
- "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).",
832
- "EntryDate": "1991-11-11"
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
- "EntryNumber": "2",
836
- "EntryText": [
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
- "EntryDate": "1991-11-11",
841
- "EntryType": "Provisions"
888
+ "entryDate": "1991-11-11",
889
+ "entryType": "Provisions"
842
890
  }
843
891
  ]
844
892
  },
845
- "ProprietorshipRegister": {
846
- "RegisterEntry": [
893
+ "proprietorshipRegister": {
894
+ "registerEntry": [
847
895
  {
848
- "EntryDate": "2020-11-24",
849
- "EntryText": "PROPRIETOR: PETER RONALD HETHERINGTON-SMYTH and CLARISSA JANE HETHERINGTON-SMYTH of 47 Park Road, Harpenden AL3 5AF.",
850
- "EntryType": "Proprietor",
851
- "EntryNumber": "1"
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
- "EntryText": "The price stated to have been paid on 3 November 2020 was £1,260,000.",
855
- "EntryType": "Price Paid",
856
- "EntryDate": "2020-11-24",
857
- "EntryNumber": "2"
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
- "EntryNumber": "3",
861
- "EntryDate": "2020-11-24",
862
- "EntryType": "Charge Restriction - B Register",
863
- "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."
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
  }