@pdtf/schemas 2.0.0-0 → 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 +81 -29
- package/src/schemas/v2/combined.json +6803 -436
- package/src/schemas/v2/overlays/baspi.json +329 -142
- package/src/schemas/v2/overlays/con29R.json +1 -1
- package/src/schemas/v2/overlays/fme1.json +44 -35
- package/src/schemas/v2/overlays/lpe1.json +65 -77
- package/src/schemas/v2/overlays/nts.json +39 -43
- package/src/schemas/v2/overlays/rds.json +10 -18
- 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 +100 -34
- package/src/schemas/v2/{core.json → pdtf-transaction.json} +6365 -339
- 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 +20 -2
- package/src/utils/extractProperties.js +44 -0
|
@@ -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",
|
|
@@ -182,6 +183,7 @@
|
|
|
182
183
|
"ownershipsToBeTransferred": {
|
|
183
184
|
"baspiRef": "A1.3",
|
|
184
185
|
"title": "Ownerships to be transferred on sale",
|
|
186
|
+
"minItems": 1,
|
|
185
187
|
"items": {
|
|
186
188
|
"baspiRef": "A1.3.0",
|
|
187
189
|
"title": "Ownership to be transferred",
|
|
@@ -221,7 +223,7 @@
|
|
|
221
223
|
},
|
|
222
224
|
"details": {
|
|
223
225
|
"baspiRef": "A1.3.0.2.2",
|
|
224
|
-
"title": "
|
|
226
|
+
"title": "Describe the share for sale (e.g. Ground floor flat only)"
|
|
225
227
|
}
|
|
226
228
|
},
|
|
227
229
|
"required": [
|
|
@@ -231,7 +233,16 @@
|
|
|
231
233
|
],
|
|
232
234
|
"required": [
|
|
233
235
|
"yesNo"
|
|
234
|
-
]
|
|
236
|
+
],
|
|
237
|
+
"properties": {
|
|
238
|
+
"yesNo": {
|
|
239
|
+
"baspiRef": "A1.3.0.2.1",
|
|
240
|
+
"enum": [
|
|
241
|
+
"Yes",
|
|
242
|
+
"No"
|
|
243
|
+
]
|
|
244
|
+
}
|
|
245
|
+
}
|
|
235
246
|
}
|
|
236
247
|
},
|
|
237
248
|
"required": [
|
|
@@ -249,19 +260,58 @@
|
|
|
249
260
|
"managedFreeholdOrCommonholdInformation": {
|
|
250
261
|
"baspiRef": "A1.5",
|
|
251
262
|
"title": "Managed freehold or commonhold information",
|
|
263
|
+
"required": [
|
|
264
|
+
"contactDetails",
|
|
265
|
+
"serviceCharge"
|
|
266
|
+
],
|
|
252
267
|
"properties": {
|
|
253
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
|
+
],
|
|
254
276
|
"properties": {
|
|
255
277
|
"rentchargeOwner": {
|
|
256
278
|
"baspiRef": "A1.5.4",
|
|
257
|
-
"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
|
+
}
|
|
258
300
|
},
|
|
259
301
|
"managingAgent": {
|
|
260
302
|
"baspiRef": "A1.5.5",
|
|
261
303
|
"title": "Managing Agent",
|
|
304
|
+
"required": [
|
|
305
|
+
"contact"
|
|
306
|
+
],
|
|
262
307
|
"properties": {
|
|
263
308
|
"contact": {
|
|
264
309
|
"baspiRef": "A1.5.5.1",
|
|
310
|
+
"required": [
|
|
311
|
+
"nameOrOrganisation",
|
|
312
|
+
"telephone",
|
|
313
|
+
"emailAddress"
|
|
314
|
+
],
|
|
265
315
|
"properties": {
|
|
266
316
|
"nameOrOrganisation": {
|
|
267
317
|
"baspiRef": "A1.5.5.1.1",
|
|
@@ -270,6 +320,10 @@
|
|
|
270
320
|
"address": {
|
|
271
321
|
"baspiRef": "A1.5.5.1.2",
|
|
272
322
|
"title": "Address",
|
|
323
|
+
"required": [
|
|
324
|
+
"line1",
|
|
325
|
+
"postcode"
|
|
326
|
+
],
|
|
273
327
|
"properties": {
|
|
274
328
|
"line1": {
|
|
275
329
|
"baspiRef": "A1.5.5.1.2.1",
|
|
@@ -302,10 +356,17 @@
|
|
|
302
356
|
}
|
|
303
357
|
}
|
|
304
358
|
}
|
|
359
|
+
},
|
|
360
|
+
"serviceCharge": {
|
|
361
|
+
"baspiRef": "A1.5.1",
|
|
362
|
+
"title": "Service Charge"
|
|
305
363
|
}
|
|
306
364
|
}
|
|
307
365
|
}
|
|
308
|
-
}
|
|
366
|
+
},
|
|
367
|
+
"required": [
|
|
368
|
+
"managedFreeholdOrCommonholdInformation"
|
|
369
|
+
]
|
|
309
370
|
},
|
|
310
371
|
{
|
|
311
372
|
"properties": {
|
|
@@ -318,29 +379,126 @@
|
|
|
318
379
|
"baspiRef": "A1.5",
|
|
319
380
|
"title": "Leasehold information",
|
|
320
381
|
"required": [
|
|
382
|
+
"typeOfLeasehold",
|
|
383
|
+
"leaseTerm",
|
|
321
384
|
"contactDetails",
|
|
322
385
|
"groundRent",
|
|
323
|
-
"
|
|
324
|
-
"serviceCharge"
|
|
325
|
-
"general"
|
|
386
|
+
"transferAndRegistration",
|
|
387
|
+
"serviceCharge"
|
|
326
388
|
],
|
|
327
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
|
+
},
|
|
328
471
|
"contactDetails": {
|
|
329
472
|
"baspiRef": "A1.5.4",
|
|
330
473
|
"title": "Contact Details",
|
|
474
|
+
"required": [
|
|
475
|
+
"contacts"
|
|
476
|
+
],
|
|
331
477
|
"properties": {
|
|
332
478
|
"contacts": {
|
|
333
479
|
"baspiRef": "A1.5.4.",
|
|
334
480
|
"title": "Contacts",
|
|
335
481
|
"description": "Complete the details for the relevant parties",
|
|
482
|
+
"required": [
|
|
483
|
+
"landlord",
|
|
484
|
+
"managingAgent"
|
|
485
|
+
],
|
|
336
486
|
"properties": {
|
|
337
487
|
"landlord": {
|
|
338
488
|
"baspiRef": "A1.5.4",
|
|
339
489
|
"title": "Landlord",
|
|
340
490
|
"description": "The landlord (or freeholder) may be, for example, a private individual, a housing association, or a management company owned by the residents",
|
|
491
|
+
"required": [
|
|
492
|
+
"contact"
|
|
493
|
+
],
|
|
341
494
|
"properties": {
|
|
342
495
|
"contact": {
|
|
343
496
|
"baspiRef": "A1.5.4.1",
|
|
497
|
+
"required": [
|
|
498
|
+
"nameOrOrganisation",
|
|
499
|
+
"address",
|
|
500
|
+
"emailAddress"
|
|
501
|
+
],
|
|
344
502
|
"properties": {
|
|
345
503
|
"nameOrOrganisation": {
|
|
346
504
|
"baspiRef": "A1.5.4.1.1",
|
|
@@ -349,6 +507,10 @@
|
|
|
349
507
|
"address": {
|
|
350
508
|
"baspiRef": "A1.5.4.1.2",
|
|
351
509
|
"title": "Address",
|
|
510
|
+
"required": [
|
|
511
|
+
"line1",
|
|
512
|
+
"postcode"
|
|
513
|
+
],
|
|
352
514
|
"properties": {
|
|
353
515
|
"line1": {
|
|
354
516
|
"baspiRef": "A1.5.4.1.2.1",
|
|
@@ -384,9 +546,17 @@
|
|
|
384
546
|
"baspiRef": "A1.5.5",
|
|
385
547
|
"title": "Managing Agent",
|
|
386
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
|
+
],
|
|
387
552
|
"properties": {
|
|
388
553
|
"contact": {
|
|
389
554
|
"baspiRef": "A1.5.5.1",
|
|
555
|
+
"required": [
|
|
556
|
+
"nameOrOrganisation",
|
|
557
|
+
"address",
|
|
558
|
+
"emailAddress"
|
|
559
|
+
],
|
|
390
560
|
"properties": {
|
|
391
561
|
"nameOrOrganisation": {
|
|
392
562
|
"baspiRef": "A1.5.5.1.1",
|
|
@@ -395,6 +565,10 @@
|
|
|
395
565
|
"address": {
|
|
396
566
|
"baspiRef": "A1.5.5.1.2",
|
|
397
567
|
"title": "Address",
|
|
568
|
+
"required": [
|
|
569
|
+
"line1",
|
|
570
|
+
"postcode"
|
|
571
|
+
],
|
|
398
572
|
"properties": {
|
|
399
573
|
"line1": {
|
|
400
574
|
"baspiRef": "A1.5.5.1.2.1",
|
|
@@ -425,12 +599,28 @@
|
|
|
425
599
|
}
|
|
426
600
|
}
|
|
427
601
|
}
|
|
602
|
+
},
|
|
603
|
+
"residentTenantsAssociation": {
|
|
604
|
+
"properties": {
|
|
605
|
+
"contact": {
|
|
606
|
+
"required": [
|
|
607
|
+
"nameOrOrganisation",
|
|
608
|
+
"line1",
|
|
609
|
+
"postcode"
|
|
610
|
+
]
|
|
611
|
+
}
|
|
612
|
+
}
|
|
428
613
|
}
|
|
429
614
|
}
|
|
430
615
|
}
|
|
431
616
|
}
|
|
432
617
|
},
|
|
433
618
|
"transferAndRegistration": {
|
|
619
|
+
"baspiRef": "A1.5.6",
|
|
620
|
+
"title": "Transfer and Registration",
|
|
621
|
+
"required": [
|
|
622
|
+
"requirementsToBeMemberOfManagementCompany"
|
|
623
|
+
],
|
|
434
624
|
"properties": {
|
|
435
625
|
"requirementsToBeMemberOfManagementCompany": {
|
|
436
626
|
"baspiRef": "A1.5.6",
|
|
@@ -444,7 +634,7 @@
|
|
|
444
634
|
"yesNoNotApplicable": {
|
|
445
635
|
"enum": [
|
|
446
636
|
"No",
|
|
447
|
-
"
|
|
637
|
+
"Not applicable"
|
|
448
638
|
]
|
|
449
639
|
}
|
|
450
640
|
}
|
|
@@ -461,7 +651,17 @@
|
|
|
461
651
|
],
|
|
462
652
|
"required": [
|
|
463
653
|
"yesNoNotApplicable"
|
|
464
|
-
]
|
|
654
|
+
],
|
|
655
|
+
"properties": {
|
|
656
|
+
"yesNoNotApplicable": {
|
|
657
|
+
"baspiRef": "A1.5.6.1",
|
|
658
|
+
"enum": [
|
|
659
|
+
"Yes",
|
|
660
|
+
"No",
|
|
661
|
+
"Not applicable"
|
|
662
|
+
]
|
|
663
|
+
}
|
|
664
|
+
}
|
|
465
665
|
}
|
|
466
666
|
}
|
|
467
667
|
},
|
|
@@ -494,7 +694,7 @@
|
|
|
494
694
|
},
|
|
495
695
|
"rentSubjectToIncrease": {
|
|
496
696
|
"baspiRef": "A1.4.2.3",
|
|
497
|
-
"title": "Is the rent subject to increase?",
|
|
697
|
+
"title": "Is the ground rent subject to increase?",
|
|
498
698
|
"discriminator": {
|
|
499
699
|
"propertyName": "yesNo"
|
|
500
700
|
},
|
|
@@ -515,27 +715,40 @@
|
|
|
515
715
|
"Yes"
|
|
516
716
|
]
|
|
517
717
|
},
|
|
518
|
-
"
|
|
519
|
-
"baspiRef": "A1.4.2.3.
|
|
718
|
+
"rentReviewFrequency": {
|
|
719
|
+
"baspiRef": "A1.4.2.3.2",
|
|
520
720
|
"title": "How often is the rent reviewed?"
|
|
521
721
|
},
|
|
522
722
|
"rentIncreaseCalculated": {
|
|
523
|
-
"baspiRef": "A1.4.2.3.
|
|
723
|
+
"baspiRef": "A1.4.2.3.3",
|
|
524
724
|
"title": "How is the increase calculated?",
|
|
525
|
-
"description": "
|
|
725
|
+
"description": "e.g. set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc"
|
|
526
726
|
}
|
|
527
727
|
},
|
|
528
728
|
"required": [
|
|
529
|
-
"
|
|
729
|
+
"rentReviewFrequency",
|
|
530
730
|
"rentIncreaseCalculated"
|
|
531
731
|
]
|
|
532
732
|
}
|
|
533
733
|
],
|
|
534
734
|
"required": [
|
|
535
735
|
"yesNo"
|
|
536
|
-
]
|
|
736
|
+
],
|
|
737
|
+
"properties": {
|
|
738
|
+
"yesNo": {
|
|
739
|
+
"baspiRef": "A1.4.2.3.1",
|
|
740
|
+
"enum": [
|
|
741
|
+
"Yes",
|
|
742
|
+
"No"
|
|
743
|
+
]
|
|
744
|
+
}
|
|
745
|
+
}
|
|
537
746
|
}
|
|
538
|
-
}
|
|
747
|
+
},
|
|
748
|
+
"required": [
|
|
749
|
+
"annualGroundRent",
|
|
750
|
+
"rentSubjectToIncrease"
|
|
751
|
+
]
|
|
539
752
|
}
|
|
540
753
|
],
|
|
541
754
|
"required": [
|
|
@@ -606,7 +819,10 @@
|
|
|
606
819
|
"baspiRef": "A1.5.2.3",
|
|
607
820
|
"title": "Details"
|
|
608
821
|
}
|
|
609
|
-
}
|
|
822
|
+
},
|
|
823
|
+
"required": [
|
|
824
|
+
"details"
|
|
825
|
+
]
|
|
610
826
|
}
|
|
611
827
|
],
|
|
612
828
|
"required": [
|
|
@@ -621,8 +837,52 @@
|
|
|
621
837
|
]
|
|
622
838
|
}
|
|
623
839
|
}
|
|
840
|
+
},
|
|
841
|
+
"reserveFund": {
|
|
842
|
+
"baspiRef": "1.5.2.1",
|
|
843
|
+
"title": "Does a Reserve Fund apply to the Managed Area?",
|
|
844
|
+
"discriminator": {
|
|
845
|
+
"propertyName": "yesNo"
|
|
846
|
+
},
|
|
847
|
+
"oneOf": [
|
|
848
|
+
{
|
|
849
|
+
"properties": {
|
|
850
|
+
"yesNo": {
|
|
851
|
+
"enum": [
|
|
852
|
+
"No"
|
|
853
|
+
]
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"properties": {
|
|
859
|
+
"yesNo": {
|
|
860
|
+
"enum": [
|
|
861
|
+
"Yes"
|
|
862
|
+
]
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
],
|
|
867
|
+
"required": [
|
|
868
|
+
"yesNo"
|
|
869
|
+
],
|
|
870
|
+
"properties": {
|
|
871
|
+
"yesNo": {
|
|
872
|
+
"baspiRef": "1.5.2.1.1",
|
|
873
|
+
"enum": [
|
|
874
|
+
"Yes",
|
|
875
|
+
"No"
|
|
876
|
+
]
|
|
877
|
+
}
|
|
878
|
+
}
|
|
624
879
|
}
|
|
625
|
-
}
|
|
880
|
+
},
|
|
881
|
+
"required": [
|
|
882
|
+
"annualServiceCharge",
|
|
883
|
+
"largeAdditionalExpense",
|
|
884
|
+
"reserveFund"
|
|
885
|
+
]
|
|
626
886
|
}
|
|
627
887
|
],
|
|
628
888
|
"required": [
|
|
@@ -638,91 +898,13 @@
|
|
|
638
898
|
]
|
|
639
899
|
}
|
|
640
900
|
}
|
|
641
|
-
},
|
|
642
|
-
"general": {
|
|
643
|
-
"properties": {
|
|
644
|
-
"typeOfLeasehold": {
|
|
645
|
-
"baspiRef": "A1.3.1",
|
|
646
|
-
"discriminator": {
|
|
647
|
-
"propertyName": "leaseholdType"
|
|
648
|
-
},
|
|
649
|
-
"oneOf": [
|
|
650
|
-
{
|
|
651
|
-
"properties": {
|
|
652
|
-
"leaseholdType": {
|
|
653
|
-
"enum": [
|
|
654
|
-
"Flat",
|
|
655
|
-
"Long leasehold house"
|
|
656
|
-
]
|
|
657
|
-
}
|
|
658
|
-
}
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"properties": {
|
|
662
|
-
"leaseholdType": {
|
|
663
|
-
"enum": [
|
|
664
|
-
"Shared Ownership"
|
|
665
|
-
]
|
|
666
|
-
},
|
|
667
|
-
"sharedOwnershipPercentage": {
|
|
668
|
-
"baspiRef": "A1.3.1.1",
|
|
669
|
-
"title": "Shared ownership percentage"
|
|
670
|
-
},
|
|
671
|
-
"sharedOwnershipRent": {
|
|
672
|
-
"baspiRef": "A1.3.1.2",
|
|
673
|
-
"title": "Shared ownership rent (£)"
|
|
674
|
-
},
|
|
675
|
-
"sharedOwnershipRentFrequency": {
|
|
676
|
-
"baspiRef": "A1.3.1.3",
|
|
677
|
-
"title": "Shared ownership rent frequency",
|
|
678
|
-
"enum": [
|
|
679
|
-
"Yearly",
|
|
680
|
-
"Monthly",
|
|
681
|
-
"Weekly"
|
|
682
|
-
]
|
|
683
|
-
}
|
|
684
|
-
},
|
|
685
|
-
"required": [
|
|
686
|
-
"sharedOwnershipPercentage",
|
|
687
|
-
"sharedOwnershipRent",
|
|
688
|
-
"sharedOwnershipRentFrequency"
|
|
689
|
-
]
|
|
690
|
-
}
|
|
691
|
-
],
|
|
692
|
-
"required": [
|
|
693
|
-
"leaseholdType"
|
|
694
|
-
],
|
|
695
|
-
"properties": {
|
|
696
|
-
"leaseholdType": {
|
|
697
|
-
"baspiRef": "A1.3.1",
|
|
698
|
-
"title": "What type of leasehold property does the seller own?",
|
|
699
|
-
"description": "‘Flat’ includes maisonette and apartment.",
|
|
700
|
-
"enum": [
|
|
701
|
-
"Flat",
|
|
702
|
-
"Shared Ownership",
|
|
703
|
-
"Long leasehold house"
|
|
704
|
-
]
|
|
705
|
-
}
|
|
706
|
-
}
|
|
707
|
-
},
|
|
708
|
-
"leaseTerm": {
|
|
709
|
-
"baspiRef": "A1.4.1",
|
|
710
|
-
"properties": {
|
|
711
|
-
"startYearOfLease": {
|
|
712
|
-
"baspiRef": "A1.4.1.1",
|
|
713
|
-
"title": "Year that the lease commenced"
|
|
714
|
-
},
|
|
715
|
-
"lengthOfLeaseInYears": {
|
|
716
|
-
"baspiRef": "A1.4.1.2",
|
|
717
|
-
"title": "Length of lease (years)"
|
|
718
|
-
}
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
}
|
|
722
901
|
}
|
|
723
902
|
}
|
|
724
903
|
}
|
|
725
|
-
}
|
|
904
|
+
},
|
|
905
|
+
"required": [
|
|
906
|
+
"leaseholdInformation"
|
|
907
|
+
]
|
|
726
908
|
},
|
|
727
909
|
{
|
|
728
910
|
"properties": {
|
|
@@ -1097,7 +1279,8 @@
|
|
|
1097
1279
|
"title": "Type of Construction",
|
|
1098
1280
|
"required": [
|
|
1099
1281
|
"isStandardForm",
|
|
1100
|
-
"
|
|
1282
|
+
"buildingSafetyRemediation",
|
|
1283
|
+
"sprayFoamInsulation"
|
|
1101
1284
|
],
|
|
1102
1285
|
"properties": {
|
|
1103
1286
|
"isStandardForm": {
|
|
@@ -1202,17 +1385,16 @@
|
|
|
1202
1385
|
}
|
|
1203
1386
|
}
|
|
1204
1387
|
},
|
|
1205
|
-
"
|
|
1388
|
+
"sprayFoamInsulation": {
|
|
1206
1389
|
"baspiRef": "A1.8.4",
|
|
1207
1390
|
"title": "Has spray foam insulation been installed at the property?",
|
|
1208
|
-
"description": "If yes, please give details together with certification from BBA or KIWA and the installation warranty for the work carried out.",
|
|
1209
1391
|
"discriminator": {
|
|
1210
|
-
"propertyName": "
|
|
1392
|
+
"propertyName": "hasSprayFoamInstalled"
|
|
1211
1393
|
},
|
|
1212
1394
|
"oneOf": [
|
|
1213
1395
|
{
|
|
1214
1396
|
"properties": {
|
|
1215
|
-
"
|
|
1397
|
+
"hasSprayFoamInstalled": {
|
|
1216
1398
|
"enum": [
|
|
1217
1399
|
"No"
|
|
1218
1400
|
]
|
|
@@ -1221,14 +1403,14 @@
|
|
|
1221
1403
|
},
|
|
1222
1404
|
{
|
|
1223
1405
|
"properties": {
|
|
1224
|
-
"
|
|
1406
|
+
"hasSprayFoamInstalled": {
|
|
1225
1407
|
"enum": [
|
|
1226
1408
|
"Yes"
|
|
1227
1409
|
]
|
|
1228
1410
|
},
|
|
1229
1411
|
"details": {
|
|
1230
1412
|
"baspiRef": "A1.8.4.2",
|
|
1231
|
-
"title": "
|
|
1413
|
+
"title": "Please give details together with certification from BBA or KIWA and the installation warranty for the work carried out"
|
|
1232
1414
|
},
|
|
1233
1415
|
"attachments": {
|
|
1234
1416
|
"baspiRef": "A1.8.4.3",
|
|
@@ -1246,10 +1428,10 @@
|
|
|
1246
1428
|
}
|
|
1247
1429
|
],
|
|
1248
1430
|
"required": [
|
|
1249
|
-
"
|
|
1431
|
+
"hasSprayFoamInstalled"
|
|
1250
1432
|
],
|
|
1251
1433
|
"properties": {
|
|
1252
|
-
"
|
|
1434
|
+
"hasSprayFoamInstalled": {
|
|
1253
1435
|
"baspiRef": "A1.8.4.1",
|
|
1254
1436
|
"enum": [
|
|
1255
1437
|
"Yes",
|
|
@@ -1263,6 +1445,9 @@
|
|
|
1263
1445
|
"energyEfficiency": {
|
|
1264
1446
|
"baspiRef": "A1.8.3",
|
|
1265
1447
|
"title": "Energy Efficiency",
|
|
1448
|
+
"required": [
|
|
1449
|
+
"certificate"
|
|
1450
|
+
],
|
|
1266
1451
|
"properties": {
|
|
1267
1452
|
"certificate": {
|
|
1268
1453
|
"baspiRef": "A1.8.3.1",
|
|
@@ -2655,7 +2840,6 @@
|
|
|
2655
2840
|
"worksUnfinished": {
|
|
2656
2841
|
"baspiRef": "A3.6",
|
|
2657
2842
|
"title": "Are any of the works listed above unfinished?",
|
|
2658
|
-
"description": "If yes, please provide details and explain why.",
|
|
2659
2843
|
"discriminator": {
|
|
2660
2844
|
"propertyName": "yesNo"
|
|
2661
2845
|
},
|
|
@@ -2678,7 +2862,7 @@
|
|
|
2678
2862
|
},
|
|
2679
2863
|
"details": {
|
|
2680
2864
|
"baspiRef": "A3.6.2",
|
|
2681
|
-
"title": "
|
|
2865
|
+
"title": "Please provide details and explain why"
|
|
2682
2866
|
},
|
|
2683
2867
|
"attachments": {
|
|
2684
2868
|
"baspiRef": "A3.6.3",
|
|
@@ -3184,7 +3368,7 @@
|
|
|
3184
3368
|
},
|
|
3185
3369
|
"otherNotices": {
|
|
3186
3370
|
"baspiRef": "A4.7",
|
|
3187
|
-
"title": "Any other type of notice",
|
|
3371
|
+
"title": "Any other type of notice?",
|
|
3188
3372
|
"discriminator": {
|
|
3189
3373
|
"propertyName": "yesNo"
|
|
3190
3374
|
},
|
|
@@ -3308,7 +3492,6 @@
|
|
|
3308
3492
|
"containsAsbestos": {
|
|
3309
3493
|
"baspiRef": "A5.2",
|
|
3310
3494
|
"title": "To your knowledge, does any part of your property contain asbestos?",
|
|
3311
|
-
"description": "If yes, please state whether there is a management plan in place and attach a copy",
|
|
3312
3495
|
"discriminator": {
|
|
3313
3496
|
"propertyName": "yesNo"
|
|
3314
3497
|
},
|
|
@@ -3331,7 +3514,7 @@
|
|
|
3331
3514
|
},
|
|
3332
3515
|
"details": {
|
|
3333
3516
|
"baspiRef": "A5.2.2",
|
|
3334
|
-
"title": "
|
|
3517
|
+
"title": "Please state whether there is a management plan in place and attach a copy"
|
|
3335
3518
|
},
|
|
3336
3519
|
"attachments": {
|
|
3337
3520
|
"baspiRef": "A5.2.3",
|
|
@@ -3364,7 +3547,6 @@
|
|
|
3364
3547
|
"japaneseKnotweed": {
|
|
3365
3548
|
"baspiRef": "A5.3",
|
|
3366
3549
|
"title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
|
|
3367
|
-
"description": "If so ",
|
|
3368
3550
|
"discriminator": {
|
|
3369
3551
|
"propertyName": "yesNo"
|
|
3370
3552
|
},
|
|
@@ -3637,8 +3819,8 @@
|
|
|
3637
3819
|
"title": "Connected utilities",
|
|
3638
3820
|
"description": "Please indicate which utilities are are connected to the property.",
|
|
3639
3821
|
"required": [
|
|
3640
|
-
"
|
|
3641
|
-
"
|
|
3822
|
+
"mainsElectricity",
|
|
3823
|
+
"mainsGas",
|
|
3642
3824
|
"lpg",
|
|
3643
3825
|
"oil",
|
|
3644
3826
|
"telephone",
|
|
@@ -4665,7 +4847,7 @@
|
|
|
4665
4847
|
"enum": [
|
|
4666
4848
|
"Attached",
|
|
4667
4849
|
"To follow",
|
|
4668
|
-
"
|
|
4850
|
+
"Not applicable"
|
|
4669
4851
|
]
|
|
4670
4852
|
}
|
|
4671
4853
|
},
|
|
@@ -4712,6 +4894,10 @@
|
|
|
4712
4894
|
"Yes"
|
|
4713
4895
|
]
|
|
4714
4896
|
},
|
|
4897
|
+
"numberOfPropertiesSharing": {
|
|
4898
|
+
"baspiRef": "A7.1.1.1",
|
|
4899
|
+
"title": "How many other properties?"
|
|
4900
|
+
},
|
|
4715
4901
|
"details": {
|
|
4716
4902
|
"baspiRef": "A7.1.1.2",
|
|
4717
4903
|
"title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for"
|
|
@@ -4981,7 +5167,6 @@
|
|
|
4981
5167
|
"hasGreenDealLoan": {
|
|
4982
5168
|
"baspiRef": "A7.3",
|
|
4983
5169
|
"title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
|
|
4984
|
-
"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",
|
|
4985
5170
|
"discriminator": {
|
|
4986
5171
|
"propertyName": "yesNo"
|
|
4987
5172
|
},
|
|
@@ -5004,7 +5189,7 @@
|
|
|
5004
5189
|
},
|
|
5005
5190
|
"details": {
|
|
5006
5191
|
"baspiRef": "A7.3.2",
|
|
5007
|
-
"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"
|
|
5008
5193
|
},
|
|
5009
5194
|
"attachments": {
|
|
5010
5195
|
"baspiRef": "A7.3.3",
|
|
@@ -5128,7 +5313,6 @@
|
|
|
5128
5313
|
"boilerInstallationCertificate": {
|
|
5129
5314
|
"baspiRef": "A7.4.1.1",
|
|
5130
5315
|
"title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
|
|
5131
|
-
"description": "If yes, ",
|
|
5132
5316
|
"discriminator": {
|
|
5133
5317
|
"propertyName": "yesNo"
|
|
5134
5318
|
},
|
|
@@ -5186,7 +5370,7 @@
|
|
|
5186
5370
|
"enum": [
|
|
5187
5371
|
"Attached",
|
|
5188
5372
|
"To follow",
|
|
5189
|
-
"
|
|
5373
|
+
"Not applicable"
|
|
5190
5374
|
]
|
|
5191
5375
|
},
|
|
5192
5376
|
"heatingInGoodWorkingOrder": {
|
|
@@ -5666,7 +5850,6 @@
|
|
|
5666
5850
|
"neighbouringLandRights": {
|
|
5667
5851
|
"baspiRef": "A10.2",
|
|
5668
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)",
|
|
5669
|
-
"description": "If yes,",
|
|
5670
5853
|
"discriminator": {
|
|
5671
5854
|
"propertyName": "yesNo"
|
|
5672
5855
|
},
|
|
@@ -6704,7 +6887,7 @@
|
|
|
6704
6887
|
},
|
|
6705
6888
|
"details": {
|
|
6706
6889
|
"baspiRef": "A12.2.2",
|
|
6707
|
-
"title": "
|
|
6890
|
+
"title": "Please describe this issue and any action that has been taken, if applicable."
|
|
6708
6891
|
},
|
|
6709
6892
|
"attachments": {
|
|
6710
6893
|
"baspiRef": "A12.2.3",
|
|
@@ -6775,6 +6958,7 @@
|
|
|
6775
6958
|
"namesOfLegalOwners": {
|
|
6776
6959
|
"baspiRef": "B1.1",
|
|
6777
6960
|
"title": "Names of all legal owners",
|
|
6961
|
+
"minItems": 1,
|
|
6778
6962
|
"items": {
|
|
6779
6963
|
"baspiRef": "B1.1",
|
|
6780
6964
|
"title": "Legal owner",
|
|
@@ -6941,6 +7125,8 @@
|
|
|
6941
7125
|
]
|
|
6942
7126
|
},
|
|
6943
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.",
|
|
6944
7130
|
"properties": {
|
|
6945
7131
|
"left": {
|
|
6946
7132
|
"baspiRef": "B2.1.1",
|
|
@@ -7021,7 +7207,7 @@
|
|
|
7021
7207
|
"properties": {
|
|
7022
7208
|
"areBoundariesUniform": {
|
|
7023
7209
|
"enum": [
|
|
7024
|
-
"
|
|
7210
|
+
"Not applicable"
|
|
7025
7211
|
]
|
|
7026
7212
|
}
|
|
7027
7213
|
}
|
|
@@ -7033,10 +7219,11 @@
|
|
|
7033
7219
|
"properties": {
|
|
7034
7220
|
"areBoundariesUniform": {
|
|
7035
7221
|
"baspiRef": "B2.1.0.1",
|
|
7222
|
+
"title": "Are the boundaries uniform?",
|
|
7036
7223
|
"enum": [
|
|
7037
7224
|
"Yes",
|
|
7038
7225
|
"No",
|
|
7039
|
-
"
|
|
7226
|
+
"Not applicable"
|
|
7040
7227
|
]
|
|
7041
7228
|
}
|
|
7042
7229
|
}
|
|
@@ -7053,7 +7240,7 @@
|
|
|
7053
7240
|
"yesNo": {
|
|
7054
7241
|
"enum": [
|
|
7055
7242
|
"No",
|
|
7056
|
-
"
|
|
7243
|
+
"Not applicable"
|
|
7057
7244
|
]
|
|
7058
7245
|
}
|
|
7059
7246
|
}
|
|
@@ -7084,7 +7271,7 @@
|
|
|
7084
7271
|
"enum": [
|
|
7085
7272
|
"Yes",
|
|
7086
7273
|
"No",
|
|
7087
|
-
"
|
|
7274
|
+
"Not applicable"
|
|
7088
7275
|
]
|
|
7089
7276
|
}
|
|
7090
7277
|
}
|
|
@@ -7101,7 +7288,7 @@
|
|
|
7101
7288
|
"yesNo": {
|
|
7102
7289
|
"enum": [
|
|
7103
7290
|
"No",
|
|
7104
|
-
"
|
|
7291
|
+
"Not applicable"
|
|
7105
7292
|
]
|
|
7106
7293
|
}
|
|
7107
7294
|
}
|
|
@@ -7132,7 +7319,7 @@
|
|
|
7132
7319
|
"enum": [
|
|
7133
7320
|
"Yes",
|
|
7134
7321
|
"No",
|
|
7135
|
-
"
|
|
7322
|
+
"Not applicable"
|
|
7136
7323
|
]
|
|
7137
7324
|
}
|
|
7138
7325
|
}
|
|
@@ -7140,7 +7327,7 @@
|
|
|
7140
7327
|
"flyingFreehold": {
|
|
7141
7328
|
"baspiRef": "B2.5",
|
|
7142
7329
|
"title": "Is there a flying freehold?",
|
|
7143
|
-
"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.",
|
|
7144
7331
|
"discriminator": {
|
|
7145
7332
|
"propertyName": "yesNo"
|
|
7146
7333
|
},
|
|
@@ -7150,7 +7337,7 @@
|
|
|
7150
7337
|
"yesNo": {
|
|
7151
7338
|
"enum": [
|
|
7152
7339
|
"No",
|
|
7153
|
-
"
|
|
7340
|
+
"Not applicable"
|
|
7154
7341
|
]
|
|
7155
7342
|
}
|
|
7156
7343
|
}
|
|
@@ -7181,7 +7368,7 @@
|
|
|
7181
7368
|
"enum": [
|
|
7182
7369
|
"Yes",
|
|
7183
7370
|
"No",
|
|
7184
|
-
"
|
|
7371
|
+
"Not applicable"
|
|
7185
7372
|
]
|
|
7186
7373
|
}
|
|
7187
7374
|
}
|
|
@@ -8322,7 +8509,7 @@
|
|
|
8322
8509
|
"titleDefectInsurance": {
|
|
8323
8510
|
"baspiRef": "B5.3",
|
|
8324
8511
|
"title": "Do you have any title defect insurance policies?",
|
|
8325
|
-
"description": "
|
|
8512
|
+
"description": "e.g. for breach of planning permission, buildings regulations, restrictions, chancel repair etc",
|
|
8326
8513
|
"discriminator": {
|
|
8327
8514
|
"propertyName": "yesNo"
|
|
8328
8515
|
},
|
|
@@ -8488,7 +8675,7 @@
|
|
|
8488
8675
|
},
|
|
8489
8676
|
"details": {
|
|
8490
8677
|
"baspiRef": "B6.4.1",
|
|
8491
|
-
"title": "Please provide details (
|
|
8678
|
+
"title": "Please provide details (e.g. the property is sold let to tenants)"
|
|
8492
8679
|
},
|
|
8493
8680
|
"attachments": {
|
|
8494
8681
|
"baspiRef": "B6.4.2",
|
|
@@ -8629,7 +8816,7 @@
|
|
|
8629
8816
|
"willRemoveAllRubbish": {
|
|
8630
8817
|
"baspiRef": "B7.1",
|
|
8631
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.",
|
|
8632
|
-
"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."
|
|
8633
8820
|
},
|
|
8634
8821
|
"otherPropertyInChain": {
|
|
8635
8822
|
"baspiRef": "B7.2",
|
|
@@ -8845,7 +9032,7 @@
|
|
|
8845
9032
|
},
|
|
8846
9033
|
"confirmInformationIsAccurate": {
|
|
8847
9034
|
"baspiRef": "B8.2",
|
|
8848
|
-
"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"
|
|
8849
9036
|
}
|
|
8850
9037
|
}
|
|
8851
9038
|
}
|