@pdtf/schemas 2.0.0-1 → 2.0.0-11
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 +6819 -440
- package/src/schemas/v2/overlays/baspi.json +408 -146
- package/src/schemas/v2/overlays/con29R.json +1 -1
- package/src/schemas/v2/overlays/fme1.json +49 -37
- package/src/schemas/v2/overlays/lpe1.json +68 -58
- package/src/schemas/v2/overlays/nts.json +38 -42
- 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 +19 -8
- package/src/schemas/v2/overlays/ta7.json +97 -32
- package/src/schemas/v2/{core.json → pdtf-transaction.json} +6412 -353
- 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,84 @@
|
|
|
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
|
+
"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
|
+
}
|
|
263
332
|
},
|
|
264
333
|
"managingAgent": {
|
|
265
334
|
"baspiRef": "A1.5.5",
|
|
266
335
|
"title": "Managing Agent",
|
|
336
|
+
"required": [
|
|
337
|
+
"contact"
|
|
338
|
+
],
|
|
267
339
|
"properties": {
|
|
268
340
|
"contact": {
|
|
269
341
|
"baspiRef": "A1.5.5.1",
|
|
342
|
+
"required": [
|
|
343
|
+
"nameOrOrganisation",
|
|
344
|
+
"telephone",
|
|
345
|
+
"emailAddress"
|
|
346
|
+
],
|
|
270
347
|
"properties": {
|
|
271
348
|
"nameOrOrganisation": {
|
|
272
349
|
"baspiRef": "A1.5.5.1.1",
|
|
@@ -275,6 +352,10 @@
|
|
|
275
352
|
"address": {
|
|
276
353
|
"baspiRef": "A1.5.5.1.2",
|
|
277
354
|
"title": "Address",
|
|
355
|
+
"required": [
|
|
356
|
+
"line1",
|
|
357
|
+
"postcode"
|
|
358
|
+
],
|
|
278
359
|
"properties": {
|
|
279
360
|
"line1": {
|
|
280
361
|
"baspiRef": "A1.5.5.1.2.1",
|
|
@@ -307,6 +388,111 @@
|
|
|
307
388
|
}
|
|
308
389
|
}
|
|
309
390
|
}
|
|
391
|
+
},
|
|
392
|
+
"serviceCharge": {
|
|
393
|
+
"baspiRef": "A1.5.1",
|
|
394
|
+
"title": "Service Charge",
|
|
395
|
+
"required": [
|
|
396
|
+
"annualServiceCharge",
|
|
397
|
+
"largeAdditionalExpense",
|
|
398
|
+
"reserveFund"
|
|
399
|
+
],
|
|
400
|
+
"properties": {
|
|
401
|
+
"annualServiceCharge": {
|
|
402
|
+
"baspiRef": "A1.5.1.1.2",
|
|
403
|
+
"title": "What is the annual Service Charge payable by this Property?",
|
|
404
|
+
"description": "This should include any sums payable for the maintenance of the managed area"
|
|
405
|
+
},
|
|
406
|
+
"largeAdditionalExpense": {
|
|
407
|
+
"baspiRef": "A1.5.2.1",
|
|
408
|
+
"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?",
|
|
409
|
+
"discriminator": {
|
|
410
|
+
"propertyName": "yesNo"
|
|
411
|
+
},
|
|
412
|
+
"oneOf": [
|
|
413
|
+
{
|
|
414
|
+
"properties": {
|
|
415
|
+
"yesNo": {
|
|
416
|
+
"enum": [
|
|
417
|
+
"No"
|
|
418
|
+
]
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"properties": {
|
|
424
|
+
"yesNo": {
|
|
425
|
+
"enum": [
|
|
426
|
+
"Yes"
|
|
427
|
+
]
|
|
428
|
+
},
|
|
429
|
+
"details": {
|
|
430
|
+
"baspiRef": "A1.5.2.3",
|
|
431
|
+
"title": "Details"
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
"required": [
|
|
435
|
+
"details"
|
|
436
|
+
]
|
|
437
|
+
}
|
|
438
|
+
],
|
|
439
|
+
"required": [
|
|
440
|
+
"yesNo"
|
|
441
|
+
],
|
|
442
|
+
"properties": {
|
|
443
|
+
"yesNo": {
|
|
444
|
+
"baspiRef": "A1.5.2.2",
|
|
445
|
+
"enum": [
|
|
446
|
+
"Yes",
|
|
447
|
+
"No"
|
|
448
|
+
]
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"transferFees": {
|
|
453
|
+
"baspiRef": "A1.5.3",
|
|
454
|
+
"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?",
|
|
455
|
+
"discriminator": {
|
|
456
|
+
"propertyName": "yesNo"
|
|
457
|
+
},
|
|
458
|
+
"oneOf": [
|
|
459
|
+
{
|
|
460
|
+
"properties": {
|
|
461
|
+
"yesNo": {
|
|
462
|
+
"enum": [
|
|
463
|
+
"No"
|
|
464
|
+
]
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"properties": {
|
|
470
|
+
"yesNo": {
|
|
471
|
+
"enum": [
|
|
472
|
+
"Yes"
|
|
473
|
+
]
|
|
474
|
+
},
|
|
475
|
+
"details": {
|
|
476
|
+
"baspiRef": "A1.5.3.2",
|
|
477
|
+
"title": "Provide details."
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
],
|
|
482
|
+
"required": [
|
|
483
|
+
"yesNo"
|
|
484
|
+
],
|
|
485
|
+
"properties": {
|
|
486
|
+
"yesNo": {
|
|
487
|
+
"baspiRef": "A1.5.3.1",
|
|
488
|
+
"enum": [
|
|
489
|
+
"Yes",
|
|
490
|
+
"No"
|
|
491
|
+
]
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
}
|
|
310
496
|
}
|
|
311
497
|
}
|
|
312
498
|
}
|
|
@@ -326,13 +512,95 @@
|
|
|
326
512
|
"baspiRef": "A1.5",
|
|
327
513
|
"title": "Leasehold information",
|
|
328
514
|
"required": [
|
|
515
|
+
"typeOfLeasehold",
|
|
516
|
+
"leaseTerm",
|
|
329
517
|
"contactDetails",
|
|
330
518
|
"groundRent",
|
|
331
519
|
"transferAndRegistration",
|
|
332
|
-
"serviceCharge"
|
|
333
|
-
"general"
|
|
520
|
+
"serviceCharge"
|
|
334
521
|
],
|
|
335
522
|
"properties": {
|
|
523
|
+
"typeOfLeasehold": {
|
|
524
|
+
"baspiRef": "A1.3.1",
|
|
525
|
+
"discriminator": {
|
|
526
|
+
"propertyName": "leaseholdType"
|
|
527
|
+
},
|
|
528
|
+
"oneOf": [
|
|
529
|
+
{
|
|
530
|
+
"properties": {
|
|
531
|
+
"leaseholdType": {
|
|
532
|
+
"enum": [
|
|
533
|
+
"Flat",
|
|
534
|
+
"Long leasehold house"
|
|
535
|
+
]
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"properties": {
|
|
541
|
+
"leaseholdType": {
|
|
542
|
+
"enum": [
|
|
543
|
+
"Shared ownership"
|
|
544
|
+
]
|
|
545
|
+
},
|
|
546
|
+
"sharedOwnershipPercentage": {
|
|
547
|
+
"baspiRef": "A1.3.1.1",
|
|
548
|
+
"title": "Shared ownership percentage"
|
|
549
|
+
},
|
|
550
|
+
"sharedOwnershipRent": {
|
|
551
|
+
"baspiRef": "A1.3.1.2",
|
|
552
|
+
"title": "Shared ownership rent (£)"
|
|
553
|
+
},
|
|
554
|
+
"sharedOwnershipRentFrequency": {
|
|
555
|
+
"baspiRef": "A1.3.1.3",
|
|
556
|
+
"title": "Shared ownership rent frequency",
|
|
557
|
+
"enum": [
|
|
558
|
+
"Yearly",
|
|
559
|
+
"Monthly",
|
|
560
|
+
"Weekly"
|
|
561
|
+
]
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
"required": [
|
|
565
|
+
"sharedOwnershipPercentage",
|
|
566
|
+
"sharedOwnershipRent",
|
|
567
|
+
"sharedOwnershipRentFrequency"
|
|
568
|
+
]
|
|
569
|
+
}
|
|
570
|
+
],
|
|
571
|
+
"required": [
|
|
572
|
+
"leaseholdType"
|
|
573
|
+
],
|
|
574
|
+
"properties": {
|
|
575
|
+
"leaseholdType": {
|
|
576
|
+
"baspiRef": "A1.3.1",
|
|
577
|
+
"title": "What type of leasehold property does the seller own?",
|
|
578
|
+
"description": "‘Flat’ includes maisonette and apartment.",
|
|
579
|
+
"enum": [
|
|
580
|
+
"Flat",
|
|
581
|
+
"Shared ownership",
|
|
582
|
+
"Long leasehold house"
|
|
583
|
+
]
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
"leaseTerm": {
|
|
588
|
+
"baspiRef": "A1.4.1",
|
|
589
|
+
"required": [
|
|
590
|
+
"startYearOfLease",
|
|
591
|
+
"lengthOfLeaseInYears"
|
|
592
|
+
],
|
|
593
|
+
"properties": {
|
|
594
|
+
"startYearOfLease": {
|
|
595
|
+
"baspiRef": "A1.4.1.1",
|
|
596
|
+
"title": "Year that the lease commenced"
|
|
597
|
+
},
|
|
598
|
+
"lengthOfLeaseInYears": {
|
|
599
|
+
"baspiRef": "A1.4.1.2",
|
|
600
|
+
"title": "Length of lease (years)"
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
},
|
|
336
604
|
"contactDetails": {
|
|
337
605
|
"baspiRef": "A1.5.4",
|
|
338
606
|
"title": "Contact Details",
|
|
@@ -354,13 +622,16 @@
|
|
|
354
622
|
"title": "Landlord",
|
|
355
623
|
"description": "The landlord (or freeholder) may be, for example, a private individual, a housing association, or a management company owned by the residents",
|
|
356
624
|
"required": [
|
|
357
|
-
"
|
|
358
|
-
"address",
|
|
359
|
-
"emailAddress"
|
|
625
|
+
"contact"
|
|
360
626
|
],
|
|
361
627
|
"properties": {
|
|
362
628
|
"contact": {
|
|
363
629
|
"baspiRef": "A1.5.4.1",
|
|
630
|
+
"required": [
|
|
631
|
+
"nameOrOrganisation",
|
|
632
|
+
"address",
|
|
633
|
+
"emailAddress"
|
|
634
|
+
],
|
|
364
635
|
"properties": {
|
|
365
636
|
"nameOrOrganisation": {
|
|
366
637
|
"baspiRef": "A1.5.4.1.1",
|
|
@@ -408,6 +679,9 @@
|
|
|
408
679
|
"baspiRef": "A1.5.5",
|
|
409
680
|
"title": "Managing Agent",
|
|
410
681
|
"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.",
|
|
682
|
+
"required": [
|
|
683
|
+
"contact"
|
|
684
|
+
],
|
|
411
685
|
"properties": {
|
|
412
686
|
"contact": {
|
|
413
687
|
"baspiRef": "A1.5.5.1",
|
|
@@ -493,7 +767,7 @@
|
|
|
493
767
|
"yesNoNotApplicable": {
|
|
494
768
|
"enum": [
|
|
495
769
|
"No",
|
|
496
|
-
"
|
|
770
|
+
"Not applicable"
|
|
497
771
|
]
|
|
498
772
|
}
|
|
499
773
|
}
|
|
@@ -510,7 +784,17 @@
|
|
|
510
784
|
],
|
|
511
785
|
"required": [
|
|
512
786
|
"yesNoNotApplicable"
|
|
513
|
-
]
|
|
787
|
+
],
|
|
788
|
+
"properties": {
|
|
789
|
+
"yesNoNotApplicable": {
|
|
790
|
+
"baspiRef": "A1.5.6.1",
|
|
791
|
+
"enum": [
|
|
792
|
+
"Yes",
|
|
793
|
+
"No",
|
|
794
|
+
"Not applicable"
|
|
795
|
+
]
|
|
796
|
+
}
|
|
797
|
+
}
|
|
514
798
|
}
|
|
515
799
|
}
|
|
516
800
|
},
|
|
@@ -565,13 +849,13 @@
|
|
|
565
849
|
]
|
|
566
850
|
},
|
|
567
851
|
"rentReviewFrequency": {
|
|
568
|
-
"baspiRef": "A1.4.2.3.
|
|
852
|
+
"baspiRef": "A1.4.2.3.2",
|
|
569
853
|
"title": "How often is the rent reviewed?"
|
|
570
854
|
},
|
|
571
855
|
"rentIncreaseCalculated": {
|
|
572
|
-
"baspiRef": "A1.4.2.3.
|
|
856
|
+
"baspiRef": "A1.4.2.3.3",
|
|
573
857
|
"title": "How is the increase calculated?",
|
|
574
|
-
"description": "
|
|
858
|
+
"description": "e.g. set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc"
|
|
575
859
|
}
|
|
576
860
|
},
|
|
577
861
|
"required": [
|
|
@@ -582,7 +866,16 @@
|
|
|
582
866
|
],
|
|
583
867
|
"required": [
|
|
584
868
|
"yesNo"
|
|
585
|
-
]
|
|
869
|
+
],
|
|
870
|
+
"properties": {
|
|
871
|
+
"yesNo": {
|
|
872
|
+
"baspiRef": "A1.4.2.3.1",
|
|
873
|
+
"enum": [
|
|
874
|
+
"Yes",
|
|
875
|
+
"No"
|
|
876
|
+
]
|
|
877
|
+
}
|
|
878
|
+
}
|
|
586
879
|
}
|
|
587
880
|
},
|
|
588
881
|
"required": [
|
|
@@ -659,7 +952,10 @@
|
|
|
659
952
|
"baspiRef": "A1.5.2.3",
|
|
660
953
|
"title": "Details"
|
|
661
954
|
}
|
|
662
|
-
}
|
|
955
|
+
},
|
|
956
|
+
"required": [
|
|
957
|
+
"details"
|
|
958
|
+
]
|
|
663
959
|
}
|
|
664
960
|
],
|
|
665
961
|
"required": [
|
|
@@ -681,6 +977,45 @@
|
|
|
681
977
|
"discriminator": {
|
|
682
978
|
"propertyName": "yesNo"
|
|
683
979
|
},
|
|
980
|
+
"oneOf": [
|
|
981
|
+
{
|
|
982
|
+
"properties": {
|
|
983
|
+
"yesNo": {
|
|
984
|
+
"enum": [
|
|
985
|
+
"No"
|
|
986
|
+
]
|
|
987
|
+
}
|
|
988
|
+
}
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"properties": {
|
|
992
|
+
"yesNo": {
|
|
993
|
+
"enum": [
|
|
994
|
+
"Yes"
|
|
995
|
+
]
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
],
|
|
1000
|
+
"required": [
|
|
1001
|
+
"yesNo"
|
|
1002
|
+
],
|
|
1003
|
+
"properties": {
|
|
1004
|
+
"yesNo": {
|
|
1005
|
+
"baspiRef": "1.5.2.1.1",
|
|
1006
|
+
"enum": [
|
|
1007
|
+
"Yes",
|
|
1008
|
+
"No"
|
|
1009
|
+
]
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
"transferFees": {
|
|
1014
|
+
"baspiRef": "A1.5.3",
|
|
1015
|
+
"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?",
|
|
1016
|
+
"discriminator": {
|
|
1017
|
+
"propertyName": "yesNo"
|
|
1018
|
+
},
|
|
684
1019
|
"oneOf": [
|
|
685
1020
|
{
|
|
686
1021
|
"properties": {
|
|
@@ -699,13 +1034,10 @@
|
|
|
699
1034
|
]
|
|
700
1035
|
},
|
|
701
1036
|
"details": {
|
|
702
|
-
"baspiRef": "
|
|
703
|
-
"title": "Provide details"
|
|
1037
|
+
"baspiRef": "A1.5.3.2",
|
|
1038
|
+
"title": "Provide details."
|
|
704
1039
|
}
|
|
705
|
-
}
|
|
706
|
-
"required": [
|
|
707
|
-
"details"
|
|
708
|
-
]
|
|
1040
|
+
}
|
|
709
1041
|
}
|
|
710
1042
|
],
|
|
711
1043
|
"required": [
|
|
@@ -713,7 +1045,7 @@
|
|
|
713
1045
|
],
|
|
714
1046
|
"properties": {
|
|
715
1047
|
"yesNo": {
|
|
716
|
-
"baspiRef": "
|
|
1048
|
+
"baspiRef": "A1.5.3.1",
|
|
717
1049
|
"enum": [
|
|
718
1050
|
"Yes",
|
|
719
1051
|
"No"
|
|
@@ -742,87 +1074,6 @@
|
|
|
742
1074
|
]
|
|
743
1075
|
}
|
|
744
1076
|
}
|
|
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
1077
|
}
|
|
827
1078
|
}
|
|
828
1079
|
}
|
|
@@ -1204,7 +1455,8 @@
|
|
|
1204
1455
|
"title": "Type of Construction",
|
|
1205
1456
|
"required": [
|
|
1206
1457
|
"isStandardForm",
|
|
1207
|
-
"
|
|
1458
|
+
"buildingSafetyRemediation",
|
|
1459
|
+
"sprayFoamInsulation"
|
|
1208
1460
|
],
|
|
1209
1461
|
"properties": {
|
|
1210
1462
|
"isStandardForm": {
|
|
@@ -1309,17 +1561,16 @@
|
|
|
1309
1561
|
}
|
|
1310
1562
|
}
|
|
1311
1563
|
},
|
|
1312
|
-
"
|
|
1564
|
+
"sprayFoamInsulation": {
|
|
1313
1565
|
"baspiRef": "A1.8.4",
|
|
1314
1566
|
"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
1567
|
"discriminator": {
|
|
1317
|
-
"propertyName": "
|
|
1568
|
+
"propertyName": "hasSprayFoamInstalled"
|
|
1318
1569
|
},
|
|
1319
1570
|
"oneOf": [
|
|
1320
1571
|
{
|
|
1321
1572
|
"properties": {
|
|
1322
|
-
"
|
|
1573
|
+
"hasSprayFoamInstalled": {
|
|
1323
1574
|
"enum": [
|
|
1324
1575
|
"No"
|
|
1325
1576
|
]
|
|
@@ -1328,14 +1579,14 @@
|
|
|
1328
1579
|
},
|
|
1329
1580
|
{
|
|
1330
1581
|
"properties": {
|
|
1331
|
-
"
|
|
1582
|
+
"hasSprayFoamInstalled": {
|
|
1332
1583
|
"enum": [
|
|
1333
1584
|
"Yes"
|
|
1334
1585
|
]
|
|
1335
1586
|
},
|
|
1336
1587
|
"details": {
|
|
1337
1588
|
"baspiRef": "A1.8.4.2",
|
|
1338
|
-
"title": "
|
|
1589
|
+
"title": "Please give details together with certification from BBA or KIWA and the installation warranty for the work carried out"
|
|
1339
1590
|
},
|
|
1340
1591
|
"attachments": {
|
|
1341
1592
|
"baspiRef": "A1.8.4.3",
|
|
@@ -1353,10 +1604,10 @@
|
|
|
1353
1604
|
}
|
|
1354
1605
|
],
|
|
1355
1606
|
"required": [
|
|
1356
|
-
"
|
|
1607
|
+
"hasSprayFoamInstalled"
|
|
1357
1608
|
],
|
|
1358
1609
|
"properties": {
|
|
1359
|
-
"
|
|
1610
|
+
"hasSprayFoamInstalled": {
|
|
1360
1611
|
"baspiRef": "A1.8.4.1",
|
|
1361
1612
|
"enum": [
|
|
1362
1613
|
"Yes",
|
|
@@ -1370,6 +1621,9 @@
|
|
|
1370
1621
|
"energyEfficiency": {
|
|
1371
1622
|
"baspiRef": "A1.8.3",
|
|
1372
1623
|
"title": "Energy Efficiency",
|
|
1624
|
+
"required": [
|
|
1625
|
+
"certificate"
|
|
1626
|
+
],
|
|
1373
1627
|
"properties": {
|
|
1374
1628
|
"certificate": {
|
|
1375
1629
|
"baspiRef": "A1.8.3.1",
|
|
@@ -1883,7 +2137,7 @@
|
|
|
1883
2137
|
},
|
|
1884
2138
|
"changeOfUse": {
|
|
1885
2139
|
"baspiRef": "A3.2",
|
|
1886
|
-
"title": "Has there been any change of use (e.g. from an office to a residence?",
|
|
2140
|
+
"title": "Has there been any change of use (e.g. from an office to a residence)?",
|
|
1887
2141
|
"discriminator": {
|
|
1888
2142
|
"propertyName": "yesNo"
|
|
1889
2143
|
},
|
|
@@ -2003,7 +2257,8 @@
|
|
|
2003
2257
|
"properties": {
|
|
2004
2258
|
"yesNo": {
|
|
2005
2259
|
"enum": [
|
|
2006
|
-
"No"
|
|
2260
|
+
"No",
|
|
2261
|
+
"Not required"
|
|
2007
2262
|
]
|
|
2008
2263
|
},
|
|
2009
2264
|
"details": {
|
|
@@ -2762,7 +3017,6 @@
|
|
|
2762
3017
|
"worksUnfinished": {
|
|
2763
3018
|
"baspiRef": "A3.6",
|
|
2764
3019
|
"title": "Are any of the works listed above unfinished?",
|
|
2765
|
-
"description": "If yes, please provide details and explain why.",
|
|
2766
3020
|
"discriminator": {
|
|
2767
3021
|
"propertyName": "yesNo"
|
|
2768
3022
|
},
|
|
@@ -2785,7 +3039,7 @@
|
|
|
2785
3039
|
},
|
|
2786
3040
|
"details": {
|
|
2787
3041
|
"baspiRef": "A3.6.2",
|
|
2788
|
-
"title": "
|
|
3042
|
+
"title": "Please provide details and explain why"
|
|
2789
3043
|
},
|
|
2790
3044
|
"attachments": {
|
|
2791
3045
|
"baspiRef": "A3.6.3",
|
|
@@ -3291,7 +3545,7 @@
|
|
|
3291
3545
|
},
|
|
3292
3546
|
"otherNotices": {
|
|
3293
3547
|
"baspiRef": "A4.7",
|
|
3294
|
-
"title": "Any other type of notice",
|
|
3548
|
+
"title": "Any other type of notice?",
|
|
3295
3549
|
"discriminator": {
|
|
3296
3550
|
"propertyName": "yesNo"
|
|
3297
3551
|
},
|
|
@@ -3415,7 +3669,6 @@
|
|
|
3415
3669
|
"containsAsbestos": {
|
|
3416
3670
|
"baspiRef": "A5.2",
|
|
3417
3671
|
"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
3672
|
"discriminator": {
|
|
3420
3673
|
"propertyName": "yesNo"
|
|
3421
3674
|
},
|
|
@@ -3438,7 +3691,7 @@
|
|
|
3438
3691
|
},
|
|
3439
3692
|
"details": {
|
|
3440
3693
|
"baspiRef": "A5.2.2",
|
|
3441
|
-
"title": "
|
|
3694
|
+
"title": "Please state whether there is a management plan in place and attach a copy"
|
|
3442
3695
|
},
|
|
3443
3696
|
"attachments": {
|
|
3444
3697
|
"baspiRef": "A5.2.3",
|
|
@@ -3471,7 +3724,6 @@
|
|
|
3471
3724
|
"japaneseKnotweed": {
|
|
3472
3725
|
"baspiRef": "A5.3",
|
|
3473
3726
|
"title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
|
|
3474
|
-
"description": "If so ",
|
|
3475
3727
|
"discriminator": {
|
|
3476
3728
|
"propertyName": "yesNo"
|
|
3477
3729
|
},
|
|
@@ -3744,8 +3996,8 @@
|
|
|
3744
3996
|
"title": "Connected utilities",
|
|
3745
3997
|
"description": "Please indicate which utilities are are connected to the property.",
|
|
3746
3998
|
"required": [
|
|
3747
|
-
"
|
|
3748
|
-
"
|
|
3999
|
+
"mainsElectricity",
|
|
4000
|
+
"mainsGas",
|
|
3749
4001
|
"lpg",
|
|
3750
4002
|
"oil",
|
|
3751
4003
|
"telephone",
|
|
@@ -4772,7 +5024,7 @@
|
|
|
4772
5024
|
"enum": [
|
|
4773
5025
|
"Attached",
|
|
4774
5026
|
"To follow",
|
|
4775
|
-
"
|
|
5027
|
+
"Not applicable"
|
|
4776
5028
|
]
|
|
4777
5029
|
}
|
|
4778
5030
|
},
|
|
@@ -4819,6 +5071,10 @@
|
|
|
4819
5071
|
"Yes"
|
|
4820
5072
|
]
|
|
4821
5073
|
},
|
|
5074
|
+
"numberOfPropertiesSharing": {
|
|
5075
|
+
"baspiRef": "A7.1.1.1",
|
|
5076
|
+
"title": "How many other properties?"
|
|
5077
|
+
},
|
|
4822
5078
|
"details": {
|
|
4823
5079
|
"baspiRef": "A7.1.1.2",
|
|
4824
5080
|
"title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for"
|
|
@@ -5088,7 +5344,6 @@
|
|
|
5088
5344
|
"hasGreenDealLoan": {
|
|
5089
5345
|
"baspiRef": "A7.3",
|
|
5090
5346
|
"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
5347
|
"discriminator": {
|
|
5093
5348
|
"propertyName": "yesNo"
|
|
5094
5349
|
},
|
|
@@ -5111,7 +5366,7 @@
|
|
|
5111
5366
|
},
|
|
5112
5367
|
"details": {
|
|
5113
5368
|
"baspiRef": "A7.3.2",
|
|
5114
|
-
"title": "
|
|
5369
|
+
"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
5370
|
},
|
|
5116
5371
|
"attachments": {
|
|
5117
5372
|
"baspiRef": "A7.3.3",
|
|
@@ -5167,6 +5422,8 @@
|
|
|
5167
5422
|
]
|
|
5168
5423
|
},
|
|
5169
5424
|
"centralHeatingDetails": {
|
|
5425
|
+
"baspiRef": "A7.4.0.0",
|
|
5426
|
+
"title": "Central Heating Details",
|
|
5170
5427
|
"required": [
|
|
5171
5428
|
"centralHeatingFuel",
|
|
5172
5429
|
"centralHeatingInstalled",
|
|
@@ -5235,7 +5492,6 @@
|
|
|
5235
5492
|
"boilerInstallationCertificate": {
|
|
5236
5493
|
"baspiRef": "A7.4.1.1",
|
|
5237
5494
|
"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
5495
|
"discriminator": {
|
|
5240
5496
|
"propertyName": "yesNo"
|
|
5241
5497
|
},
|
|
@@ -5293,7 +5549,7 @@
|
|
|
5293
5549
|
"enum": [
|
|
5294
5550
|
"Attached",
|
|
5295
5551
|
"To follow",
|
|
5296
|
-
"
|
|
5552
|
+
"Not applicable"
|
|
5297
5553
|
]
|
|
5298
5554
|
},
|
|
5299
5555
|
"heatingInGoodWorkingOrder": {
|
|
@@ -5773,7 +6029,6 @@
|
|
|
5773
6029
|
"neighbouringLandRights": {
|
|
5774
6030
|
"baspiRef": "A10.2",
|
|
5775
6031
|
"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
6032
|
"discriminator": {
|
|
5778
6033
|
"propertyName": "yesNo"
|
|
5779
6034
|
},
|
|
@@ -6811,7 +7066,7 @@
|
|
|
6811
7066
|
},
|
|
6812
7067
|
"details": {
|
|
6813
7068
|
"baspiRef": "A12.2.2",
|
|
6814
|
-
"title": "
|
|
7069
|
+
"title": "Please describe this issue and any action that has been taken, if applicable."
|
|
6815
7070
|
},
|
|
6816
7071
|
"attachments": {
|
|
6817
7072
|
"baspiRef": "A12.2.3",
|
|
@@ -7049,6 +7304,8 @@
|
|
|
7049
7304
|
]
|
|
7050
7305
|
},
|
|
7051
7306
|
"uniformBoundaries": {
|
|
7307
|
+
"baspiRef": "B2.1.0.2",
|
|
7308
|
+
"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
7309
|
"properties": {
|
|
7053
7310
|
"left": {
|
|
7054
7311
|
"baspiRef": "B2.1.1",
|
|
@@ -7129,7 +7386,7 @@
|
|
|
7129
7386
|
"properties": {
|
|
7130
7387
|
"areBoundariesUniform": {
|
|
7131
7388
|
"enum": [
|
|
7132
|
-
"
|
|
7389
|
+
"Not applicable"
|
|
7133
7390
|
]
|
|
7134
7391
|
}
|
|
7135
7392
|
}
|
|
@@ -7141,10 +7398,11 @@
|
|
|
7141
7398
|
"properties": {
|
|
7142
7399
|
"areBoundariesUniform": {
|
|
7143
7400
|
"baspiRef": "B2.1.0.1",
|
|
7401
|
+
"title": "Are the boundaries uniform?",
|
|
7144
7402
|
"enum": [
|
|
7145
7403
|
"Yes",
|
|
7146
7404
|
"No",
|
|
7147
|
-
"
|
|
7405
|
+
"Not applicable"
|
|
7148
7406
|
]
|
|
7149
7407
|
}
|
|
7150
7408
|
}
|
|
@@ -7161,7 +7419,7 @@
|
|
|
7161
7419
|
"yesNo": {
|
|
7162
7420
|
"enum": [
|
|
7163
7421
|
"No",
|
|
7164
|
-
"
|
|
7422
|
+
"Not applicable"
|
|
7165
7423
|
]
|
|
7166
7424
|
}
|
|
7167
7425
|
}
|
|
@@ -7192,7 +7450,7 @@
|
|
|
7192
7450
|
"enum": [
|
|
7193
7451
|
"Yes",
|
|
7194
7452
|
"No",
|
|
7195
|
-
"
|
|
7453
|
+
"Not applicable"
|
|
7196
7454
|
]
|
|
7197
7455
|
}
|
|
7198
7456
|
}
|
|
@@ -7209,7 +7467,7 @@
|
|
|
7209
7467
|
"yesNo": {
|
|
7210
7468
|
"enum": [
|
|
7211
7469
|
"No",
|
|
7212
|
-
"
|
|
7470
|
+
"Not applicable"
|
|
7213
7471
|
]
|
|
7214
7472
|
}
|
|
7215
7473
|
}
|
|
@@ -7240,7 +7498,7 @@
|
|
|
7240
7498
|
"enum": [
|
|
7241
7499
|
"Yes",
|
|
7242
7500
|
"No",
|
|
7243
|
-
"
|
|
7501
|
+
"Not applicable"
|
|
7244
7502
|
]
|
|
7245
7503
|
}
|
|
7246
7504
|
}
|
|
@@ -7248,7 +7506,7 @@
|
|
|
7248
7506
|
"flyingFreehold": {
|
|
7249
7507
|
"baspiRef": "B2.5",
|
|
7250
7508
|
"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 -
|
|
7509
|
+
"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
7510
|
"discriminator": {
|
|
7253
7511
|
"propertyName": "yesNo"
|
|
7254
7512
|
},
|
|
@@ -7258,7 +7516,7 @@
|
|
|
7258
7516
|
"yesNo": {
|
|
7259
7517
|
"enum": [
|
|
7260
7518
|
"No",
|
|
7261
|
-
"
|
|
7519
|
+
"Not applicable"
|
|
7262
7520
|
]
|
|
7263
7521
|
}
|
|
7264
7522
|
}
|
|
@@ -7289,7 +7547,7 @@
|
|
|
7289
7547
|
"enum": [
|
|
7290
7548
|
"Yes",
|
|
7291
7549
|
"No",
|
|
7292
|
-
"
|
|
7550
|
+
"Not applicable"
|
|
7293
7551
|
]
|
|
7294
7552
|
}
|
|
7295
7553
|
}
|
|
@@ -8093,7 +8351,11 @@
|
|
|
8093
8351
|
"handoverOnCompletion": {
|
|
8094
8352
|
"baspiRef": "B7.4.2",
|
|
8095
8353
|
"title": "Confirm that you will handover details on day of completion",
|
|
8096
|
-
"description": "Confirm that you will provide the buyer with the login, password and link to user instructions for the relevant system(s). [NOTE: It is recommended that you reset the password before handing it over to avoid security issues by passing on your own password]"
|
|
8354
|
+
"description": "Confirm that you will provide the buyer with the login, password and link to user instructions for the relevant system(s). [NOTE: It is recommended that you reset the password before handing it over to avoid security issues by passing on your own password]",
|
|
8355
|
+
"enum": [
|
|
8356
|
+
"true",
|
|
8357
|
+
"false"
|
|
8358
|
+
]
|
|
8097
8359
|
}
|
|
8098
8360
|
},
|
|
8099
8361
|
"required": [
|
|
@@ -8596,7 +8858,7 @@
|
|
|
8596
8858
|
},
|
|
8597
8859
|
"details": {
|
|
8598
8860
|
"baspiRef": "B6.4.1",
|
|
8599
|
-
"title": "Please provide details (
|
|
8861
|
+
"title": "Please provide details (e.g. the property is sold let to tenants)"
|
|
8600
8862
|
},
|
|
8601
8863
|
"attachments": {
|
|
8602
8864
|
"baspiRef": "B6.4.2",
|
|
@@ -8737,7 +8999,7 @@
|
|
|
8737
8999
|
"willRemoveAllRubbish": {
|
|
8738
9000
|
"baspiRef": "B7.1",
|
|
8739
9001
|
"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
|
|
9002
|
+
"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
9003
|
},
|
|
8742
9004
|
"otherPropertyInChain": {
|
|
8743
9005
|
"baspiRef": "B7.2",
|
|
@@ -8953,7 +9215,7 @@
|
|
|
8953
9215
|
},
|
|
8954
9216
|
"confirmInformationIsAccurate": {
|
|
8955
9217
|
"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
|
|
9218
|
+
"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
9219
|
}
|
|
8958
9220
|
}
|
|
8959
9221
|
}
|