@pdtf/schemas 2.0.0-2 → 2.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 +33 -19
- package/package.json +1 -1
- package/src/examples/v2/exampleTransaction.json +86 -87
- package/src/schemas/v2/combined.json +7432 -1101
- package/src/schemas/v2/overlays/baspi.json +1087 -742
- package/src/schemas/v2/overlays/con29DW.json +256 -127
- package/src/schemas/v2/overlays/con29R.json +1 -1
- package/src/schemas/v2/overlays/fme1.json +46 -212
- package/src/schemas/v2/overlays/lpe1.json +92 -63
- package/src/schemas/v2/overlays/nts.json +39 -43
- package/src/schemas/v2/overlays/rds.json +339 -337
- package/src/schemas/v2/overlays/ta10.json +844 -1
- package/src/schemas/v2/overlays/ta6.json +330 -291
- package/src/schemas/v2/overlays/ta7.json +98 -33
- package/src/schemas/v2/{core.json → pdtf-transaction.json} +6901 -927
- package/src/schemas/v2/skeleton.json +3559 -0
- package/src/tests/v1/transactionSchema.test.js +21 -13
- package/src/tests/v2/transactionSchema.test.js +6 -4
- package/src/tests/v2/verifiedClaimsValidator.test.js +128 -0
- package/src/utils/extractOverlay.js +47 -9
- package/src/utils/extractProperties.js +44 -0
- package/src/schemas/v2/merged.json +0 -28697
|
@@ -55,8 +55,7 @@
|
|
|
55
55
|
"specialistIssues",
|
|
56
56
|
"fixturesAndFittings",
|
|
57
57
|
"waterAndDrainage",
|
|
58
|
-
"
|
|
59
|
-
"greenDealLoan",
|
|
58
|
+
"connectedUtilities",
|
|
60
59
|
"centralHeating",
|
|
61
60
|
"insurance",
|
|
62
61
|
"boundaries",
|
|
@@ -110,7 +109,7 @@
|
|
|
110
109
|
},
|
|
111
110
|
"delayFactors": {
|
|
112
111
|
"baspiRef": "A1.2",
|
|
113
|
-
"title": "Delay
|
|
112
|
+
"title": "Delay factors",
|
|
114
113
|
"required": [
|
|
115
114
|
"hasDelayFactors"
|
|
116
115
|
],
|
|
@@ -118,7 +117,7 @@
|
|
|
118
117
|
"hasDelayFactors": {
|
|
119
118
|
"baspiRef": "A1.2.1",
|
|
120
119
|
"title": "Are you aware of any factors which might delay or complicate the sale?",
|
|
121
|
-
"description": "E.g. family split, pending application for grant of probate, absent seller or unregistered title?
|
|
120
|
+
"description": "E.g. family split, pending application for grant of probate, absent seller or unregistered title?",
|
|
122
121
|
"discriminator": {
|
|
123
122
|
"propertyName": "yesNo"
|
|
124
123
|
},
|
|
@@ -141,7 +140,7 @@
|
|
|
141
140
|
},
|
|
142
141
|
"details": {
|
|
143
142
|
"baspiRef": "A1.2.2",
|
|
144
|
-
"title": "
|
|
143
|
+
"title": "Provide details and likely timescale for delay (if known)"
|
|
145
144
|
},
|
|
146
145
|
"attachments": {
|
|
147
146
|
"baspiRef": "A1.2.3",
|
|
@@ -223,7 +222,7 @@
|
|
|
223
222
|
},
|
|
224
223
|
"details": {
|
|
225
224
|
"baspiRef": "A1.3.0.2.2",
|
|
226
|
-
"title": "
|
|
225
|
+
"title": "Describe the share for sale (e.g. Ground floor flat only)"
|
|
227
226
|
}
|
|
228
227
|
},
|
|
229
228
|
"required": [
|
|
@@ -233,7 +232,16 @@
|
|
|
233
232
|
],
|
|
234
233
|
"required": [
|
|
235
234
|
"yesNo"
|
|
236
|
-
]
|
|
235
|
+
],
|
|
236
|
+
"properties": {
|
|
237
|
+
"yesNo": {
|
|
238
|
+
"baspiRef": "A1.3.0.2.1",
|
|
239
|
+
"enum": [
|
|
240
|
+
"Yes",
|
|
241
|
+
"No"
|
|
242
|
+
]
|
|
243
|
+
}
|
|
244
|
+
}
|
|
237
245
|
}
|
|
238
246
|
},
|
|
239
247
|
"required": [
|
|
@@ -257,17 +265,85 @@
|
|
|
257
265
|
],
|
|
258
266
|
"properties": {
|
|
259
267
|
"contactDetails": {
|
|
268
|
+
"baspiRef": "A1.5.1",
|
|
269
|
+
"title": "Contact Details",
|
|
270
|
+
"description": "Complete the details for the relevant parties",
|
|
271
|
+
"required": [
|
|
272
|
+
"rentchargeOwner",
|
|
273
|
+
"managingAgent"
|
|
274
|
+
],
|
|
260
275
|
"properties": {
|
|
261
276
|
"rentchargeOwner": {
|
|
262
277
|
"baspiRef": "A1.5.4",
|
|
263
|
-
"title": "Rentcharge Owner"
|
|
278
|
+
"title": "Rentcharge Owner",
|
|
279
|
+
"required": [
|
|
280
|
+
"contact"
|
|
281
|
+
],
|
|
282
|
+
"properties": {
|
|
283
|
+
"contact": {
|
|
284
|
+
"baspiRef": "A1.5.4.1",
|
|
285
|
+
"required": [
|
|
286
|
+
"nameOrOrganisation",
|
|
287
|
+
"address",
|
|
288
|
+
"emailAddress"
|
|
289
|
+
],
|
|
290
|
+
"properties": {
|
|
291
|
+
"nameOrOrganisation": {
|
|
292
|
+
"baspiRef": "A1.5.4.1.1",
|
|
293
|
+
"title": "Name or organisation"
|
|
294
|
+
},
|
|
295
|
+
"address": {
|
|
296
|
+
"baspiRef": "A1.5.4.1.2",
|
|
297
|
+
"title": "Address",
|
|
298
|
+
"required": [
|
|
299
|
+
"line1",
|
|
300
|
+
"postcode"
|
|
301
|
+
],
|
|
302
|
+
"properties": {
|
|
303
|
+
"line1": {
|
|
304
|
+
"baspiRef": "A1.5.4.1.2.1",
|
|
305
|
+
"title": "Address line 1"
|
|
306
|
+
},
|
|
307
|
+
"line2": {
|
|
308
|
+
"baspiRef": "A1.5.4.1.2.2",
|
|
309
|
+
"title": "Address line 2"
|
|
310
|
+
},
|
|
311
|
+
"line3": {
|
|
312
|
+
"baspiRef": "A1.5.4.1.2.3",
|
|
313
|
+
"title": "Address line 3"
|
|
314
|
+
},
|
|
315
|
+
"town": {
|
|
316
|
+
"baspiRef": "A1.5.4.1.2.4",
|
|
317
|
+
"title": "Town"
|
|
318
|
+
},
|
|
319
|
+
"postcode": {
|
|
320
|
+
"baspiRef": "A1.5.4.1.2.5",
|
|
321
|
+
"title": "Postcode"
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"emailAddress": {
|
|
326
|
+
"baspiRef": "A1.5.5.1.3",
|
|
327
|
+
"title": "Email address"
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
}
|
|
264
332
|
},
|
|
265
333
|
"managingAgent": {
|
|
266
334
|
"baspiRef": "A1.5.5",
|
|
267
335
|
"title": "Managing Agent",
|
|
336
|
+
"required": [
|
|
337
|
+
"contact"
|
|
338
|
+
],
|
|
268
339
|
"properties": {
|
|
269
340
|
"contact": {
|
|
270
341
|
"baspiRef": "A1.5.5.1",
|
|
342
|
+
"required": [
|
|
343
|
+
"nameOrOrganisation",
|
|
344
|
+
"telephone",
|
|
345
|
+
"emailAddress"
|
|
346
|
+
],
|
|
271
347
|
"properties": {
|
|
272
348
|
"nameOrOrganisation": {
|
|
273
349
|
"baspiRef": "A1.5.5.1.1",
|
|
@@ -276,6 +352,10 @@
|
|
|
276
352
|
"address": {
|
|
277
353
|
"baspiRef": "A1.5.5.1.2",
|
|
278
354
|
"title": "Address",
|
|
355
|
+
"required": [
|
|
356
|
+
"line1",
|
|
357
|
+
"postcode"
|
|
358
|
+
],
|
|
279
359
|
"properties": {
|
|
280
360
|
"line1": {
|
|
281
361
|
"baspiRef": "A1.5.5.1.2.1",
|
|
@@ -308,6 +388,154 @@
|
|
|
308
388
|
}
|
|
309
389
|
}
|
|
310
390
|
}
|
|
391
|
+
},
|
|
392
|
+
"transferAndRegistration": {
|
|
393
|
+
"properties": {
|
|
394
|
+
"requirementsToBeMemberOfManagementCompany": {
|
|
395
|
+
"baspiRef": "A1.5.6",
|
|
396
|
+
"title": "Is the incoming Owner required to take a share in, or become a member of, the Management Company?",
|
|
397
|
+
"discriminator": {
|
|
398
|
+
"propertyName": "yesNo"
|
|
399
|
+
},
|
|
400
|
+
"oneOf": [
|
|
401
|
+
{
|
|
402
|
+
"properties": {
|
|
403
|
+
"yesNo": {
|
|
404
|
+
"enum": [
|
|
405
|
+
"No"
|
|
406
|
+
]
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"properties": {
|
|
412
|
+
"yesNo": {
|
|
413
|
+
"enum": [
|
|
414
|
+
"Yes"
|
|
415
|
+
]
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
],
|
|
420
|
+
"required": [
|
|
421
|
+
"yesNo"
|
|
422
|
+
],
|
|
423
|
+
"properties": {
|
|
424
|
+
"yesNo": {
|
|
425
|
+
"baspiRef": "A1.5.6.1",
|
|
426
|
+
"enum": [
|
|
427
|
+
"Yes",
|
|
428
|
+
"No"
|
|
429
|
+
]
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"serviceCharge": {
|
|
436
|
+
"baspiRef": "A1.5.1",
|
|
437
|
+
"title": "Service Charge",
|
|
438
|
+
"required": [
|
|
439
|
+
"annualServiceCharge",
|
|
440
|
+
"largeAdditionalExpense",
|
|
441
|
+
"reserveFund"
|
|
442
|
+
],
|
|
443
|
+
"properties": {
|
|
444
|
+
"annualServiceCharge": {
|
|
445
|
+
"baspiRef": "A1.5.1.1.2",
|
|
446
|
+
"title": "What is the annual Service Charge payable by this Property?",
|
|
447
|
+
"description": "This should include any sums payable for the maintenance of the managed area"
|
|
448
|
+
},
|
|
449
|
+
"largeAdditionalExpense": {
|
|
450
|
+
"baspiRef": "A1.5.2.1",
|
|
451
|
+
"title": "Does the seller know of any expense (e.g. the cost of redecoration of outside or communal areas not usually incurred annually) likely to be shown in the service charge accounts within the next three years?",
|
|
452
|
+
"discriminator": {
|
|
453
|
+
"propertyName": "yesNo"
|
|
454
|
+
},
|
|
455
|
+
"oneOf": [
|
|
456
|
+
{
|
|
457
|
+
"properties": {
|
|
458
|
+
"yesNo": {
|
|
459
|
+
"enum": [
|
|
460
|
+
"No"
|
|
461
|
+
]
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"properties": {
|
|
467
|
+
"yesNo": {
|
|
468
|
+
"enum": [
|
|
469
|
+
"Yes"
|
|
470
|
+
]
|
|
471
|
+
},
|
|
472
|
+
"details": {
|
|
473
|
+
"baspiRef": "A1.5.2.3",
|
|
474
|
+
"title": "Details"
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
"required": [
|
|
478
|
+
"details"
|
|
479
|
+
]
|
|
480
|
+
}
|
|
481
|
+
],
|
|
482
|
+
"required": [
|
|
483
|
+
"yesNo"
|
|
484
|
+
],
|
|
485
|
+
"properties": {
|
|
486
|
+
"yesNo": {
|
|
487
|
+
"baspiRef": "A1.5.2.2",
|
|
488
|
+
"enum": [
|
|
489
|
+
"Yes",
|
|
490
|
+
"No"
|
|
491
|
+
]
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
"transferFees": {
|
|
496
|
+
"baspiRef": "A1.5.3",
|
|
497
|
+
"title": "Are there any transfer fees, deferred charges or similar fees, expressed as a percentage of the Property's value payable on an event such as resale or subletting?",
|
|
498
|
+
"discriminator": {
|
|
499
|
+
"propertyName": "yesNo"
|
|
500
|
+
},
|
|
501
|
+
"oneOf": [
|
|
502
|
+
{
|
|
503
|
+
"properties": {
|
|
504
|
+
"yesNo": {
|
|
505
|
+
"enum": [
|
|
506
|
+
"No"
|
|
507
|
+
]
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"properties": {
|
|
513
|
+
"yesNo": {
|
|
514
|
+
"enum": [
|
|
515
|
+
"Yes"
|
|
516
|
+
]
|
|
517
|
+
},
|
|
518
|
+
"details": {
|
|
519
|
+
"baspiRef": "A1.5.3.2",
|
|
520
|
+
"title": "Provide details."
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"required": [
|
|
526
|
+
"yesNo"
|
|
527
|
+
],
|
|
528
|
+
"properties": {
|
|
529
|
+
"yesNo": {
|
|
530
|
+
"baspiRef": "A1.5.3.1",
|
|
531
|
+
"enum": [
|
|
532
|
+
"Yes",
|
|
533
|
+
"No"
|
|
534
|
+
]
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
}
|
|
311
539
|
}
|
|
312
540
|
}
|
|
313
541
|
}
|
|
@@ -327,13 +555,95 @@
|
|
|
327
555
|
"baspiRef": "A1.5",
|
|
328
556
|
"title": "Leasehold information",
|
|
329
557
|
"required": [
|
|
558
|
+
"typeOfLeasehold",
|
|
559
|
+
"leaseTerm",
|
|
330
560
|
"contactDetails",
|
|
331
561
|
"groundRent",
|
|
332
562
|
"transferAndRegistration",
|
|
333
|
-
"serviceCharge"
|
|
334
|
-
"general"
|
|
563
|
+
"serviceCharge"
|
|
335
564
|
],
|
|
336
565
|
"properties": {
|
|
566
|
+
"typeOfLeasehold": {
|
|
567
|
+
"baspiRef": "A1.3.1",
|
|
568
|
+
"discriminator": {
|
|
569
|
+
"propertyName": "leaseholdType"
|
|
570
|
+
},
|
|
571
|
+
"oneOf": [
|
|
572
|
+
{
|
|
573
|
+
"properties": {
|
|
574
|
+
"leaseholdType": {
|
|
575
|
+
"enum": [
|
|
576
|
+
"Flat",
|
|
577
|
+
"Long leasehold house"
|
|
578
|
+
]
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"properties": {
|
|
584
|
+
"leaseholdType": {
|
|
585
|
+
"enum": [
|
|
586
|
+
"Shared ownership"
|
|
587
|
+
]
|
|
588
|
+
},
|
|
589
|
+
"sharedOwnershipPercentage": {
|
|
590
|
+
"baspiRef": "A1.3.1.1",
|
|
591
|
+
"title": "Shared ownership percentage"
|
|
592
|
+
},
|
|
593
|
+
"sharedOwnershipRent": {
|
|
594
|
+
"baspiRef": "A1.3.1.2",
|
|
595
|
+
"title": "Shared ownership rent (£)"
|
|
596
|
+
},
|
|
597
|
+
"sharedOwnershipRentFrequency": {
|
|
598
|
+
"baspiRef": "A1.3.1.3",
|
|
599
|
+
"title": "Shared ownership rent frequency",
|
|
600
|
+
"enum": [
|
|
601
|
+
"Yearly",
|
|
602
|
+
"Monthly",
|
|
603
|
+
"Weekly"
|
|
604
|
+
]
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
"required": [
|
|
608
|
+
"sharedOwnershipPercentage",
|
|
609
|
+
"sharedOwnershipRent",
|
|
610
|
+
"sharedOwnershipRentFrequency"
|
|
611
|
+
]
|
|
612
|
+
}
|
|
613
|
+
],
|
|
614
|
+
"required": [
|
|
615
|
+
"leaseholdType"
|
|
616
|
+
],
|
|
617
|
+
"properties": {
|
|
618
|
+
"leaseholdType": {
|
|
619
|
+
"baspiRef": "A1.3.1",
|
|
620
|
+
"title": "What type of leasehold property does the seller own?",
|
|
621
|
+
"description": "‘Flat’ includes maisonette and apartment.",
|
|
622
|
+
"enum": [
|
|
623
|
+
"Flat",
|
|
624
|
+
"Shared ownership",
|
|
625
|
+
"Long leasehold house"
|
|
626
|
+
]
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
"leaseTerm": {
|
|
631
|
+
"baspiRef": "A1.4.1",
|
|
632
|
+
"required": [
|
|
633
|
+
"startYearOfLease",
|
|
634
|
+
"lengthOfLeaseInYears"
|
|
635
|
+
],
|
|
636
|
+
"properties": {
|
|
637
|
+
"startYearOfLease": {
|
|
638
|
+
"baspiRef": "A1.4.1.1",
|
|
639
|
+
"title": "Year that the lease commenced"
|
|
640
|
+
},
|
|
641
|
+
"lengthOfLeaseInYears": {
|
|
642
|
+
"baspiRef": "A1.4.1.2",
|
|
643
|
+
"title": "Length of lease (years)"
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
},
|
|
337
647
|
"contactDetails": {
|
|
338
648
|
"baspiRef": "A1.5.4",
|
|
339
649
|
"title": "Contact Details",
|
|
@@ -355,13 +665,16 @@
|
|
|
355
665
|
"title": "Landlord",
|
|
356
666
|
"description": "The landlord (or freeholder) may be, for example, a private individual, a housing association, or a management company owned by the residents",
|
|
357
667
|
"required": [
|
|
358
|
-
"
|
|
359
|
-
"address",
|
|
360
|
-
"emailAddress"
|
|
668
|
+
"contact"
|
|
361
669
|
],
|
|
362
670
|
"properties": {
|
|
363
671
|
"contact": {
|
|
364
672
|
"baspiRef": "A1.5.4.1",
|
|
673
|
+
"required": [
|
|
674
|
+
"nameOrOrganisation",
|
|
675
|
+
"address",
|
|
676
|
+
"emailAddress"
|
|
677
|
+
],
|
|
365
678
|
"properties": {
|
|
366
679
|
"nameOrOrganisation": {
|
|
367
680
|
"baspiRef": "A1.5.4.1.1",
|
|
@@ -409,6 +722,9 @@
|
|
|
409
722
|
"baspiRef": "A1.5.5",
|
|
410
723
|
"title": "Managing Agent",
|
|
411
724
|
"description": "A managing agent may be employed by the landlord or by the tenants’ management company to collect the rent and/or manage the building.",
|
|
725
|
+
"required": [
|
|
726
|
+
"contact"
|
|
727
|
+
],
|
|
412
728
|
"properties": {
|
|
413
729
|
"contact": {
|
|
414
730
|
"baspiRef": "A1.5.5.1",
|
|
@@ -494,7 +810,7 @@
|
|
|
494
810
|
"yesNoNotApplicable": {
|
|
495
811
|
"enum": [
|
|
496
812
|
"No",
|
|
497
|
-
"
|
|
813
|
+
"Not applicable"
|
|
498
814
|
]
|
|
499
815
|
}
|
|
500
816
|
}
|
|
@@ -511,7 +827,17 @@
|
|
|
511
827
|
],
|
|
512
828
|
"required": [
|
|
513
829
|
"yesNoNotApplicable"
|
|
514
|
-
]
|
|
830
|
+
],
|
|
831
|
+
"properties": {
|
|
832
|
+
"yesNoNotApplicable": {
|
|
833
|
+
"baspiRef": "A1.5.6.1",
|
|
834
|
+
"enum": [
|
|
835
|
+
"Yes",
|
|
836
|
+
"No",
|
|
837
|
+
"Not applicable"
|
|
838
|
+
]
|
|
839
|
+
}
|
|
840
|
+
}
|
|
515
841
|
}
|
|
516
842
|
}
|
|
517
843
|
},
|
|
@@ -540,7 +866,7 @@
|
|
|
540
866
|
},
|
|
541
867
|
"annualGroundRent": {
|
|
542
868
|
"baspiRef": "A1.4.2.2",
|
|
543
|
-
"title": "What is the annual ground rent payable?"
|
|
869
|
+
"title": "What is the annual ground rent payable? (£)"
|
|
544
870
|
},
|
|
545
871
|
"rentSubjectToIncrease": {
|
|
546
872
|
"baspiRef": "A1.4.2.3",
|
|
@@ -566,13 +892,13 @@
|
|
|
566
892
|
]
|
|
567
893
|
},
|
|
568
894
|
"rentReviewFrequency": {
|
|
569
|
-
"baspiRef": "A1.4.2.3.
|
|
895
|
+
"baspiRef": "A1.4.2.3.2",
|
|
570
896
|
"title": "How often is the rent reviewed?"
|
|
571
897
|
},
|
|
572
898
|
"rentIncreaseCalculated": {
|
|
573
|
-
"baspiRef": "A1.4.2.3.
|
|
899
|
+
"baspiRef": "A1.4.2.3.3",
|
|
574
900
|
"title": "How is the increase calculated?",
|
|
575
|
-
"description": "
|
|
901
|
+
"description": "e.g. set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc"
|
|
576
902
|
}
|
|
577
903
|
},
|
|
578
904
|
"required": [
|
|
@@ -583,7 +909,16 @@
|
|
|
583
909
|
],
|
|
584
910
|
"required": [
|
|
585
911
|
"yesNo"
|
|
586
|
-
]
|
|
912
|
+
],
|
|
913
|
+
"properties": {
|
|
914
|
+
"yesNo": {
|
|
915
|
+
"baspiRef": "A1.4.2.3.1",
|
|
916
|
+
"enum": [
|
|
917
|
+
"Yes",
|
|
918
|
+
"No"
|
|
919
|
+
]
|
|
920
|
+
}
|
|
921
|
+
}
|
|
587
922
|
}
|
|
588
923
|
},
|
|
589
924
|
"required": [
|
|
@@ -660,10 +995,13 @@
|
|
|
660
995
|
"baspiRef": "A1.5.2.3",
|
|
661
996
|
"title": "Details"
|
|
662
997
|
}
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
998
|
+
},
|
|
999
|
+
"required": [
|
|
1000
|
+
"details"
|
|
1001
|
+
]
|
|
1002
|
+
}
|
|
1003
|
+
],
|
|
1004
|
+
"required": [
|
|
667
1005
|
"yesNo"
|
|
668
1006
|
],
|
|
669
1007
|
"properties": {
|
|
@@ -682,6 +1020,45 @@
|
|
|
682
1020
|
"discriminator": {
|
|
683
1021
|
"propertyName": "yesNo"
|
|
684
1022
|
},
|
|
1023
|
+
"oneOf": [
|
|
1024
|
+
{
|
|
1025
|
+
"properties": {
|
|
1026
|
+
"yesNo": {
|
|
1027
|
+
"enum": [
|
|
1028
|
+
"No"
|
|
1029
|
+
]
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"properties": {
|
|
1035
|
+
"yesNo": {
|
|
1036
|
+
"enum": [
|
|
1037
|
+
"Yes"
|
|
1038
|
+
]
|
|
1039
|
+
}
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
],
|
|
1043
|
+
"required": [
|
|
1044
|
+
"yesNo"
|
|
1045
|
+
],
|
|
1046
|
+
"properties": {
|
|
1047
|
+
"yesNo": {
|
|
1048
|
+
"baspiRef": "1.5.2.1.1",
|
|
1049
|
+
"enum": [
|
|
1050
|
+
"Yes",
|
|
1051
|
+
"No"
|
|
1052
|
+
]
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
},
|
|
1056
|
+
"transferFees": {
|
|
1057
|
+
"baspiRef": "A1.5.3",
|
|
1058
|
+
"title": "Are there any transfer fees deferred service charges or similar fees, expressed as a percentage of the Property's value, payable on an event such as resale or subletting?",
|
|
1059
|
+
"discriminator": {
|
|
1060
|
+
"propertyName": "yesNo"
|
|
1061
|
+
},
|
|
685
1062
|
"oneOf": [
|
|
686
1063
|
{
|
|
687
1064
|
"properties": {
|
|
@@ -700,13 +1077,10 @@
|
|
|
700
1077
|
]
|
|
701
1078
|
},
|
|
702
1079
|
"details": {
|
|
703
|
-
"baspiRef": "
|
|
704
|
-
"title": "Provide details"
|
|
1080
|
+
"baspiRef": "A1.5.3.2",
|
|
1081
|
+
"title": "Provide details."
|
|
705
1082
|
}
|
|
706
|
-
}
|
|
707
|
-
"required": [
|
|
708
|
-
"details"
|
|
709
|
-
]
|
|
1083
|
+
}
|
|
710
1084
|
}
|
|
711
1085
|
],
|
|
712
1086
|
"required": [
|
|
@@ -714,7 +1088,7 @@
|
|
|
714
1088
|
],
|
|
715
1089
|
"properties": {
|
|
716
1090
|
"yesNo": {
|
|
717
|
-
"baspiRef": "
|
|
1091
|
+
"baspiRef": "A1.5.3.1",
|
|
718
1092
|
"enum": [
|
|
719
1093
|
"Yes",
|
|
720
1094
|
"No"
|
|
@@ -743,87 +1117,6 @@
|
|
|
743
1117
|
]
|
|
744
1118
|
}
|
|
745
1119
|
}
|
|
746
|
-
},
|
|
747
|
-
"general": {
|
|
748
|
-
"properties": {
|
|
749
|
-
"typeOfLeasehold": {
|
|
750
|
-
"baspiRef": "A1.3.1",
|
|
751
|
-
"discriminator": {
|
|
752
|
-
"propertyName": "leaseholdType"
|
|
753
|
-
},
|
|
754
|
-
"oneOf": [
|
|
755
|
-
{
|
|
756
|
-
"properties": {
|
|
757
|
-
"leaseholdType": {
|
|
758
|
-
"enum": [
|
|
759
|
-
"Flat",
|
|
760
|
-
"Long leasehold house"
|
|
761
|
-
]
|
|
762
|
-
}
|
|
763
|
-
}
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"properties": {
|
|
767
|
-
"leaseholdType": {
|
|
768
|
-
"enum": [
|
|
769
|
-
"Shared ownership"
|
|
770
|
-
]
|
|
771
|
-
},
|
|
772
|
-
"sharedOwnershipPercentage": {
|
|
773
|
-
"baspiRef": "A1.3.1.1",
|
|
774
|
-
"title": "Shared ownership percentage"
|
|
775
|
-
},
|
|
776
|
-
"sharedOwnershipRent": {
|
|
777
|
-
"baspiRef": "A1.3.1.2",
|
|
778
|
-
"title": "Shared ownership rent (£)"
|
|
779
|
-
},
|
|
780
|
-
"sharedOwnershipRentFrequency": {
|
|
781
|
-
"baspiRef": "A1.3.1.3",
|
|
782
|
-
"title": "Shared ownership rent frequency",
|
|
783
|
-
"enum": [
|
|
784
|
-
"Yearly",
|
|
785
|
-
"Monthly",
|
|
786
|
-
"Weekly"
|
|
787
|
-
]
|
|
788
|
-
}
|
|
789
|
-
},
|
|
790
|
-
"required": [
|
|
791
|
-
"sharedOwnershipPercentage",
|
|
792
|
-
"sharedOwnershipRent",
|
|
793
|
-
"sharedOwnershipRentFrequency"
|
|
794
|
-
]
|
|
795
|
-
}
|
|
796
|
-
],
|
|
797
|
-
"required": [
|
|
798
|
-
"leaseholdType"
|
|
799
|
-
],
|
|
800
|
-
"properties": {
|
|
801
|
-
"leaseholdType": {
|
|
802
|
-
"baspiRef": "A1.3.1",
|
|
803
|
-
"title": "What type of leasehold property does the seller own?",
|
|
804
|
-
"description": "‘Flat’ includes maisonette and apartment.",
|
|
805
|
-
"enum": [
|
|
806
|
-
"Flat",
|
|
807
|
-
"Shared ownership",
|
|
808
|
-
"Long leasehold house"
|
|
809
|
-
]
|
|
810
|
-
}
|
|
811
|
-
}
|
|
812
|
-
},
|
|
813
|
-
"leaseTerm": {
|
|
814
|
-
"baspiRef": "A1.4.1",
|
|
815
|
-
"properties": {
|
|
816
|
-
"startYearOfLease": {
|
|
817
|
-
"baspiRef": "A1.4.1.1",
|
|
818
|
-
"title": "Year that the lease commenced"
|
|
819
|
-
},
|
|
820
|
-
"lengthOfLeaseInYears": {
|
|
821
|
-
"baspiRef": "A1.4.1.2",
|
|
822
|
-
"title": "Length of lease (years)"
|
|
823
|
-
}
|
|
824
|
-
}
|
|
825
|
-
}
|
|
826
|
-
}
|
|
827
1120
|
}
|
|
828
1121
|
}
|
|
829
1122
|
}
|
|
@@ -1372,7 +1665,8 @@
|
|
|
1372
1665
|
"baspiRef": "A1.8.3",
|
|
1373
1666
|
"title": "Energy Efficiency",
|
|
1374
1667
|
"required": [
|
|
1375
|
-
"certificate"
|
|
1668
|
+
"certificate",
|
|
1669
|
+
"greenDealLoan"
|
|
1376
1670
|
],
|
|
1377
1671
|
"properties": {
|
|
1378
1672
|
"certificate": {
|
|
@@ -1399,6 +1693,70 @@
|
|
|
1399
1693
|
]
|
|
1400
1694
|
}
|
|
1401
1695
|
}
|
|
1696
|
+
},
|
|
1697
|
+
"greenDealLoan": {
|
|
1698
|
+
"baspiRef": "A7.3",
|
|
1699
|
+
"title": "Green Deal Loan",
|
|
1700
|
+
"required": [
|
|
1701
|
+
"hasGreenDealLoan"
|
|
1702
|
+
],
|
|
1703
|
+
"properties": {
|
|
1704
|
+
"hasGreenDealLoan": {
|
|
1705
|
+
"baspiRef": "A7.3",
|
|
1706
|
+
"title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
|
|
1707
|
+
"discriminator": {
|
|
1708
|
+
"propertyName": "yesNo"
|
|
1709
|
+
},
|
|
1710
|
+
"oneOf": [
|
|
1711
|
+
{
|
|
1712
|
+
"properties": {
|
|
1713
|
+
"yesNo": {
|
|
1714
|
+
"enum": [
|
|
1715
|
+
"No"
|
|
1716
|
+
]
|
|
1717
|
+
}
|
|
1718
|
+
}
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"properties": {
|
|
1722
|
+
"yesNo": {
|
|
1723
|
+
"enum": [
|
|
1724
|
+
"Yes"
|
|
1725
|
+
]
|
|
1726
|
+
},
|
|
1727
|
+
"details": {
|
|
1728
|
+
"baspiRef": "A7.3.2",
|
|
1729
|
+
"title": "Please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill"
|
|
1730
|
+
},
|
|
1731
|
+
"attachments": {
|
|
1732
|
+
"baspiRef": "A7.3.3",
|
|
1733
|
+
"title": "Attachments",
|
|
1734
|
+
"enum": [
|
|
1735
|
+
"Attached",
|
|
1736
|
+
"To follow"
|
|
1737
|
+
]
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
"required": [
|
|
1741
|
+
"details",
|
|
1742
|
+
"attachments"
|
|
1743
|
+
]
|
|
1744
|
+
}
|
|
1745
|
+
],
|
|
1746
|
+
"required": [
|
|
1747
|
+
"yesNo"
|
|
1748
|
+
],
|
|
1749
|
+
"properties": {
|
|
1750
|
+
"yesNo": {
|
|
1751
|
+
"baspiRef": "A7.3.1",
|
|
1752
|
+
"enum": [
|
|
1753
|
+
"Yes",
|
|
1754
|
+
"No"
|
|
1755
|
+
]
|
|
1756
|
+
}
|
|
1757
|
+
}
|
|
1758
|
+
}
|
|
1759
|
+
}
|
|
1402
1760
|
}
|
|
1403
1761
|
}
|
|
1404
1762
|
},
|
|
@@ -1887,7 +2245,7 @@
|
|
|
1887
2245
|
},
|
|
1888
2246
|
"changeOfUse": {
|
|
1889
2247
|
"baspiRef": "A3.2",
|
|
1890
|
-
"title": "Has there been any change of use (e.g. from an office to a residence?",
|
|
2248
|
+
"title": "Has there been any change of use (e.g. from an office to a residence)?",
|
|
1891
2249
|
"discriminator": {
|
|
1892
2250
|
"propertyName": "yesNo"
|
|
1893
2251
|
},
|
|
@@ -2007,7 +2365,8 @@
|
|
|
2007
2365
|
"properties": {
|
|
2008
2366
|
"yesNo": {
|
|
2009
2367
|
"enum": [
|
|
2010
|
-
"No"
|
|
2368
|
+
"No",
|
|
2369
|
+
"Not required"
|
|
2011
2370
|
]
|
|
2012
2371
|
},
|
|
2013
2372
|
"details": {
|
|
@@ -2766,7 +3125,6 @@
|
|
|
2766
3125
|
"worksUnfinished": {
|
|
2767
3126
|
"baspiRef": "A3.6",
|
|
2768
3127
|
"title": "Are any of the works listed above unfinished?",
|
|
2769
|
-
"description": "If yes, please provide details and explain why.",
|
|
2770
3128
|
"discriminator": {
|
|
2771
3129
|
"propertyName": "yesNo"
|
|
2772
3130
|
},
|
|
@@ -2789,7 +3147,7 @@
|
|
|
2789
3147
|
},
|
|
2790
3148
|
"details": {
|
|
2791
3149
|
"baspiRef": "A3.6.2",
|
|
2792
|
-
"title": "
|
|
3150
|
+
"title": "Please provide details and explain why"
|
|
2793
3151
|
},
|
|
2794
3152
|
"attachments": {
|
|
2795
3153
|
"baspiRef": "A3.6.3",
|
|
@@ -3295,7 +3653,7 @@
|
|
|
3295
3653
|
},
|
|
3296
3654
|
"otherNotices": {
|
|
3297
3655
|
"baspiRef": "A4.7",
|
|
3298
|
-
"title": "Any other type of notice",
|
|
3656
|
+
"title": "Any other type of notice?",
|
|
3299
3657
|
"discriminator": {
|
|
3300
3658
|
"propertyName": "yesNo"
|
|
3301
3659
|
},
|
|
@@ -3419,7 +3777,6 @@
|
|
|
3419
3777
|
"containsAsbestos": {
|
|
3420
3778
|
"baspiRef": "A5.2",
|
|
3421
3779
|
"title": "To your knowledge, does any part of your property contain asbestos?",
|
|
3422
|
-
"description": "If yes, please state whether there is a management plan in place and attach a copy",
|
|
3423
3780
|
"discriminator": {
|
|
3424
3781
|
"propertyName": "yesNo"
|
|
3425
3782
|
},
|
|
@@ -3442,7 +3799,7 @@
|
|
|
3442
3799
|
},
|
|
3443
3800
|
"details": {
|
|
3444
3801
|
"baspiRef": "A5.2.2",
|
|
3445
|
-
"title": "
|
|
3802
|
+
"title": "Please state whether there is a management plan in place and attach a copy"
|
|
3446
3803
|
},
|
|
3447
3804
|
"attachments": {
|
|
3448
3805
|
"baspiRef": "A5.2.3",
|
|
@@ -3475,7 +3832,6 @@
|
|
|
3475
3832
|
"japaneseKnotweed": {
|
|
3476
3833
|
"baspiRef": "A5.3",
|
|
3477
3834
|
"title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
|
|
3478
|
-
"description": "If so ",
|
|
3479
3835
|
"discriminator": {
|
|
3480
3836
|
"propertyName": "yesNo"
|
|
3481
3837
|
},
|
|
@@ -3748,8 +4104,8 @@
|
|
|
3748
4104
|
"title": "Connected utilities",
|
|
3749
4105
|
"description": "Please indicate which utilities are are connected to the property.",
|
|
3750
4106
|
"required": [
|
|
3751
|
-
"
|
|
3752
|
-
"
|
|
4107
|
+
"mainsElectricity",
|
|
4108
|
+
"mainsGas",
|
|
3753
4109
|
"lpg",
|
|
3754
4110
|
"oil",
|
|
3755
4111
|
"telephone",
|
|
@@ -4394,705 +4750,662 @@
|
|
|
4394
4750
|
}
|
|
4395
4751
|
},
|
|
4396
4752
|
"waterAndDrainage": {
|
|
4397
|
-
"baspiRef": "A7",
|
|
4753
|
+
"baspiRef": "A7.1.0",
|
|
4398
4754
|
"title": "Water and Drainage",
|
|
4399
4755
|
"description": "Please describe the water and drainage services that are connected to the property.",
|
|
4400
4756
|
"required": [
|
|
4401
|
-
"
|
|
4402
|
-
"
|
|
4403
|
-
"
|
|
4757
|
+
"water",
|
|
4758
|
+
"drainage",
|
|
4759
|
+
"maintenanceAgreements"
|
|
4404
4760
|
],
|
|
4405
4761
|
"properties": {
|
|
4406
|
-
"
|
|
4762
|
+
"water": {
|
|
4407
4763
|
"baspiRef": "A7.1.0.10",
|
|
4408
|
-
"title": "
|
|
4409
|
-
"
|
|
4410
|
-
"
|
|
4411
|
-
|
|
4412
|
-
"
|
|
4413
|
-
{
|
|
4764
|
+
"title": "Water",
|
|
4765
|
+
"required": [
|
|
4766
|
+
"mainsWater"
|
|
4767
|
+
],
|
|
4768
|
+
"properties": {
|
|
4769
|
+
"mainsWater": {
|
|
4770
|
+
"baspiRef": "A7.1.0.10.0",
|
|
4771
|
+
"title": "Mains water",
|
|
4772
|
+
"discriminator": {
|
|
4773
|
+
"propertyName": "yesNo"
|
|
4774
|
+
},
|
|
4775
|
+
"oneOf": [
|
|
4776
|
+
{
|
|
4777
|
+
"properties": {
|
|
4778
|
+
"yesNo": {
|
|
4779
|
+
"enum": [
|
|
4780
|
+
"No"
|
|
4781
|
+
]
|
|
4782
|
+
}
|
|
4783
|
+
}
|
|
4784
|
+
},
|
|
4785
|
+
{
|
|
4786
|
+
"properties": {
|
|
4787
|
+
"yesNo": {
|
|
4788
|
+
"enum": [
|
|
4789
|
+
"Yes"
|
|
4790
|
+
]
|
|
4791
|
+
},
|
|
4792
|
+
"supplier": {
|
|
4793
|
+
"baspiRef": "A7.1.0.10.2",
|
|
4794
|
+
"title": "Supplier (if known)"
|
|
4795
|
+
}
|
|
4796
|
+
}
|
|
4797
|
+
},
|
|
4798
|
+
{
|
|
4799
|
+
"properties": {
|
|
4800
|
+
"yesNo": {
|
|
4801
|
+
"enum": [
|
|
4802
|
+
"To be connected"
|
|
4803
|
+
]
|
|
4804
|
+
},
|
|
4805
|
+
"dateToBeConnected": {
|
|
4806
|
+
"baspiRef": "A7.1.0.10.3",
|
|
4807
|
+
"title": "Date to be connected"
|
|
4808
|
+
},
|
|
4809
|
+
"supplier": {
|
|
4810
|
+
"baspiRef": "A7.1.0.10.2",
|
|
4811
|
+
"title": "Supplier (if known)"
|
|
4812
|
+
}
|
|
4813
|
+
},
|
|
4814
|
+
"required": [
|
|
4815
|
+
"dateToBeConnected"
|
|
4816
|
+
]
|
|
4817
|
+
}
|
|
4818
|
+
],
|
|
4819
|
+
"required": [
|
|
4820
|
+
"yesNo"
|
|
4821
|
+
],
|
|
4414
4822
|
"properties": {
|
|
4415
4823
|
"yesNo": {
|
|
4824
|
+
"baspiRef": "A7.1.0.10.1",
|
|
4416
4825
|
"enum": [
|
|
4826
|
+
"Yes",
|
|
4827
|
+
"To be connected",
|
|
4417
4828
|
"No"
|
|
4418
4829
|
]
|
|
4419
4830
|
}
|
|
4420
4831
|
}
|
|
4421
|
-
}
|
|
4422
|
-
|
|
4832
|
+
}
|
|
4833
|
+
}
|
|
4834
|
+
},
|
|
4835
|
+
"drainage": {
|
|
4836
|
+
"baspiRef": "A7.1.0.12",
|
|
4837
|
+
"title": "Drainage",
|
|
4838
|
+
"required": [
|
|
4839
|
+
"mainsSurfaceWaterDrainage",
|
|
4840
|
+
"mainsFoulDrainage"
|
|
4841
|
+
],
|
|
4842
|
+
"properties": {
|
|
4843
|
+
"mainsSurfaceWaterDrainage": {
|
|
4844
|
+
"baspiRef": "A7.1.0.12.0",
|
|
4845
|
+
"title": "Mains surface water drainage",
|
|
4846
|
+
"discriminator": {
|
|
4847
|
+
"propertyName": "yesNo"
|
|
4848
|
+
},
|
|
4849
|
+
"oneOf": [
|
|
4850
|
+
{
|
|
4851
|
+
"properties": {
|
|
4852
|
+
"yesNo": {
|
|
4853
|
+
"enum": [
|
|
4854
|
+
"No"
|
|
4855
|
+
]
|
|
4856
|
+
}
|
|
4857
|
+
}
|
|
4858
|
+
},
|
|
4859
|
+
{
|
|
4860
|
+
"properties": {
|
|
4861
|
+
"yesNo": {
|
|
4862
|
+
"enum": [
|
|
4863
|
+
"Yes"
|
|
4864
|
+
]
|
|
4865
|
+
},
|
|
4866
|
+
"supplier": {
|
|
4867
|
+
"baspiRef": "A7.1.0.12.2",
|
|
4868
|
+
"title": "Supplier (if known)"
|
|
4869
|
+
}
|
|
4870
|
+
}
|
|
4871
|
+
},
|
|
4872
|
+
{
|
|
4873
|
+
"properties": {
|
|
4874
|
+
"yesNo": {
|
|
4875
|
+
"enum": [
|
|
4876
|
+
"To be connected"
|
|
4877
|
+
]
|
|
4878
|
+
},
|
|
4879
|
+
"dateToBeConnected": {
|
|
4880
|
+
"baspiRef": "A7.1.0.12.3",
|
|
4881
|
+
"title": "Date to be connected"
|
|
4882
|
+
},
|
|
4883
|
+
"supplier": {
|
|
4884
|
+
"baspiRef": "A7.1.0.12.2",
|
|
4885
|
+
"title": "Supplier (if known)"
|
|
4886
|
+
}
|
|
4887
|
+
},
|
|
4888
|
+
"required": [
|
|
4889
|
+
"dateToBeConnected"
|
|
4890
|
+
]
|
|
4891
|
+
}
|
|
4892
|
+
],
|
|
4893
|
+
"required": [
|
|
4894
|
+
"yesNo"
|
|
4895
|
+
],
|
|
4423
4896
|
"properties": {
|
|
4424
4897
|
"yesNo": {
|
|
4898
|
+
"baspiRef": "A7.1.0.12.1",
|
|
4425
4899
|
"enum": [
|
|
4426
|
-
"Yes"
|
|
4900
|
+
"Yes",
|
|
4901
|
+
"To be connected",
|
|
4902
|
+
"No"
|
|
4427
4903
|
]
|
|
4428
|
-
},
|
|
4429
|
-
"supplier": {
|
|
4430
|
-
"baspiRef": "A7.1.0.10.2",
|
|
4431
|
-
"title": "Supplier (if known)"
|
|
4432
4904
|
}
|
|
4433
4905
|
}
|
|
4434
4906
|
},
|
|
4435
|
-
{
|
|
4436
|
-
"
|
|
4437
|
-
|
|
4438
|
-
|
|
4439
|
-
|
|
4440
|
-
]
|
|
4441
|
-
},
|
|
4442
|
-
"dateToBeConnected": {
|
|
4443
|
-
"baspiRef": "A7.1.0.10.3",
|
|
4444
|
-
"title": "Date to be connected"
|
|
4445
|
-
},
|
|
4446
|
-
"supplier": {
|
|
4447
|
-
"baspiRef": "A7.1.0.10.2",
|
|
4448
|
-
"title": "Supplier (if known)"
|
|
4449
|
-
}
|
|
4450
|
-
},
|
|
4451
|
-
"required": [
|
|
4452
|
-
"dateToBeConnected"
|
|
4453
|
-
]
|
|
4454
|
-
}
|
|
4455
|
-
],
|
|
4456
|
-
"required": [
|
|
4457
|
-
"yesNo"
|
|
4458
|
-
],
|
|
4459
|
-
"properties": {
|
|
4460
|
-
"yesNo": {
|
|
4461
|
-
"baspiRef": "A7.1.0.10.1",
|
|
4462
|
-
"enum": [
|
|
4463
|
-
"Yes",
|
|
4464
|
-
"To be connected",
|
|
4465
|
-
"No"
|
|
4466
|
-
]
|
|
4467
|
-
}
|
|
4468
|
-
}
|
|
4469
|
-
},
|
|
4470
|
-
"mainsSurfaceWaterDrainage": {
|
|
4471
|
-
"baspiRef": "A7.1.0.12",
|
|
4472
|
-
"title": "Mains surface water drainage",
|
|
4473
|
-
"discriminator": {
|
|
4474
|
-
"propertyName": "yesNo"
|
|
4475
|
-
},
|
|
4476
|
-
"oneOf": [
|
|
4477
|
-
{
|
|
4478
|
-
"properties": {
|
|
4479
|
-
"yesNo": {
|
|
4480
|
-
"enum": [
|
|
4481
|
-
"No"
|
|
4482
|
-
]
|
|
4483
|
-
}
|
|
4484
|
-
}
|
|
4485
|
-
},
|
|
4486
|
-
{
|
|
4487
|
-
"properties": {
|
|
4488
|
-
"yesNo": {
|
|
4489
|
-
"enum": [
|
|
4490
|
-
"Yes"
|
|
4491
|
-
]
|
|
4492
|
-
},
|
|
4493
|
-
"supplier": {
|
|
4494
|
-
"baspiRef": "A7.1.0.12.2",
|
|
4495
|
-
"title": "Supplier (if known)"
|
|
4496
|
-
}
|
|
4497
|
-
}
|
|
4498
|
-
},
|
|
4499
|
-
{
|
|
4500
|
-
"properties": {
|
|
4501
|
-
"yesNo": {
|
|
4502
|
-
"enum": [
|
|
4503
|
-
"To be connected"
|
|
4504
|
-
]
|
|
4505
|
-
},
|
|
4506
|
-
"dateToBeConnected": {
|
|
4507
|
-
"baspiRef": "A7.1.0.12.3",
|
|
4508
|
-
"title": "Date to be connected"
|
|
4509
|
-
},
|
|
4510
|
-
"supplier": {
|
|
4511
|
-
"baspiRef": "A7.1.0.12.2",
|
|
4512
|
-
"title": "Supplier (if known)"
|
|
4513
|
-
}
|
|
4514
|
-
},
|
|
4515
|
-
"required": [
|
|
4516
|
-
"dateToBeConnected"
|
|
4517
|
-
]
|
|
4518
|
-
}
|
|
4519
|
-
],
|
|
4520
|
-
"required": [
|
|
4521
|
-
"yesNo"
|
|
4522
|
-
],
|
|
4523
|
-
"properties": {
|
|
4524
|
-
"yesNo": {
|
|
4525
|
-
"baspiRef": "A7.1.0.12.1",
|
|
4526
|
-
"enum": [
|
|
4527
|
-
"Yes",
|
|
4528
|
-
"To be connected",
|
|
4529
|
-
"No"
|
|
4530
|
-
]
|
|
4531
|
-
}
|
|
4532
|
-
}
|
|
4533
|
-
},
|
|
4534
|
-
"mainsFoulDrainage": {
|
|
4535
|
-
"baspiRef": "A7.1.0.11",
|
|
4536
|
-
"title": "Mains foul drainage",
|
|
4537
|
-
"discriminator": {
|
|
4538
|
-
"propertyName": "yesNo"
|
|
4539
|
-
},
|
|
4540
|
-
"oneOf": [
|
|
4541
|
-
{
|
|
4542
|
-
"properties": {
|
|
4543
|
-
"yesNo": {
|
|
4544
|
-
"enum": [
|
|
4545
|
-
"Yes"
|
|
4546
|
-
]
|
|
4547
|
-
},
|
|
4548
|
-
"supplier": {
|
|
4549
|
-
"baspiRef": "A7.1.0.11.3",
|
|
4550
|
-
"title": "Supplier (if known)"
|
|
4551
|
-
}
|
|
4552
|
-
}
|
|
4553
|
-
},
|
|
4554
|
-
{
|
|
4555
|
-
"properties": {
|
|
4556
|
-
"yesNo": {
|
|
4557
|
-
"enum": [
|
|
4558
|
-
"To be connected"
|
|
4559
|
-
]
|
|
4560
|
-
},
|
|
4561
|
-
"dateToBeConnected": {
|
|
4562
|
-
"baspiRef": "A7.1.0.11.2",
|
|
4563
|
-
"title": "Date to be connected"
|
|
4564
|
-
},
|
|
4565
|
-
"supplier": {
|
|
4566
|
-
"baspiRef": "A7.1.0.11.2",
|
|
4567
|
-
"title": "Supplier (if known)"
|
|
4568
|
-
}
|
|
4907
|
+
"mainsFoulDrainage": {
|
|
4908
|
+
"baspiRef": "A7.1.0.11",
|
|
4909
|
+
"title": "Mains foul drainage",
|
|
4910
|
+
"discriminator": {
|
|
4911
|
+
"propertyName": "yesNo"
|
|
4569
4912
|
},
|
|
4570
|
-
"
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4577
|
-
|
|
4578
|
-
"
|
|
4579
|
-
|
|
4913
|
+
"oneOf": [
|
|
4914
|
+
{
|
|
4915
|
+
"properties": {
|
|
4916
|
+
"yesNo": {
|
|
4917
|
+
"enum": [
|
|
4918
|
+
"Yes"
|
|
4919
|
+
]
|
|
4920
|
+
},
|
|
4921
|
+
"supplier": {
|
|
4922
|
+
"baspiRef": "A7.1.0.11.3",
|
|
4923
|
+
"title": "Supplier (if known)"
|
|
4924
|
+
}
|
|
4925
|
+
}
|
|
4580
4926
|
},
|
|
4581
|
-
|
|
4582
|
-
"
|
|
4583
|
-
|
|
4584
|
-
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
"oneOf": [
|
|
4588
|
-
{
|
|
4589
|
-
"properties": {
|
|
4590
|
-
"yesNo": {
|
|
4591
|
-
"enum": [
|
|
4592
|
-
"No"
|
|
4593
|
-
]
|
|
4594
|
-
}
|
|
4595
|
-
}
|
|
4927
|
+
{
|
|
4928
|
+
"properties": {
|
|
4929
|
+
"yesNo": {
|
|
4930
|
+
"enum": [
|
|
4931
|
+
"To be connected"
|
|
4932
|
+
]
|
|
4596
4933
|
},
|
|
4597
|
-
{
|
|
4598
|
-
"
|
|
4599
|
-
|
|
4600
|
-
"enum": [
|
|
4601
|
-
"Yes"
|
|
4602
|
-
]
|
|
4603
|
-
},
|
|
4604
|
-
"supplier": {
|
|
4605
|
-
"baspiRef": "A7.1.0.13.3",
|
|
4606
|
-
"title": "Supplier (if known)"
|
|
4607
|
-
}
|
|
4608
|
-
}
|
|
4934
|
+
"dateToBeConnected": {
|
|
4935
|
+
"baspiRef": "A7.1.0.11.2",
|
|
4936
|
+
"title": "Date to be connected"
|
|
4609
4937
|
},
|
|
4610
|
-
{
|
|
4611
|
-
"
|
|
4612
|
-
|
|
4613
|
-
"enum": [
|
|
4614
|
-
"To be connected"
|
|
4615
|
-
]
|
|
4616
|
-
},
|
|
4617
|
-
"dateToBeConnected": {
|
|
4618
|
-
"baspiRef": "A7.1.0.13.2",
|
|
4619
|
-
"title": "Date to be connected"
|
|
4620
|
-
},
|
|
4621
|
-
"supplier": {
|
|
4622
|
-
"baspiRef": "A7.1.0.13.3",
|
|
4623
|
-
"title": "Supplier (if known)"
|
|
4624
|
-
}
|
|
4625
|
-
},
|
|
4626
|
-
"required": [
|
|
4627
|
-
"dateToBeConnected"
|
|
4628
|
-
]
|
|
4938
|
+
"supplier": {
|
|
4939
|
+
"baspiRef": "A7.1.0.11.3",
|
|
4940
|
+
"title": "Supplier (if known)"
|
|
4629
4941
|
}
|
|
4630
|
-
|
|
4942
|
+
},
|
|
4631
4943
|
"required": [
|
|
4632
|
-
"
|
|
4633
|
-
]
|
|
4944
|
+
"dateToBeConnected"
|
|
4945
|
+
]
|
|
4946
|
+
},
|
|
4947
|
+
{
|
|
4634
4948
|
"properties": {
|
|
4635
4949
|
"yesNo": {
|
|
4636
|
-
"baspiRef": "A7.1.0.13.1",
|
|
4637
4950
|
"enum": [
|
|
4638
|
-
"Yes",
|
|
4639
|
-
"To be connected",
|
|
4640
4951
|
"No"
|
|
4641
4952
|
]
|
|
4642
|
-
}
|
|
4643
|
-
|
|
4644
|
-
|
|
4645
|
-
|
|
4646
|
-
|
|
4647
|
-
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
|
|
4651
|
-
|
|
4652
|
-
|
|
4953
|
+
},
|
|
4954
|
+
"sustainableDrainageSystem": {
|
|
4955
|
+
"baspiRef": "A7.1.0.13",
|
|
4956
|
+
"title": "Sustainable Drainage System",
|
|
4957
|
+
"discriminator": {
|
|
4958
|
+
"propertyName": "yesNo"
|
|
4959
|
+
},
|
|
4960
|
+
"oneOf": [
|
|
4961
|
+
{
|
|
4962
|
+
"properties": {
|
|
4963
|
+
"yesNo": {
|
|
4964
|
+
"enum": [
|
|
4965
|
+
"No"
|
|
4966
|
+
]
|
|
4967
|
+
}
|
|
4968
|
+
}
|
|
4969
|
+
},
|
|
4970
|
+
{
|
|
4971
|
+
"properties": {
|
|
4972
|
+
"yesNo": {
|
|
4973
|
+
"enum": [
|
|
4974
|
+
"Yes"
|
|
4975
|
+
]
|
|
4976
|
+
},
|
|
4977
|
+
"supplier": {
|
|
4978
|
+
"baspiRef": "A7.1.0.13.3",
|
|
4979
|
+
"title": "Supplier (if known)"
|
|
4980
|
+
}
|
|
4981
|
+
}
|
|
4982
|
+
},
|
|
4983
|
+
{
|
|
4984
|
+
"properties": {
|
|
4985
|
+
"yesNo": {
|
|
4986
|
+
"enum": [
|
|
4987
|
+
"To be connected"
|
|
4988
|
+
]
|
|
4989
|
+
},
|
|
4990
|
+
"dateToBeConnected": {
|
|
4991
|
+
"baspiRef": "A7.1.0.13.2",
|
|
4992
|
+
"title": "Date to be connected"
|
|
4993
|
+
},
|
|
4994
|
+
"supplier": {
|
|
4995
|
+
"baspiRef": "A7.1.0.13.3",
|
|
4996
|
+
"title": "Supplier (if known)"
|
|
4997
|
+
}
|
|
4998
|
+
},
|
|
4999
|
+
"required": [
|
|
5000
|
+
"dateToBeConnected"
|
|
5001
|
+
]
|
|
5002
|
+
}
|
|
5003
|
+
],
|
|
5004
|
+
"required": [
|
|
5005
|
+
"yesNo"
|
|
5006
|
+
],
|
|
4653
5007
|
"properties": {
|
|
4654
5008
|
"yesNo": {
|
|
5009
|
+
"baspiRef": "A7.1.0.13.1",
|
|
4655
5010
|
"enum": [
|
|
5011
|
+
"Yes",
|
|
5012
|
+
"To be connected",
|
|
4656
5013
|
"No"
|
|
4657
5014
|
]
|
|
4658
5015
|
}
|
|
4659
5016
|
}
|
|
4660
5017
|
},
|
|
4661
|
-
{
|
|
4662
|
-
"
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
"
|
|
4670
|
-
|
|
5018
|
+
"septicTank": {
|
|
5019
|
+
"baspiRef": "A7.1.0.14",
|
|
5020
|
+
"title": "Septic tank",
|
|
5021
|
+
"discriminator": {
|
|
5022
|
+
"propertyName": "yesNo"
|
|
5023
|
+
},
|
|
5024
|
+
"oneOf": [
|
|
5025
|
+
{
|
|
5026
|
+
"properties": {
|
|
5027
|
+
"yesNo": {
|
|
5028
|
+
"enum": [
|
|
5029
|
+
"No"
|
|
5030
|
+
]
|
|
5031
|
+
}
|
|
5032
|
+
}
|
|
4671
5033
|
},
|
|
4672
|
-
|
|
4673
|
-
"
|
|
4674
|
-
|
|
5034
|
+
{
|
|
5035
|
+
"properties": {
|
|
5036
|
+
"yesNo": {
|
|
5037
|
+
"enum": [
|
|
5038
|
+
"Yes"
|
|
5039
|
+
]
|
|
5040
|
+
},
|
|
5041
|
+
"dateReplaced": {
|
|
5042
|
+
"baspiRef": "A7.1.0.14.2",
|
|
5043
|
+
"title": "Date replaced or upgraded"
|
|
5044
|
+
},
|
|
5045
|
+
"dateLastEmptied": {
|
|
5046
|
+
"baspiRef": "A7.1.0.14.3",
|
|
5047
|
+
"title": "Date last emptied"
|
|
5048
|
+
}
|
|
5049
|
+
},
|
|
5050
|
+
"required": [
|
|
5051
|
+
"dateReplaced",
|
|
5052
|
+
"dateLastEmptied"
|
|
5053
|
+
]
|
|
4675
5054
|
}
|
|
4676
|
-
|
|
5055
|
+
],
|
|
4677
5056
|
"required": [
|
|
4678
|
-
"
|
|
4679
|
-
|
|
4680
|
-
]
|
|
4681
|
-
}
|
|
4682
|
-
],
|
|
4683
|
-
"required": [
|
|
4684
|
-
"yesNo"
|
|
4685
|
-
],
|
|
4686
|
-
"properties": {
|
|
4687
|
-
"yesNo": {
|
|
4688
|
-
"baspiRef": "A7.1.0.14.1",
|
|
4689
|
-
"enum": [
|
|
4690
|
-
"Yes",
|
|
4691
|
-
"No"
|
|
4692
|
-
]
|
|
4693
|
-
}
|
|
4694
|
-
}
|
|
4695
|
-
},
|
|
4696
|
-
"cesspit": {
|
|
4697
|
-
"baspiRef": "A7.1.0.15",
|
|
4698
|
-
"title": "Cesspit",
|
|
4699
|
-
"discriminator": {
|
|
4700
|
-
"propertyName": "yesNo"
|
|
4701
|
-
},
|
|
4702
|
-
"oneOf": [
|
|
4703
|
-
{
|
|
5057
|
+
"yesNo"
|
|
5058
|
+
],
|
|
4704
5059
|
"properties": {
|
|
4705
5060
|
"yesNo": {
|
|
5061
|
+
"baspiRef": "A7.1.0.14.1",
|
|
4706
5062
|
"enum": [
|
|
5063
|
+
"Yes",
|
|
4707
5064
|
"No"
|
|
4708
5065
|
]
|
|
4709
5066
|
}
|
|
4710
5067
|
}
|
|
4711
5068
|
},
|
|
4712
|
-
{
|
|
4713
|
-
"
|
|
4714
|
-
|
|
4715
|
-
|
|
4716
|
-
|
|
4717
|
-
|
|
5069
|
+
"cesspit": {
|
|
5070
|
+
"baspiRef": "A7.1.0.15",
|
|
5071
|
+
"title": "Cesspit",
|
|
5072
|
+
"discriminator": {
|
|
5073
|
+
"propertyName": "yesNo"
|
|
5074
|
+
},
|
|
5075
|
+
"oneOf": [
|
|
5076
|
+
{
|
|
5077
|
+
"properties": {
|
|
5078
|
+
"yesNo": {
|
|
5079
|
+
"enum": [
|
|
5080
|
+
"No"
|
|
5081
|
+
]
|
|
5082
|
+
}
|
|
5083
|
+
}
|
|
4718
5084
|
},
|
|
4719
|
-
|
|
4720
|
-
"
|
|
4721
|
-
|
|
5085
|
+
{
|
|
5086
|
+
"properties": {
|
|
5087
|
+
"yesNo": {
|
|
5088
|
+
"enum": [
|
|
5089
|
+
"Yes"
|
|
5090
|
+
]
|
|
5091
|
+
},
|
|
5092
|
+
"dateLastEmptied": {
|
|
5093
|
+
"baspiRef": "A7.1.0.15.2",
|
|
5094
|
+
"title": "Date last emptied"
|
|
5095
|
+
}
|
|
5096
|
+
},
|
|
5097
|
+
"required": [
|
|
5098
|
+
"dateLastEmptied"
|
|
5099
|
+
]
|
|
4722
5100
|
}
|
|
4723
|
-
|
|
5101
|
+
],
|
|
4724
5102
|
"required": [
|
|
4725
|
-
"
|
|
4726
|
-
]
|
|
4727
|
-
}
|
|
4728
|
-
],
|
|
4729
|
-
"required": [
|
|
4730
|
-
"yesNo"
|
|
4731
|
-
],
|
|
4732
|
-
"properties": {
|
|
4733
|
-
"yesNo": {
|
|
4734
|
-
"baspiRef": "A7.1.0.15.1",
|
|
4735
|
-
"enum": [
|
|
4736
|
-
"Yes",
|
|
4737
|
-
"No"
|
|
4738
|
-
]
|
|
4739
|
-
}
|
|
4740
|
-
}
|
|
4741
|
-
},
|
|
4742
|
-
"sewerageTreatmentPlant": {
|
|
4743
|
-
"baspiRef": "A7.1.0.16",
|
|
4744
|
-
"title": "Sewerage treatment plant",
|
|
4745
|
-
"discriminator": {
|
|
4746
|
-
"propertyName": "yesNo"
|
|
4747
|
-
},
|
|
4748
|
-
"oneOf": [
|
|
4749
|
-
{
|
|
5103
|
+
"yesNo"
|
|
5104
|
+
],
|
|
4750
5105
|
"properties": {
|
|
4751
5106
|
"yesNo": {
|
|
5107
|
+
"baspiRef": "A7.1.0.15.1",
|
|
4752
5108
|
"enum": [
|
|
5109
|
+
"Yes",
|
|
4753
5110
|
"No"
|
|
4754
5111
|
]
|
|
4755
5112
|
}
|
|
4756
5113
|
}
|
|
4757
5114
|
},
|
|
4758
|
-
{
|
|
4759
|
-
"
|
|
4760
|
-
|
|
4761
|
-
|
|
4762
|
-
|
|
4763
|
-
|
|
4764
|
-
|
|
4765
|
-
|
|
4766
|
-
"
|
|
4767
|
-
|
|
4768
|
-
|
|
4769
|
-
|
|
4770
|
-
|
|
4771
|
-
|
|
5115
|
+
"sewerageTreatmentPlant": {
|
|
5116
|
+
"baspiRef": "A7.1.0.16",
|
|
5117
|
+
"title": "Sewerage treatment plant",
|
|
5118
|
+
"discriminator": {
|
|
5119
|
+
"propertyName": "yesNo"
|
|
5120
|
+
},
|
|
5121
|
+
"oneOf": [
|
|
5122
|
+
{
|
|
5123
|
+
"properties": {
|
|
5124
|
+
"yesNo": {
|
|
5125
|
+
"enum": [
|
|
5126
|
+
"No"
|
|
5127
|
+
]
|
|
5128
|
+
}
|
|
5129
|
+
}
|
|
4772
5130
|
},
|
|
4773
|
-
|
|
4774
|
-
"
|
|
4775
|
-
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
|
|
5131
|
+
{
|
|
5132
|
+
"properties": {
|
|
5133
|
+
"yesNo": {
|
|
5134
|
+
"enum": [
|
|
5135
|
+
"Yes"
|
|
5136
|
+
]
|
|
5137
|
+
},
|
|
5138
|
+
"dateInstalled": {
|
|
5139
|
+
"baspiRef": "A7.1.0.16.2",
|
|
5140
|
+
"title": "Date installed"
|
|
5141
|
+
},
|
|
5142
|
+
"dateLastServiced": {
|
|
5143
|
+
"baspiRef": "A7.1.0.16.3",
|
|
5144
|
+
"title": "Date last serviced"
|
|
5145
|
+
},
|
|
5146
|
+
"attachments": {
|
|
5147
|
+
"baspiRef": "A7.1.0.16.3",
|
|
5148
|
+
"title": "If installed after Jan 1991 supply the Building Regulations approval or equivalent",
|
|
5149
|
+
"enum": [
|
|
5150
|
+
"Attached",
|
|
5151
|
+
"To follow",
|
|
5152
|
+
"Not applicable"
|
|
5153
|
+
]
|
|
5154
|
+
}
|
|
5155
|
+
},
|
|
5156
|
+
"required": [
|
|
5157
|
+
"dateInstalled",
|
|
5158
|
+
"dateLastServiced",
|
|
5159
|
+
"attachments"
|
|
4780
5160
|
]
|
|
4781
5161
|
}
|
|
4782
|
-
|
|
5162
|
+
],
|
|
4783
5163
|
"required": [
|
|
4784
|
-
"
|
|
4785
|
-
|
|
4786
|
-
"attachments"
|
|
4787
|
-
]
|
|
4788
|
-
}
|
|
4789
|
-
],
|
|
4790
|
-
"required": [
|
|
4791
|
-
"yesNo"
|
|
4792
|
-
],
|
|
4793
|
-
"properties": {
|
|
4794
|
-
"yesNo": {
|
|
4795
|
-
"baspiRef": "A7.1.0.16.1",
|
|
4796
|
-
"enum": [
|
|
4797
|
-
"Yes",
|
|
4798
|
-
"No"
|
|
4799
|
-
]
|
|
4800
|
-
}
|
|
4801
|
-
}
|
|
4802
|
-
},
|
|
4803
|
-
"otherConnectedProperties": {
|
|
4804
|
-
"baspiRef": "A7.1.1",
|
|
4805
|
-
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
4806
|
-
"discriminator": {
|
|
4807
|
-
"propertyName": "yesNo"
|
|
4808
|
-
},
|
|
4809
|
-
"oneOf": [
|
|
4810
|
-
{
|
|
5164
|
+
"yesNo"
|
|
5165
|
+
],
|
|
4811
5166
|
"properties": {
|
|
4812
5167
|
"yesNo": {
|
|
5168
|
+
"baspiRef": "A7.1.0.16.1",
|
|
4813
5169
|
"enum": [
|
|
5170
|
+
"Yes",
|
|
4814
5171
|
"No"
|
|
4815
5172
|
]
|
|
4816
5173
|
}
|
|
4817
5174
|
}
|
|
4818
5175
|
},
|
|
4819
|
-
{
|
|
4820
|
-
"
|
|
4821
|
-
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
|
|
5176
|
+
"otherConnectedProperties": {
|
|
5177
|
+
"baspiRef": "A7.1.1",
|
|
5178
|
+
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
5179
|
+
"discriminator": {
|
|
5180
|
+
"propertyName": "yesNo"
|
|
5181
|
+
},
|
|
5182
|
+
"oneOf": [
|
|
5183
|
+
{
|
|
5184
|
+
"properties": {
|
|
5185
|
+
"yesNo": {
|
|
5186
|
+
"enum": [
|
|
5187
|
+
"No"
|
|
5188
|
+
]
|
|
5189
|
+
}
|
|
5190
|
+
}
|
|
4825
5191
|
},
|
|
4826
|
-
|
|
4827
|
-
"
|
|
4828
|
-
|
|
5192
|
+
{
|
|
5193
|
+
"properties": {
|
|
5194
|
+
"yesNo": {
|
|
5195
|
+
"enum": [
|
|
5196
|
+
"Yes"
|
|
5197
|
+
]
|
|
5198
|
+
},
|
|
5199
|
+
"numberOfPropertiesSharing": {
|
|
5200
|
+
"baspiRef": "A7.1.1.1",
|
|
5201
|
+
"title": "How many other properties?"
|
|
5202
|
+
},
|
|
5203
|
+
"details": {
|
|
5204
|
+
"baspiRef": "A7.1.1.2",
|
|
5205
|
+
"title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for"
|
|
5206
|
+
}
|
|
5207
|
+
},
|
|
5208
|
+
"required": [
|
|
5209
|
+
"details",
|
|
5210
|
+
"attachments"
|
|
5211
|
+
]
|
|
4829
5212
|
}
|
|
4830
|
-
|
|
5213
|
+
],
|
|
4831
5214
|
"required": [
|
|
4832
|
-
"
|
|
4833
|
-
|
|
4834
|
-
]
|
|
4835
|
-
}
|
|
4836
|
-
],
|
|
4837
|
-
"required": [
|
|
4838
|
-
"yesNo"
|
|
4839
|
-
],
|
|
4840
|
-
"properties": {
|
|
4841
|
-
"yesNo": {
|
|
4842
|
-
"baspiRef": "A7.1.1.1",
|
|
4843
|
-
"enum": [
|
|
4844
|
-
"Yes",
|
|
4845
|
-
"No"
|
|
4846
|
-
]
|
|
4847
|
-
}
|
|
4848
|
-
}
|
|
4849
|
-
},
|
|
4850
|
-
"plantOnOtherLand": {
|
|
4851
|
-
"baspiRef": "A7.1.2",
|
|
4852
|
-
"title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
|
|
4853
|
-
"discriminator": {
|
|
4854
|
-
"propertyName": "yesNo"
|
|
4855
|
-
},
|
|
4856
|
-
"oneOf": [
|
|
4857
|
-
{
|
|
5215
|
+
"yesNo"
|
|
5216
|
+
],
|
|
4858
5217
|
"properties": {
|
|
4859
5218
|
"yesNo": {
|
|
5219
|
+
"baspiRef": "A7.1.1.1",
|
|
4860
5220
|
"enum": [
|
|
5221
|
+
"Yes",
|
|
4861
5222
|
"No"
|
|
4862
5223
|
]
|
|
4863
5224
|
}
|
|
4864
5225
|
}
|
|
4865
5226
|
},
|
|
4866
|
-
{
|
|
4867
|
-
"
|
|
4868
|
-
|
|
4869
|
-
|
|
4870
|
-
|
|
4871
|
-
]
|
|
4872
|
-
},
|
|
4873
|
-
"attachments": {
|
|
4874
|
-
"baspiRef": "7.1.2.2",
|
|
4875
|
-
"title": "Please supply a plan showing the location of the system and how access is obtained.",
|
|
4876
|
-
"enum": [
|
|
4877
|
-
"Attached",
|
|
4878
|
-
"To follow"
|
|
4879
|
-
]
|
|
4880
|
-
}
|
|
5227
|
+
"plantOnOtherLand": {
|
|
5228
|
+
"baspiRef": "A7.1.2",
|
|
5229
|
+
"title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
|
|
5230
|
+
"discriminator": {
|
|
5231
|
+
"propertyName": "yesNo"
|
|
4881
5232
|
},
|
|
4882
|
-
"
|
|
4883
|
-
|
|
4884
|
-
|
|
4885
|
-
|
|
4886
|
-
|
|
4887
|
-
|
|
4888
|
-
|
|
4889
|
-
|
|
4890
|
-
|
|
4891
|
-
|
|
4892
|
-
|
|
4893
|
-
|
|
4894
|
-
|
|
4895
|
-
|
|
4896
|
-
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
5233
|
+
"oneOf": [
|
|
5234
|
+
{
|
|
5235
|
+
"properties": {
|
|
5236
|
+
"yesNo": {
|
|
5237
|
+
"enum": [
|
|
5238
|
+
"No"
|
|
5239
|
+
]
|
|
5240
|
+
}
|
|
5241
|
+
}
|
|
5242
|
+
},
|
|
5243
|
+
{
|
|
5244
|
+
"properties": {
|
|
5245
|
+
"yesNo": {
|
|
5246
|
+
"enum": [
|
|
5247
|
+
"Yes"
|
|
5248
|
+
]
|
|
5249
|
+
},
|
|
5250
|
+
"attachments": {
|
|
5251
|
+
"baspiRef": "7.1.2.2",
|
|
5252
|
+
"title": "Please supply a plan showing the location of the system and how access is obtained.",
|
|
5253
|
+
"enum": [
|
|
5254
|
+
"Attached",
|
|
5255
|
+
"To follow"
|
|
5256
|
+
]
|
|
5257
|
+
}
|
|
5258
|
+
},
|
|
5259
|
+
"required": [
|
|
5260
|
+
"attachments"
|
|
5261
|
+
]
|
|
5262
|
+
}
|
|
5263
|
+
],
|
|
5264
|
+
"required": [
|
|
5265
|
+
"yesNo"
|
|
5266
|
+
],
|
|
4908
5267
|
"properties": {
|
|
4909
5268
|
"yesNo": {
|
|
5269
|
+
"baspiRef": "7.1.2.1",
|
|
4910
5270
|
"enum": [
|
|
5271
|
+
"Yes",
|
|
4911
5272
|
"No"
|
|
4912
5273
|
]
|
|
4913
5274
|
}
|
|
4914
5275
|
}
|
|
4915
5276
|
},
|
|
4916
|
-
{
|
|
4917
|
-
"
|
|
4918
|
-
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
|
|
5277
|
+
"plantRegistered": {
|
|
5278
|
+
"baspiRef": "A7.1.3",
|
|
5279
|
+
"title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
|
|
5280
|
+
"discriminator": {
|
|
5281
|
+
"propertyName": "yesNo"
|
|
5282
|
+
},
|
|
5283
|
+
"oneOf": [
|
|
5284
|
+
{
|
|
5285
|
+
"properties": {
|
|
5286
|
+
"yesNo": {
|
|
5287
|
+
"enum": [
|
|
5288
|
+
"No"
|
|
5289
|
+
]
|
|
5290
|
+
}
|
|
5291
|
+
}
|
|
4922
5292
|
},
|
|
4923
|
-
|
|
4924
|
-
"
|
|
4925
|
-
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
|
|
5293
|
+
{
|
|
5294
|
+
"properties": {
|
|
5295
|
+
"yesNo": {
|
|
5296
|
+
"enum": [
|
|
5297
|
+
"Yes"
|
|
5298
|
+
]
|
|
5299
|
+
},
|
|
5300
|
+
"attachments": {
|
|
5301
|
+
"baspiRef": "A7.1.3.2",
|
|
5302
|
+
"title": "Please supply the appropriate permit to discharge or exemption certificate",
|
|
5303
|
+
"enum": [
|
|
5304
|
+
"Attached",
|
|
5305
|
+
"To follow"
|
|
5306
|
+
]
|
|
5307
|
+
}
|
|
5308
|
+
},
|
|
5309
|
+
"required": [
|
|
5310
|
+
"attachments"
|
|
4929
5311
|
]
|
|
4930
5312
|
}
|
|
4931
|
-
|
|
5313
|
+
],
|
|
4932
5314
|
"required": [
|
|
4933
|
-
"
|
|
4934
|
-
]
|
|
4935
|
-
}
|
|
4936
|
-
],
|
|
4937
|
-
"required": [
|
|
4938
|
-
"yesNo"
|
|
4939
|
-
],
|
|
4940
|
-
"properties": {
|
|
4941
|
-
"yesNo": {
|
|
4942
|
-
"baspiRef": "A7.1.3.1",
|
|
4943
|
-
"enum": [
|
|
4944
|
-
"Yes",
|
|
4945
|
-
"No"
|
|
4946
|
-
]
|
|
4947
|
-
}
|
|
4948
|
-
}
|
|
4949
|
-
},
|
|
4950
|
-
"plantDrainsIntoWaterway": {
|
|
4951
|
-
"baspiRef": "A7.1.4",
|
|
4952
|
-
"title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
|
|
4953
|
-
"discriminator": {
|
|
4954
|
-
"propertyName": "yesNo"
|
|
4955
|
-
},
|
|
4956
|
-
"oneOf": [
|
|
4957
|
-
{
|
|
5315
|
+
"yesNo"
|
|
5316
|
+
],
|
|
4958
5317
|
"properties": {
|
|
4959
5318
|
"yesNo": {
|
|
5319
|
+
"baspiRef": "A7.1.3.1",
|
|
4960
5320
|
"enum": [
|
|
4961
|
-
"
|
|
5321
|
+
"Yes",
|
|
5322
|
+
"No"
|
|
4962
5323
|
]
|
|
4963
5324
|
}
|
|
4964
5325
|
}
|
|
4965
5326
|
},
|
|
4966
|
-
{
|
|
5327
|
+
"plantDrainsIntoWaterway": {
|
|
5328
|
+
"baspiRef": "A7.1.4",
|
|
5329
|
+
"title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
|
|
5330
|
+
"discriminator": {
|
|
5331
|
+
"propertyName": "yesNo"
|
|
5332
|
+
},
|
|
5333
|
+
"oneOf": [
|
|
5334
|
+
{
|
|
5335
|
+
"properties": {
|
|
5336
|
+
"yesNo": {
|
|
5337
|
+
"enum": [
|
|
5338
|
+
"No, the effluent is discharged through a soakaway system."
|
|
5339
|
+
]
|
|
5340
|
+
}
|
|
5341
|
+
}
|
|
5342
|
+
},
|
|
5343
|
+
{
|
|
5344
|
+
"properties": {
|
|
5345
|
+
"yesNo": {
|
|
5346
|
+
"enum": [
|
|
5347
|
+
"Yes"
|
|
5348
|
+
]
|
|
5349
|
+
},
|
|
5350
|
+
"dischargeCompliesWithGBR": {
|
|
5351
|
+
"baspiRef": "A7.1.4.1",
|
|
5352
|
+
"title": "Does it comply with the General Binding Rules for discharge into a waterway?",
|
|
5353
|
+
"enum": [
|
|
5354
|
+
"Yes",
|
|
5355
|
+
"No, it does not comply with the rules for discharge into a waterway."
|
|
5356
|
+
]
|
|
5357
|
+
}
|
|
5358
|
+
},
|
|
5359
|
+
"required": [
|
|
5360
|
+
"dischargeCompliesWithGBR"
|
|
5361
|
+
]
|
|
5362
|
+
}
|
|
5363
|
+
],
|
|
5364
|
+
"required": [
|
|
5365
|
+
"yesNo"
|
|
5366
|
+
],
|
|
4967
5367
|
"properties": {
|
|
4968
5368
|
"yesNo": {
|
|
4969
|
-
"enum": [
|
|
4970
|
-
"Yes"
|
|
4971
|
-
]
|
|
4972
|
-
},
|
|
4973
|
-
"dischargeCompliesWithGBR": {
|
|
4974
5369
|
"baspiRef": "A7.1.4.1",
|
|
4975
|
-
"title": "Does it comply with the General Binding Rules for discharge into a waterway?",
|
|
4976
5370
|
"enum": [
|
|
4977
5371
|
"Yes",
|
|
4978
|
-
"No,
|
|
5372
|
+
"No, the effluent is discharged through a soakaway system."
|
|
4979
5373
|
]
|
|
4980
5374
|
}
|
|
4981
|
-
}
|
|
4982
|
-
"required": [
|
|
4983
|
-
"dischargeCompliesWithGBR"
|
|
4984
|
-
]
|
|
5375
|
+
}
|
|
4985
5376
|
}
|
|
4986
|
-
|
|
5377
|
+
},
|
|
4987
5378
|
"required": [
|
|
4988
|
-
"
|
|
4989
|
-
|
|
4990
|
-
|
|
4991
|
-
"
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
}
|
|
4998
|
-
}
|
|
5379
|
+
"sustainableDrainageSystem",
|
|
5380
|
+
"septicTank",
|
|
5381
|
+
"cesspit",
|
|
5382
|
+
"sewerageTreatmentPlant",
|
|
5383
|
+
"otherConnectedProperties",
|
|
5384
|
+
"plantOnOtherLand",
|
|
5385
|
+
"plantRegistered",
|
|
5386
|
+
"plantDrainsIntoWaterway"
|
|
5387
|
+
]
|
|
4999
5388
|
}
|
|
5000
|
-
|
|
5389
|
+
],
|
|
5001
5390
|
"required": [
|
|
5002
|
-
"
|
|
5003
|
-
|
|
5004
|
-
"cesspit",
|
|
5005
|
-
"sewerageTreatmentPlant",
|
|
5006
|
-
"otherConnectedProperties",
|
|
5007
|
-
"yearSystemInstalled",
|
|
5008
|
-
"plantOnOtherLand",
|
|
5009
|
-
"plantRegistered",
|
|
5010
|
-
"plantDrainsIntoWaterway"
|
|
5011
|
-
]
|
|
5012
|
-
}
|
|
5013
|
-
],
|
|
5014
|
-
"required": [
|
|
5015
|
-
"yesNo"
|
|
5016
|
-
],
|
|
5017
|
-
"properties": {
|
|
5018
|
-
"yesNo": {
|
|
5019
|
-
"baspiRef": "A7.1.0.11.1",
|
|
5020
|
-
"enum": [
|
|
5021
|
-
"Yes",
|
|
5022
|
-
"To be connected",
|
|
5023
|
-
"No"
|
|
5024
|
-
]
|
|
5025
|
-
}
|
|
5026
|
-
}
|
|
5027
|
-
},
|
|
5028
|
-
"maintenanceAgreements": {
|
|
5029
|
-
"baspiRef": "A7.2",
|
|
5030
|
-
"title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to these services?",
|
|
5031
|
-
"discriminator": {
|
|
5032
|
-
"propertyName": "yesNo"
|
|
5033
|
-
},
|
|
5034
|
-
"oneOf": [
|
|
5035
|
-
{
|
|
5391
|
+
"yesNo"
|
|
5392
|
+
],
|
|
5036
5393
|
"properties": {
|
|
5037
5394
|
"yesNo": {
|
|
5395
|
+
"baspiRef": "A7.1.0.11.1",
|
|
5038
5396
|
"enum": [
|
|
5397
|
+
"Yes",
|
|
5398
|
+
"To be connected",
|
|
5039
5399
|
"No"
|
|
5040
5400
|
]
|
|
5041
5401
|
}
|
|
5042
5402
|
}
|
|
5043
|
-
},
|
|
5044
|
-
{
|
|
5045
|
-
"properties": {
|
|
5046
|
-
"yesNo": {
|
|
5047
|
-
"enum": [
|
|
5048
|
-
"Yes"
|
|
5049
|
-
]
|
|
5050
|
-
},
|
|
5051
|
-
"details": {
|
|
5052
|
-
"baspiRef": "A7.2.2",
|
|
5053
|
-
"title": "Details"
|
|
5054
|
-
},
|
|
5055
|
-
"attachments": {
|
|
5056
|
-
"baspiRef": "A7.2.3",
|
|
5057
|
-
"title": "Attachments",
|
|
5058
|
-
"enum": [
|
|
5059
|
-
"Attached",
|
|
5060
|
-
"To follow"
|
|
5061
|
-
]
|
|
5062
|
-
}
|
|
5063
|
-
},
|
|
5064
|
-
"required": [
|
|
5065
|
-
"details",
|
|
5066
|
-
"attachments"
|
|
5067
|
-
]
|
|
5068
|
-
}
|
|
5069
|
-
],
|
|
5070
|
-
"required": [
|
|
5071
|
-
"yesNo"
|
|
5072
|
-
],
|
|
5073
|
-
"properties": {
|
|
5074
|
-
"yesNo": {
|
|
5075
|
-
"baspiRef": "A7.2.1",
|
|
5076
|
-
"enum": [
|
|
5077
|
-
"Yes",
|
|
5078
|
-
"No"
|
|
5079
|
-
]
|
|
5080
5403
|
}
|
|
5081
5404
|
}
|
|
5082
|
-
}
|
|
5083
|
-
|
|
5084
|
-
|
|
5085
|
-
|
|
5086
|
-
"baspiRef": "A7.3",
|
|
5087
|
-
"title": "Green Deal Loan",
|
|
5088
|
-
"required": [
|
|
5089
|
-
"hasGreenDealLoan"
|
|
5090
|
-
],
|
|
5091
|
-
"properties": {
|
|
5092
|
-
"hasGreenDealLoan": {
|
|
5093
|
-
"baspiRef": "A7.3",
|
|
5094
|
-
"title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
|
|
5095
|
-
"description": "If yes, please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill",
|
|
5405
|
+
},
|
|
5406
|
+
"maintenanceAgreements": {
|
|
5407
|
+
"baspiRef": "A7.2",
|
|
5408
|
+
"title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to these services?",
|
|
5096
5409
|
"discriminator": {
|
|
5097
5410
|
"propertyName": "yesNo"
|
|
5098
5411
|
},
|
|
@@ -5114,11 +5427,11 @@
|
|
|
5114
5427
|
]
|
|
5115
5428
|
},
|
|
5116
5429
|
"details": {
|
|
5117
|
-
"baspiRef": "A7.
|
|
5430
|
+
"baspiRef": "A7.2.2",
|
|
5118
5431
|
"title": "Details"
|
|
5119
5432
|
},
|
|
5120
5433
|
"attachments": {
|
|
5121
|
-
"baspiRef": "A7.
|
|
5434
|
+
"baspiRef": "A7.2.3",
|
|
5122
5435
|
"title": "Attachments",
|
|
5123
5436
|
"enum": [
|
|
5124
5437
|
"Attached",
|
|
@@ -5137,7 +5450,7 @@
|
|
|
5137
5450
|
],
|
|
5138
5451
|
"properties": {
|
|
5139
5452
|
"yesNo": {
|
|
5140
|
-
"baspiRef": "A7.
|
|
5453
|
+
"baspiRef": "A7.2.1",
|
|
5141
5454
|
"enum": [
|
|
5142
5455
|
"Yes",
|
|
5143
5456
|
"No"
|
|
@@ -5171,11 +5484,14 @@
|
|
|
5171
5484
|
]
|
|
5172
5485
|
},
|
|
5173
5486
|
"centralHeatingDetails": {
|
|
5487
|
+
"baspiRef": "A7.4.0.0",
|
|
5488
|
+
"title": "Central Heating Details",
|
|
5174
5489
|
"required": [
|
|
5175
5490
|
"centralHeatingFuel",
|
|
5176
5491
|
"centralHeatingInstalled",
|
|
5177
5492
|
"boilerInstallationCertificate",
|
|
5178
|
-
"
|
|
5493
|
+
"heatingLastServicedDate",
|
|
5494
|
+
"heatingLastServicedReport",
|
|
5179
5495
|
"heatingInGoodWorkingOrder"
|
|
5180
5496
|
],
|
|
5181
5497
|
"properties": {
|
|
@@ -5239,7 +5555,6 @@
|
|
|
5239
5555
|
"boilerInstallationCertificate": {
|
|
5240
5556
|
"baspiRef": "A7.4.1.1",
|
|
5241
5557
|
"title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
|
|
5242
|
-
"description": "If yes, ",
|
|
5243
5558
|
"discriminator": {
|
|
5244
5559
|
"propertyName": "yesNo"
|
|
5245
5560
|
},
|
|
@@ -5297,7 +5612,7 @@
|
|
|
5297
5612
|
"enum": [
|
|
5298
5613
|
"Attached",
|
|
5299
5614
|
"To follow",
|
|
5300
|
-
"
|
|
5615
|
+
"Not applicable"
|
|
5301
5616
|
]
|
|
5302
5617
|
},
|
|
5303
5618
|
"heatingInGoodWorkingOrder": {
|
|
@@ -5777,7 +6092,6 @@
|
|
|
5777
6092
|
"neighbouringLandRights": {
|
|
5778
6093
|
"baspiRef": "A10.2",
|
|
5779
6094
|
"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)",
|
|
5780
|
-
"description": "If yes,",
|
|
5781
6095
|
"discriminator": {
|
|
5782
6096
|
"propertyName": "yesNo"
|
|
5783
6097
|
},
|
|
@@ -6228,36 +6542,41 @@
|
|
|
6228
6542
|
"groundWater": {
|
|
6229
6543
|
"baspiRef": "A11.1.2.2.1",
|
|
6230
6544
|
"title": "Ground water",
|
|
6231
|
-
"
|
|
6232
|
-
"
|
|
6545
|
+
"enum": [
|
|
6546
|
+
"Yes",
|
|
6547
|
+
"No"
|
|
6233
6548
|
]
|
|
6234
6549
|
},
|
|
6235
6550
|
"sewer": {
|
|
6236
6551
|
"baspiRef": "A11.1.2.2.2",
|
|
6237
6552
|
"title": "Sewer",
|
|
6238
|
-
"
|
|
6239
|
-
"
|
|
6553
|
+
"enum": [
|
|
6554
|
+
"Yes",
|
|
6555
|
+
"No"
|
|
6240
6556
|
]
|
|
6241
6557
|
},
|
|
6242
6558
|
"surfaceWater": {
|
|
6243
6559
|
"baspiRef": "A11.1.2.2.3",
|
|
6244
6560
|
"title": "Surface water",
|
|
6245
|
-
"
|
|
6246
|
-
"
|
|
6561
|
+
"enum": [
|
|
6562
|
+
"Yes",
|
|
6563
|
+
"No"
|
|
6247
6564
|
]
|
|
6248
6565
|
},
|
|
6249
6566
|
"coastal": {
|
|
6250
6567
|
"baspiRef": "A11.1.2.2.4",
|
|
6251
6568
|
"title": "Coastal flooding",
|
|
6252
|
-
"
|
|
6253
|
-
"
|
|
6569
|
+
"enum": [
|
|
6570
|
+
"Yes",
|
|
6571
|
+
"No"
|
|
6254
6572
|
]
|
|
6255
6573
|
},
|
|
6256
6574
|
"river": {
|
|
6257
6575
|
"baspiRef": "A11.1.2.2.5",
|
|
6258
6576
|
"title": "River flooding",
|
|
6259
|
-
"
|
|
6260
|
-
"
|
|
6577
|
+
"enum": [
|
|
6578
|
+
"Yes",
|
|
6579
|
+
"No"
|
|
6261
6580
|
]
|
|
6262
6581
|
},
|
|
6263
6582
|
"other": {
|
|
@@ -6285,7 +6604,7 @@
|
|
|
6285
6604
|
]
|
|
6286
6605
|
},
|
|
6287
6606
|
"details": {
|
|
6288
|
-
"baspiRef": "A11.1.2.2.6.
|
|
6607
|
+
"baspiRef": "A11.1.2.2.6.2",
|
|
6289
6608
|
"title": "Please stata"
|
|
6290
6609
|
}
|
|
6291
6610
|
},
|
|
@@ -6296,7 +6615,16 @@
|
|
|
6296
6615
|
],
|
|
6297
6616
|
"required": [
|
|
6298
6617
|
"yesNo"
|
|
6299
|
-
]
|
|
6618
|
+
],
|
|
6619
|
+
"properties": {
|
|
6620
|
+
"yesNo": {
|
|
6621
|
+
"baspiRef": "A11.1.2.2.6.1",
|
|
6622
|
+
"enum": [
|
|
6623
|
+
"Yes",
|
|
6624
|
+
"No"
|
|
6625
|
+
]
|
|
6626
|
+
}
|
|
6627
|
+
}
|
|
6300
6628
|
}
|
|
6301
6629
|
}
|
|
6302
6630
|
}
|
|
@@ -6436,12 +6764,14 @@
|
|
|
6436
6764
|
}
|
|
6437
6765
|
},
|
|
6438
6766
|
"remedialMeasuresOnConstruction": {
|
|
6767
|
+
"baspiRef": "A11.1.3.4",
|
|
6768
|
+
"title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
|
|
6439
6769
|
"required": [
|
|
6440
6770
|
"yesNo"
|
|
6441
6771
|
],
|
|
6442
6772
|
"properties": {
|
|
6443
6773
|
"yesNo": {
|
|
6444
|
-
"baspiRef": "A11.1.3.4",
|
|
6774
|
+
"baspiRef": "A11.1.3.4.1",
|
|
6445
6775
|
"enum": [
|
|
6446
6776
|
"Yes",
|
|
6447
6777
|
"No"
|
|
@@ -6815,7 +7145,7 @@
|
|
|
6815
7145
|
},
|
|
6816
7146
|
"details": {
|
|
6817
7147
|
"baspiRef": "A12.2.2",
|
|
6818
|
-
"title": "
|
|
7148
|
+
"title": "Please describe this issue and any action that has been taken, if applicable."
|
|
6819
7149
|
},
|
|
6820
7150
|
"attachments": {
|
|
6821
7151
|
"baspiRef": "A12.2.3",
|
|
@@ -7053,6 +7383,14 @@
|
|
|
7053
7383
|
]
|
|
7054
7384
|
},
|
|
7055
7385
|
"uniformBoundaries": {
|
|
7386
|
+
"baspiRef": "B2.1.0.2",
|
|
7387
|
+
"title": "Please indicate who has repaired, or treated as belonging to them, each of the boundaries. Identify each boundary as if you were looking at the property from the road.",
|
|
7388
|
+
"required": [
|
|
7389
|
+
"left",
|
|
7390
|
+
"right",
|
|
7391
|
+
"rear",
|
|
7392
|
+
"front"
|
|
7393
|
+
],
|
|
7056
7394
|
"properties": {
|
|
7057
7395
|
"left": {
|
|
7058
7396
|
"baspiRef": "B2.1.1",
|
|
@@ -7096,13 +7434,7 @@
|
|
|
7096
7434
|
}
|
|
7097
7435
|
}
|
|
7098
7436
|
}
|
|
7099
|
-
}
|
|
7100
|
-
"required": [
|
|
7101
|
-
"left",
|
|
7102
|
-
"right",
|
|
7103
|
-
"rear",
|
|
7104
|
-
"front"
|
|
7105
|
-
]
|
|
7437
|
+
}
|
|
7106
7438
|
},
|
|
7107
7439
|
{
|
|
7108
7440
|
"properties": {
|
|
@@ -7133,7 +7465,7 @@
|
|
|
7133
7465
|
"properties": {
|
|
7134
7466
|
"areBoundariesUniform": {
|
|
7135
7467
|
"enum": [
|
|
7136
|
-
"
|
|
7468
|
+
"Not applicable"
|
|
7137
7469
|
]
|
|
7138
7470
|
}
|
|
7139
7471
|
}
|
|
@@ -7145,10 +7477,11 @@
|
|
|
7145
7477
|
"properties": {
|
|
7146
7478
|
"areBoundariesUniform": {
|
|
7147
7479
|
"baspiRef": "B2.1.0.1",
|
|
7480
|
+
"title": "Are the boundaries uniform?",
|
|
7148
7481
|
"enum": [
|
|
7149
7482
|
"Yes",
|
|
7150
7483
|
"No",
|
|
7151
|
-
"
|
|
7484
|
+
"Not applicable"
|
|
7152
7485
|
]
|
|
7153
7486
|
}
|
|
7154
7487
|
}
|
|
@@ -7165,7 +7498,7 @@
|
|
|
7165
7498
|
"yesNo": {
|
|
7166
7499
|
"enum": [
|
|
7167
7500
|
"No",
|
|
7168
|
-
"
|
|
7501
|
+
"Not applicable"
|
|
7169
7502
|
]
|
|
7170
7503
|
}
|
|
7171
7504
|
}
|
|
@@ -7196,7 +7529,7 @@
|
|
|
7196
7529
|
"enum": [
|
|
7197
7530
|
"Yes",
|
|
7198
7531
|
"No",
|
|
7199
|
-
"
|
|
7532
|
+
"Not applicable"
|
|
7200
7533
|
]
|
|
7201
7534
|
}
|
|
7202
7535
|
}
|
|
@@ -7213,7 +7546,7 @@
|
|
|
7213
7546
|
"yesNo": {
|
|
7214
7547
|
"enum": [
|
|
7215
7548
|
"No",
|
|
7216
|
-
"
|
|
7549
|
+
"Not applicable"
|
|
7217
7550
|
]
|
|
7218
7551
|
}
|
|
7219
7552
|
}
|
|
@@ -7244,7 +7577,7 @@
|
|
|
7244
7577
|
"enum": [
|
|
7245
7578
|
"Yes",
|
|
7246
7579
|
"No",
|
|
7247
|
-
"
|
|
7580
|
+
"Not applicable"
|
|
7248
7581
|
]
|
|
7249
7582
|
}
|
|
7250
7583
|
}
|
|
@@ -7252,7 +7585,7 @@
|
|
|
7252
7585
|
"flyingFreehold": {
|
|
7253
7586
|
"baspiRef": "B2.5",
|
|
7254
7587
|
"title": "Is there a flying freehold?",
|
|
7255
|
-
"description": "NOTE: a flying freehold is when part of the property overhangs a neighbour’s property or an accessway -
|
|
7588
|
+
"description": "NOTE: a flying freehold is when part of the property overhangs a neighbour’s property or an accessway - e.g. a terrace house where part of the upstairs is over an accessway which belongs to someone else.",
|
|
7256
7589
|
"discriminator": {
|
|
7257
7590
|
"propertyName": "yesNo"
|
|
7258
7591
|
},
|
|
@@ -7262,7 +7595,7 @@
|
|
|
7262
7595
|
"yesNo": {
|
|
7263
7596
|
"enum": [
|
|
7264
7597
|
"No",
|
|
7265
|
-
"
|
|
7598
|
+
"Not applicable"
|
|
7266
7599
|
]
|
|
7267
7600
|
}
|
|
7268
7601
|
}
|
|
@@ -7293,7 +7626,7 @@
|
|
|
7293
7626
|
"enum": [
|
|
7294
7627
|
"Yes",
|
|
7295
7628
|
"No",
|
|
7296
|
-
"
|
|
7629
|
+
"Not applicable"
|
|
7297
7630
|
]
|
|
7298
7631
|
}
|
|
7299
7632
|
}
|
|
@@ -7519,7 +7852,7 @@
|
|
|
7519
7852
|
}
|
|
7520
7853
|
},
|
|
7521
7854
|
"required": [
|
|
7522
|
-
"
|
|
7855
|
+
"yearTested",
|
|
7523
7856
|
"attachments"
|
|
7524
7857
|
]
|
|
7525
7858
|
}
|
|
@@ -7578,6 +7911,7 @@
|
|
|
7578
7911
|
}
|
|
7579
7912
|
},
|
|
7580
7913
|
"required": [
|
|
7914
|
+
"yearWorkCarriedOut",
|
|
7581
7915
|
"details",
|
|
7582
7916
|
"attachments"
|
|
7583
7917
|
]
|
|
@@ -7707,7 +8041,7 @@
|
|
|
7707
8041
|
},
|
|
7708
8042
|
"attachments": {
|
|
7709
8043
|
"baspiRef": "4.3.3.3",
|
|
7710
|
-
"title": "
|
|
8044
|
+
"title": "Please supply copies of the relevant documents",
|
|
7711
8045
|
"enum": [
|
|
7712
8046
|
"Attached",
|
|
7713
8047
|
"To follow"
|
|
@@ -8600,7 +8934,7 @@
|
|
|
8600
8934
|
},
|
|
8601
8935
|
"details": {
|
|
8602
8936
|
"baspiRef": "B6.4.1",
|
|
8603
|
-
"title": "Please provide details (
|
|
8937
|
+
"title": "Please provide details (e.g. the property is sold let to tenants)"
|
|
8604
8938
|
},
|
|
8605
8939
|
"attachments": {
|
|
8606
8940
|
"baspiRef": "B6.4.2",
|
|
@@ -8627,7 +8961,16 @@
|
|
|
8627
8961
|
"title": "Have all occupiers aged 17 or over agreed to leave prior to completion?",
|
|
8628
8962
|
"required": [
|
|
8629
8963
|
"yesNo"
|
|
8630
|
-
]
|
|
8964
|
+
],
|
|
8965
|
+
"properties": {
|
|
8966
|
+
"yesNo": {
|
|
8967
|
+
"baspiRef": "B6.3.1.1",
|
|
8968
|
+
"enum": [
|
|
8969
|
+
"Yes",
|
|
8970
|
+
"No"
|
|
8971
|
+
]
|
|
8972
|
+
}
|
|
8973
|
+
}
|
|
8631
8974
|
},
|
|
8632
8975
|
"aged17OrOverWillSignToConfirmWillVacate": {
|
|
8633
8976
|
"baspiRef": "B6.3.2",
|
|
@@ -8735,13 +9078,14 @@
|
|
|
8735
9078
|
"willRemoveAllRubbish",
|
|
8736
9079
|
"otherPropertyInChain",
|
|
8737
9080
|
"moveRestrictionDates",
|
|
8738
|
-
"digitalPropertyLogbook"
|
|
9081
|
+
"digitalPropertyLogbook",
|
|
9082
|
+
"sufficientToRepayAllMortgages"
|
|
8739
9083
|
],
|
|
8740
9084
|
"properties": {
|
|
8741
9085
|
"willRemoveAllRubbish": {
|
|
8742
9086
|
"baspiRef": "B7.1",
|
|
8743
9087
|
"title": "Please confirm that on completion you will remove all rubbish and items not included in the sale from the property including its garden, loft and any sheds or outbuildings.",
|
|
8744
|
-
"description": "When the property is cleared out you will be expected to take reasonable care when clearing the property, leaving it clean and tidy and repairing any damage caused when removing items from the property and making safe any light or electrical fittings which are being removed.\n\nKeys for all door and window locks, along with any alarm codes, should be available for the buyer on the day of completion. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know. For all internet connected services
|
|
9088
|
+
"description": "When the property is cleared out you will be expected to take reasonable care when clearing the property, leaving it clean and tidy and repairing any damage caused when removing items from the property and making safe any light or electrical fittings which are being removed.\n\nKeys for all door and window locks, along with any alarm codes, should be available for the buyer on the day of completion. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know. For all internet connected services e.g. doorbells, boiler controls, burglar alarms, CCTV cameras etc) access to them will need to be provided to the buyer on the day of completion so that they can control them or sign up to the service. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know."
|
|
8745
9089
|
},
|
|
8746
9090
|
"otherPropertyInChain": {
|
|
8747
9091
|
"baspiRef": "B7.2",
|
|
@@ -8850,6 +9194,7 @@
|
|
|
8850
9194
|
},
|
|
8851
9195
|
"restrictedDates": {
|
|
8852
9196
|
"baspiRef": "B7.3.2",
|
|
9197
|
+
"minItems": 1,
|
|
8853
9198
|
"items": {
|
|
8854
9199
|
"baspiRef": "B7.3.2.1"
|
|
8855
9200
|
}
|
|
@@ -8957,7 +9302,7 @@
|
|
|
8957
9302
|
},
|
|
8958
9303
|
"confirmInformationIsAccurate": {
|
|
8959
9304
|
"baspiRef": "B8.2",
|
|
8960
|
-
"title": "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer
|
|
9305
|
+
"title": "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer"
|
|
8961
9306
|
}
|
|
8962
9307
|
}
|
|
8963
9308
|
}
|