@pdtf/schemas 0.11.0-4 → 0.11.0
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 +8 -12
- package/package.json +1 -1
- package/src/examples/exampleTransaction.json +1 -31
- package/src/schemas/v1/legal-information.json +479 -528
- package/src/schemas/v1/material-facts.json +833 -900
- package/src/schemas/v1/pdtf-transaction.json +3 -7
- package/src/schemas/v1/searches/drainage-and-water.json +40 -48
- package/src/schemas/v1/searches/local-searches-required.json +20 -24
- package/src/schemas/v1/searches.json +146 -152
- package/src/tests/pdtfVerifiedClaims.test.js +1 -0
|
@@ -78,38 +78,34 @@
|
|
|
78
78
|
]
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
81
|
+
"discriminator": { "propertyName": "capacity" },
|
|
82
|
+
"oneOf": [
|
|
83
|
+
{
|
|
84
|
+
"properties": {
|
|
85
|
+
"capacity": {
|
|
86
|
+
"enum": ["Legal Owner", "Mortgagee in Possession"]
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"properties": {
|
|
92
|
+
"capacity": {
|
|
93
|
+
"enum": [
|
|
94
|
+
"Personal Representative for a Deceased Owner",
|
|
95
|
+
"Under Power of Attorney",
|
|
96
|
+
"Other"
|
|
97
|
+
]
|
|
91
98
|
},
|
|
92
|
-
{
|
|
93
|
-
"
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
"Under Power of Attorney",
|
|
98
|
-
"Other"
|
|
99
|
-
]
|
|
100
|
-
},
|
|
101
|
-
"sellersCapacityDetails": {
|
|
102
|
-
"baspiRef": "B1.4",
|
|
103
|
-
"RDSRef": "Participants/OtherDocumentation",
|
|
104
|
-
"title": "Please provide details and provide any probate, grant of representation or power of attorney ",
|
|
105
|
-
"type": "string"
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
"required": ["sellersCapacityDetails"]
|
|
99
|
+
"sellersCapacityDetails": {
|
|
100
|
+
"baspiRef": "B1.4",
|
|
101
|
+
"RDSRef": "Participants/OtherDocumentation",
|
|
102
|
+
"title": "Please provide details and provide any probate, grant of representation or power of attorney ",
|
|
103
|
+
"type": "string"
|
|
109
104
|
}
|
|
110
|
-
|
|
105
|
+
},
|
|
106
|
+
"required": ["sellersCapacityDetails"]
|
|
111
107
|
}
|
|
112
|
-
|
|
108
|
+
]
|
|
113
109
|
},
|
|
114
110
|
"legalBoundaries": {
|
|
115
111
|
"baspiRef": "B2.1",
|
|
@@ -266,78 +262,86 @@
|
|
|
266
262
|
}
|
|
267
263
|
},
|
|
268
264
|
"required": ["hasSolarPanels"],
|
|
269
|
-
"
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
265
|
+
"discriminator": { "propertyName": "hasSolarPanels" },
|
|
266
|
+
"oneOf": [
|
|
267
|
+
{
|
|
268
|
+
"properties": {
|
|
269
|
+
"hasSolarPanels": {
|
|
270
|
+
"enum": ["No"]
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"properties": {
|
|
276
|
+
"hasSolarPanels": {
|
|
277
|
+
"enum": ["Yes"]
|
|
279
278
|
},
|
|
280
|
-
{
|
|
281
|
-
"
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
"inGoodWorkingOrder",
|
|
335
|
-
"isConnectedToNationalGrid"
|
|
336
|
-
]
|
|
279
|
+
"yearInstalled": {
|
|
280
|
+
"baspiRef": "B4.3.1",
|
|
281
|
+
"lawSocietyRef": "TA6/4.6a",
|
|
282
|
+
"RDSRef": "Objects/Installation",
|
|
283
|
+
"title": "What year were they installed?",
|
|
284
|
+
"type": "number"
|
|
285
|
+
},
|
|
286
|
+
"panelsOwnedOutright": {
|
|
287
|
+
"baspiRef": "",
|
|
288
|
+
"lawSocietyRef": "TA6/4.6b",
|
|
289
|
+
"RDSRef": "Objects/Ownership",
|
|
290
|
+
"title": "Do you own the panels, and all equipment related to them, outright?",
|
|
291
|
+
"$ref": "#/$defs/yesNoDetailIfNo",
|
|
292
|
+
"description": "If no, provide details of who owns them and the relevant documentation"
|
|
293
|
+
},
|
|
294
|
+
"panelProviderLease": {
|
|
295
|
+
"baspiRef": "B4.3.2",
|
|
296
|
+
"lawSocietyRef": "TA6/4.6c",
|
|
297
|
+
"RDSRef": "Objects/Ownership",
|
|
298
|
+
"title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
|
|
299
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
300
|
+
"description": "If yes, please supply copies of the relevant documents and the name of the provider"
|
|
301
|
+
},
|
|
302
|
+
"lastMaintained": {
|
|
303
|
+
"baspiRef": "B4.3.4",
|
|
304
|
+
"RDSRef": "Objects/Servicing",
|
|
305
|
+
"title": "When was the system last maintained or serviced?",
|
|
306
|
+
"type": "string",
|
|
307
|
+
"format": "date"
|
|
308
|
+
},
|
|
309
|
+
"inGoodWorkingOrder": {
|
|
310
|
+
"baspiRef": "B4.3.5",
|
|
311
|
+
"RDSRef": "Objects/isNotWorking=yes|no|true|false",
|
|
312
|
+
"title": "Is the system in good working order to your satisfaction?",
|
|
313
|
+
"$ref": "#/$defs/yesNoDetailIfNo"
|
|
314
|
+
},
|
|
315
|
+
"isConnectedToNationalGrid": {
|
|
316
|
+
"baspiRef": "B4.3.6",
|
|
317
|
+
"RDSRef": "Objects/isExternallyConnected=yes|no|true|false,Connection,Objects/ExternalConnection",
|
|
318
|
+
"title": "Is the system connected to the National Grid e.g. for feed-in tariffs (FiT) or Smart Export Guarantee (SEG)",
|
|
319
|
+
"type": "string",
|
|
320
|
+
"enum": ["Yes (FiT)", "Yes (SEG)", "No"]
|
|
321
|
+
},
|
|
322
|
+
"photovoltaicMeterPanelLocation": {
|
|
323
|
+
"baspiRef": "B4.7",
|
|
324
|
+
"RDSRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
|
|
325
|
+
"title": "Please describe, or attach a photograph of, the location of any photovoltaic panel meter",
|
|
326
|
+
"type": "string"
|
|
327
|
+
},
|
|
328
|
+
"photovoltaicBatteriesLocation": {
|
|
329
|
+
"baspiRef": "B4.8",
|
|
330
|
+
"RDSRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
|
|
331
|
+
"title": "Please describe, or attach a photograph of, the location of any photovoltaic batteries",
|
|
332
|
+
"type": "string"
|
|
337
333
|
}
|
|
334
|
+
},
|
|
335
|
+
"required": [
|
|
336
|
+
"yearInstalled",
|
|
337
|
+
"panelsOwnedOutright",
|
|
338
|
+
"panelProviderLease",
|
|
339
|
+
"lastMaintained",
|
|
340
|
+
"inGoodWorkingOrder",
|
|
341
|
+
"isConnectedToNationalGrid"
|
|
338
342
|
]
|
|
339
343
|
}
|
|
340
|
-
|
|
344
|
+
]
|
|
341
345
|
},
|
|
342
346
|
"electricityMeterLocation": {
|
|
343
347
|
"baspiRef": "B4.4",
|
|
@@ -359,18 +363,6 @@
|
|
|
359
363
|
"RDSRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
|
|
360
364
|
"title": "Please describe, or attach a photograph of, the location of any stopcock and water meter",
|
|
361
365
|
"type": "string"
|
|
362
|
-
},
|
|
363
|
-
"photovoltaicMeterPanelLocation": {
|
|
364
|
-
"baspiRef": "B4.7",
|
|
365
|
-
"RDSRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
|
|
366
|
-
"title": "Please describe, or attach a photograph of, the location of any photovoltaic panel meter",
|
|
367
|
-
"type": "string"
|
|
368
|
-
},
|
|
369
|
-
"photovoltaicBatteriesLocation": {
|
|
370
|
-
"baspiRef": "B4.8",
|
|
371
|
-
"RDSRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
|
|
372
|
-
"title": "Please describe, or attach a photograph of, the location of any photovoltaic batteries",
|
|
373
|
-
"type": "string"
|
|
374
366
|
}
|
|
375
367
|
}
|
|
376
368
|
},
|
|
@@ -386,53 +378,49 @@
|
|
|
386
378
|
"enum": ["Yes", "No"]
|
|
387
379
|
}
|
|
388
380
|
},
|
|
389
|
-
"
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
381
|
+
"discriminator": { "propertyName": "hasSmartHomeSystems" },
|
|
382
|
+
"oneOf": [
|
|
383
|
+
{
|
|
384
|
+
"properties": {
|
|
385
|
+
"hasSmartHomeSystems": {
|
|
386
|
+
"enum": ["No"]
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"properties": {
|
|
392
|
+
"hasSmartHomeSystems": {
|
|
393
|
+
"enum": ["Yes"]
|
|
399
394
|
},
|
|
400
|
-
{
|
|
401
|
-
"
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
},
|
|
420
|
-
"handoverOnCompletion": {
|
|
421
|
-
"title": "Confirm that you will handover details on day of completion",
|
|
422
|
-
"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.]",
|
|
423
|
-
"type": "boolean"
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
"required": [
|
|
427
|
-
"heatingAndPower",
|
|
428
|
-
"security",
|
|
429
|
-
"entertainment",
|
|
430
|
-
"handoverOnCompletion"
|
|
431
|
-
]
|
|
395
|
+
"heatingAndPower": {
|
|
396
|
+
"title": "Heating and Power",
|
|
397
|
+
"description": "E.g. remote boiler control, solar panels, EV charging point, power storage, indoor or outdoor lighting systems",
|
|
398
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
399
|
+
},
|
|
400
|
+
"security": {
|
|
401
|
+
"title": "Security",
|
|
402
|
+
"description": "E.g. CCTV, alarms, barriers, doors or gates",
|
|
403
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
404
|
+
},
|
|
405
|
+
"entertainment": {
|
|
406
|
+
"title": "Entertainment",
|
|
407
|
+
"description": "E.g. integrated audio system",
|
|
408
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
409
|
+
},
|
|
410
|
+
"handoverOnCompletion": {
|
|
411
|
+
"title": "Confirm that you will handover details on day of completion",
|
|
412
|
+
"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.]",
|
|
413
|
+
"type": "boolean"
|
|
432
414
|
}
|
|
415
|
+
},
|
|
416
|
+
"required": [
|
|
417
|
+
"heatingAndPower",
|
|
418
|
+
"security",
|
|
419
|
+
"entertainment",
|
|
420
|
+
"handoverOnCompletion"
|
|
433
421
|
]
|
|
434
422
|
}
|
|
435
|
-
|
|
423
|
+
]
|
|
436
424
|
},
|
|
437
425
|
"guaranteesWarrantiesAndIndemnityInsurances": {
|
|
438
426
|
"baspiRef": "B5",
|
|
@@ -450,132 +438,128 @@
|
|
|
450
438
|
"enum": ["Yes", "No"]
|
|
451
439
|
}
|
|
452
440
|
},
|
|
453
|
-
"
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
441
|
+
"discriminator": { "propertyName": "hasValidGuaranteesOrWarranties" },
|
|
442
|
+
"oneOf": [
|
|
443
|
+
{
|
|
444
|
+
"properties": {
|
|
445
|
+
"hasValidGuaranteesOrWarranties": {
|
|
446
|
+
"enum": ["No"]
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"properties": {
|
|
452
|
+
"hasValidGuaranteesOrWarranties": {
|
|
453
|
+
"enum": ["Yes"]
|
|
463
454
|
},
|
|
464
|
-
{
|
|
465
|
-
"
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
"baspiRef": "B5.3",
|
|
554
|
-
"RDSRef": "Certificates",
|
|
555
|
-
"title": "Do you have any title defect insurance policies e.g. for breach of planning permission, buildings regulations, restrictions, chancel repair etc",
|
|
556
|
-
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
557
|
-
"description": "If yes, please provide details and give the policy to your property lawyer"
|
|
558
|
-
}
|
|
559
|
-
},
|
|
560
|
-
"required": [
|
|
561
|
-
"newHomeWarranty",
|
|
562
|
-
"roofingWork",
|
|
563
|
-
"dampProofingTreatment",
|
|
564
|
-
"timberRotOrInfestationTreatment",
|
|
565
|
-
"centralHeatingAndorPlumbing",
|
|
566
|
-
"doubleGlazing",
|
|
567
|
-
"electricalRepairOrInstallation",
|
|
568
|
-
"subsidenceWork",
|
|
569
|
-
"solarPanels",
|
|
570
|
-
"otherGuarantees",
|
|
571
|
-
"willLeaveGuaranteePaperwork",
|
|
572
|
-
"outstandingClaimsOrApplications",
|
|
573
|
-
"titleDefectInsurance"
|
|
574
|
-
]
|
|
455
|
+
"newHomeWarranty": {
|
|
456
|
+
"baspiRef": "B5.1.1",
|
|
457
|
+
"RDSRef": "Certificates",
|
|
458
|
+
"lawSocietyRef": "TA6/5.1a",
|
|
459
|
+
"title": "New Home Warranty (NHBC or similar)",
|
|
460
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
461
|
+
"description": "If yes, please confirm the name of the warranty provider and the date of the warranty:"
|
|
462
|
+
},
|
|
463
|
+
"roofingWork": {
|
|
464
|
+
"baspiRef": "B5.1.2",
|
|
465
|
+
"RDSRef": "Certificates",
|
|
466
|
+
"lawSocietyRef": "TA6/5.1f",
|
|
467
|
+
"title": "Roofing work",
|
|
468
|
+
"$ref": "#/$defs/yesNo"
|
|
469
|
+
},
|
|
470
|
+
"dampProofingTreatment": {
|
|
471
|
+
"baspiRef": "B5.1.3",
|
|
472
|
+
"RDSRef": "Certificates",
|
|
473
|
+
"lawSocietyRef": "TA6/5.1b",
|
|
474
|
+
"title": "Damp proofing treatment",
|
|
475
|
+
"$ref": "#/$defs/yesNo"
|
|
476
|
+
},
|
|
477
|
+
"timberRotOrInfestationTreatment": {
|
|
478
|
+
"baspiRef": "B5.1.4",
|
|
479
|
+
"RDSRef": "Certificates",
|
|
480
|
+
"lawSocietyRef": "TA6/5.1c",
|
|
481
|
+
"title": "Timber rot or infestation treatment",
|
|
482
|
+
"$ref": "#/$defs/yesNo"
|
|
483
|
+
},
|
|
484
|
+
"centralHeatingAndorPlumbing": {
|
|
485
|
+
"baspiRef": "B5.1.5",
|
|
486
|
+
"RDSRef": "Certificates",
|
|
487
|
+
"lawSocietyRef": "TA6/5.1g",
|
|
488
|
+
"title": "Central heating and/or plumbing",
|
|
489
|
+
"$ref": "#/$defs/yesNo"
|
|
490
|
+
},
|
|
491
|
+
"doubleGlazing": {
|
|
492
|
+
"baspiRef": "B5.1.6",
|
|
493
|
+
"RDSRef": "Certificates",
|
|
494
|
+
"lawSocietyRef": "TA6/5.1d",
|
|
495
|
+
"title": "Double glazing (windows, doors, roof lights, conservatory etc)",
|
|
496
|
+
"$ref": "#/$defs/yesNo"
|
|
497
|
+
},
|
|
498
|
+
"electricalRepairOrInstallation": {
|
|
499
|
+
"baspiRef": "B5.1.7",
|
|
500
|
+
"RDSRef": "Certificates",
|
|
501
|
+
"lawSocietyRef": "TA6/5.1e",
|
|
502
|
+
"title": "Electrical repair or installation",
|
|
503
|
+
"$ref": "#/$defs/yesNo"
|
|
504
|
+
},
|
|
505
|
+
"subsidenceWork": {
|
|
506
|
+
"baspiRef": "B5.1.8",
|
|
507
|
+
"RDSRef": "Certificates",
|
|
508
|
+
"lawSocietyRef": "TA6/5.1h",
|
|
509
|
+
"title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
|
|
510
|
+
"$ref": "#/$defs/yesNo"
|
|
511
|
+
},
|
|
512
|
+
"solarPanels": {
|
|
513
|
+
"baspiRef": "B5.1.9",
|
|
514
|
+
"RDSRef": "Certificates",
|
|
515
|
+
"title": "Solar panels",
|
|
516
|
+
"$ref": "#/$defs/yesNo"
|
|
517
|
+
},
|
|
518
|
+
"otherGuarantees": {
|
|
519
|
+
"baspiRef": "B5.1.10",
|
|
520
|
+
"RDSRef": "Certificates",
|
|
521
|
+
"lawSocietyRef": "TA6/5.1i",
|
|
522
|
+
"title": "Other Guarantees or Warranties",
|
|
523
|
+
"$ref": "#/$defs/yesNo"
|
|
524
|
+
},
|
|
525
|
+
"willLeaveGuaranteePaperwork": {
|
|
526
|
+
"baspiRef": "B5.1.11",
|
|
527
|
+
"RDSRef": "Property/Flags",
|
|
528
|
+
"title": "Please confirm that you will leave all paperwork relating to any guarantee or warranty at the property when you move out",
|
|
529
|
+
"type": "boolean"
|
|
530
|
+
},
|
|
531
|
+
"outstandingClaimsOrApplications": {
|
|
532
|
+
"baspiRef": "B5.2",
|
|
533
|
+
"RDSRef": "Certificates",
|
|
534
|
+
"lawSocietyRef": "TA6/5.2",
|
|
535
|
+
"title": "Are there any outstanding claims or current applications relating to any of the above?",
|
|
536
|
+
"$ref": "#/$defs/yesNoDetailIfYes"
|
|
537
|
+
},
|
|
538
|
+
"titleDefectInsurance": {
|
|
539
|
+
"baspiRef": "B5.3",
|
|
540
|
+
"RDSRef": "Certificates",
|
|
541
|
+
"title": "Do you have any title defect insurance policies e.g. for breach of planning permission, buildings regulations, restrictions, chancel repair etc",
|
|
542
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
543
|
+
"description": "If yes, please provide details and give the policy to your property lawyer"
|
|
575
544
|
}
|
|
545
|
+
},
|
|
546
|
+
"required": [
|
|
547
|
+
"newHomeWarranty",
|
|
548
|
+
"roofingWork",
|
|
549
|
+
"dampProofingTreatment",
|
|
550
|
+
"timberRotOrInfestationTreatment",
|
|
551
|
+
"centralHeatingAndorPlumbing",
|
|
552
|
+
"doubleGlazing",
|
|
553
|
+
"electricalRepairOrInstallation",
|
|
554
|
+
"subsidenceWork",
|
|
555
|
+
"solarPanels",
|
|
556
|
+
"otherGuarantees",
|
|
557
|
+
"willLeaveGuaranteePaperwork",
|
|
558
|
+
"outstandingClaimsOrApplications",
|
|
559
|
+
"titleDefectInsurance"
|
|
576
560
|
]
|
|
577
561
|
}
|
|
578
|
-
|
|
562
|
+
]
|
|
579
563
|
},
|
|
580
564
|
"occupiers": {
|
|
581
565
|
"baspiRef": "B6",
|
|
@@ -607,121 +591,115 @@
|
|
|
607
591
|
"enum": ["Yes", "No"]
|
|
608
592
|
}
|
|
609
593
|
},
|
|
610
|
-
"
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
594
|
+
"discriminator": { "propertyName": "hasOthersAged17OrOver" },
|
|
595
|
+
"oneOf": [
|
|
596
|
+
{
|
|
597
|
+
"properties": {
|
|
598
|
+
"hasOthersAged17OrOver": {
|
|
599
|
+
"enum": ["No"]
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"properties": {
|
|
605
|
+
"hasOthersAged17OrOver": {
|
|
606
|
+
"enum": ["Yes"]
|
|
607
|
+
},
|
|
608
|
+
"aged17OrOverNames": {
|
|
609
|
+
"lawSocietyRef": "TA6/11.3",
|
|
610
|
+
"title": "Please specify their full names and ages.",
|
|
611
|
+
"type": "array",
|
|
612
|
+
"minItems": 1,
|
|
613
|
+
"items": {
|
|
614
|
+
"type": "object",
|
|
615
|
+
"properties": {
|
|
616
|
+
"firstName": {
|
|
617
|
+
"title": "First Name",
|
|
618
|
+
"type": "string",
|
|
619
|
+
"minLength": 1
|
|
620
|
+
},
|
|
621
|
+
"middleNames": {
|
|
622
|
+
"title": "Middle name(s) if any",
|
|
623
|
+
"type": "string"
|
|
624
|
+
},
|
|
625
|
+
"lastName": {
|
|
626
|
+
"title": "Last Name",
|
|
627
|
+
"type": "string",
|
|
628
|
+
"minLength": 1
|
|
629
|
+
},
|
|
630
|
+
"age": {
|
|
631
|
+
"title": "Age",
|
|
632
|
+
"type": "integer"
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
"required": ["firstName", "lastName", "age"]
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
"aged17OrOverTenantsOrLodgers": {
|
|
639
|
+
"baspiRef": "B6.1",
|
|
640
|
+
"RDSRef": "Property/Flags",
|
|
641
|
+
"lawSocietyRef": "TA6/11.4",
|
|
642
|
+
"title": "Are any of them tenants or lodgers?",
|
|
643
|
+
"$ref": "#/$defs/yesNo"
|
|
644
|
+
},
|
|
645
|
+
"vacantPossession": {
|
|
646
|
+
"lawSocietyRef": "TA6/11.5",
|
|
647
|
+
"type": "object",
|
|
648
|
+
"required": ["soldWithVacantPossession"],
|
|
614
649
|
"properties": {
|
|
615
|
-
"
|
|
616
|
-
"
|
|
650
|
+
"soldWithVacantPossession": {
|
|
651
|
+
"type": "string",
|
|
652
|
+
"title": "Is the property being sold with vacant possession?",
|
|
653
|
+
"enum": ["Yes", "No"]
|
|
617
654
|
}
|
|
618
655
|
},
|
|
619
|
-
"
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
"
|
|
623
|
-
|
|
624
|
-
"
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
"title": "Please specify their full names and ages.",
|
|
629
|
-
"type": "array",
|
|
630
|
-
"minItems": 1,
|
|
631
|
-
"items": {
|
|
632
|
-
"type": "object",
|
|
633
|
-
"properties": {
|
|
634
|
-
"firstName": {
|
|
635
|
-
"title": "First Name",
|
|
636
|
-
"type": "string",
|
|
637
|
-
"minLength": 1
|
|
638
|
-
},
|
|
639
|
-
"middleNames": {
|
|
640
|
-
"title": "Middle name(s) if any",
|
|
641
|
-
"type": "string"
|
|
642
|
-
},
|
|
643
|
-
"lastName": {
|
|
644
|
-
"title": "Last Name",
|
|
645
|
-
"type": "string",
|
|
646
|
-
"minLength": 1
|
|
647
|
-
},
|
|
648
|
-
"age": {
|
|
649
|
-
"title": "Age",
|
|
650
|
-
"type": "integer"
|
|
651
|
-
}
|
|
652
|
-
},
|
|
653
|
-
"required": ["firstName", "lastName", "age"]
|
|
656
|
+
"discriminator": {
|
|
657
|
+
"propertyName": "soldWithVacantPossession"
|
|
658
|
+
},
|
|
659
|
+
"oneOf": [
|
|
660
|
+
{
|
|
661
|
+
"properties": {
|
|
662
|
+
"soldWithVacantPossession": {
|
|
663
|
+
"enum": ["No"]
|
|
664
|
+
}
|
|
654
665
|
}
|
|
655
666
|
},
|
|
656
|
-
|
|
657
|
-
"baspiRef": "B6.1",
|
|
658
|
-
"RDSRef": "Property/Flags",
|
|
659
|
-
"lawSocietyRef": "TA6/11.4",
|
|
660
|
-
"title": "Are any of them tenants or lodgers?",
|
|
661
|
-
"$ref": "#/$defs/yesNo"
|
|
662
|
-
},
|
|
663
|
-
"vacantPossession": {
|
|
664
|
-
"lawSocietyRef": "TA6/11.5",
|
|
665
|
-
"type": "object",
|
|
666
|
-
"required": ["soldWithVacantPossession"],
|
|
667
|
+
{
|
|
667
668
|
"properties": {
|
|
668
669
|
"soldWithVacantPossession": {
|
|
669
|
-
"
|
|
670
|
-
|
|
671
|
-
|
|
670
|
+
"enum": ["Yes"]
|
|
671
|
+
},
|
|
672
|
+
"aged17OrOverAgreedToLeave": {
|
|
673
|
+
"baspiRef": "B6.4",
|
|
674
|
+
"RDSRef": "RightsHolders,TenureAgreements,Notifications",
|
|
675
|
+
"lawSocietyRef": "TA6/11.5a",
|
|
676
|
+
"title": "Have all occupiers aged 17 or over agreed to leave prior to completion?",
|
|
677
|
+
"$ref": "#/$defs/yesNo"
|
|
678
|
+
},
|
|
679
|
+
"aged17OrOverWillSignToConfirmWillVacate": {
|
|
680
|
+
"baspiRef": "B6.4",
|
|
681
|
+
"RDSRef": "RightsHolders,TenureAgreements,Notifications",
|
|
682
|
+
"lawSocietyRef": "TA6/11.5b",
|
|
683
|
+
"title": "Have all occupiers aged 17 or over, agreed to sign the sale contract?",
|
|
684
|
+
"$ref": "#/$defs/yesNoDetailIfNo",
|
|
685
|
+
"description": "If 'No', please supply other evidence that the property will be vacant on completion."
|
|
672
686
|
}
|
|
673
687
|
},
|
|
674
|
-
"
|
|
675
|
-
"
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
"properties": {
|
|
679
|
-
"soldWithVacantPossession": {
|
|
680
|
-
"enum": ["No"]
|
|
681
|
-
}
|
|
682
|
-
},
|
|
683
|
-
"additionalProperties": false
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"properties": {
|
|
687
|
-
"soldWithVacantPossession": {
|
|
688
|
-
"enum": ["Yes"]
|
|
689
|
-
},
|
|
690
|
-
"aged17OrOverAgreedToLeave": {
|
|
691
|
-
"baspiRef": "B6.4",
|
|
692
|
-
"RDSRef": "RightsHolders,TenureAgreements,Notifications",
|
|
693
|
-
"lawSocietyRef": "TA6/11.5a",
|
|
694
|
-
"title": "Have all occupiers aged 17 or over agreed to leave prior to completion?",
|
|
695
|
-
"$ref": "#/$defs/yesNo"
|
|
696
|
-
},
|
|
697
|
-
"aged17OrOverWillSignToConfirmWillVacate": {
|
|
698
|
-
"baspiRef": "B6.4",
|
|
699
|
-
"RDSRef": "RightsHolders,TenureAgreements,Notifications",
|
|
700
|
-
"lawSocietyRef": "TA6/11.5b",
|
|
701
|
-
"title": "Have all occupiers aged 17 or over, agreed to sign the sale contract?",
|
|
702
|
-
"$ref": "#/$defs/yesNoDetailIfNo",
|
|
703
|
-
"description": "If 'No', please supply other evidence that the property will be vacant on completion."
|
|
704
|
-
}
|
|
705
|
-
},
|
|
706
|
-
"required": [
|
|
707
|
-
"aged17OrOverAgreedToLeave",
|
|
708
|
-
"aged17OrOverWillSignToConfirmWillVacate"
|
|
709
|
-
]
|
|
710
|
-
}
|
|
711
|
-
]
|
|
712
|
-
}
|
|
713
|
-
}
|
|
688
|
+
"required": [
|
|
689
|
+
"aged17OrOverAgreedToLeave",
|
|
690
|
+
"aged17OrOverWillSignToConfirmWillVacate"
|
|
691
|
+
]
|
|
714
692
|
}
|
|
715
|
-
},
|
|
716
|
-
"required": [
|
|
717
|
-
"aged17OrOverNames",
|
|
718
|
-
"aged17OrOverTenantsOrLodgers",
|
|
719
|
-
"vacantPossession"
|
|
720
693
|
]
|
|
721
694
|
}
|
|
695
|
+
},
|
|
696
|
+
"required": [
|
|
697
|
+
"aged17OrOverNames",
|
|
698
|
+
"aged17OrOverTenantsOrLodgers",
|
|
699
|
+
"vacantPossession"
|
|
722
700
|
]
|
|
723
701
|
}
|
|
724
|
-
|
|
702
|
+
]
|
|
725
703
|
}
|
|
726
704
|
}
|
|
727
705
|
},
|
|
@@ -759,39 +737,32 @@
|
|
|
759
737
|
}
|
|
760
738
|
},
|
|
761
739
|
"required": ["yesNo"],
|
|
762
|
-
"
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
740
|
+
"discriminator": { "propertyName": "yesNo" },
|
|
741
|
+
"oneOf": [
|
|
742
|
+
{
|
|
743
|
+
"properties": {
|
|
744
|
+
"yesNo": {
|
|
745
|
+
"enum": ["No"]
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"properties": {
|
|
751
|
+
"yesNo": {
|
|
752
|
+
"enum": ["Yes"]
|
|
772
753
|
},
|
|
773
|
-
{
|
|
774
|
-
"
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
"enum": ["Sale", "Purchase", "Remortgage"]
|
|
781
|
-
},
|
|
782
|
-
"dependentPropertyAddress": {
|
|
783
|
-
"title": "Address",
|
|
784
|
-
"$ref": "#/$defs/address"
|
|
785
|
-
}
|
|
786
|
-
},
|
|
787
|
-
"required": [
|
|
788
|
-
"propertyDependencyType",
|
|
789
|
-
"dependentPropertyAddress"
|
|
790
|
-
]
|
|
754
|
+
"propertyDependencyType": {
|
|
755
|
+
"type": "string",
|
|
756
|
+
"enum": ["Sale", "Purchase", "Remortgage"]
|
|
757
|
+
},
|
|
758
|
+
"dependentPropertyAddress": {
|
|
759
|
+
"title": "Address",
|
|
760
|
+
"$ref": "#/$defs/address"
|
|
791
761
|
}
|
|
792
|
-
|
|
762
|
+
},
|
|
763
|
+
"required": ["propertyDependencyType", "dependentPropertyAddress"]
|
|
793
764
|
}
|
|
794
|
-
|
|
765
|
+
]
|
|
795
766
|
},
|
|
796
767
|
"moveRestrictionDates": {
|
|
797
768
|
"baspiRef": "B7.3",
|
|
@@ -804,39 +775,35 @@
|
|
|
804
775
|
"yesNo": {
|
|
805
776
|
"type": "string",
|
|
806
777
|
"title": "",
|
|
807
|
-
"enum": ["
|
|
778
|
+
"enum": ["Yes", "No"]
|
|
808
779
|
}
|
|
809
780
|
},
|
|
810
781
|
"required": ["yesNo"],
|
|
811
|
-
"
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
782
|
+
"discriminator": { "propertyName": "yesNo" },
|
|
783
|
+
"oneOf": [
|
|
784
|
+
{
|
|
785
|
+
"properties": {
|
|
786
|
+
"yesNo": {
|
|
787
|
+
"enum": ["No"]
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"properties": {
|
|
793
|
+
"yesNo": {
|
|
794
|
+
"enum": ["Yes"]
|
|
821
795
|
},
|
|
822
|
-
{
|
|
823
|
-
"
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
"type": "array",
|
|
829
|
-
"items": {
|
|
830
|
-
"type": "string",
|
|
831
|
-
"format": "date"
|
|
832
|
-
}
|
|
833
|
-
}
|
|
834
|
-
},
|
|
835
|
-
"required": ["restrictedDates"]
|
|
796
|
+
"restrictedDates": {
|
|
797
|
+
"type": "array",
|
|
798
|
+
"items": {
|
|
799
|
+
"type": "string",
|
|
800
|
+
"format": "date"
|
|
801
|
+
}
|
|
836
802
|
}
|
|
837
|
-
|
|
803
|
+
},
|
|
804
|
+
"required": ["restrictedDates"]
|
|
838
805
|
}
|
|
839
|
-
|
|
806
|
+
]
|
|
840
807
|
},
|
|
841
808
|
"sufficientToRepayAllMortgages": {
|
|
842
809
|
"lawSocietyRef": "TA6/14.3",
|
|
@@ -852,36 +819,32 @@
|
|
|
852
819
|
"yesNo": {
|
|
853
820
|
"type": "string",
|
|
854
821
|
"title": "",
|
|
855
|
-
"enum": ["
|
|
822
|
+
"enum": ["Yes", "No"]
|
|
856
823
|
}
|
|
857
824
|
},
|
|
858
825
|
"required": ["yesNo"],
|
|
859
|
-
"
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
826
|
+
"discriminator": { "propertyName": "yesNo" },
|
|
827
|
+
"oneOf": [
|
|
828
|
+
{
|
|
829
|
+
"properties": {
|
|
830
|
+
"yesNo": {
|
|
831
|
+
"enum": ["No"]
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"properties": {
|
|
837
|
+
"yesNo": {
|
|
838
|
+
"enum": ["Yes"]
|
|
869
839
|
},
|
|
870
|
-
{
|
|
871
|
-
"
|
|
872
|
-
|
|
873
|
-
"enum": ["Yes"]
|
|
874
|
-
},
|
|
875
|
-
"willHandoverLogbook": {
|
|
876
|
-
"title": "Please confirm that on completion you will transfer it to the new owner",
|
|
877
|
-
"type": "boolean"
|
|
878
|
-
}
|
|
879
|
-
},
|
|
880
|
-
"required": ["willHandoverLogbook"]
|
|
840
|
+
"willHandoverLogbook": {
|
|
841
|
+
"title": "Please confirm that on completion you will transfer it to the new owner",
|
|
842
|
+
"type": "boolean"
|
|
881
843
|
}
|
|
882
|
-
|
|
844
|
+
},
|
|
845
|
+
"required": ["willHandoverLogbook"]
|
|
883
846
|
}
|
|
884
|
-
|
|
847
|
+
]
|
|
885
848
|
}
|
|
886
849
|
}
|
|
887
850
|
},
|
|
@@ -929,33 +892,29 @@
|
|
|
929
892
|
}
|
|
930
893
|
},
|
|
931
894
|
"required": ["yesNo"],
|
|
932
|
-
"
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
895
|
+
"discriminator": { "propertyName": "yesNo" },
|
|
896
|
+
"oneOf": [
|
|
897
|
+
{
|
|
898
|
+
"properties": {
|
|
899
|
+
"yesNo": {
|
|
900
|
+
"enum": ["No"]
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"properties": {
|
|
906
|
+
"yesNo": {
|
|
907
|
+
"enum": ["Yes"]
|
|
942
908
|
},
|
|
943
|
-
{
|
|
944
|
-
"
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
},
|
|
948
|
-
"details": {
|
|
949
|
-
"title": "Details",
|
|
950
|
-
"type": "string",
|
|
951
|
-
"minLength": 1
|
|
952
|
-
}
|
|
953
|
-
},
|
|
954
|
-
"required": ["details"]
|
|
909
|
+
"details": {
|
|
910
|
+
"title": "Details",
|
|
911
|
+
"type": "string",
|
|
912
|
+
"minLength": 1
|
|
955
913
|
}
|
|
956
|
-
|
|
914
|
+
},
|
|
915
|
+
"required": ["details"]
|
|
957
916
|
}
|
|
958
|
-
|
|
917
|
+
]
|
|
959
918
|
},
|
|
960
919
|
"yesNoDetailIfNo": {
|
|
961
920
|
"type": "object",
|
|
@@ -967,33 +926,29 @@
|
|
|
967
926
|
}
|
|
968
927
|
},
|
|
969
928
|
"required": ["yesNo"],
|
|
970
|
-
"
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
929
|
+
"discriminator": { "propertyName": "yesNo" },
|
|
930
|
+
"oneOf": [
|
|
931
|
+
{
|
|
932
|
+
"properties": {
|
|
933
|
+
"yesNo": {
|
|
934
|
+
"enum": ["Yes"]
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"properties": {
|
|
940
|
+
"yesNo": {
|
|
941
|
+
"enum": ["No"]
|
|
980
942
|
},
|
|
981
|
-
{
|
|
982
|
-
"
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
},
|
|
986
|
-
"details": {
|
|
987
|
-
"title": "Details",
|
|
988
|
-
"type": "string",
|
|
989
|
-
"minLength": 1
|
|
990
|
-
}
|
|
991
|
-
},
|
|
992
|
-
"required": ["details"]
|
|
943
|
+
"details": {
|
|
944
|
+
"title": "Details",
|
|
945
|
+
"type": "string",
|
|
946
|
+
"minLength": 1
|
|
993
947
|
}
|
|
994
|
-
|
|
948
|
+
},
|
|
949
|
+
"required": ["details"]
|
|
995
950
|
}
|
|
996
|
-
|
|
951
|
+
]
|
|
997
952
|
},
|
|
998
953
|
"yesNoNotRequiredDetailIfNoNotRequired": {
|
|
999
954
|
"type": "object",
|
|
@@ -1005,33 +960,29 @@
|
|
|
1005
960
|
}
|
|
1006
961
|
},
|
|
1007
962
|
"required": ["yesNo"],
|
|
1008
|
-
"
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
963
|
+
"discriminator": { "propertyName": "yesNo" },
|
|
964
|
+
"oneOf": [
|
|
965
|
+
{
|
|
966
|
+
"properties": {
|
|
967
|
+
"yesNo": {
|
|
968
|
+
"enum": ["Yes"]
|
|
969
|
+
}
|
|
970
|
+
}
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"properties": {
|
|
974
|
+
"yesNo": {
|
|
975
|
+
"enum": ["No", "Not required"]
|
|
1018
976
|
},
|
|
1019
|
-
{
|
|
1020
|
-
"
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
},
|
|
1024
|
-
"details": {
|
|
1025
|
-
"title": "Please outline the reasons why",
|
|
1026
|
-
"type": "string",
|
|
1027
|
-
"minLength": 1
|
|
1028
|
-
}
|
|
1029
|
-
},
|
|
1030
|
-
"required": ["details"]
|
|
977
|
+
"details": {
|
|
978
|
+
"title": "Please outline the reasons why",
|
|
979
|
+
"type": "string",
|
|
980
|
+
"minLength": 1
|
|
1031
981
|
}
|
|
1032
|
-
|
|
982
|
+
},
|
|
983
|
+
"required": ["details"]
|
|
1033
984
|
}
|
|
1034
|
-
|
|
985
|
+
]
|
|
1035
986
|
},
|
|
1036
987
|
"address": {
|
|
1037
988
|
"type": "object",
|