@pdtf/schemas 3.0.0-2 → 3.0.0-21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +15 -13
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +82 -75
- package/src/schemas/v2/overlays/baspi.json +510 -2331
- package/src/schemas/v2/overlays/con29DW.json +36 -125
- package/src/schemas/v2/overlays/con29R.json +5 -143
- package/src/schemas/v2/overlays/fme1.json +48 -233
- package/src/schemas/v2/overlays/lpe1.json +75 -367
- package/src/schemas/v2/overlays/nts.json +17 -103
- package/src/schemas/v2/overlays/piq.json +146 -693
- package/src/schemas/v2/overlays/rds.json +50 -316
- package/src/schemas/v2/overlays/ta10.json +540 -1755
- package/src/schemas/v2/overlays/ta6.json +241 -1193
- package/src/schemas/v2/overlays/ta7.json +106 -440
- package/src/schemas/v3/combined.json +2434 -2581
- package/src/schemas/v3/overlays/baspi.json +1360 -3480
- package/src/schemas/v3/overlays/con29DW.json +36 -125
- package/src/schemas/v3/overlays/con29R.json +5 -143
- package/src/schemas/v3/overlays/fme1.json +53 -233
- package/src/schemas/v3/overlays/lpe1.json +85 -367
- package/src/schemas/v3/overlays/nts.json +711 -634
- package/src/schemas/v3/overlays/piq.json +452 -1190
- package/src/schemas/v3/overlays/rds.json +500 -1059
- package/src/schemas/v3/overlays/ta10.json +540 -1755
- package/src/schemas/v3/overlays/ta6.json +787 -1678
- package/src/schemas/v3/overlays/ta7.json +220 -462
- package/src/schemas/v3/pdtf-transaction.json +1976 -2286
- package/src/schemas/v3/skeleton.json +248 -214
- package/src/tests/v3/transactionSchema.test.js +28 -18
- package/src/tests/v3/verifiedClaimsValidator.test.js +2 -2
- package/src/utils/extractOverlay.js +5 -27
- package/src/tests/v2/transactionSchema.test.js +0 -361
- package/src/tests/v2/verifiedClaimsValidator.test.js +0 -128
|
@@ -8,23 +8,18 @@
|
|
|
8
8
|
"properties": {
|
|
9
9
|
"address": {
|
|
10
10
|
"piqRef": "A1.1",
|
|
11
|
-
"title": "Property Address",
|
|
12
11
|
"properties": {
|
|
13
12
|
"line1": {
|
|
14
|
-
"piqRef": "A1.1.1"
|
|
15
|
-
"title": "Address line 1"
|
|
13
|
+
"piqRef": "A1.1.1"
|
|
16
14
|
},
|
|
17
15
|
"line2": {
|
|
18
|
-
"piqRef": "A1.1.2"
|
|
19
|
-
"title": "Address line 2"
|
|
16
|
+
"piqRef": "A1.1.2"
|
|
20
17
|
},
|
|
21
18
|
"town": {
|
|
22
|
-
"piqRef": "A1.1.3"
|
|
23
|
-
"title": "Town"
|
|
19
|
+
"piqRef": "A1.1.3"
|
|
24
20
|
},
|
|
25
21
|
"postcode": {
|
|
26
|
-
"piqRef": "A1.1.5"
|
|
27
|
-
"title": "Postcode"
|
|
22
|
+
"piqRef": "A1.1.5"
|
|
28
23
|
}
|
|
29
24
|
}
|
|
30
25
|
},
|
|
@@ -34,16 +29,7 @@
|
|
|
34
29
|
"items": {
|
|
35
30
|
"properties": {
|
|
36
31
|
"ownershipType": {
|
|
37
|
-
"piqRef": "A1.2"
|
|
38
|
-
"title": "What type of ownership is the property?",
|
|
39
|
-
"description": "A Managed Freehold is any freehold where there are shared amenities, the maintenance of which you pay for through an estate rentcharge, service charge, informal or formal contribution. Choose Leasehold if your property is under a Shared Ownership arrangement.",
|
|
40
|
-
"enum": [
|
|
41
|
-
"Freehold",
|
|
42
|
-
"Managed Freehold",
|
|
43
|
-
"Commonhold",
|
|
44
|
-
"Leasehold",
|
|
45
|
-
"Other"
|
|
46
|
-
]
|
|
32
|
+
"piqRef": "A1.2"
|
|
47
33
|
}
|
|
48
34
|
},
|
|
49
35
|
"oneOf": [
|
|
@@ -55,14 +41,12 @@
|
|
|
55
41
|
"contactDetails": {
|
|
56
42
|
"properties": {
|
|
57
43
|
"managingAgent": {
|
|
58
|
-
"piqRef": "A1.4.1"
|
|
59
|
-
"title": "Managing Agent"
|
|
44
|
+
"piqRef": "A1.4.1"
|
|
60
45
|
}
|
|
61
46
|
}
|
|
62
47
|
},
|
|
63
48
|
"serviceCharge": {
|
|
64
|
-
"piqRef": "A1.4.2"
|
|
65
|
-
"title": "Service Charge"
|
|
49
|
+
"piqRef": "A1.4.2"
|
|
66
50
|
}
|
|
67
51
|
}
|
|
68
52
|
}
|
|
@@ -75,8 +59,7 @@
|
|
|
75
59
|
"leaseTerm": {
|
|
76
60
|
"properties": {
|
|
77
61
|
"lengthOfLeaseInYears": {
|
|
78
|
-
"piqRef": "A1.3.1"
|
|
79
|
-
"title": "Length of lease (years)"
|
|
62
|
+
"piqRef": "A1.3.1"
|
|
80
63
|
}
|
|
81
64
|
}
|
|
82
65
|
},
|
|
@@ -85,9 +68,7 @@
|
|
|
85
68
|
"contacts": {
|
|
86
69
|
"properties": {
|
|
87
70
|
"landlord": {
|
|
88
|
-
"piqRef": "A1.4.4"
|
|
89
|
-
"title": "Landlord",
|
|
90
|
-
"description": "The landlord (or freeholder) may be, for example, a private individual, a housing association, or a management company owned by the residents"
|
|
71
|
+
"piqRef": "A1.4.4"
|
|
91
72
|
}
|
|
92
73
|
}
|
|
93
74
|
}
|
|
@@ -95,7 +76,6 @@
|
|
|
95
76
|
},
|
|
96
77
|
"groundRent": {
|
|
97
78
|
"piqRef": "A1.3.3",
|
|
98
|
-
"title": "Ground Rent",
|
|
99
79
|
"discriminator": {
|
|
100
80
|
"propertyName": "isGroundRentPayable"
|
|
101
81
|
},
|
|
@@ -117,12 +97,10 @@
|
|
|
117
97
|
]
|
|
118
98
|
},
|
|
119
99
|
"annualGroundRent": {
|
|
120
|
-
"piqRef": "A1.3.3"
|
|
121
|
-
"title": "What is the annual ground rent payable? (£)"
|
|
100
|
+
"piqRef": "A1.3.3"
|
|
122
101
|
},
|
|
123
102
|
"rentSubjectToIncrease": {
|
|
124
103
|
"piqRef": "A1.3.4",
|
|
125
|
-
"title": "Is the ground rent subject to increase?",
|
|
126
104
|
"discriminator": {
|
|
127
105
|
"propertyName": "yesNo"
|
|
128
106
|
},
|
|
@@ -144,20 +122,14 @@
|
|
|
144
122
|
]
|
|
145
123
|
},
|
|
146
124
|
"rentIncreaseCalculated": {
|
|
147
|
-
"piqRef": "A1.3.4.2"
|
|
148
|
-
"title": "How is the increase calculated?",
|
|
149
|
-
"description": "e.g. set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc"
|
|
125
|
+
"piqRef": "A1.3.4.2"
|
|
150
126
|
}
|
|
151
127
|
}
|
|
152
128
|
}
|
|
153
129
|
],
|
|
154
130
|
"properties": {
|
|
155
131
|
"yesNo": {
|
|
156
|
-
"piqRef": "A1.3.4.1"
|
|
157
|
-
"enum": [
|
|
158
|
-
"Yes",
|
|
159
|
-
"No"
|
|
160
|
-
]
|
|
132
|
+
"piqRef": "A1.3.4.1"
|
|
161
133
|
}
|
|
162
134
|
}
|
|
163
135
|
}
|
|
@@ -178,7 +150,6 @@
|
|
|
178
150
|
"properties": {
|
|
179
151
|
"parkingArrangements": {
|
|
180
152
|
"piqRef": "A1.5",
|
|
181
|
-
"title": "Parking arrangements",
|
|
182
153
|
"discriminator": {
|
|
183
154
|
"propertyName": "parkingArrangementsType"
|
|
184
155
|
},
|
|
@@ -211,19 +182,7 @@
|
|
|
211
182
|
],
|
|
212
183
|
"properties": {
|
|
213
184
|
"parkingArrangementsType": {
|
|
214
|
-
"piqRef": "A1.5.1"
|
|
215
|
-
"title": "What type of parking arrangements are there?",
|
|
216
|
-
"enum": [
|
|
217
|
-
"Garage",
|
|
218
|
-
"Allocated parking space",
|
|
219
|
-
"Driveway",
|
|
220
|
-
"On street",
|
|
221
|
-
"Resident permit",
|
|
222
|
-
"Metered parking",
|
|
223
|
-
"Communal parking",
|
|
224
|
-
"None",
|
|
225
|
-
"Other"
|
|
226
|
-
]
|
|
185
|
+
"piqRef": "A1.5.1"
|
|
227
186
|
}
|
|
228
187
|
}
|
|
229
188
|
}
|
|
@@ -233,7 +192,6 @@
|
|
|
233
192
|
"properties": {
|
|
234
193
|
"isListed": {
|
|
235
194
|
"piqRef": "A1.6.1",
|
|
236
|
-
"title": "Is the property a listed building in England or Wales?",
|
|
237
195
|
"discriminator": {
|
|
238
196
|
"propertyName": "yesNo"
|
|
239
197
|
},
|
|
@@ -260,18 +218,12 @@
|
|
|
260
218
|
],
|
|
261
219
|
"properties": {
|
|
262
220
|
"yesNo": {
|
|
263
|
-
"piqRef": "A1.6.1.1"
|
|
264
|
-
"enum": [
|
|
265
|
-
"Yes",
|
|
266
|
-
"No",
|
|
267
|
-
"Not known"
|
|
268
|
-
]
|
|
221
|
+
"piqRef": "A1.6.1.1"
|
|
269
222
|
}
|
|
270
223
|
}
|
|
271
224
|
},
|
|
272
225
|
"isConservationArea": {
|
|
273
226
|
"piqRef": "A1.6.2",
|
|
274
|
-
"title": "Is the property in a designated conservation area?",
|
|
275
227
|
"discriminator": {
|
|
276
228
|
"propertyName": "yesNo"
|
|
277
229
|
},
|
|
@@ -298,18 +250,12 @@
|
|
|
298
250
|
],
|
|
299
251
|
"properties": {
|
|
300
252
|
"yesNo": {
|
|
301
|
-
"piqRef": "A1.6.2.1"
|
|
302
|
-
"enum": [
|
|
303
|
-
"Yes",
|
|
304
|
-
"No",
|
|
305
|
-
"Not known"
|
|
306
|
-
]
|
|
253
|
+
"piqRef": "A1.6.2.1"
|
|
307
254
|
}
|
|
308
255
|
}
|
|
309
256
|
},
|
|
310
257
|
"hasTreePreservationOrder": {
|
|
311
258
|
"piqRef": "A1.6.3",
|
|
312
|
-
"title": "To your knowledge, does a tree preservation order apply to any trees within the boundaries of the property?",
|
|
313
259
|
"discriminator": {
|
|
314
260
|
"propertyName": "yesNo"
|
|
315
261
|
},
|
|
@@ -333,7 +279,6 @@
|
|
|
333
279
|
},
|
|
334
280
|
"workCarriedOut": {
|
|
335
281
|
"piqRef": "A1.6.4",
|
|
336
|
-
"title": "Has work been carried out to any trees which are protected by the order?",
|
|
337
282
|
"discriminator": {
|
|
338
283
|
"propertyName": "yesNo"
|
|
339
284
|
},
|
|
@@ -359,11 +304,7 @@
|
|
|
359
304
|
],
|
|
360
305
|
"properties": {
|
|
361
306
|
"yesNo": {
|
|
362
|
-
"piqRef": "A1.6.4.1"
|
|
363
|
-
"enum": [
|
|
364
|
-
"Yes",
|
|
365
|
-
"No"
|
|
366
|
-
]
|
|
307
|
+
"piqRef": "A1.6.4.1"
|
|
367
308
|
}
|
|
368
309
|
}
|
|
369
310
|
}
|
|
@@ -372,12 +313,7 @@
|
|
|
372
313
|
],
|
|
373
314
|
"properties": {
|
|
374
315
|
"yesNo": {
|
|
375
|
-
"piqRef": "A1.6.3.1"
|
|
376
|
-
"enum": [
|
|
377
|
-
"Yes",
|
|
378
|
-
"No",
|
|
379
|
-
"Not known"
|
|
380
|
-
]
|
|
316
|
+
"piqRef": "A1.6.3.1"
|
|
381
317
|
}
|
|
382
318
|
}
|
|
383
319
|
}
|
|
@@ -387,7 +323,6 @@
|
|
|
387
323
|
"properties": {
|
|
388
324
|
"isStandardForm": {
|
|
389
325
|
"piqRef": "A5.5",
|
|
390
|
-
"title": "Is the property built in a standard form of construction? E.g. brick and/or block with timber-supported roof comprising a tile or slate cover?",
|
|
391
326
|
"discriminator": {
|
|
392
327
|
"propertyName": "yesNo"
|
|
393
328
|
},
|
|
@@ -413,11 +348,7 @@
|
|
|
413
348
|
],
|
|
414
349
|
"properties": {
|
|
415
350
|
"yesNo": {
|
|
416
|
-
"piqRef": "A5.5.1"
|
|
417
|
-
"enum": [
|
|
418
|
-
"Yes",
|
|
419
|
-
"No"
|
|
420
|
-
]
|
|
351
|
+
"piqRef": "A5.5.1"
|
|
421
352
|
}
|
|
422
353
|
}
|
|
423
354
|
}
|
|
@@ -427,16 +358,11 @@
|
|
|
427
358
|
"properties": {
|
|
428
359
|
"greenDealLoan": {
|
|
429
360
|
"piqRef": "A11.4",
|
|
430
|
-
"title": "Green Deal Loan",
|
|
431
361
|
"properties": {
|
|
432
362
|
"hasGreenDealLoan": {
|
|
433
363
|
"properties": {
|
|
434
364
|
"yesNo": {
|
|
435
|
-
"piqRef": "A11.4.1"
|
|
436
|
-
"enum": [
|
|
437
|
-
"Yes",
|
|
438
|
-
"No"
|
|
439
|
-
]
|
|
365
|
+
"piqRef": "A11.4.1"
|
|
440
366
|
}
|
|
441
367
|
}
|
|
442
368
|
}
|
|
@@ -446,23 +372,9 @@
|
|
|
446
372
|
},
|
|
447
373
|
"councilTax": {
|
|
448
374
|
"piqRef": "B2",
|
|
449
|
-
"title": "Council Tax",
|
|
450
375
|
"properties": {
|
|
451
376
|
"councilTaxBand": {
|
|
452
|
-
"piqRef": "B2.1"
|
|
453
|
-
"title": "Which Council Tax band does this property fall within?",
|
|
454
|
-
"description": "Band I relates to Wales only",
|
|
455
|
-
"enum": [
|
|
456
|
-
"A",
|
|
457
|
-
"B",
|
|
458
|
-
"C",
|
|
459
|
-
"D",
|
|
460
|
-
"E",
|
|
461
|
-
"F",
|
|
462
|
-
"G",
|
|
463
|
-
"H",
|
|
464
|
-
"I"
|
|
465
|
-
]
|
|
377
|
+
"piqRef": "B2.1"
|
|
466
378
|
}
|
|
467
379
|
}
|
|
468
380
|
},
|
|
@@ -470,8 +382,6 @@
|
|
|
470
382
|
"properties": {
|
|
471
383
|
"hasDisputesAndComplaints": {
|
|
472
384
|
"piqRef": "A2.1",
|
|
473
|
-
"title": "Have any disputes or complaints occurred, regarding this property, a property nearby, or their use?",
|
|
474
|
-
"description": "E.g boundary disagreement, noise, trespass etc",
|
|
475
385
|
"discriminator": {
|
|
476
386
|
"propertyName": "yesNo"
|
|
477
387
|
},
|
|
@@ -493,19 +403,14 @@
|
|
|
493
403
|
]
|
|
494
404
|
},
|
|
495
405
|
"details": {
|
|
496
|
-
"piqRef": "A2.1.1.2"
|
|
497
|
-
"title": "Please give details"
|
|
406
|
+
"piqRef": "A2.1.1.2"
|
|
498
407
|
}
|
|
499
408
|
}
|
|
500
409
|
}
|
|
501
410
|
],
|
|
502
411
|
"properties": {
|
|
503
412
|
"yesNo": {
|
|
504
|
-
"piqRef": "A2.1.1"
|
|
505
|
-
"enum": [
|
|
506
|
-
"Yes",
|
|
507
|
-
"No"
|
|
508
|
-
]
|
|
413
|
+
"piqRef": "A2.1.1"
|
|
509
414
|
}
|
|
510
415
|
}
|
|
511
416
|
}
|
|
@@ -515,7 +420,6 @@
|
|
|
515
420
|
"properties": {
|
|
516
421
|
"hasStructuralAlterations": {
|
|
517
422
|
"piqRef": "A3.1",
|
|
518
|
-
"title": "Have there been any structural alterations, extensions, significant repairs or renewals to the property? (e.g. extensions, loft or garage conversion, removal of internal walls or chimneys)",
|
|
519
423
|
"discriminator": {
|
|
520
424
|
"propertyName": "yesNo"
|
|
521
425
|
},
|
|
@@ -537,25 +441,19 @@
|
|
|
537
441
|
]
|
|
538
442
|
},
|
|
539
443
|
"details": {
|
|
540
|
-
"piqRef": "A3.1.2"
|
|
541
|
-
"title": "Please give details including dates of all work undertaken"
|
|
444
|
+
"piqRef": "A3.1.2"
|
|
542
445
|
}
|
|
543
446
|
}
|
|
544
447
|
}
|
|
545
448
|
],
|
|
546
449
|
"properties": {
|
|
547
450
|
"yesNo": {
|
|
548
|
-
"piqRef": "A3.1.1"
|
|
549
|
-
"enum": [
|
|
550
|
-
"Yes",
|
|
551
|
-
"No"
|
|
552
|
-
]
|
|
451
|
+
"piqRef": "A3.1.1"
|
|
553
452
|
}
|
|
554
453
|
}
|
|
555
454
|
},
|
|
556
455
|
"windowReplacementsSince2002": {
|
|
557
456
|
"piqRef": "A3.2",
|
|
558
|
-
"title": "Since 1st April 2002 has replacement of any windows, roof windows, roof lights, glazed doors taken place?",
|
|
559
457
|
"discriminator": {
|
|
560
458
|
"propertyName": "yesNo"
|
|
561
459
|
},
|
|
@@ -577,29 +475,22 @@
|
|
|
577
475
|
]
|
|
578
476
|
},
|
|
579
477
|
"details": {
|
|
580
|
-
"piqRef": "A3.2.2"
|
|
581
|
-
"title": "For each installation, please outline the nature of the work."
|
|
478
|
+
"piqRef": "A3.2.2"
|
|
582
479
|
},
|
|
583
480
|
"yearCompleted": {
|
|
584
|
-
"piqRef": "A3.2.3"
|
|
585
|
-
"title": "What year was the installation completed?"
|
|
481
|
+
"piqRef": "A3.2.3"
|
|
586
482
|
}
|
|
587
483
|
}
|
|
588
484
|
}
|
|
589
485
|
],
|
|
590
486
|
"properties": {
|
|
591
487
|
"yesNo": {
|
|
592
|
-
"piqRef": "A3.2.1"
|
|
593
|
-
"enum": [
|
|
594
|
-
"Yes",
|
|
595
|
-
"No"
|
|
596
|
-
]
|
|
488
|
+
"piqRef": "A3.2.1"
|
|
597
489
|
}
|
|
598
490
|
}
|
|
599
491
|
},
|
|
600
492
|
"hasAddedConservatory": {
|
|
601
493
|
"piqRef": "A3.4",
|
|
602
|
-
"title": "Has a conservatory been added?",
|
|
603
494
|
"discriminator": {
|
|
604
495
|
"propertyName": "yesNo"
|
|
605
496
|
},
|
|
@@ -621,16 +512,13 @@
|
|
|
621
512
|
]
|
|
622
513
|
},
|
|
623
514
|
"details": {
|
|
624
|
-
"piqRef": "A3.4.2"
|
|
625
|
-
"title": "Confirm whether any walls were removed, an exterior quality door separates the conservatory from the main building and, since the conservatory was added, has any replacement or refurbishment of the roof been undertaken that reduces the glazed area of the roof?"
|
|
515
|
+
"piqRef": "A3.4.2"
|
|
626
516
|
},
|
|
627
517
|
"yearCompleted": {
|
|
628
|
-
"piqRef": "A3.4.3"
|
|
629
|
-
"title": "What year was the installation completed?"
|
|
518
|
+
"piqRef": "A3.4.3"
|
|
630
519
|
},
|
|
631
520
|
"buildingRegApproval": {
|
|
632
521
|
"piqRef": "A3.5.1",
|
|
633
|
-
"title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
|
|
634
522
|
"discriminator": {
|
|
635
523
|
"propertyName": "yesNo"
|
|
636
524
|
},
|
|
@@ -653,27 +541,19 @@
|
|
|
653
541
|
]
|
|
654
542
|
},
|
|
655
543
|
"details": {
|
|
656
|
-
"piqRef": "A3.5.1.2"
|
|
657
|
-
"title": "Please outline the reasons why",
|
|
658
|
-
"description": "e.g. the work was exempt from Building Regulations"
|
|
544
|
+
"piqRef": "A3.5.1.2"
|
|
659
545
|
}
|
|
660
546
|
}
|
|
661
547
|
}
|
|
662
548
|
],
|
|
663
549
|
"properties": {
|
|
664
550
|
"yesNo": {
|
|
665
|
-
"piqRef": "A3.5.1.1"
|
|
666
|
-
"enum": [
|
|
667
|
-
"Yes",
|
|
668
|
-
"No",
|
|
669
|
-
"Not required"
|
|
670
|
-
]
|
|
551
|
+
"piqRef": "A3.5.1.1"
|
|
671
552
|
}
|
|
672
553
|
}
|
|
673
554
|
},
|
|
674
555
|
"planningPermission": {
|
|
675
556
|
"piqRef": "A3.5.2",
|
|
676
|
-
"title": "Was planning permission obtained?",
|
|
677
557
|
"discriminator": {
|
|
678
558
|
"propertyName": "yesNo"
|
|
679
559
|
},
|
|
@@ -700,18 +580,12 @@
|
|
|
700
580
|
],
|
|
701
581
|
"properties": {
|
|
702
582
|
"yesNo": {
|
|
703
|
-
"piqRef": "A3.5.2.1"
|
|
704
|
-
"enum": [
|
|
705
|
-
"Yes",
|
|
706
|
-
"No",
|
|
707
|
-
"Not required"
|
|
708
|
-
]
|
|
583
|
+
"piqRef": "A3.5.2.1"
|
|
709
584
|
}
|
|
710
585
|
}
|
|
711
586
|
},
|
|
712
587
|
"listedBuildingConsent": {
|
|
713
588
|
"piqRef": "A3.5.3",
|
|
714
|
-
"title": "Was listed building consent obtained?",
|
|
715
589
|
"discriminator": {
|
|
716
590
|
"propertyName": "yesNo"
|
|
717
591
|
},
|
|
@@ -738,18 +612,12 @@
|
|
|
738
612
|
],
|
|
739
613
|
"properties": {
|
|
740
614
|
"yesNo": {
|
|
741
|
-
"piqRef": "A3.5.3.1"
|
|
742
|
-
"enum": [
|
|
743
|
-
"Yes",
|
|
744
|
-
"No",
|
|
745
|
-
"Not required"
|
|
746
|
-
]
|
|
615
|
+
"piqRef": "A3.5.3.1"
|
|
747
616
|
}
|
|
748
617
|
}
|
|
749
618
|
},
|
|
750
619
|
"deedRestrictionConsent": {
|
|
751
620
|
"piqRef": "A3.5.4",
|
|
752
|
-
"title": "Was any consent under a restriction in the deeds obtained? E.g. if your deeds require consent from someone else to alter or extend the property",
|
|
753
621
|
"discriminator": {
|
|
754
622
|
"propertyName": "yesNo"
|
|
755
623
|
},
|
|
@@ -772,20 +640,14 @@
|
|
|
772
640
|
]
|
|
773
641
|
},
|
|
774
642
|
"details": {
|
|
775
|
-
"piqRef": "A3.5.5"
|
|
776
|
-
"title": "Please outline the reasons why"
|
|
643
|
+
"piqRef": "A3.5.5"
|
|
777
644
|
}
|
|
778
645
|
}
|
|
779
646
|
}
|
|
780
647
|
],
|
|
781
648
|
"properties": {
|
|
782
649
|
"yesNo": {
|
|
783
|
-
"piqRef": "A3.5.4.1"
|
|
784
|
-
"enum": [
|
|
785
|
-
"Yes",
|
|
786
|
-
"No",
|
|
787
|
-
"Not required"
|
|
788
|
-
]
|
|
650
|
+
"piqRef": "A3.5.4.1"
|
|
789
651
|
}
|
|
790
652
|
}
|
|
791
653
|
}
|
|
@@ -794,17 +656,12 @@
|
|
|
794
656
|
],
|
|
795
657
|
"properties": {
|
|
796
658
|
"yesNo": {
|
|
797
|
-
"piqRef": "A3.4.1"
|
|
798
|
-
"enum": [
|
|
799
|
-
"Yes",
|
|
800
|
-
"No"
|
|
801
|
-
]
|
|
659
|
+
"piqRef": "A3.4.1"
|
|
802
660
|
}
|
|
803
661
|
}
|
|
804
662
|
},
|
|
805
663
|
"worksUnfinished": {
|
|
806
664
|
"piqRef": "A3.6",
|
|
807
|
-
"title": "Are any of the works listed above unfinished?",
|
|
808
665
|
"discriminator": {
|
|
809
666
|
"propertyName": "yesNo"
|
|
810
667
|
},
|
|
@@ -826,25 +683,19 @@
|
|
|
826
683
|
]
|
|
827
684
|
},
|
|
828
685
|
"details": {
|
|
829
|
-
"piqRef": "A3.6.2"
|
|
830
|
-
"title": "Please provide details and explain why"
|
|
686
|
+
"piqRef": "A3.6.2"
|
|
831
687
|
}
|
|
832
688
|
}
|
|
833
689
|
}
|
|
834
690
|
],
|
|
835
691
|
"properties": {
|
|
836
692
|
"yesNo": {
|
|
837
|
-
"piqRef": "A3.6.1"
|
|
838
|
-
"enum": [
|
|
839
|
-
"Yes",
|
|
840
|
-
"No"
|
|
841
|
-
]
|
|
693
|
+
"piqRef": "A3.6.1"
|
|
842
694
|
}
|
|
843
695
|
}
|
|
844
696
|
},
|
|
845
697
|
"planningPermissionBreaches": {
|
|
846
698
|
"piqRef": "A3.7",
|
|
847
|
-
"title": "Are you aware of any breaches of planning permission conditions or building regulations consent conditions or work not having the necessary consents?",
|
|
848
699
|
"discriminator": {
|
|
849
700
|
"propertyName": "yesNo"
|
|
850
701
|
},
|
|
@@ -866,25 +717,19 @@
|
|
|
866
717
|
]
|
|
867
718
|
},
|
|
868
719
|
"details": {
|
|
869
|
-
"piqRef": "A3.7.2"
|
|
870
|
-
"title": "Please give details"
|
|
720
|
+
"piqRef": "A3.7.2"
|
|
871
721
|
}
|
|
872
722
|
}
|
|
873
723
|
}
|
|
874
724
|
],
|
|
875
725
|
"properties": {
|
|
876
726
|
"yesNo": {
|
|
877
|
-
"piqRef": "A3.7.1"
|
|
878
|
-
"enum": [
|
|
879
|
-
"Yes",
|
|
880
|
-
"No"
|
|
881
|
-
]
|
|
727
|
+
"piqRef": "A3.7.1"
|
|
882
728
|
}
|
|
883
729
|
}
|
|
884
730
|
},
|
|
885
731
|
"unresolvedPlanningIssues": {
|
|
886
732
|
"piqRef": "A3.8",
|
|
887
|
-
"title": "Are you aware of any unresolved planning or building control issues?",
|
|
888
733
|
"discriminator": {
|
|
889
734
|
"propertyName": "yesNo"
|
|
890
735
|
},
|
|
@@ -906,19 +751,14 @@
|
|
|
906
751
|
]
|
|
907
752
|
},
|
|
908
753
|
"details": {
|
|
909
|
-
"piqRef": "A3.8.2"
|
|
910
|
-
"title": "Please give details"
|
|
754
|
+
"piqRef": "A3.8.2"
|
|
911
755
|
}
|
|
912
756
|
}
|
|
913
757
|
}
|
|
914
758
|
],
|
|
915
759
|
"properties": {
|
|
916
760
|
"yesNo": {
|
|
917
|
-
"piqRef": "A3.8.1"
|
|
918
|
-
"enum": [
|
|
919
|
-
"Yes",
|
|
920
|
-
"No"
|
|
921
|
-
]
|
|
761
|
+
"piqRef": "A3.8.1"
|
|
922
762
|
}
|
|
923
763
|
}
|
|
924
764
|
}
|
|
@@ -928,7 +768,6 @@
|
|
|
928
768
|
"properties": {
|
|
929
769
|
"neighbourDevelopment": {
|
|
930
770
|
"piqRef": "A4.1",
|
|
931
|
-
"title": "The owner of a neighbouring property is proposing to develop property or land nearby, make alterations to nearby buildings or change the use?",
|
|
932
771
|
"discriminator": {
|
|
933
772
|
"propertyName": "yesNo"
|
|
934
773
|
},
|
|
@@ -954,17 +793,12 @@
|
|
|
954
793
|
],
|
|
955
794
|
"properties": {
|
|
956
795
|
"yesNo": {
|
|
957
|
-
"piqRef": "A4.1.1"
|
|
958
|
-
"enum": [
|
|
959
|
-
"Yes",
|
|
960
|
-
"No"
|
|
961
|
-
]
|
|
796
|
+
"piqRef": "A4.1.1"
|
|
962
797
|
}
|
|
963
798
|
}
|
|
964
799
|
},
|
|
965
800
|
"planningApplication": {
|
|
966
801
|
"piqRef": "A4.2",
|
|
967
|
-
"title": "Any planning application that could affect the property, the enjoyment of it or the views from it?",
|
|
968
802
|
"discriminator": {
|
|
969
803
|
"propertyName": "yesNo"
|
|
970
804
|
},
|
|
@@ -990,17 +824,12 @@
|
|
|
990
824
|
],
|
|
991
825
|
"properties": {
|
|
992
826
|
"yesNo": {
|
|
993
|
-
"piqRef": "A4.2.1"
|
|
994
|
-
"enum": [
|
|
995
|
-
"Yes",
|
|
996
|
-
"No"
|
|
997
|
-
]
|
|
827
|
+
"piqRef": "A4.2.1"
|
|
998
828
|
}
|
|
999
829
|
}
|
|
1000
830
|
},
|
|
1001
831
|
"requiredMaintenance": {
|
|
1002
832
|
"piqRef": "A4.3",
|
|
1003
|
-
"title": "Notice informing you that maintenance, repairs or improvements are required to your property?",
|
|
1004
833
|
"discriminator": {
|
|
1005
834
|
"propertyName": "yesNo"
|
|
1006
835
|
},
|
|
@@ -1026,17 +855,12 @@
|
|
|
1026
855
|
],
|
|
1027
856
|
"properties": {
|
|
1028
857
|
"yesNo": {
|
|
1029
|
-
"piqRef": "A4.3.1"
|
|
1030
|
-
"enum": [
|
|
1031
|
-
"Yes",
|
|
1032
|
-
"No"
|
|
1033
|
-
]
|
|
858
|
+
"piqRef": "A4.3.1"
|
|
1034
859
|
}
|
|
1035
860
|
}
|
|
1036
861
|
},
|
|
1037
862
|
"listedBuildingApplication": {
|
|
1038
863
|
"piqRef": "A4.4",
|
|
1039
|
-
"title": "Listed building application",
|
|
1040
864
|
"discriminator": {
|
|
1041
865
|
"propertyName": "yesNo"
|
|
1042
866
|
},
|
|
@@ -1062,17 +886,12 @@
|
|
|
1062
886
|
],
|
|
1063
887
|
"properties": {
|
|
1064
888
|
"yesNo": {
|
|
1065
|
-
"piqRef": "A4.4.1"
|
|
1066
|
-
"enum": [
|
|
1067
|
-
"Yes",
|
|
1068
|
-
"No"
|
|
1069
|
-
]
|
|
889
|
+
"piqRef": "A4.4.1"
|
|
1070
890
|
}
|
|
1071
891
|
}
|
|
1072
892
|
},
|
|
1073
893
|
"infrastructureProject": {
|
|
1074
894
|
"piqRef": "A4.5",
|
|
1075
|
-
"title": "Infrastructure project, proposed or in progress (i.e. wind turbine, railway, fracking, etc)",
|
|
1076
895
|
"discriminator": {
|
|
1077
896
|
"propertyName": "yesNo"
|
|
1078
897
|
},
|
|
@@ -1098,17 +917,12 @@
|
|
|
1098
917
|
],
|
|
1099
918
|
"properties": {
|
|
1100
919
|
"yesNo": {
|
|
1101
|
-
"piqRef": "A4.5.1"
|
|
1102
|
-
"enum": [
|
|
1103
|
-
"Yes",
|
|
1104
|
-
"No"
|
|
1105
|
-
]
|
|
920
|
+
"piqRef": "A4.5.1"
|
|
1106
921
|
}
|
|
1107
922
|
}
|
|
1108
923
|
},
|
|
1109
924
|
"otherNotices": {
|
|
1110
925
|
"piqRef": "A4.6",
|
|
1111
|
-
"title": "Any other type of notice?",
|
|
1112
926
|
"discriminator": {
|
|
1113
927
|
"propertyName": "yesNo"
|
|
1114
928
|
},
|
|
@@ -1134,11 +948,7 @@
|
|
|
1134
948
|
],
|
|
1135
949
|
"properties": {
|
|
1136
950
|
"yesNo": {
|
|
1137
|
-
"piqRef": "A4.6.1"
|
|
1138
|
-
"enum": [
|
|
1139
|
-
"Yes",
|
|
1140
|
-
"No"
|
|
1141
|
-
]
|
|
951
|
+
"piqRef": "A4.6.1"
|
|
1142
952
|
}
|
|
1143
953
|
}
|
|
1144
954
|
}
|
|
@@ -1148,7 +958,6 @@
|
|
|
1148
958
|
"properties": {
|
|
1149
959
|
"dryRotEtcTreatment": {
|
|
1150
960
|
"piqRef": "A5.1",
|
|
1151
|
-
"title": "To your knowledge, has there been any preventative work for, or treatment of dry rot, wet rot or damp carried out at the property?",
|
|
1152
961
|
"discriminator": {
|
|
1153
962
|
"propertyName": "yesNo"
|
|
1154
963
|
},
|
|
@@ -1174,17 +983,12 @@
|
|
|
1174
983
|
],
|
|
1175
984
|
"properties": {
|
|
1176
985
|
"yesNo": {
|
|
1177
|
-
"piqRef": "A5.1.1"
|
|
1178
|
-
"enum": [
|
|
1179
|
-
"Yes",
|
|
1180
|
-
"No"
|
|
1181
|
-
]
|
|
986
|
+
"piqRef": "A5.1.1"
|
|
1182
987
|
}
|
|
1183
988
|
}
|
|
1184
989
|
},
|
|
1185
990
|
"japaneseKnotweed": {
|
|
1186
991
|
"piqRef": "A5.3",
|
|
1187
|
-
"title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
|
|
1188
992
|
"discriminator": {
|
|
1189
993
|
"propertyName": "yesNo"
|
|
1190
994
|
},
|
|
@@ -1211,18 +1015,12 @@
|
|
|
1211
1015
|
],
|
|
1212
1016
|
"properties": {
|
|
1213
1017
|
"yesNo": {
|
|
1214
|
-
"piqRef": "A5.3.1"
|
|
1215
|
-
"enum": [
|
|
1216
|
-
"Yes",
|
|
1217
|
-
"No",
|
|
1218
|
-
"Not known"
|
|
1219
|
-
]
|
|
1018
|
+
"piqRef": "A5.3.1"
|
|
1220
1019
|
}
|
|
1221
1020
|
}
|
|
1222
1021
|
},
|
|
1223
1022
|
"subsidenceOrStructuralFault": {
|
|
1224
1023
|
"piqRef": "A5.4",
|
|
1225
|
-
"title": "To your knowledge, has the property ever been subject to subsidence or structural fault?",
|
|
1226
1024
|
"discriminator": {
|
|
1227
1025
|
"propertyName": "yesNo"
|
|
1228
1026
|
},
|
|
@@ -1248,11 +1046,7 @@
|
|
|
1248
1046
|
],
|
|
1249
1047
|
"properties": {
|
|
1250
1048
|
"yesNo": {
|
|
1251
|
-
"piqRef": "A5.4.1"
|
|
1252
|
-
"enum": [
|
|
1253
|
-
"Yes",
|
|
1254
|
-
"No"
|
|
1255
|
-
]
|
|
1049
|
+
"piqRef": "A5.4.1"
|
|
1256
1050
|
}
|
|
1257
1051
|
}
|
|
1258
1052
|
}
|
|
@@ -1262,7 +1056,6 @@
|
|
|
1262
1056
|
"properties": {
|
|
1263
1057
|
"itemsToRemove": {
|
|
1264
1058
|
"piqRef": "A6.1",
|
|
1265
|
-
"title": "Are there any items, which would be considered a fixture or fitting, that you intend to take? E.g. Carpets, curtains, light fittings, fitted cupboards, etc",
|
|
1266
1059
|
"discriminator": {
|
|
1267
1060
|
"propertyName": "yesNo"
|
|
1268
1061
|
},
|
|
@@ -1284,25 +1077,19 @@
|
|
|
1284
1077
|
]
|
|
1285
1078
|
},
|
|
1286
1079
|
"details": {
|
|
1287
|
-
"piqRef": "A6.1.2"
|
|
1288
|
-
"title": "Details"
|
|
1080
|
+
"piqRef": "A6.1.2"
|
|
1289
1081
|
}
|
|
1290
1082
|
}
|
|
1291
1083
|
}
|
|
1292
1084
|
],
|
|
1293
1085
|
"properties": {
|
|
1294
1086
|
"yesNo": {
|
|
1295
|
-
"piqRef": "A6.1.1"
|
|
1296
|
-
"enum": [
|
|
1297
|
-
"Yes",
|
|
1298
|
-
"No"
|
|
1299
|
-
]
|
|
1087
|
+
"piqRef": "A6.1.1"
|
|
1300
1088
|
}
|
|
1301
1089
|
}
|
|
1302
1090
|
},
|
|
1303
1091
|
"itemsToInclude": {
|
|
1304
1092
|
"piqRef": "A6.2",
|
|
1305
|
-
"title": "Are there additional furniture items or possessions are you very likely to include in the sale, irrespective of sale price?",
|
|
1306
1093
|
"discriminator": {
|
|
1307
1094
|
"propertyName": "yesNo"
|
|
1308
1095
|
},
|
|
@@ -1324,19 +1111,14 @@
|
|
|
1324
1111
|
]
|
|
1325
1112
|
},
|
|
1326
1113
|
"details": {
|
|
1327
|
-
"piqRef": "A6.2.2"
|
|
1328
|
-
"title": "Details"
|
|
1114
|
+
"piqRef": "A6.2.2"
|
|
1329
1115
|
}
|
|
1330
1116
|
}
|
|
1331
1117
|
}
|
|
1332
1118
|
],
|
|
1333
1119
|
"properties": {
|
|
1334
1120
|
"yesNo": {
|
|
1335
|
-
"piqRef": "A6.2.1"
|
|
1336
|
-
"enum": [
|
|
1337
|
-
"Yes",
|
|
1338
|
-
"No"
|
|
1339
|
-
]
|
|
1121
|
+
"piqRef": "A6.2.1"
|
|
1340
1122
|
}
|
|
1341
1123
|
}
|
|
1342
1124
|
}
|
|
@@ -1346,7 +1128,6 @@
|
|
|
1346
1128
|
"properties": {
|
|
1347
1129
|
"mainsElectricity": {
|
|
1348
1130
|
"piqRef": "A7.1.1",
|
|
1349
|
-
"title": "Mains electricity",
|
|
1350
1131
|
"discriminator": {
|
|
1351
1132
|
"propertyName": "yesNo"
|
|
1352
1133
|
},
|
|
@@ -1368,8 +1149,7 @@
|
|
|
1368
1149
|
]
|
|
1369
1150
|
},
|
|
1370
1151
|
"supplier": {
|
|
1371
|
-
"piqRef": "A7.1.2"
|
|
1372
|
-
"title": "Supplier"
|
|
1152
|
+
"piqRef": "A7.1.2"
|
|
1373
1153
|
}
|
|
1374
1154
|
}
|
|
1375
1155
|
},
|
|
@@ -1381,8 +1161,7 @@
|
|
|
1381
1161
|
]
|
|
1382
1162
|
},
|
|
1383
1163
|
"supplier": {
|
|
1384
|
-
"piqRef": "A7.1.2"
|
|
1385
|
-
"title": "Supplier"
|
|
1164
|
+
"piqRef": "A7.1.2"
|
|
1386
1165
|
}
|
|
1387
1166
|
}
|
|
1388
1167
|
}
|
|
@@ -1390,7 +1169,6 @@
|
|
|
1390
1169
|
},
|
|
1391
1170
|
"mainsGas": {
|
|
1392
1171
|
"piqRef": "A7.1.3",
|
|
1393
|
-
"title": "Mains gas",
|
|
1394
1172
|
"discriminator": {
|
|
1395
1173
|
"propertyName": "yesNo"
|
|
1396
1174
|
},
|
|
@@ -1412,8 +1190,7 @@
|
|
|
1412
1190
|
]
|
|
1413
1191
|
},
|
|
1414
1192
|
"supplier": {
|
|
1415
|
-
"piqRef": "A7.1.4"
|
|
1416
|
-
"title": "Supplier"
|
|
1193
|
+
"piqRef": "A7.1.4"
|
|
1417
1194
|
}
|
|
1418
1195
|
}
|
|
1419
1196
|
},
|
|
@@ -1425,8 +1202,7 @@
|
|
|
1425
1202
|
]
|
|
1426
1203
|
},
|
|
1427
1204
|
"supplier": {
|
|
1428
|
-
"piqRef": "A7.1.4"
|
|
1429
|
-
"title": "Supplier"
|
|
1205
|
+
"piqRef": "A7.1.4"
|
|
1430
1206
|
}
|
|
1431
1207
|
}
|
|
1432
1208
|
}
|
|
@@ -1434,7 +1210,6 @@
|
|
|
1434
1210
|
},
|
|
1435
1211
|
"lpg": {
|
|
1436
1212
|
"piqRef": "A7.1.5",
|
|
1437
|
-
"title": "Liquid Petroleum Gas (LPG)",
|
|
1438
1213
|
"discriminator": {
|
|
1439
1214
|
"propertyName": "yesNo"
|
|
1440
1215
|
},
|
|
@@ -1456,8 +1231,7 @@
|
|
|
1456
1231
|
]
|
|
1457
1232
|
},
|
|
1458
1233
|
"supplier": {
|
|
1459
|
-
"piqRef": "A7.1.6"
|
|
1460
|
-
"title": "Supplier"
|
|
1234
|
+
"piqRef": "A7.1.6"
|
|
1461
1235
|
}
|
|
1462
1236
|
}
|
|
1463
1237
|
},
|
|
@@ -1469,8 +1243,7 @@
|
|
|
1469
1243
|
]
|
|
1470
1244
|
},
|
|
1471
1245
|
"supplier": {
|
|
1472
|
-
"piqRef": "A7.1.6"
|
|
1473
|
-
"title": "Supplier"
|
|
1246
|
+
"piqRef": "A7.1.6"
|
|
1474
1247
|
}
|
|
1475
1248
|
}
|
|
1476
1249
|
}
|
|
@@ -1478,7 +1251,6 @@
|
|
|
1478
1251
|
},
|
|
1479
1252
|
"telephone": {
|
|
1480
1253
|
"piqRef": "A7.1.11",
|
|
1481
|
-
"title": "Telephone",
|
|
1482
1254
|
"discriminator": {
|
|
1483
1255
|
"propertyName": "yesNo"
|
|
1484
1256
|
},
|
|
@@ -1500,8 +1272,7 @@
|
|
|
1500
1272
|
]
|
|
1501
1273
|
},
|
|
1502
1274
|
"supplier": {
|
|
1503
|
-
"piqRef": "A7.1.12"
|
|
1504
|
-
"title": "Supplier"
|
|
1275
|
+
"piqRef": "A7.1.12"
|
|
1505
1276
|
}
|
|
1506
1277
|
}
|
|
1507
1278
|
},
|
|
@@ -1513,8 +1284,7 @@
|
|
|
1513
1284
|
]
|
|
1514
1285
|
},
|
|
1515
1286
|
"supplier": {
|
|
1516
|
-
"piqRef": "A7.1.12"
|
|
1517
|
-
"title": "Supplier"
|
|
1287
|
+
"piqRef": "A7.1.12"
|
|
1518
1288
|
}
|
|
1519
1289
|
}
|
|
1520
1290
|
}
|
|
@@ -1522,7 +1292,6 @@
|
|
|
1522
1292
|
},
|
|
1523
1293
|
"cableSatelliteTV": {
|
|
1524
1294
|
"piqRef": "A7.1.13",
|
|
1525
|
-
"title": "Cable TV or satellite",
|
|
1526
1295
|
"discriminator": {
|
|
1527
1296
|
"propertyName": "yesNo"
|
|
1528
1297
|
},
|
|
@@ -1544,8 +1313,7 @@
|
|
|
1544
1313
|
]
|
|
1545
1314
|
},
|
|
1546
1315
|
"supplier": {
|
|
1547
|
-
"piqRef": "A7.1.14"
|
|
1548
|
-
"title": "Supplier"
|
|
1316
|
+
"piqRef": "A7.1.14"
|
|
1549
1317
|
}
|
|
1550
1318
|
}
|
|
1551
1319
|
},
|
|
@@ -1562,7 +1330,6 @@
|
|
|
1562
1330
|
},
|
|
1563
1331
|
"broadband": {
|
|
1564
1332
|
"piqRef": "A7.1.15",
|
|
1565
|
-
"title": "Broadband",
|
|
1566
1333
|
"discriminator": {
|
|
1567
1334
|
"propertyName": "yesNo"
|
|
1568
1335
|
},
|
|
@@ -1584,8 +1351,7 @@
|
|
|
1584
1351
|
]
|
|
1585
1352
|
},
|
|
1586
1353
|
"supplier": {
|
|
1587
|
-
"piqRef": "A7.1.16"
|
|
1588
|
-
"title": "Supplier"
|
|
1354
|
+
"piqRef": "A7.1.16"
|
|
1589
1355
|
}
|
|
1590
1356
|
}
|
|
1591
1357
|
},
|
|
@@ -1602,7 +1368,6 @@
|
|
|
1602
1368
|
},
|
|
1603
1369
|
"solarPanels": {
|
|
1604
1370
|
"piqRef": "A7.1.17",
|
|
1605
|
-
"title": "Solar or photovoltaic panels",
|
|
1606
1371
|
"discriminator": {
|
|
1607
1372
|
"propertyName": "yesNo"
|
|
1608
1373
|
},
|
|
@@ -1633,8 +1398,7 @@
|
|
|
1633
1398
|
]
|
|
1634
1399
|
},
|
|
1635
1400
|
"supplier": {
|
|
1636
|
-
"piqRef": "A7.1.18"
|
|
1637
|
-
"title": "Supplier"
|
|
1401
|
+
"piqRef": "A7.1.18"
|
|
1638
1402
|
}
|
|
1639
1403
|
}
|
|
1640
1404
|
}
|
|
@@ -1642,8 +1406,6 @@
|
|
|
1642
1406
|
},
|
|
1643
1407
|
"otherServices": {
|
|
1644
1408
|
"piqRef": "A7.1.19",
|
|
1645
|
-
"title": "Other",
|
|
1646
|
-
"description": "Other services include renewable technologies, for example ground source heat pumps, if you receive Renewable Heat Incentives please provide details and note that you will need to advise Ofgem when you complete the sale",
|
|
1647
1409
|
"discriminator": {
|
|
1648
1410
|
"propertyName": "yesNo"
|
|
1649
1411
|
},
|
|
@@ -1674,8 +1436,7 @@
|
|
|
1674
1436
|
]
|
|
1675
1437
|
},
|
|
1676
1438
|
"supplier": {
|
|
1677
|
-
"piqRef": "A7.1.20"
|
|
1678
|
-
"title": "Supplier"
|
|
1439
|
+
"piqRef": "A7.1.20"
|
|
1679
1440
|
}
|
|
1680
1441
|
}
|
|
1681
1442
|
}
|
|
@@ -1689,7 +1450,6 @@
|
|
|
1689
1450
|
"properties": {
|
|
1690
1451
|
"mainsWater": {
|
|
1691
1452
|
"piqRef": "A7.1.7",
|
|
1692
|
-
"title": "Mains water",
|
|
1693
1453
|
"discriminator": {
|
|
1694
1454
|
"propertyName": "yesNo"
|
|
1695
1455
|
},
|
|
@@ -1711,8 +1471,7 @@
|
|
|
1711
1471
|
]
|
|
1712
1472
|
},
|
|
1713
1473
|
"supplier": {
|
|
1714
|
-
"piqRef": "A7.1.8"
|
|
1715
|
-
"title": "Supplier"
|
|
1474
|
+
"piqRef": "A7.1.8"
|
|
1716
1475
|
}
|
|
1717
1476
|
}
|
|
1718
1477
|
},
|
|
@@ -1724,8 +1483,7 @@
|
|
|
1724
1483
|
]
|
|
1725
1484
|
},
|
|
1726
1485
|
"supplier": {
|
|
1727
|
-
"piqRef": "A7.1.8"
|
|
1728
|
-
"title": "Supplier"
|
|
1486
|
+
"piqRef": "A7.1.8"
|
|
1729
1487
|
}
|
|
1730
1488
|
}
|
|
1731
1489
|
}
|
|
@@ -1743,7 +1501,6 @@
|
|
|
1743
1501
|
"properties": {
|
|
1744
1502
|
"septicTank": {
|
|
1745
1503
|
"piqRef": "A7.1.23",
|
|
1746
|
-
"title": "Septic tank",
|
|
1747
1504
|
"discriminator": {
|
|
1748
1505
|
"propertyName": "yesNo"
|
|
1749
1506
|
},
|
|
@@ -1765,8 +1522,7 @@
|
|
|
1765
1522
|
]
|
|
1766
1523
|
},
|
|
1767
1524
|
"dateLastEmptied": {
|
|
1768
|
-
"piqRef": "A7.1.24"
|
|
1769
|
-
"title": "Date last emptied"
|
|
1525
|
+
"piqRef": "A7.1.24"
|
|
1770
1526
|
}
|
|
1771
1527
|
}
|
|
1772
1528
|
}
|
|
@@ -1774,7 +1530,6 @@
|
|
|
1774
1530
|
},
|
|
1775
1531
|
"cesspit": {
|
|
1776
1532
|
"piqRef": "A7.1.25",
|
|
1777
|
-
"title": "Cesspit",
|
|
1778
1533
|
"discriminator": {
|
|
1779
1534
|
"propertyName": "yesNo"
|
|
1780
1535
|
},
|
|
@@ -1796,8 +1551,7 @@
|
|
|
1796
1551
|
]
|
|
1797
1552
|
},
|
|
1798
1553
|
"dateLastEmptied": {
|
|
1799
|
-
"piqRef": "A7.1.26"
|
|
1800
|
-
"title": "Date last emptied"
|
|
1554
|
+
"piqRef": "A7.1.26"
|
|
1801
1555
|
}
|
|
1802
1556
|
}
|
|
1803
1557
|
}
|
|
@@ -1805,7 +1559,6 @@
|
|
|
1805
1559
|
},
|
|
1806
1560
|
"sewerageTreatmentPlant": {
|
|
1807
1561
|
"piqRef": "A7.1.27",
|
|
1808
|
-
"title": "Sewerage treatment plant",
|
|
1809
1562
|
"discriminator": {
|
|
1810
1563
|
"propertyName": "yesNo"
|
|
1811
1564
|
},
|
|
@@ -1832,7 +1585,6 @@
|
|
|
1832
1585
|
},
|
|
1833
1586
|
"otherConnectedProperties": {
|
|
1834
1587
|
"piqRef": "A7.1.29",
|
|
1835
|
-
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
1836
1588
|
"discriminator": {
|
|
1837
1589
|
"propertyName": "yesNo"
|
|
1838
1590
|
},
|
|
@@ -1859,7 +1611,6 @@
|
|
|
1859
1611
|
},
|
|
1860
1612
|
"plantOnOtherLand": {
|
|
1861
1613
|
"piqRef": "A7.1.30",
|
|
1862
|
-
"title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
|
|
1863
1614
|
"discriminator": {
|
|
1864
1615
|
"propertyName": "yesNo"
|
|
1865
1616
|
},
|
|
@@ -1886,7 +1637,6 @@
|
|
|
1886
1637
|
},
|
|
1887
1638
|
"plantRegistered": {
|
|
1888
1639
|
"piqRef": "A7.1.31",
|
|
1889
|
-
"title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
|
|
1890
1640
|
"discriminator": {
|
|
1891
1641
|
"propertyName": "yesNo"
|
|
1892
1642
|
},
|
|
@@ -1919,7 +1669,6 @@
|
|
|
1919
1669
|
},
|
|
1920
1670
|
"maintenanceAgreements": {
|
|
1921
1671
|
"piqRef": "A7.2",
|
|
1922
|
-
"title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to these services?",
|
|
1923
1672
|
"discriminator": {
|
|
1924
1673
|
"propertyName": "yesNo"
|
|
1925
1674
|
},
|
|
@@ -1941,19 +1690,14 @@
|
|
|
1941
1690
|
]
|
|
1942
1691
|
},
|
|
1943
1692
|
"details": {
|
|
1944
|
-
"piqRef": "A7.2.2"
|
|
1945
|
-
"title": "Details"
|
|
1693
|
+
"piqRef": "A7.2.2"
|
|
1946
1694
|
}
|
|
1947
1695
|
}
|
|
1948
1696
|
}
|
|
1949
1697
|
],
|
|
1950
1698
|
"properties": {
|
|
1951
1699
|
"yesNo": {
|
|
1952
|
-
"piqRef": "A7.2.1"
|
|
1953
|
-
"enum": [
|
|
1954
|
-
"Yes",
|
|
1955
|
-
"No"
|
|
1956
|
-
]
|
|
1700
|
+
"piqRef": "A7.2.1"
|
|
1957
1701
|
}
|
|
1958
1702
|
}
|
|
1959
1703
|
}
|
|
@@ -1961,7 +1705,6 @@
|
|
|
1961
1705
|
},
|
|
1962
1706
|
"centralHeating": {
|
|
1963
1707
|
"piqRef": "A7.3",
|
|
1964
|
-
"title": "Central Heating",
|
|
1965
1708
|
"discriminator": {
|
|
1966
1709
|
"propertyName": "hasCentralHeating"
|
|
1967
1710
|
},
|
|
@@ -1984,19 +1727,15 @@
|
|
|
1984
1727
|
},
|
|
1985
1728
|
"centralHeatingDetails": {
|
|
1986
1729
|
"piqRef": "A7.3.1.1",
|
|
1987
|
-
"title": "Central Heating Details",
|
|
1988
1730
|
"properties": {
|
|
1989
1731
|
"centralHeatingInstalled": {
|
|
1990
|
-
"piqRef": "A7.4.1"
|
|
1991
|
-
"title": "When was the heating system installed?"
|
|
1732
|
+
"piqRef": "A7.4.1"
|
|
1992
1733
|
},
|
|
1993
1734
|
"heatingLastServicedDate": {
|
|
1994
|
-
"piqRef": "A7.5.1"
|
|
1995
|
-
"title": "When was the heating system last serviced or maintained?"
|
|
1735
|
+
"piqRef": "A7.5.1"
|
|
1996
1736
|
},
|
|
1997
1737
|
"heatingInGoodWorkingOrder": {
|
|
1998
1738
|
"piqRef": "A7.6",
|
|
1999
|
-
"title": "Is the heating system in good working order to your satisfaction?",
|
|
2000
1739
|
"discriminator": {
|
|
2001
1740
|
"propertyName": "yesNo"
|
|
2002
1741
|
},
|
|
@@ -2028,24 +1767,14 @@
|
|
|
2028
1767
|
],
|
|
2029
1768
|
"properties": {
|
|
2030
1769
|
"hasCentralHeating": {
|
|
2031
|
-
"piqRef": "A7.3.1"
|
|
2032
|
-
"title": "Is there full/partial central heating in your property?",
|
|
2033
|
-
"enum": [
|
|
2034
|
-
"Yes",
|
|
2035
|
-
"No"
|
|
2036
|
-
]
|
|
1770
|
+
"piqRef": "A7.3.1"
|
|
2037
1771
|
}
|
|
2038
1772
|
}
|
|
2039
1773
|
},
|
|
2040
1774
|
"insurance": {
|
|
2041
1775
|
"properties": {
|
|
2042
1776
|
"isInsured": {
|
|
2043
|
-
"piqRef": "A8.2"
|
|
2044
|
-
"title": "Do you insure the property?",
|
|
2045
|
-
"enum": [
|
|
2046
|
-
"Yes",
|
|
2047
|
-
"No"
|
|
2048
|
-
]
|
|
1777
|
+
"piqRef": "A8.2"
|
|
2049
1778
|
}
|
|
2050
1779
|
},
|
|
2051
1780
|
"oneOf": [
|
|
@@ -2054,11 +1783,9 @@
|
|
|
2054
1783
|
"properties": {
|
|
2055
1784
|
"difficultiesObtainingInsurance": {
|
|
2056
1785
|
"piqRef": "A8.1",
|
|
2057
|
-
"title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?",
|
|
2058
1786
|
"properties": {
|
|
2059
1787
|
"abnormalRiseInPremiums": {
|
|
2060
1788
|
"piqRef": "A8.1a",
|
|
2061
|
-
"title": "Subject to abnormal rise in premiums?",
|
|
2062
1789
|
"discriminator": {
|
|
2063
1790
|
"propertyName": "yesNo"
|
|
2064
1791
|
},
|
|
@@ -2080,25 +1807,19 @@
|
|
|
2080
1807
|
]
|
|
2081
1808
|
},
|
|
2082
1809
|
"details": {
|
|
2083
|
-
"piqRef": "A8.1a1.1"
|
|
2084
|
-
"title": "Provide details"
|
|
1810
|
+
"piqRef": "A8.1a1.1"
|
|
2085
1811
|
}
|
|
2086
1812
|
}
|
|
2087
1813
|
}
|
|
2088
1814
|
],
|
|
2089
1815
|
"properties": {
|
|
2090
1816
|
"yesNo": {
|
|
2091
|
-
"piqRef": "A8.1a1"
|
|
2092
|
-
"enum": [
|
|
2093
|
-
"Yes",
|
|
2094
|
-
"No"
|
|
2095
|
-
]
|
|
1817
|
+
"piqRef": "A8.1a1"
|
|
2096
1818
|
}
|
|
2097
1819
|
}
|
|
2098
1820
|
},
|
|
2099
1821
|
"subjectToHighExcesses": {
|
|
2100
1822
|
"piqRef": "A8.1b",
|
|
2101
|
-
"title": "Subject to high excesses?",
|
|
2102
1823
|
"discriminator": {
|
|
2103
1824
|
"propertyName": "yesNo"
|
|
2104
1825
|
},
|
|
@@ -2120,25 +1841,19 @@
|
|
|
2120
1841
|
]
|
|
2121
1842
|
},
|
|
2122
1843
|
"details": {
|
|
2123
|
-
"piqRef": "A8.1b2"
|
|
2124
|
-
"title": "Provide details"
|
|
1844
|
+
"piqRef": "A8.1b2"
|
|
2125
1845
|
}
|
|
2126
1846
|
}
|
|
2127
1847
|
}
|
|
2128
1848
|
],
|
|
2129
1849
|
"properties": {
|
|
2130
1850
|
"yesNo": {
|
|
2131
|
-
"piqRef": "A8.1b1"
|
|
2132
|
-
"enum": [
|
|
2133
|
-
"Yes",
|
|
2134
|
-
"No"
|
|
2135
|
-
]
|
|
1851
|
+
"piqRef": "A8.1b1"
|
|
2136
1852
|
}
|
|
2137
1853
|
}
|
|
2138
1854
|
},
|
|
2139
1855
|
"subjectToUnusualConditions": {
|
|
2140
1856
|
"piqRef": "A8.1c",
|
|
2141
|
-
"title": "Subject to unusual conditions?",
|
|
2142
1857
|
"discriminator": {
|
|
2143
1858
|
"propertyName": "yesNo"
|
|
2144
1859
|
},
|
|
@@ -2160,25 +1875,19 @@
|
|
|
2160
1875
|
]
|
|
2161
1876
|
},
|
|
2162
1877
|
"details": {
|
|
2163
|
-
"piqRef": "A8.1c2"
|
|
2164
|
-
"title": "Provide details"
|
|
1878
|
+
"piqRef": "A8.1c2"
|
|
2165
1879
|
}
|
|
2166
1880
|
}
|
|
2167
1881
|
}
|
|
2168
1882
|
],
|
|
2169
1883
|
"properties": {
|
|
2170
1884
|
"yesNo": {
|
|
2171
|
-
"piqRef": "A8.1c1"
|
|
2172
|
-
"enum": [
|
|
2173
|
-
"Yes",
|
|
2174
|
-
"No"
|
|
2175
|
-
]
|
|
1885
|
+
"piqRef": "A8.1c1"
|
|
2176
1886
|
}
|
|
2177
1887
|
}
|
|
2178
1888
|
},
|
|
2179
1889
|
"refused": {
|
|
2180
1890
|
"piqRef": "A8.1d",
|
|
2181
|
-
"title": "Refused?",
|
|
2182
1891
|
"discriminator": {
|
|
2183
1892
|
"propertyName": "yesNo"
|
|
2184
1893
|
},
|
|
@@ -2200,19 +1909,14 @@
|
|
|
2200
1909
|
]
|
|
2201
1910
|
},
|
|
2202
1911
|
"details": {
|
|
2203
|
-
"piqRef": "A8.1d2"
|
|
2204
|
-
"title": "Provide details"
|
|
1912
|
+
"piqRef": "A8.1d2"
|
|
2205
1913
|
}
|
|
2206
1914
|
}
|
|
2207
1915
|
}
|
|
2208
1916
|
],
|
|
2209
1917
|
"properties": {
|
|
2210
1918
|
"yesNo": {
|
|
2211
|
-
"piqRef": "A8.1d1"
|
|
2212
|
-
"enum": [
|
|
2213
|
-
"Yes",
|
|
2214
|
-
"No"
|
|
2215
|
-
]
|
|
1919
|
+
"piqRef": "A8.1d1"
|
|
2216
1920
|
}
|
|
2217
1921
|
}
|
|
2218
1922
|
}
|
|
@@ -2226,7 +1930,6 @@
|
|
|
2226
1930
|
"properties": {
|
|
2227
1931
|
"partOutsideLegalOwnership": {
|
|
2228
1932
|
"piqRef": "A9.1",
|
|
2229
|
-
"title": "Is any part of the property outside the seller’s legal ownership?",
|
|
2230
1933
|
"discriminator": {
|
|
2231
1934
|
"propertyName": "yesNo"
|
|
2232
1935
|
},
|
|
@@ -2248,25 +1951,19 @@
|
|
|
2248
1951
|
]
|
|
2249
1952
|
},
|
|
2250
1953
|
"details": {
|
|
2251
|
-
"piqRef": "A9.1.2"
|
|
2252
|
-
"title": "Please provide details. E.g. parking, garden, outbuilding, accessway, etc"
|
|
1954
|
+
"piqRef": "A9.1.2"
|
|
2253
1955
|
}
|
|
2254
1956
|
}
|
|
2255
1957
|
}
|
|
2256
1958
|
],
|
|
2257
1959
|
"properties": {
|
|
2258
1960
|
"yesNo": {
|
|
2259
|
-
"piqRef": "A9.1.1"
|
|
2260
|
-
"enum": [
|
|
2261
|
-
"Yes",
|
|
2262
|
-
"No"
|
|
2263
|
-
]
|
|
1961
|
+
"piqRef": "A9.1.1"
|
|
2264
1962
|
}
|
|
2265
1963
|
}
|
|
2266
1964
|
},
|
|
2267
1965
|
"boundaryAlterationProposal": {
|
|
2268
1966
|
"piqRef": "A9.2",
|
|
2269
|
-
"title": "Is there a current proposal with anyone to alter the boundaries of your property?",
|
|
2270
1967
|
"discriminator": {
|
|
2271
1968
|
"propertyName": "yesNo"
|
|
2272
1969
|
},
|
|
@@ -2288,19 +1985,14 @@
|
|
|
2288
1985
|
]
|
|
2289
1986
|
},
|
|
2290
1987
|
"details": {
|
|
2291
|
-
"piqRef": "A9.2.2"
|
|
2292
|
-
"title": "Details"
|
|
1988
|
+
"piqRef": "A9.2.2"
|
|
2293
1989
|
}
|
|
2294
1990
|
}
|
|
2295
1991
|
}
|
|
2296
1992
|
],
|
|
2297
1993
|
"properties": {
|
|
2298
1994
|
"yesNo": {
|
|
2299
|
-
"piqRef": "A9.2.1"
|
|
2300
|
-
"enum": [
|
|
2301
|
-
"Yes",
|
|
2302
|
-
"No"
|
|
2303
|
-
]
|
|
1995
|
+
"piqRef": "A9.2.1"
|
|
2304
1996
|
}
|
|
2305
1997
|
}
|
|
2306
1998
|
}
|
|
@@ -2310,7 +2002,6 @@
|
|
|
2310
2002
|
"properties": {
|
|
2311
2003
|
"sharedContributions": {
|
|
2312
2004
|
"piqRef": "A10.1",
|
|
2313
|
-
"title": "Other than service charges and estate rentcharges, do you have to contribute towards the shared cost of a jointly-used service such as a shared driveway, road, parking area, garden or drain?",
|
|
2314
2005
|
"discriminator": {
|
|
2315
2006
|
"propertyName": "yesNo"
|
|
2316
2007
|
},
|
|
@@ -2332,25 +2023,19 @@
|
|
|
2332
2023
|
]
|
|
2333
2024
|
},
|
|
2334
2025
|
"details": {
|
|
2335
|
-
"piqRef": "A10.1.2"
|
|
2336
|
-
"title": "Please give details including who collects payments and organises the work, the amount of the payments in the last year and whether they are regular payments or only when maintenance work is required"
|
|
2026
|
+
"piqRef": "A10.1.2"
|
|
2337
2027
|
}
|
|
2338
2028
|
}
|
|
2339
2029
|
}
|
|
2340
2030
|
],
|
|
2341
2031
|
"properties": {
|
|
2342
2032
|
"yesNo": {
|
|
2343
|
-
"piqRef": "A10.1.1"
|
|
2344
|
-
"enum": [
|
|
2345
|
-
"Yes",
|
|
2346
|
-
"No"
|
|
2347
|
-
]
|
|
2033
|
+
"piqRef": "A10.1.1"
|
|
2348
2034
|
}
|
|
2349
2035
|
}
|
|
2350
2036
|
},
|
|
2351
2037
|
"neighbouringLandRights": {
|
|
2352
2038
|
"piqRef": "A10.2",
|
|
2353
|
-
"title": "Do any rights and arrangements exist over neighbouring land from which the property benefits? (e.g. taking wheelie bins along an accessway through a neighbour’s back garden, parking, access to maintain the boundaries from the neighbour’s side etc)",
|
|
2354
2039
|
"discriminator": {
|
|
2355
2040
|
"propertyName": "yesNo"
|
|
2356
2041
|
},
|
|
@@ -2372,25 +2057,19 @@
|
|
|
2372
2057
|
]
|
|
2373
2058
|
},
|
|
2374
2059
|
"details": {
|
|
2375
|
-
"piqRef": "A10.2.2"
|
|
2376
|
-
"title": "Please give details and provide a plan showing the route of the access, parking etc"
|
|
2060
|
+
"piqRef": "A10.2.2"
|
|
2377
2061
|
}
|
|
2378
2062
|
}
|
|
2379
2063
|
}
|
|
2380
2064
|
],
|
|
2381
2065
|
"properties": {
|
|
2382
2066
|
"yesNo": {
|
|
2383
|
-
"piqRef": "A10.2.1"
|
|
2384
|
-
"enum": [
|
|
2385
|
-
"Yes",
|
|
2386
|
-
"No"
|
|
2387
|
-
]
|
|
2067
|
+
"piqRef": "A10.2.1"
|
|
2388
2068
|
}
|
|
2389
2069
|
}
|
|
2390
2070
|
},
|
|
2391
2071
|
"accessRestrictionAttempts": {
|
|
2392
2072
|
"piqRef": "A10.3",
|
|
2393
|
-
"title": "Has anyone tried to stop you using an access way to the property or asked you to pay to use the access?",
|
|
2394
2073
|
"discriminator": {
|
|
2395
2074
|
"propertyName": "yesNo"
|
|
2396
2075
|
},
|
|
@@ -2412,19 +2091,14 @@
|
|
|
2412
2091
|
]
|
|
2413
2092
|
},
|
|
2414
2093
|
"details": {
|
|
2415
|
-
"piqRef": "A10.3.2"
|
|
2416
|
-
"title": "Details"
|
|
2094
|
+
"piqRef": "A10.3.2"
|
|
2417
2095
|
}
|
|
2418
2096
|
}
|
|
2419
2097
|
}
|
|
2420
2098
|
],
|
|
2421
2099
|
"properties": {
|
|
2422
2100
|
"yesNo": {
|
|
2423
|
-
"piqRef": "A10.3.1"
|
|
2424
|
-
"enum": [
|
|
2425
|
-
"Yes",
|
|
2426
|
-
"No"
|
|
2427
|
-
]
|
|
2101
|
+
"piqRef": "A10.3.1"
|
|
2428
2102
|
}
|
|
2429
2103
|
}
|
|
2430
2104
|
},
|
|
@@ -2432,7 +2106,6 @@
|
|
|
2432
2106
|
"properties": {
|
|
2433
2107
|
"publicRightOfWay": {
|
|
2434
2108
|
"piqRef": "A10.4",
|
|
2435
|
-
"title": "A public right of way through and/or across your property, buildings or land",
|
|
2436
2109
|
"discriminator": {
|
|
2437
2110
|
"propertyName": "yesNo"
|
|
2438
2111
|
},
|
|
@@ -2454,25 +2127,19 @@
|
|
|
2454
2127
|
]
|
|
2455
2128
|
},
|
|
2456
2129
|
"details": {
|
|
2457
|
-
"piqRef": "A10.4.2"
|
|
2458
|
-
"title": "Please provide details and mark the route on a plan of the property"
|
|
2130
|
+
"piqRef": "A10.4.2"
|
|
2459
2131
|
}
|
|
2460
2132
|
}
|
|
2461
2133
|
}
|
|
2462
2134
|
],
|
|
2463
2135
|
"properties": {
|
|
2464
2136
|
"yesNo": {
|
|
2465
|
-
"piqRef": "A10.4.1"
|
|
2466
|
-
"enum": [
|
|
2467
|
-
"Yes",
|
|
2468
|
-
"No"
|
|
2469
|
-
]
|
|
2137
|
+
"piqRef": "A10.4.1"
|
|
2470
2138
|
}
|
|
2471
2139
|
}
|
|
2472
2140
|
},
|
|
2473
2141
|
"rightsOfLight": {
|
|
2474
2142
|
"piqRef": "A10.5a",
|
|
2475
|
-
"title": "Rights of light",
|
|
2476
2143
|
"discriminator": {
|
|
2477
2144
|
"propertyName": "yesNo"
|
|
2478
2145
|
},
|
|
@@ -2498,17 +2165,12 @@
|
|
|
2498
2165
|
],
|
|
2499
2166
|
"properties": {
|
|
2500
2167
|
"yesNo": {
|
|
2501
|
-
"piqRef": "A10.5a1"
|
|
2502
|
-
"enum": [
|
|
2503
|
-
"Yes",
|
|
2504
|
-
"No"
|
|
2505
|
-
]
|
|
2168
|
+
"piqRef": "A10.5a1"
|
|
2506
2169
|
}
|
|
2507
2170
|
}
|
|
2508
2171
|
},
|
|
2509
2172
|
"rightsOfSupport": {
|
|
2510
2173
|
"piqRef": "A10.5b",
|
|
2511
|
-
"title": "Rights of support from ajoining properties",
|
|
2512
2174
|
"discriminator": {
|
|
2513
2175
|
"propertyName": "yesNo"
|
|
2514
2176
|
},
|
|
@@ -2534,17 +2196,12 @@
|
|
|
2534
2196
|
],
|
|
2535
2197
|
"properties": {
|
|
2536
2198
|
"yesNo": {
|
|
2537
|
-
"piqRef": "A10.5b1"
|
|
2538
|
-
"enum": [
|
|
2539
|
-
"Yes",
|
|
2540
|
-
"No"
|
|
2541
|
-
]
|
|
2199
|
+
"piqRef": "A10.5b1"
|
|
2542
2200
|
}
|
|
2543
2201
|
}
|
|
2544
2202
|
},
|
|
2545
2203
|
"rightsCreatedThroughCustom": {
|
|
2546
2204
|
"piqRef": "A10.5c",
|
|
2547
|
-
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
|
|
2548
2205
|
"discriminator": {
|
|
2549
2206
|
"propertyName": "yesNo"
|
|
2550
2207
|
},
|
|
@@ -2570,17 +2227,12 @@
|
|
|
2570
2227
|
],
|
|
2571
2228
|
"properties": {
|
|
2572
2229
|
"yesNo": {
|
|
2573
|
-
"piqRef": "A10.5c1"
|
|
2574
|
-
"enum": [
|
|
2575
|
-
"Yes",
|
|
2576
|
-
"No"
|
|
2577
|
-
]
|
|
2230
|
+
"piqRef": "A10.5c1"
|
|
2578
2231
|
}
|
|
2579
2232
|
}
|
|
2580
2233
|
},
|
|
2581
2234
|
"rightsToTakeFromLand": {
|
|
2582
2235
|
"piqRef": "A10.5f",
|
|
2583
|
-
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
2584
2236
|
"discriminator": {
|
|
2585
2237
|
"propertyName": "yesNo"
|
|
2586
2238
|
},
|
|
@@ -2606,17 +2258,12 @@
|
|
|
2606
2258
|
],
|
|
2607
2259
|
"properties": {
|
|
2608
2260
|
"yesNo": {
|
|
2609
|
-
"piqRef": "A10.5f1"
|
|
2610
|
-
"enum": [
|
|
2611
|
-
"Yes",
|
|
2612
|
-
"No"
|
|
2613
|
-
]
|
|
2261
|
+
"piqRef": "A10.5f1"
|
|
2614
2262
|
}
|
|
2615
2263
|
}
|
|
2616
2264
|
},
|
|
2617
2265
|
"minesAndMinerals": {
|
|
2618
2266
|
"piqRef": "A10.5d",
|
|
2619
|
-
"title": "Mines and minerals under the property",
|
|
2620
2267
|
"discriminator": {
|
|
2621
2268
|
"propertyName": "yesNo"
|
|
2622
2269
|
},
|
|
@@ -2642,17 +2289,12 @@
|
|
|
2642
2289
|
],
|
|
2643
2290
|
"properties": {
|
|
2644
2291
|
"yesNo": {
|
|
2645
|
-
"piqRef": "A10.5d1"
|
|
2646
|
-
"enum": [
|
|
2647
|
-
"Yes",
|
|
2648
|
-
"No"
|
|
2649
|
-
]
|
|
2292
|
+
"piqRef": "A10.5d1"
|
|
2650
2293
|
}
|
|
2651
2294
|
}
|
|
2652
2295
|
},
|
|
2653
2296
|
"churchChancel": {
|
|
2654
2297
|
"piqRef": "A10.5e",
|
|
2655
|
-
"title": "Liability to contribute to the maintenance of a church chancel?",
|
|
2656
2298
|
"discriminator": {
|
|
2657
2299
|
"propertyName": "yesNo"
|
|
2658
2300
|
},
|
|
@@ -2678,17 +2320,12 @@
|
|
|
2678
2320
|
],
|
|
2679
2321
|
"properties": {
|
|
2680
2322
|
"yesNo": {
|
|
2681
|
-
"piqRef": "A10.5e1"
|
|
2682
|
-
"enum": [
|
|
2683
|
-
"Yes",
|
|
2684
|
-
"No"
|
|
2685
|
-
]
|
|
2323
|
+
"piqRef": "A10.5e1"
|
|
2686
2324
|
}
|
|
2687
2325
|
}
|
|
2688
2326
|
},
|
|
2689
2327
|
"otherRights": {
|
|
2690
2328
|
"piqRef": "A10.5g",
|
|
2691
|
-
"title": "Any other rights or arrangements affecting the property?",
|
|
2692
2329
|
"discriminator": {
|
|
2693
2330
|
"propertyName": "yesNo"
|
|
2694
2331
|
},
|
|
@@ -2714,11 +2351,7 @@
|
|
|
2714
2351
|
],
|
|
2715
2352
|
"properties": {
|
|
2716
2353
|
"yesNo": {
|
|
2717
|
-
"piqRef": "A10.5g1"
|
|
2718
|
-
"enum": [
|
|
2719
|
-
"Yes",
|
|
2720
|
-
"No"
|
|
2721
|
-
]
|
|
2354
|
+
"piqRef": "A10.5g1"
|
|
2722
2355
|
}
|
|
2723
2356
|
}
|
|
2724
2357
|
}
|
|
@@ -2728,13 +2361,11 @@
|
|
|
2728
2361
|
},
|
|
2729
2362
|
"environmentalIssues": {
|
|
2730
2363
|
"piqRef": "A11.1",
|
|
2731
|
-
"title": "Environmental Issues Affecting the Property",
|
|
2732
2364
|
"properties": {
|
|
2733
2365
|
"flooding": {
|
|
2734
2366
|
"properties": {
|
|
2735
2367
|
"floodRiskReport": {
|
|
2736
2368
|
"piqRef": "A11.1.1",
|
|
2737
|
-
"title": "Has a Flood Risk Report been prepared?",
|
|
2738
2369
|
"discriminator": {
|
|
2739
2370
|
"propertyName": "yesNo"
|
|
2740
2371
|
},
|
|
@@ -2760,11 +2391,7 @@
|
|
|
2760
2391
|
],
|
|
2761
2392
|
"properties": {
|
|
2762
2393
|
"yesNo": {
|
|
2763
|
-
"piqRef": "A11.1.1.1"
|
|
2764
|
-
"enum": [
|
|
2765
|
-
"Yes",
|
|
2766
|
-
"No"
|
|
2767
|
-
]
|
|
2394
|
+
"piqRef": "A11.1.1.1"
|
|
2768
2395
|
}
|
|
2769
2396
|
}
|
|
2770
2397
|
}
|
|
@@ -2772,7 +2399,6 @@
|
|
|
2772
2399
|
},
|
|
2773
2400
|
"otherEnvironmental": {
|
|
2774
2401
|
"piqRef": "A11.5",
|
|
2775
|
-
"title": "To your knowledge, have there been any other environmental issues that affect the property or garden (for example, these could include air pollution, mining, sink holes, quarrying or fracking etc)?",
|
|
2776
2402
|
"discriminator": {
|
|
2777
2403
|
"propertyName": "yesNo"
|
|
2778
2404
|
},
|
|
@@ -2799,11 +2425,7 @@
|
|
|
2799
2425
|
],
|
|
2800
2426
|
"properties": {
|
|
2801
2427
|
"yesNo": {
|
|
2802
|
-
"piqRef": "A11.5.1"
|
|
2803
|
-
"enum": [
|
|
2804
|
-
"Yes",
|
|
2805
|
-
"No"
|
|
2806
|
-
]
|
|
2428
|
+
"piqRef": "A11.5.1"
|
|
2807
2429
|
}
|
|
2808
2430
|
}
|
|
2809
2431
|
}
|
|
@@ -2813,7 +2435,6 @@
|
|
|
2813
2435
|
"properties": {
|
|
2814
2436
|
"excessiveNoise": {
|
|
2815
2437
|
"piqRef": "A11.2",
|
|
2816
|
-
"title": "To your knowledge, has anyone occupying the property been disturbed by excessive noise which is likely to reoccur at the property?",
|
|
2817
2438
|
"discriminator": {
|
|
2818
2439
|
"propertyName": "yesNo"
|
|
2819
2440
|
},
|
|
@@ -2839,17 +2460,12 @@
|
|
|
2839
2460
|
],
|
|
2840
2461
|
"properties": {
|
|
2841
2462
|
"yesNo": {
|
|
2842
|
-
"piqRef": "A11.2.1"
|
|
2843
|
-
"enum": [
|
|
2844
|
-
"Yes",
|
|
2845
|
-
"No"
|
|
2846
|
-
]
|
|
2463
|
+
"piqRef": "A11.2.1"
|
|
2847
2464
|
}
|
|
2848
2465
|
}
|
|
2849
2466
|
},
|
|
2850
2467
|
"crime": {
|
|
2851
2468
|
"piqRef": "A11.3",
|
|
2852
|
-
"title": "To your knowledge, has the property been subject to any crime, burglary or violent death?",
|
|
2853
2469
|
"discriminator": {
|
|
2854
2470
|
"propertyName": "yesNo"
|
|
2855
2471
|
},
|
|
@@ -2875,17 +2491,12 @@
|
|
|
2875
2491
|
],
|
|
2876
2492
|
"properties": {
|
|
2877
2493
|
"yesNo": {
|
|
2878
|
-
"piqRef": "A11.3.1"
|
|
2879
|
-
"enum": [
|
|
2880
|
-
"Yes",
|
|
2881
|
-
"No"
|
|
2882
|
-
]
|
|
2494
|
+
"piqRef": "A11.3.1"
|
|
2883
2495
|
}
|
|
2884
2496
|
}
|
|
2885
2497
|
},
|
|
2886
2498
|
"failedTransactionsInLast12Months": {
|
|
2887
2499
|
"piqRef": "A11.6",
|
|
2888
|
-
"title": "Have there been any failed purchase transactions on the property within the last 12 months?",
|
|
2889
2500
|
"discriminator": {
|
|
2890
2501
|
"propertyName": "yesNo"
|
|
2891
2502
|
},
|
|
@@ -2911,11 +2522,7 @@
|
|
|
2911
2522
|
],
|
|
2912
2523
|
"properties": {
|
|
2913
2524
|
"yesNo": {
|
|
2914
|
-
"piqRef": "A11.6.1"
|
|
2915
|
-
"enum": [
|
|
2916
|
-
"Yes",
|
|
2917
|
-
"No"
|
|
2918
|
-
]
|
|
2525
|
+
"piqRef": "A11.6.1"
|
|
2919
2526
|
}
|
|
2920
2527
|
}
|
|
2921
2528
|
}
|
|
@@ -2925,7 +2532,6 @@
|
|
|
2925
2532
|
"properties": {
|
|
2926
2533
|
"restrictionsOnUseNotCompliedWith": {
|
|
2927
2534
|
"piqRef": "A12.1",
|
|
2928
|
-
"title": "Are you aware of any restrictions on the use or alteration of the property which have not been complied with?",
|
|
2929
2535
|
"discriminator": {
|
|
2930
2536
|
"propertyName": "yesNo"
|
|
2931
2537
|
},
|
|
@@ -2947,26 +2553,19 @@
|
|
|
2947
2553
|
]
|
|
2948
2554
|
},
|
|
2949
2555
|
"details": {
|
|
2950
|
-
"piqRef": "A12.1.2"
|
|
2951
|
-
"title": "Details"
|
|
2556
|
+
"piqRef": "A12.1.2"
|
|
2952
2557
|
}
|
|
2953
2558
|
}
|
|
2954
2559
|
}
|
|
2955
2560
|
],
|
|
2956
2561
|
"properties": {
|
|
2957
2562
|
"yesNo": {
|
|
2958
|
-
"piqRef": "A12.1.1"
|
|
2959
|
-
"enum": [
|
|
2960
|
-
"Yes",
|
|
2961
|
-
"No"
|
|
2962
|
-
]
|
|
2563
|
+
"piqRef": "A12.1.1"
|
|
2963
2564
|
}
|
|
2964
2565
|
}
|
|
2965
2566
|
},
|
|
2966
2567
|
"otherMaterialIssue": {
|
|
2967
2568
|
"piqRef": "A12.2",
|
|
2968
|
-
"title": "Are you aware of any other material issue or information which relates to the property or has anything occurred which may affect the average person’s decision to proceed?",
|
|
2969
|
-
"description": "This disclosure is required under the Consumer Protection from Unfair Trading Regulations 2008",
|
|
2970
2569
|
"discriminator": {
|
|
2971
2570
|
"propertyName": "yesNo"
|
|
2972
2571
|
},
|
|
@@ -2988,19 +2587,14 @@
|
|
|
2988
2587
|
]
|
|
2989
2588
|
},
|
|
2990
2589
|
"details": {
|
|
2991
|
-
"piqRef": "A12.2.2"
|
|
2992
|
-
"title": "Please describe this issue and any action that has been taken, if applicable."
|
|
2590
|
+
"piqRef": "A12.2.2"
|
|
2993
2591
|
}
|
|
2994
2592
|
}
|
|
2995
2593
|
}
|
|
2996
2594
|
],
|
|
2997
2595
|
"properties": {
|
|
2998
2596
|
"yesNo": {
|
|
2999
|
-
"piqRef": "A12.2.1"
|
|
3000
|
-
"enum": [
|
|
3001
|
-
"Yes",
|
|
3002
|
-
"No"
|
|
3003
|
-
]
|
|
2597
|
+
"piqRef": "A12.2.1"
|
|
3004
2598
|
}
|
|
3005
2599
|
}
|
|
3006
2600
|
}
|
|
@@ -3013,15 +2607,12 @@
|
|
|
3013
2607
|
"legalOwners": {
|
|
3014
2608
|
"properties": {
|
|
3015
2609
|
"namesOfLegalOwners": {
|
|
3016
|
-
"piqRef": "B1.1"
|
|
3017
|
-
"title": "Names of all legal owners",
|
|
3018
|
-
"minItems": 1
|
|
2610
|
+
"piqRef": "B1.1"
|
|
3019
2611
|
}
|
|
3020
2612
|
}
|
|
3021
2613
|
},
|
|
3022
2614
|
"sellersCapacity": {
|
|
3023
2615
|
"piqRef": "B1.3.1",
|
|
3024
|
-
"title": "Capacity in which the Seller sells",
|
|
3025
2616
|
"discriminator": {
|
|
3026
2617
|
"propertyName": "capacity"
|
|
3027
2618
|
},
|
|
@@ -3051,7 +2642,6 @@
|
|
|
3051
2642
|
},
|
|
3052
2643
|
"legalBoundaries": {
|
|
3053
2644
|
"piqRef": "B3.1",
|
|
3054
|
-
"title": "Legal Boundaries",
|
|
3055
2645
|
"properties": {
|
|
3056
2646
|
"ownership": {
|
|
3057
2647
|
"oneOf": [
|
|
@@ -3060,44 +2650,16 @@
|
|
|
3060
2650
|
"uniformBoundaries": {
|
|
3061
2651
|
"properties": {
|
|
3062
2652
|
"left": {
|
|
3063
|
-
"piqRef": "B3.1.1"
|
|
3064
|
-
"title": "On the left",
|
|
3065
|
-
"enum": [
|
|
3066
|
-
"Seller",
|
|
3067
|
-
"Shared",
|
|
3068
|
-
"Neighbour",
|
|
3069
|
-
"Not known"
|
|
3070
|
-
]
|
|
2653
|
+
"piqRef": "B3.1.1"
|
|
3071
2654
|
},
|
|
3072
2655
|
"right": {
|
|
3073
|
-
"piqRef": "B3.1.2"
|
|
3074
|
-
"title": "On the right",
|
|
3075
|
-
"enum": [
|
|
3076
|
-
"Seller",
|
|
3077
|
-
"Shared",
|
|
3078
|
-
"Neighbour",
|
|
3079
|
-
"Not known"
|
|
3080
|
-
]
|
|
2656
|
+
"piqRef": "B3.1.2"
|
|
3081
2657
|
},
|
|
3082
2658
|
"rear": {
|
|
3083
|
-
"piqRef": "B3.1.3"
|
|
3084
|
-
"title": "At the rear",
|
|
3085
|
-
"enum": [
|
|
3086
|
-
"Seller",
|
|
3087
|
-
"Shared",
|
|
3088
|
-
"Neighbour",
|
|
3089
|
-
"Not known"
|
|
3090
|
-
]
|
|
2659
|
+
"piqRef": "B3.1.3"
|
|
3091
2660
|
},
|
|
3092
2661
|
"front": {
|
|
3093
|
-
"piqRef": "B3.1.4"
|
|
3094
|
-
"title": "At the front",
|
|
3095
|
-
"enum": [
|
|
3096
|
-
"Seller",
|
|
3097
|
-
"Shared",
|
|
3098
|
-
"Neighbour",
|
|
3099
|
-
"Not known"
|
|
3100
|
-
]
|
|
2662
|
+
"piqRef": "B3.1.4"
|
|
3101
2663
|
}
|
|
3102
2664
|
}
|
|
3103
2665
|
}
|
|
@@ -3107,7 +2669,6 @@
|
|
|
3107
2669
|
},
|
|
3108
2670
|
"haveBoundaryFeaturesMoved": {
|
|
3109
2671
|
"piqRef": "B3.3",
|
|
3110
|
-
"title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
|
|
3111
2672
|
"discriminator": {
|
|
3112
2673
|
"propertyName": "yesNo"
|
|
3113
2674
|
},
|
|
@@ -3130,32 +2691,21 @@
|
|
|
3130
2691
|
]
|
|
3131
2692
|
},
|
|
3132
2693
|
"details": {
|
|
3133
|
-
"piqRef": "B3.3.2"
|
|
3134
|
-
"title": "Details"
|
|
2694
|
+
"piqRef": "B3.3.2"
|
|
3135
2695
|
}
|
|
3136
2696
|
}
|
|
3137
2697
|
}
|
|
3138
2698
|
],
|
|
3139
2699
|
"properties": {
|
|
3140
2700
|
"yesNo": {
|
|
3141
|
-
"piqRef": "B3.3.1"
|
|
3142
|
-
"enum": [
|
|
3143
|
-
"Yes",
|
|
3144
|
-
"No",
|
|
3145
|
-
"Not applicable"
|
|
3146
|
-
]
|
|
2701
|
+
"piqRef": "B3.3.1"
|
|
3147
2702
|
}
|
|
3148
2703
|
}
|
|
3149
2704
|
},
|
|
3150
2705
|
"adjacentLandIncluded": {
|
|
3151
2706
|
"properties": {
|
|
3152
2707
|
"yesNo": {
|
|
3153
|
-
"piqRef": "B3.4"
|
|
3154
|
-
"enum": [
|
|
3155
|
-
"Yes",
|
|
3156
|
-
"No",
|
|
3157
|
-
"Not applicable"
|
|
3158
|
-
]
|
|
2708
|
+
"piqRef": "B3.4"
|
|
3159
2709
|
}
|
|
3160
2710
|
}
|
|
3161
2711
|
}
|
|
@@ -3165,7 +2715,6 @@
|
|
|
3165
2715
|
"properties": {
|
|
3166
2716
|
"pipesWiresCablesDrainsToProperty": {
|
|
3167
2717
|
"piqRef": "B4.1",
|
|
3168
|
-
"title": "Are you aware of any pipes, wires, cables or drains bringing services to the property which cross any neighbouring land or property?",
|
|
3169
2718
|
"discriminator": {
|
|
3170
2719
|
"propertyName": "yesNo"
|
|
3171
2720
|
},
|
|
@@ -3188,26 +2737,19 @@
|
|
|
3188
2737
|
]
|
|
3189
2738
|
},
|
|
3190
2739
|
"details": {
|
|
3191
|
-
"piqRef": "B4.1.2"
|
|
3192
|
-
"title": "Please provide details"
|
|
2740
|
+
"piqRef": "B4.1.2"
|
|
3193
2741
|
}
|
|
3194
2742
|
}
|
|
3195
2743
|
}
|
|
3196
2744
|
],
|
|
3197
2745
|
"properties": {
|
|
3198
2746
|
"yesNo": {
|
|
3199
|
-
"piqRef": "B4.1.1"
|
|
3200
|
-
"enum": [
|
|
3201
|
-
"Yes",
|
|
3202
|
-
"No",
|
|
3203
|
-
"Not known"
|
|
3204
|
-
]
|
|
2747
|
+
"piqRef": "B4.1.1"
|
|
3205
2748
|
}
|
|
3206
2749
|
}
|
|
3207
2750
|
},
|
|
3208
2751
|
"pipesWiresCablesDrainsFromProperty": {
|
|
3209
2752
|
"piqRef": "B4.2",
|
|
3210
|
-
"title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
|
|
3211
2753
|
"discriminator": {
|
|
3212
2754
|
"propertyName": "yesNo"
|
|
3213
2755
|
},
|
|
@@ -3230,26 +2772,19 @@
|
|
|
3230
2772
|
]
|
|
3231
2773
|
},
|
|
3232
2774
|
"details": {
|
|
3233
|
-
"piqRef": "B4.2.2"
|
|
3234
|
-
"title": "Please provide details"
|
|
2775
|
+
"piqRef": "B4.2.2"
|
|
3235
2776
|
}
|
|
3236
2777
|
}
|
|
3237
2778
|
}
|
|
3238
2779
|
],
|
|
3239
2780
|
"properties": {
|
|
3240
2781
|
"yesNo": {
|
|
3241
|
-
"piqRef": "B4.2.1"
|
|
3242
|
-
"enum": [
|
|
3243
|
-
"Yes",
|
|
3244
|
-
"No",
|
|
3245
|
-
"Not known"
|
|
3246
|
-
]
|
|
2782
|
+
"piqRef": "B4.2.1"
|
|
3247
2783
|
}
|
|
3248
2784
|
}
|
|
3249
2785
|
},
|
|
3250
2786
|
"formalOrInformalAgreements": {
|
|
3251
2787
|
"piqRef": "B4.3",
|
|
3252
|
-
"title": "Are you aware of any formal or informal agreements or arrangements for pipes, wires cables or drains to cross either your property or neighbouring property?",
|
|
3253
2788
|
"discriminator": {
|
|
3254
2789
|
"propertyName": "yesNo"
|
|
3255
2790
|
},
|
|
@@ -3272,20 +2807,14 @@
|
|
|
3272
2807
|
]
|
|
3273
2808
|
},
|
|
3274
2809
|
"details": {
|
|
3275
|
-
"piqRef": "B4.3.2"
|
|
3276
|
-
"title": "Please provide details"
|
|
2810
|
+
"piqRef": "B4.3.2"
|
|
3277
2811
|
}
|
|
3278
2812
|
}
|
|
3279
2813
|
}
|
|
3280
2814
|
],
|
|
3281
2815
|
"properties": {
|
|
3282
2816
|
"yesNo": {
|
|
3283
|
-
"piqRef": "B4.3.1"
|
|
3284
|
-
"enum": [
|
|
3285
|
-
"Yes",
|
|
3286
|
-
"No",
|
|
3287
|
-
"Not known"
|
|
3288
|
-
]
|
|
2817
|
+
"piqRef": "B4.3.1"
|
|
3289
2818
|
}
|
|
3290
2819
|
}
|
|
3291
2820
|
}
|
|
@@ -3295,7 +2824,6 @@
|
|
|
3295
2824
|
"properties": {
|
|
3296
2825
|
"testedByQualifiedElectrician": {
|
|
3297
2826
|
"piqRef": "B7.1",
|
|
3298
|
-
"title": "Have the electrics at the property been tested by a qualified electrician?",
|
|
3299
2827
|
"discriminator": {
|
|
3300
2828
|
"propertyName": "yesNo"
|
|
3301
2829
|
},
|
|
@@ -3317,25 +2845,19 @@
|
|
|
3317
2845
|
]
|
|
3318
2846
|
},
|
|
3319
2847
|
"yearTested": {
|
|
3320
|
-
"piqRef": "B7.1.2"
|
|
3321
|
-
"title": "State the year they were last tested"
|
|
2848
|
+
"piqRef": "B7.1.2"
|
|
3322
2849
|
}
|
|
3323
2850
|
}
|
|
3324
2851
|
}
|
|
3325
2852
|
],
|
|
3326
2853
|
"properties": {
|
|
3327
2854
|
"yesNo": {
|
|
3328
|
-
"piqRef": "B7.1.1"
|
|
3329
|
-
"enum": [
|
|
3330
|
-
"Yes",
|
|
3331
|
-
"No"
|
|
3332
|
-
]
|
|
2855
|
+
"piqRef": "B7.1.1"
|
|
3333
2856
|
}
|
|
3334
2857
|
}
|
|
3335
2858
|
},
|
|
3336
2859
|
"electricalWorkSince2005": {
|
|
3337
2860
|
"piqRef": "B7.2",
|
|
3338
|
-
"title": "Since 1st January 2005, has any electrical work been carried out to the property?",
|
|
3339
2861
|
"discriminator": {
|
|
3340
2862
|
"propertyName": "yesNo"
|
|
3341
2863
|
},
|
|
@@ -3358,26 +2880,19 @@
|
|
|
3358
2880
|
]
|
|
3359
2881
|
},
|
|
3360
2882
|
"yearWorkCarriedOut": {
|
|
3361
|
-
"piqRef": "B7.2.2"
|
|
3362
|
-
"title": "State the year the work was carried out"
|
|
2883
|
+
"piqRef": "B7.2.2"
|
|
3363
2884
|
}
|
|
3364
2885
|
}
|
|
3365
2886
|
}
|
|
3366
2887
|
],
|
|
3367
2888
|
"properties": {
|
|
3368
2889
|
"yesNo": {
|
|
3369
|
-
"piqRef": "B7.2.1"
|
|
3370
|
-
"enum": [
|
|
3371
|
-
"Yes",
|
|
3372
|
-
"No",
|
|
3373
|
-
"Not known"
|
|
3374
|
-
]
|
|
2890
|
+
"piqRef": "B7.2.1"
|
|
3375
2891
|
}
|
|
3376
2892
|
}
|
|
3377
2893
|
},
|
|
3378
2894
|
"solarPanels": {
|
|
3379
2895
|
"piqRef": "B4.4",
|
|
3380
|
-
"title": "Solar or photovoltaic panels",
|
|
3381
2896
|
"discriminator": {
|
|
3382
2897
|
"propertyName": "hasSolarPanels"
|
|
3383
2898
|
},
|
|
@@ -3399,12 +2914,10 @@
|
|
|
3399
2914
|
]
|
|
3400
2915
|
},
|
|
3401
2916
|
"yearInstalled": {
|
|
3402
|
-
"piqRef": "B4.4.2"
|
|
3403
|
-
"title": "What year were they installed?"
|
|
2917
|
+
"piqRef": "B4.4.2"
|
|
3404
2918
|
},
|
|
3405
2919
|
"panelsOwnedOutright": {
|
|
3406
2920
|
"piqRef": "B4.4.3",
|
|
3407
|
-
"title": "Do you own the panels, and all equipment related to them, outright?",
|
|
3408
2921
|
"discriminator": {
|
|
3409
2922
|
"propertyName": "yesNo"
|
|
3410
2923
|
},
|
|
@@ -3431,7 +2944,6 @@
|
|
|
3431
2944
|
},
|
|
3432
2945
|
"panelProviderLease": {
|
|
3433
2946
|
"piqRef": "B4.4.4",
|
|
3434
|
-
"title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
|
|
3435
2947
|
"discriminator": {
|
|
3436
2948
|
"propertyName": "yesNo"
|
|
3437
2949
|
},
|
|
@@ -3453,12 +2965,7 @@
|
|
|
3453
2965
|
]
|
|
3454
2966
|
},
|
|
3455
2967
|
"attachments": {
|
|
3456
|
-
"piqRef": "B4.4.5"
|
|
3457
|
-
"title": "Please supply copies of the relevant documents",
|
|
3458
|
-
"enum": [
|
|
3459
|
-
"Attached",
|
|
3460
|
-
"To follow"
|
|
3461
|
-
]
|
|
2968
|
+
"piqRef": "B4.4.5"
|
|
3462
2969
|
}
|
|
3463
2970
|
}
|
|
3464
2971
|
}
|
|
@@ -3469,12 +2976,7 @@
|
|
|
3469
2976
|
],
|
|
3470
2977
|
"properties": {
|
|
3471
2978
|
"hasSolarPanels": {
|
|
3472
|
-
"piqRef": "B4.4.1"
|
|
3473
|
-
"title": "Are there solar or photovoltaic panels installed at the property?",
|
|
3474
|
-
"enum": [
|
|
3475
|
-
"Yes",
|
|
3476
|
-
"No"
|
|
3477
|
-
]
|
|
2979
|
+
"piqRef": "B4.4.1"
|
|
3478
2980
|
}
|
|
3479
2981
|
}
|
|
3480
2982
|
}
|
|
@@ -3483,12 +2985,7 @@
|
|
|
3483
2985
|
"guaranteesWarrantiesAndIndemnityInsurances": {
|
|
3484
2986
|
"properties": {
|
|
3485
2987
|
"hasValidGuaranteesOrWarranties": {
|
|
3486
|
-
"piqRef": "B5.1"
|
|
3487
|
-
"title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
|
|
3488
|
-
"enum": [
|
|
3489
|
-
"Yes",
|
|
3490
|
-
"No"
|
|
3491
|
-
]
|
|
2988
|
+
"piqRef": "B5.1"
|
|
3492
2989
|
}
|
|
3493
2990
|
},
|
|
3494
2991
|
"oneOf": [
|
|
@@ -3497,7 +2994,6 @@
|
|
|
3497
2994
|
"properties": {
|
|
3498
2995
|
"newHomeWarranty": {
|
|
3499
2996
|
"piqRef": "B5.1.1",
|
|
3500
|
-
"title": "New Home Warranty (NHBC or similar)",
|
|
3501
2997
|
"discriminator": {
|
|
3502
2998
|
"propertyName": "yesNo"
|
|
3503
2999
|
},
|
|
@@ -3525,17 +3021,12 @@
|
|
|
3525
3021
|
"roofingWork": {
|
|
3526
3022
|
"properties": {
|
|
3527
3023
|
"yesNo": {
|
|
3528
|
-
"piqRef": "B5.1.2"
|
|
3529
|
-
"enum": [
|
|
3530
|
-
"Yes",
|
|
3531
|
-
"No"
|
|
3532
|
-
]
|
|
3024
|
+
"piqRef": "B5.1.2"
|
|
3533
3025
|
}
|
|
3534
3026
|
}
|
|
3535
3027
|
},
|
|
3536
3028
|
"dampProofingTreatment": {
|
|
3537
3029
|
"piqRef": "B5.1.3",
|
|
3538
|
-
"title": "Damp proofing treatment",
|
|
3539
3030
|
"discriminator": {
|
|
3540
3031
|
"propertyName": "yesNo"
|
|
3541
3032
|
},
|
|
@@ -3562,7 +3053,6 @@
|
|
|
3562
3053
|
},
|
|
3563
3054
|
"timberRotOrInfestationTreatment": {
|
|
3564
3055
|
"piqRef": "B5.1.4",
|
|
3565
|
-
"title": "Timber rot or infestation treatment",
|
|
3566
3056
|
"discriminator": {
|
|
3567
3057
|
"propertyName": "yesNo"
|
|
3568
3058
|
},
|
|
@@ -3589,7 +3079,6 @@
|
|
|
3589
3079
|
},
|
|
3590
3080
|
"centralHeatingAndorPlumbing": {
|
|
3591
3081
|
"piqRef": "B5.1.5",
|
|
3592
|
-
"title": "Central heating and/or plumbing",
|
|
3593
3082
|
"discriminator": {
|
|
3594
3083
|
"propertyName": "yesNo"
|
|
3595
3084
|
},
|
|
@@ -3616,7 +3105,6 @@
|
|
|
3616
3105
|
},
|
|
3617
3106
|
"doubleGlazing": {
|
|
3618
3107
|
"piqRef": "B5.1.6",
|
|
3619
|
-
"title": "Double glazing (windows, doors, roof lights, conservatory etc)",
|
|
3620
3108
|
"discriminator": {
|
|
3621
3109
|
"propertyName": "yesNo"
|
|
3622
3110
|
},
|
|
@@ -3643,7 +3131,6 @@
|
|
|
3643
3131
|
},
|
|
3644
3132
|
"electricalRepairOrInstallation": {
|
|
3645
3133
|
"piqRef": "B5.1.7",
|
|
3646
|
-
"title": "Electrical repair or installation",
|
|
3647
3134
|
"discriminator": {
|
|
3648
3135
|
"propertyName": "yesNo"
|
|
3649
3136
|
},
|
|
@@ -3670,7 +3157,6 @@
|
|
|
3670
3157
|
},
|
|
3671
3158
|
"subsidenceWork": {
|
|
3672
3159
|
"piqRef": "B5.1.8",
|
|
3673
|
-
"title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
|
|
3674
3160
|
"discriminator": {
|
|
3675
3161
|
"propertyName": "yesNo"
|
|
3676
3162
|
},
|
|
@@ -3697,7 +3183,6 @@
|
|
|
3697
3183
|
},
|
|
3698
3184
|
"solarPanels": {
|
|
3699
3185
|
"piqRef": "B5.1.9",
|
|
3700
|
-
"title": "Solar panels",
|
|
3701
3186
|
"discriminator": {
|
|
3702
3187
|
"propertyName": "yesNo"
|
|
3703
3188
|
},
|
|
@@ -3724,7 +3209,6 @@
|
|
|
3724
3209
|
},
|
|
3725
3210
|
"otherGuarantees": {
|
|
3726
3211
|
"piqRef": "B5.1.10",
|
|
3727
|
-
"title": "Other Guarantees or warranties",
|
|
3728
3212
|
"discriminator": {
|
|
3729
3213
|
"propertyName": "yesNo"
|
|
3730
3214
|
},
|
|
@@ -3751,7 +3235,6 @@
|
|
|
3751
3235
|
},
|
|
3752
3236
|
"outstandingClaimsOrApplications": {
|
|
3753
3237
|
"piqRef": "B5.2",
|
|
3754
|
-
"title": "Are there any outstanding claims or current applications relating to any of the above?",
|
|
3755
3238
|
"discriminator": {
|
|
3756
3239
|
"propertyName": "yesNo"
|
|
3757
3240
|
},
|
|
@@ -3777,11 +3260,7 @@
|
|
|
3777
3260
|
],
|
|
3778
3261
|
"properties": {
|
|
3779
3262
|
"yesNo": {
|
|
3780
|
-
"piqRef": "B5.2.1"
|
|
3781
|
-
"enum": [
|
|
3782
|
-
"Yes",
|
|
3783
|
-
"No"
|
|
3784
|
-
]
|
|
3263
|
+
"piqRef": "B5.2.1"
|
|
3785
3264
|
}
|
|
3786
3265
|
}
|
|
3787
3266
|
}
|
|
@@ -3794,12 +3273,7 @@
|
|
|
3794
3273
|
"othersAged17OrOver": {
|
|
3795
3274
|
"properties": {
|
|
3796
3275
|
"hasOthersAged17OrOver": {
|
|
3797
|
-
"piqRef": "B8.1"
|
|
3798
|
-
"title": "Other than the sellers, does anyone else aged 17 or over, live at the property?",
|
|
3799
|
-
"enum": [
|
|
3800
|
-
"Yes",
|
|
3801
|
-
"No"
|
|
3802
|
-
]
|
|
3276
|
+
"piqRef": "B8.1"
|
|
3803
3277
|
}
|
|
3804
3278
|
},
|
|
3805
3279
|
"oneOf": [
|
|
@@ -3807,8 +3281,7 @@
|
|
|
3807
3281
|
{
|
|
3808
3282
|
"properties": {
|
|
3809
3283
|
"aged17OrOverNames": {
|
|
3810
|
-
"piqRef": "B8.1.1"
|
|
3811
|
-
"title": "Please provide their full names and ages."
|
|
3284
|
+
"piqRef": "B8.1.1"
|
|
3812
3285
|
},
|
|
3813
3286
|
"vacantPossession": {
|
|
3814
3287
|
"oneOf": [
|
|
@@ -3817,7 +3290,6 @@
|
|
|
3817
3290
|
"properties": {
|
|
3818
3291
|
"aged17OrOverWillSignToConfirmWillVacate": {
|
|
3819
3292
|
"piqRef": "B8.2",
|
|
3820
|
-
"title": "Have all occupiers aged 17 or over, agreed to sign the sale contract to confirm that they will vacate the property prior to completion of the sale?",
|
|
3821
3293
|
"discriminator": {
|
|
3822
3294
|
"propertyName": "yesNo"
|
|
3823
3295
|
},
|
|
@@ -3843,11 +3315,7 @@
|
|
|
3843
3315
|
],
|
|
3844
3316
|
"properties": {
|
|
3845
3317
|
"yesNo": {
|
|
3846
|
-
"piqRef": "B8.2.1"
|
|
3847
|
-
"enum": [
|
|
3848
|
-
"Yes",
|
|
3849
|
-
"No"
|
|
3850
|
-
]
|
|
3318
|
+
"piqRef": "B8.2.1"
|
|
3851
3319
|
}
|
|
3852
3320
|
}
|
|
3853
3321
|
}
|
|
@@ -3866,26 +3334,21 @@
|
|
|
3866
3334
|
"sellerWillEnsure": {
|
|
3867
3335
|
"properties": {
|
|
3868
3336
|
"removeRubbish": {
|
|
3869
|
-
"piqRef": "B9.3"
|
|
3870
|
-
"title": "Remove all rubbish and items not included in the sale from the property (including its garden, loft and any sheds or outbuildings) and leave the property in a clean and tidy condition."
|
|
3337
|
+
"piqRef": "B9.3"
|
|
3871
3338
|
},
|
|
3872
3339
|
"replaceLightFittings": {
|
|
3873
|
-
"piqRef": "B9.4"
|
|
3874
|
-
"title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb."
|
|
3340
|
+
"piqRef": "B9.4"
|
|
3875
3341
|
},
|
|
3876
3342
|
"takeReasonableCare": {
|
|
3877
|
-
"piqRef": "B9.6"
|
|
3878
|
-
"title": "Take reasonable care when removing any other fittings or contents."
|
|
3343
|
+
"piqRef": "B9.6"
|
|
3879
3344
|
},
|
|
3880
3345
|
"leaveKeys": {
|
|
3881
|
-
"piqRef": "B9.5"
|
|
3882
|
-
"title": "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion."
|
|
3346
|
+
"piqRef": "B9.5"
|
|
3883
3347
|
}
|
|
3884
3348
|
}
|
|
3885
3349
|
},
|
|
3886
3350
|
"otherPropertyInChain": {
|
|
3887
3351
|
"piqRef": "B9.1",
|
|
3888
|
-
"title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
|
|
3889
3352
|
"discriminator": {
|
|
3890
3353
|
"propertyName": "yesNo"
|
|
3891
3354
|
},
|
|
@@ -3911,18 +3374,12 @@
|
|
|
3911
3374
|
],
|
|
3912
3375
|
"properties": {
|
|
3913
3376
|
"yesNo": {
|
|
3914
|
-
"piqRef": "B9.1.1"
|
|
3915
|
-
"enum": [
|
|
3916
|
-
"Yes",
|
|
3917
|
-
"No"
|
|
3918
|
-
]
|
|
3377
|
+
"piqRef": "B9.1.1"
|
|
3919
3378
|
}
|
|
3920
3379
|
}
|
|
3921
3380
|
},
|
|
3922
3381
|
"moveRestrictionDates": {
|
|
3923
3382
|
"piqRef": "B9.2",
|
|
3924
|
-
"title": "Are there any dates on which you cannot move?",
|
|
3925
|
-
"description": "Note that: the moving date will not be fixed until contracts are exchanged i.e. have become binding, until then you should only make provisional removal arrangements; you do not need to be physically present on the day of completion so long as the property is cleared; timescales to completion vary depending on the complexity of the transaction, length of the chain and requirements of the people involved.",
|
|
3926
3383
|
"discriminator": {
|
|
3927
3384
|
"propertyName": "yesNo"
|
|
3928
3385
|
},
|
|
@@ -3948,11 +3405,7 @@
|
|
|
3948
3405
|
],
|
|
3949
3406
|
"properties": {
|
|
3950
3407
|
"yesNo": {
|
|
3951
|
-
"piqRef": "B9.1.2"
|
|
3952
|
-
"enum": [
|
|
3953
|
-
"Yes",
|
|
3954
|
-
"No"
|
|
3955
|
-
]
|
|
3408
|
+
"piqRef": "B9.1.2"
|
|
3956
3409
|
}
|
|
3957
3410
|
}
|
|
3958
3411
|
}
|