@pdtf/schemas 2.0.0-1 → 2.0.0-10
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 +20 -17
- package/package.json +1 -1
- package/src/examples/v2/exampleTransaction.json +47 -39
- package/src/schemas/v2/combined.json +6748 -431
- package/src/schemas/v2/overlays/baspi.json +223 -144
- package/src/schemas/v2/overlays/con29R.json +1 -1
- package/src/schemas/v2/overlays/fme1.json +41 -32
- package/src/schemas/v2/overlays/lpe1.json +57 -64
- package/src/schemas/v2/overlays/nts.json +38 -42
- package/src/schemas/v2/overlays/rds.json +7 -16
- package/src/schemas/v2/overlays/ta10.json +844 -1
- package/src/schemas/v2/overlays/ta6.json +14 -6
- package/src/schemas/v2/overlays/ta7.json +97 -32
- package/src/schemas/v2/{core.json → pdtf-transaction.json} +6361 -335
- package/src/tests/v1/transactionSchema.test.js +21 -13
- package/src/tests/v2/transactionSchema.test.js +20 -27
- package/src/tests/v2/verifiedClaimsValidator.test.js +128 -0
- package/src/utils/extractOverlay.js +2 -12
- package/src/utils/extractProperties.js +44 -0
- package/src/schemas/v2/merged.json +0 -28693
|
@@ -55,12 +55,13 @@
|
|
|
55
55
|
"specialistIssues",
|
|
56
56
|
"fixturesAndFittings",
|
|
57
57
|
"waterAndDrainage",
|
|
58
|
-
"
|
|
58
|
+
"connectedUtilities",
|
|
59
59
|
"greenDealLoan",
|
|
60
60
|
"centralHeating",
|
|
61
61
|
"insurance",
|
|
62
62
|
"boundaries",
|
|
63
63
|
"rightsAndInformalArrangements",
|
|
64
|
+
"environmentalIssues",
|
|
64
65
|
"otherIssues",
|
|
65
66
|
"additionalInformation",
|
|
66
67
|
"consumerProtectionRegulationsDeclaration"
|
|
@@ -109,7 +110,7 @@
|
|
|
109
110
|
},
|
|
110
111
|
"delayFactors": {
|
|
111
112
|
"baspiRef": "A1.2",
|
|
112
|
-
"title": "Delay
|
|
113
|
+
"title": "Delay factors",
|
|
113
114
|
"required": [
|
|
114
115
|
"hasDelayFactors"
|
|
115
116
|
],
|
|
@@ -117,7 +118,7 @@
|
|
|
117
118
|
"hasDelayFactors": {
|
|
118
119
|
"baspiRef": "A1.2.1",
|
|
119
120
|
"title": "Are you aware of any factors which might delay or complicate the sale?",
|
|
120
|
-
"description": "E.g. family split, pending application for grant of probate, absent seller or unregistered title?
|
|
121
|
+
"description": "E.g. family split, pending application for grant of probate, absent seller or unregistered title?",
|
|
121
122
|
"discriminator": {
|
|
122
123
|
"propertyName": "yesNo"
|
|
123
124
|
},
|
|
@@ -140,7 +141,7 @@
|
|
|
140
141
|
},
|
|
141
142
|
"details": {
|
|
142
143
|
"baspiRef": "A1.2.2",
|
|
143
|
-
"title": "
|
|
144
|
+
"title": "Provide details and likely timescale for delay (if known)"
|
|
144
145
|
},
|
|
145
146
|
"attachments": {
|
|
146
147
|
"baspiRef": "A1.2.3",
|
|
@@ -222,7 +223,7 @@
|
|
|
222
223
|
},
|
|
223
224
|
"details": {
|
|
224
225
|
"baspiRef": "A1.3.0.2.2",
|
|
225
|
-
"title": "
|
|
226
|
+
"title": "Describe the share for sale (e.g. Ground floor flat only)"
|
|
226
227
|
}
|
|
227
228
|
},
|
|
228
229
|
"required": [
|
|
@@ -232,7 +233,16 @@
|
|
|
232
233
|
],
|
|
233
234
|
"required": [
|
|
234
235
|
"yesNo"
|
|
235
|
-
]
|
|
236
|
+
],
|
|
237
|
+
"properties": {
|
|
238
|
+
"yesNo": {
|
|
239
|
+
"baspiRef": "A1.3.0.2.1",
|
|
240
|
+
"enum": [
|
|
241
|
+
"Yes",
|
|
242
|
+
"No"
|
|
243
|
+
]
|
|
244
|
+
}
|
|
245
|
+
}
|
|
236
246
|
}
|
|
237
247
|
},
|
|
238
248
|
"required": [
|
|
@@ -256,17 +266,52 @@
|
|
|
256
266
|
],
|
|
257
267
|
"properties": {
|
|
258
268
|
"contactDetails": {
|
|
269
|
+
"baspiRef": "A1.5.1",
|
|
270
|
+
"title": "Contact Details",
|
|
271
|
+
"description": "Complete the details for the relevant parties",
|
|
272
|
+
"required": [
|
|
273
|
+
"rentchargeOwner",
|
|
274
|
+
"managingAgent"
|
|
275
|
+
],
|
|
259
276
|
"properties": {
|
|
260
277
|
"rentchargeOwner": {
|
|
261
278
|
"baspiRef": "A1.5.4",
|
|
262
|
-
"title": "Rentcharge Owner"
|
|
279
|
+
"title": "Rentcharge Owner",
|
|
280
|
+
"required": [
|
|
281
|
+
"contact"
|
|
282
|
+
],
|
|
283
|
+
"properties": {
|
|
284
|
+
"contact": {
|
|
285
|
+
"required": [
|
|
286
|
+
"nameOrOrganisation",
|
|
287
|
+
"address",
|
|
288
|
+
"emailAddress"
|
|
289
|
+
],
|
|
290
|
+
"properties": {
|
|
291
|
+
"address": {
|
|
292
|
+
"required": [
|
|
293
|
+
"line1",
|
|
294
|
+
"postcode"
|
|
295
|
+
]
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
}
|
|
263
300
|
},
|
|
264
301
|
"managingAgent": {
|
|
265
302
|
"baspiRef": "A1.5.5",
|
|
266
303
|
"title": "Managing Agent",
|
|
304
|
+
"required": [
|
|
305
|
+
"contact"
|
|
306
|
+
],
|
|
267
307
|
"properties": {
|
|
268
308
|
"contact": {
|
|
269
309
|
"baspiRef": "A1.5.5.1",
|
|
310
|
+
"required": [
|
|
311
|
+
"nameOrOrganisation",
|
|
312
|
+
"telephone",
|
|
313
|
+
"emailAddress"
|
|
314
|
+
],
|
|
270
315
|
"properties": {
|
|
271
316
|
"nameOrOrganisation": {
|
|
272
317
|
"baspiRef": "A1.5.5.1.1",
|
|
@@ -275,6 +320,10 @@
|
|
|
275
320
|
"address": {
|
|
276
321
|
"baspiRef": "A1.5.5.1.2",
|
|
277
322
|
"title": "Address",
|
|
323
|
+
"required": [
|
|
324
|
+
"line1",
|
|
325
|
+
"postcode"
|
|
326
|
+
],
|
|
278
327
|
"properties": {
|
|
279
328
|
"line1": {
|
|
280
329
|
"baspiRef": "A1.5.5.1.2.1",
|
|
@@ -307,6 +356,10 @@
|
|
|
307
356
|
}
|
|
308
357
|
}
|
|
309
358
|
}
|
|
359
|
+
},
|
|
360
|
+
"serviceCharge": {
|
|
361
|
+
"baspiRef": "A1.5.1",
|
|
362
|
+
"title": "Service Charge"
|
|
310
363
|
}
|
|
311
364
|
}
|
|
312
365
|
}
|
|
@@ -326,13 +379,95 @@
|
|
|
326
379
|
"baspiRef": "A1.5",
|
|
327
380
|
"title": "Leasehold information",
|
|
328
381
|
"required": [
|
|
382
|
+
"typeOfLeasehold",
|
|
383
|
+
"leaseTerm",
|
|
329
384
|
"contactDetails",
|
|
330
385
|
"groundRent",
|
|
331
386
|
"transferAndRegistration",
|
|
332
|
-
"serviceCharge"
|
|
333
|
-
"general"
|
|
387
|
+
"serviceCharge"
|
|
334
388
|
],
|
|
335
389
|
"properties": {
|
|
390
|
+
"typeOfLeasehold": {
|
|
391
|
+
"baspiRef": "A1.3.1",
|
|
392
|
+
"discriminator": {
|
|
393
|
+
"propertyName": "leaseholdType"
|
|
394
|
+
},
|
|
395
|
+
"oneOf": [
|
|
396
|
+
{
|
|
397
|
+
"properties": {
|
|
398
|
+
"leaseholdType": {
|
|
399
|
+
"enum": [
|
|
400
|
+
"Flat",
|
|
401
|
+
"Long leasehold house"
|
|
402
|
+
]
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"properties": {
|
|
408
|
+
"leaseholdType": {
|
|
409
|
+
"enum": [
|
|
410
|
+
"Shared ownership"
|
|
411
|
+
]
|
|
412
|
+
},
|
|
413
|
+
"sharedOwnershipPercentage": {
|
|
414
|
+
"baspiRef": "A1.3.1.1",
|
|
415
|
+
"title": "Shared ownership percentage"
|
|
416
|
+
},
|
|
417
|
+
"sharedOwnershipRent": {
|
|
418
|
+
"baspiRef": "A1.3.1.2",
|
|
419
|
+
"title": "Shared ownership rent (£)"
|
|
420
|
+
},
|
|
421
|
+
"sharedOwnershipRentFrequency": {
|
|
422
|
+
"baspiRef": "A1.3.1.3",
|
|
423
|
+
"title": "Shared ownership rent frequency",
|
|
424
|
+
"enum": [
|
|
425
|
+
"Yearly",
|
|
426
|
+
"Monthly",
|
|
427
|
+
"Weekly"
|
|
428
|
+
]
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
"required": [
|
|
432
|
+
"sharedOwnershipPercentage",
|
|
433
|
+
"sharedOwnershipRent",
|
|
434
|
+
"sharedOwnershipRentFrequency"
|
|
435
|
+
]
|
|
436
|
+
}
|
|
437
|
+
],
|
|
438
|
+
"required": [
|
|
439
|
+
"leaseholdType"
|
|
440
|
+
],
|
|
441
|
+
"properties": {
|
|
442
|
+
"leaseholdType": {
|
|
443
|
+
"baspiRef": "A1.3.1",
|
|
444
|
+
"title": "What type of leasehold property does the seller own?",
|
|
445
|
+
"description": "‘Flat’ includes maisonette and apartment.",
|
|
446
|
+
"enum": [
|
|
447
|
+
"Flat",
|
|
448
|
+
"Shared ownership",
|
|
449
|
+
"Long leasehold house"
|
|
450
|
+
]
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
"leaseTerm": {
|
|
455
|
+
"baspiRef": "A1.4.1",
|
|
456
|
+
"required": [
|
|
457
|
+
"startYearOfLease",
|
|
458
|
+
"lengthOfLeaseInYears"
|
|
459
|
+
],
|
|
460
|
+
"properties": {
|
|
461
|
+
"startYearOfLease": {
|
|
462
|
+
"baspiRef": "A1.4.1.1",
|
|
463
|
+
"title": "Year that the lease commenced"
|
|
464
|
+
},
|
|
465
|
+
"lengthOfLeaseInYears": {
|
|
466
|
+
"baspiRef": "A1.4.1.2",
|
|
467
|
+
"title": "Length of lease (years)"
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
},
|
|
336
471
|
"contactDetails": {
|
|
337
472
|
"baspiRef": "A1.5.4",
|
|
338
473
|
"title": "Contact Details",
|
|
@@ -354,13 +489,16 @@
|
|
|
354
489
|
"title": "Landlord",
|
|
355
490
|
"description": "The landlord (or freeholder) may be, for example, a private individual, a housing association, or a management company owned by the residents",
|
|
356
491
|
"required": [
|
|
357
|
-
"
|
|
358
|
-
"address",
|
|
359
|
-
"emailAddress"
|
|
492
|
+
"contact"
|
|
360
493
|
],
|
|
361
494
|
"properties": {
|
|
362
495
|
"contact": {
|
|
363
496
|
"baspiRef": "A1.5.4.1",
|
|
497
|
+
"required": [
|
|
498
|
+
"nameOrOrganisation",
|
|
499
|
+
"address",
|
|
500
|
+
"emailAddress"
|
|
501
|
+
],
|
|
364
502
|
"properties": {
|
|
365
503
|
"nameOrOrganisation": {
|
|
366
504
|
"baspiRef": "A1.5.4.1.1",
|
|
@@ -408,6 +546,9 @@
|
|
|
408
546
|
"baspiRef": "A1.5.5",
|
|
409
547
|
"title": "Managing Agent",
|
|
410
548
|
"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.",
|
|
549
|
+
"required": [
|
|
550
|
+
"contact"
|
|
551
|
+
],
|
|
411
552
|
"properties": {
|
|
412
553
|
"contact": {
|
|
413
554
|
"baspiRef": "A1.5.5.1",
|
|
@@ -493,7 +634,7 @@
|
|
|
493
634
|
"yesNoNotApplicable": {
|
|
494
635
|
"enum": [
|
|
495
636
|
"No",
|
|
496
|
-
"
|
|
637
|
+
"Not applicable"
|
|
497
638
|
]
|
|
498
639
|
}
|
|
499
640
|
}
|
|
@@ -510,7 +651,17 @@
|
|
|
510
651
|
],
|
|
511
652
|
"required": [
|
|
512
653
|
"yesNoNotApplicable"
|
|
513
|
-
]
|
|
654
|
+
],
|
|
655
|
+
"properties": {
|
|
656
|
+
"yesNoNotApplicable": {
|
|
657
|
+
"baspiRef": "A1.5.6.1",
|
|
658
|
+
"enum": [
|
|
659
|
+
"Yes",
|
|
660
|
+
"No",
|
|
661
|
+
"Not applicable"
|
|
662
|
+
]
|
|
663
|
+
}
|
|
664
|
+
}
|
|
514
665
|
}
|
|
515
666
|
}
|
|
516
667
|
},
|
|
@@ -565,13 +716,13 @@
|
|
|
565
716
|
]
|
|
566
717
|
},
|
|
567
718
|
"rentReviewFrequency": {
|
|
568
|
-
"baspiRef": "A1.4.2.3.
|
|
719
|
+
"baspiRef": "A1.4.2.3.2",
|
|
569
720
|
"title": "How often is the rent reviewed?"
|
|
570
721
|
},
|
|
571
722
|
"rentIncreaseCalculated": {
|
|
572
|
-
"baspiRef": "A1.4.2.3.
|
|
723
|
+
"baspiRef": "A1.4.2.3.3",
|
|
573
724
|
"title": "How is the increase calculated?",
|
|
574
|
-
"description": "
|
|
725
|
+
"description": "e.g. set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc"
|
|
575
726
|
}
|
|
576
727
|
},
|
|
577
728
|
"required": [
|
|
@@ -582,7 +733,16 @@
|
|
|
582
733
|
],
|
|
583
734
|
"required": [
|
|
584
735
|
"yesNo"
|
|
585
|
-
]
|
|
736
|
+
],
|
|
737
|
+
"properties": {
|
|
738
|
+
"yesNo": {
|
|
739
|
+
"baspiRef": "A1.4.2.3.1",
|
|
740
|
+
"enum": [
|
|
741
|
+
"Yes",
|
|
742
|
+
"No"
|
|
743
|
+
]
|
|
744
|
+
}
|
|
745
|
+
}
|
|
586
746
|
}
|
|
587
747
|
},
|
|
588
748
|
"required": [
|
|
@@ -659,7 +819,10 @@
|
|
|
659
819
|
"baspiRef": "A1.5.2.3",
|
|
660
820
|
"title": "Details"
|
|
661
821
|
}
|
|
662
|
-
}
|
|
822
|
+
},
|
|
823
|
+
"required": [
|
|
824
|
+
"details"
|
|
825
|
+
]
|
|
663
826
|
}
|
|
664
827
|
],
|
|
665
828
|
"required": [
|
|
@@ -697,15 +860,8 @@
|
|
|
697
860
|
"enum": [
|
|
698
861
|
"Yes"
|
|
699
862
|
]
|
|
700
|
-
},
|
|
701
|
-
"details": {
|
|
702
|
-
"baspiRef": "1.5.2.1.2",
|
|
703
|
-
"title": "Provide details"
|
|
704
863
|
}
|
|
705
|
-
}
|
|
706
|
-
"required": [
|
|
707
|
-
"details"
|
|
708
|
-
]
|
|
864
|
+
}
|
|
709
865
|
}
|
|
710
866
|
],
|
|
711
867
|
"required": [
|
|
@@ -742,87 +898,6 @@
|
|
|
742
898
|
]
|
|
743
899
|
}
|
|
744
900
|
}
|
|
745
|
-
},
|
|
746
|
-
"general": {
|
|
747
|
-
"properties": {
|
|
748
|
-
"typeOfLeasehold": {
|
|
749
|
-
"baspiRef": "A1.3.1",
|
|
750
|
-
"discriminator": {
|
|
751
|
-
"propertyName": "leaseholdType"
|
|
752
|
-
},
|
|
753
|
-
"oneOf": [
|
|
754
|
-
{
|
|
755
|
-
"properties": {
|
|
756
|
-
"leaseholdType": {
|
|
757
|
-
"enum": [
|
|
758
|
-
"Flat",
|
|
759
|
-
"Long leasehold house"
|
|
760
|
-
]
|
|
761
|
-
}
|
|
762
|
-
}
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"properties": {
|
|
766
|
-
"leaseholdType": {
|
|
767
|
-
"enum": [
|
|
768
|
-
"Shared ownership"
|
|
769
|
-
]
|
|
770
|
-
},
|
|
771
|
-
"sharedOwnershipPercentage": {
|
|
772
|
-
"baspiRef": "A1.3.1.1",
|
|
773
|
-
"title": "Shared ownership percentage"
|
|
774
|
-
},
|
|
775
|
-
"sharedOwnershipRent": {
|
|
776
|
-
"baspiRef": "A1.3.1.2",
|
|
777
|
-
"title": "Shared ownership rent (£)"
|
|
778
|
-
},
|
|
779
|
-
"sharedOwnershipRentFrequency": {
|
|
780
|
-
"baspiRef": "A1.3.1.3",
|
|
781
|
-
"title": "Shared ownership rent frequency",
|
|
782
|
-
"enum": [
|
|
783
|
-
"Yearly",
|
|
784
|
-
"Monthly",
|
|
785
|
-
"Weekly"
|
|
786
|
-
]
|
|
787
|
-
}
|
|
788
|
-
},
|
|
789
|
-
"required": [
|
|
790
|
-
"sharedOwnershipPercentage",
|
|
791
|
-
"sharedOwnershipRent",
|
|
792
|
-
"sharedOwnershipRentFrequency"
|
|
793
|
-
]
|
|
794
|
-
}
|
|
795
|
-
],
|
|
796
|
-
"required": [
|
|
797
|
-
"leaseholdType"
|
|
798
|
-
],
|
|
799
|
-
"properties": {
|
|
800
|
-
"leaseholdType": {
|
|
801
|
-
"baspiRef": "A1.3.1",
|
|
802
|
-
"title": "What type of leasehold property does the seller own?",
|
|
803
|
-
"description": "‘Flat’ includes maisonette and apartment.",
|
|
804
|
-
"enum": [
|
|
805
|
-
"Flat",
|
|
806
|
-
"Shared ownership",
|
|
807
|
-
"Long leasehold house"
|
|
808
|
-
]
|
|
809
|
-
}
|
|
810
|
-
}
|
|
811
|
-
},
|
|
812
|
-
"leaseTerm": {
|
|
813
|
-
"baspiRef": "A1.4.1",
|
|
814
|
-
"properties": {
|
|
815
|
-
"startYearOfLease": {
|
|
816
|
-
"baspiRef": "A1.4.1.1",
|
|
817
|
-
"title": "Year that the lease commenced"
|
|
818
|
-
},
|
|
819
|
-
"lengthOfLeaseInYears": {
|
|
820
|
-
"baspiRef": "A1.4.1.2",
|
|
821
|
-
"title": "Length of lease (years)"
|
|
822
|
-
}
|
|
823
|
-
}
|
|
824
|
-
}
|
|
825
|
-
}
|
|
826
901
|
}
|
|
827
902
|
}
|
|
828
903
|
}
|
|
@@ -1204,7 +1279,8 @@
|
|
|
1204
1279
|
"title": "Type of Construction",
|
|
1205
1280
|
"required": [
|
|
1206
1281
|
"isStandardForm",
|
|
1207
|
-
"
|
|
1282
|
+
"buildingSafetyRemediation",
|
|
1283
|
+
"sprayFoamInsulation"
|
|
1208
1284
|
],
|
|
1209
1285
|
"properties": {
|
|
1210
1286
|
"isStandardForm": {
|
|
@@ -1309,17 +1385,16 @@
|
|
|
1309
1385
|
}
|
|
1310
1386
|
}
|
|
1311
1387
|
},
|
|
1312
|
-
"
|
|
1388
|
+
"sprayFoamInsulation": {
|
|
1313
1389
|
"baspiRef": "A1.8.4",
|
|
1314
1390
|
"title": "Has spray foam insulation been installed at the property?",
|
|
1315
|
-
"description": "If yes, please give details together with certification from BBA or KIWA and the installation warranty for the work carried out.",
|
|
1316
1391
|
"discriminator": {
|
|
1317
|
-
"propertyName": "
|
|
1392
|
+
"propertyName": "hasSprayFoamInstalled"
|
|
1318
1393
|
},
|
|
1319
1394
|
"oneOf": [
|
|
1320
1395
|
{
|
|
1321
1396
|
"properties": {
|
|
1322
|
-
"
|
|
1397
|
+
"hasSprayFoamInstalled": {
|
|
1323
1398
|
"enum": [
|
|
1324
1399
|
"No"
|
|
1325
1400
|
]
|
|
@@ -1328,14 +1403,14 @@
|
|
|
1328
1403
|
},
|
|
1329
1404
|
{
|
|
1330
1405
|
"properties": {
|
|
1331
|
-
"
|
|
1406
|
+
"hasSprayFoamInstalled": {
|
|
1332
1407
|
"enum": [
|
|
1333
1408
|
"Yes"
|
|
1334
1409
|
]
|
|
1335
1410
|
},
|
|
1336
1411
|
"details": {
|
|
1337
1412
|
"baspiRef": "A1.8.4.2",
|
|
1338
|
-
"title": "
|
|
1413
|
+
"title": "Please give details together with certification from BBA or KIWA and the installation warranty for the work carried out"
|
|
1339
1414
|
},
|
|
1340
1415
|
"attachments": {
|
|
1341
1416
|
"baspiRef": "A1.8.4.3",
|
|
@@ -1353,10 +1428,10 @@
|
|
|
1353
1428
|
}
|
|
1354
1429
|
],
|
|
1355
1430
|
"required": [
|
|
1356
|
-
"
|
|
1431
|
+
"hasSprayFoamInstalled"
|
|
1357
1432
|
],
|
|
1358
1433
|
"properties": {
|
|
1359
|
-
"
|
|
1434
|
+
"hasSprayFoamInstalled": {
|
|
1360
1435
|
"baspiRef": "A1.8.4.1",
|
|
1361
1436
|
"enum": [
|
|
1362
1437
|
"Yes",
|
|
@@ -1370,6 +1445,9 @@
|
|
|
1370
1445
|
"energyEfficiency": {
|
|
1371
1446
|
"baspiRef": "A1.8.3",
|
|
1372
1447
|
"title": "Energy Efficiency",
|
|
1448
|
+
"required": [
|
|
1449
|
+
"certificate"
|
|
1450
|
+
],
|
|
1373
1451
|
"properties": {
|
|
1374
1452
|
"certificate": {
|
|
1375
1453
|
"baspiRef": "A1.8.3.1",
|
|
@@ -2762,7 +2840,6 @@
|
|
|
2762
2840
|
"worksUnfinished": {
|
|
2763
2841
|
"baspiRef": "A3.6",
|
|
2764
2842
|
"title": "Are any of the works listed above unfinished?",
|
|
2765
|
-
"description": "If yes, please provide details and explain why.",
|
|
2766
2843
|
"discriminator": {
|
|
2767
2844
|
"propertyName": "yesNo"
|
|
2768
2845
|
},
|
|
@@ -2785,7 +2862,7 @@
|
|
|
2785
2862
|
},
|
|
2786
2863
|
"details": {
|
|
2787
2864
|
"baspiRef": "A3.6.2",
|
|
2788
|
-
"title": "
|
|
2865
|
+
"title": "Please provide details and explain why"
|
|
2789
2866
|
},
|
|
2790
2867
|
"attachments": {
|
|
2791
2868
|
"baspiRef": "A3.6.3",
|
|
@@ -3291,7 +3368,7 @@
|
|
|
3291
3368
|
},
|
|
3292
3369
|
"otherNotices": {
|
|
3293
3370
|
"baspiRef": "A4.7",
|
|
3294
|
-
"title": "Any other type of notice",
|
|
3371
|
+
"title": "Any other type of notice?",
|
|
3295
3372
|
"discriminator": {
|
|
3296
3373
|
"propertyName": "yesNo"
|
|
3297
3374
|
},
|
|
@@ -3415,7 +3492,6 @@
|
|
|
3415
3492
|
"containsAsbestos": {
|
|
3416
3493
|
"baspiRef": "A5.2",
|
|
3417
3494
|
"title": "To your knowledge, does any part of your property contain asbestos?",
|
|
3418
|
-
"description": "If yes, please state whether there is a management plan in place and attach a copy",
|
|
3419
3495
|
"discriminator": {
|
|
3420
3496
|
"propertyName": "yesNo"
|
|
3421
3497
|
},
|
|
@@ -3438,7 +3514,7 @@
|
|
|
3438
3514
|
},
|
|
3439
3515
|
"details": {
|
|
3440
3516
|
"baspiRef": "A5.2.2",
|
|
3441
|
-
"title": "
|
|
3517
|
+
"title": "Please state whether there is a management plan in place and attach a copy"
|
|
3442
3518
|
},
|
|
3443
3519
|
"attachments": {
|
|
3444
3520
|
"baspiRef": "A5.2.3",
|
|
@@ -3471,7 +3547,6 @@
|
|
|
3471
3547
|
"japaneseKnotweed": {
|
|
3472
3548
|
"baspiRef": "A5.3",
|
|
3473
3549
|
"title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
|
|
3474
|
-
"description": "If so ",
|
|
3475
3550
|
"discriminator": {
|
|
3476
3551
|
"propertyName": "yesNo"
|
|
3477
3552
|
},
|
|
@@ -3744,8 +3819,8 @@
|
|
|
3744
3819
|
"title": "Connected utilities",
|
|
3745
3820
|
"description": "Please indicate which utilities are are connected to the property.",
|
|
3746
3821
|
"required": [
|
|
3747
|
-
"
|
|
3748
|
-
"
|
|
3822
|
+
"mainsElectricity",
|
|
3823
|
+
"mainsGas",
|
|
3749
3824
|
"lpg",
|
|
3750
3825
|
"oil",
|
|
3751
3826
|
"telephone",
|
|
@@ -4772,7 +4847,7 @@
|
|
|
4772
4847
|
"enum": [
|
|
4773
4848
|
"Attached",
|
|
4774
4849
|
"To follow",
|
|
4775
|
-
"
|
|
4850
|
+
"Not applicable"
|
|
4776
4851
|
]
|
|
4777
4852
|
}
|
|
4778
4853
|
},
|
|
@@ -4819,6 +4894,10 @@
|
|
|
4819
4894
|
"Yes"
|
|
4820
4895
|
]
|
|
4821
4896
|
},
|
|
4897
|
+
"numberOfPropertiesSharing": {
|
|
4898
|
+
"baspiRef": "A7.1.1.1",
|
|
4899
|
+
"title": "How many other properties?"
|
|
4900
|
+
},
|
|
4822
4901
|
"details": {
|
|
4823
4902
|
"baspiRef": "A7.1.1.2",
|
|
4824
4903
|
"title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for"
|
|
@@ -5088,7 +5167,6 @@
|
|
|
5088
5167
|
"hasGreenDealLoan": {
|
|
5089
5168
|
"baspiRef": "A7.3",
|
|
5090
5169
|
"title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
|
|
5091
|
-
"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",
|
|
5092
5170
|
"discriminator": {
|
|
5093
5171
|
"propertyName": "yesNo"
|
|
5094
5172
|
},
|
|
@@ -5111,7 +5189,7 @@
|
|
|
5111
5189
|
},
|
|
5112
5190
|
"details": {
|
|
5113
5191
|
"baspiRef": "A7.3.2",
|
|
5114
|
-
"title": "
|
|
5192
|
+
"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"
|
|
5115
5193
|
},
|
|
5116
5194
|
"attachments": {
|
|
5117
5195
|
"baspiRef": "A7.3.3",
|
|
@@ -5235,7 +5313,6 @@
|
|
|
5235
5313
|
"boilerInstallationCertificate": {
|
|
5236
5314
|
"baspiRef": "A7.4.1.1",
|
|
5237
5315
|
"title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
|
|
5238
|
-
"description": "If yes, ",
|
|
5239
5316
|
"discriminator": {
|
|
5240
5317
|
"propertyName": "yesNo"
|
|
5241
5318
|
},
|
|
@@ -5293,7 +5370,7 @@
|
|
|
5293
5370
|
"enum": [
|
|
5294
5371
|
"Attached",
|
|
5295
5372
|
"To follow",
|
|
5296
|
-
"
|
|
5373
|
+
"Not applicable"
|
|
5297
5374
|
]
|
|
5298
5375
|
},
|
|
5299
5376
|
"heatingInGoodWorkingOrder": {
|
|
@@ -5773,7 +5850,6 @@
|
|
|
5773
5850
|
"neighbouringLandRights": {
|
|
5774
5851
|
"baspiRef": "A10.2",
|
|
5775
5852
|
"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)",
|
|
5776
|
-
"description": "If yes,",
|
|
5777
5853
|
"discriminator": {
|
|
5778
5854
|
"propertyName": "yesNo"
|
|
5779
5855
|
},
|
|
@@ -6811,7 +6887,7 @@
|
|
|
6811
6887
|
},
|
|
6812
6888
|
"details": {
|
|
6813
6889
|
"baspiRef": "A12.2.2",
|
|
6814
|
-
"title": "
|
|
6890
|
+
"title": "Please describe this issue and any action that has been taken, if applicable."
|
|
6815
6891
|
},
|
|
6816
6892
|
"attachments": {
|
|
6817
6893
|
"baspiRef": "A12.2.3",
|
|
@@ -7049,6 +7125,8 @@
|
|
|
7049
7125
|
]
|
|
7050
7126
|
},
|
|
7051
7127
|
"uniformBoundaries": {
|
|
7128
|
+
"baspiRef": "B2.1.0.2",
|
|
7129
|
+
"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.",
|
|
7052
7130
|
"properties": {
|
|
7053
7131
|
"left": {
|
|
7054
7132
|
"baspiRef": "B2.1.1",
|
|
@@ -7129,7 +7207,7 @@
|
|
|
7129
7207
|
"properties": {
|
|
7130
7208
|
"areBoundariesUniform": {
|
|
7131
7209
|
"enum": [
|
|
7132
|
-
"
|
|
7210
|
+
"Not applicable"
|
|
7133
7211
|
]
|
|
7134
7212
|
}
|
|
7135
7213
|
}
|
|
@@ -7141,10 +7219,11 @@
|
|
|
7141
7219
|
"properties": {
|
|
7142
7220
|
"areBoundariesUniform": {
|
|
7143
7221
|
"baspiRef": "B2.1.0.1",
|
|
7222
|
+
"title": "Are the boundaries uniform?",
|
|
7144
7223
|
"enum": [
|
|
7145
7224
|
"Yes",
|
|
7146
7225
|
"No",
|
|
7147
|
-
"
|
|
7226
|
+
"Not applicable"
|
|
7148
7227
|
]
|
|
7149
7228
|
}
|
|
7150
7229
|
}
|
|
@@ -7161,7 +7240,7 @@
|
|
|
7161
7240
|
"yesNo": {
|
|
7162
7241
|
"enum": [
|
|
7163
7242
|
"No",
|
|
7164
|
-
"
|
|
7243
|
+
"Not applicable"
|
|
7165
7244
|
]
|
|
7166
7245
|
}
|
|
7167
7246
|
}
|
|
@@ -7192,7 +7271,7 @@
|
|
|
7192
7271
|
"enum": [
|
|
7193
7272
|
"Yes",
|
|
7194
7273
|
"No",
|
|
7195
|
-
"
|
|
7274
|
+
"Not applicable"
|
|
7196
7275
|
]
|
|
7197
7276
|
}
|
|
7198
7277
|
}
|
|
@@ -7209,7 +7288,7 @@
|
|
|
7209
7288
|
"yesNo": {
|
|
7210
7289
|
"enum": [
|
|
7211
7290
|
"No",
|
|
7212
|
-
"
|
|
7291
|
+
"Not applicable"
|
|
7213
7292
|
]
|
|
7214
7293
|
}
|
|
7215
7294
|
}
|
|
@@ -7240,7 +7319,7 @@
|
|
|
7240
7319
|
"enum": [
|
|
7241
7320
|
"Yes",
|
|
7242
7321
|
"No",
|
|
7243
|
-
"
|
|
7322
|
+
"Not applicable"
|
|
7244
7323
|
]
|
|
7245
7324
|
}
|
|
7246
7325
|
}
|
|
@@ -7248,7 +7327,7 @@
|
|
|
7248
7327
|
"flyingFreehold": {
|
|
7249
7328
|
"baspiRef": "B2.5",
|
|
7250
7329
|
"title": "Is there a flying freehold?",
|
|
7251
|
-
"description": "NOTE: a flying freehold is when part of the property overhangs a neighbour’s property or an accessway -
|
|
7330
|
+
"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.",
|
|
7252
7331
|
"discriminator": {
|
|
7253
7332
|
"propertyName": "yesNo"
|
|
7254
7333
|
},
|
|
@@ -7258,7 +7337,7 @@
|
|
|
7258
7337
|
"yesNo": {
|
|
7259
7338
|
"enum": [
|
|
7260
7339
|
"No",
|
|
7261
|
-
"
|
|
7340
|
+
"Not applicable"
|
|
7262
7341
|
]
|
|
7263
7342
|
}
|
|
7264
7343
|
}
|
|
@@ -7289,7 +7368,7 @@
|
|
|
7289
7368
|
"enum": [
|
|
7290
7369
|
"Yes",
|
|
7291
7370
|
"No",
|
|
7292
|
-
"
|
|
7371
|
+
"Not applicable"
|
|
7293
7372
|
]
|
|
7294
7373
|
}
|
|
7295
7374
|
}
|
|
@@ -8596,7 +8675,7 @@
|
|
|
8596
8675
|
},
|
|
8597
8676
|
"details": {
|
|
8598
8677
|
"baspiRef": "B6.4.1",
|
|
8599
|
-
"title": "Please provide details (
|
|
8678
|
+
"title": "Please provide details (e.g. the property is sold let to tenants)"
|
|
8600
8679
|
},
|
|
8601
8680
|
"attachments": {
|
|
8602
8681
|
"baspiRef": "B6.4.2",
|
|
@@ -8737,7 +8816,7 @@
|
|
|
8737
8816
|
"willRemoveAllRubbish": {
|
|
8738
8817
|
"baspiRef": "B7.1",
|
|
8739
8818
|
"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.",
|
|
8740
|
-
"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
|
|
8819
|
+
"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."
|
|
8741
8820
|
},
|
|
8742
8821
|
"otherPropertyInChain": {
|
|
8743
8822
|
"baspiRef": "B7.2",
|
|
@@ -8953,7 +9032,7 @@
|
|
|
8953
9032
|
},
|
|
8954
9033
|
"confirmInformationIsAccurate": {
|
|
8955
9034
|
"baspiRef": "B8.2",
|
|
8956
|
-
"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
|
|
9035
|
+
"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"
|
|
8957
9036
|
}
|
|
8958
9037
|
}
|
|
8959
9038
|
}
|