@pdtf/schemas 3.6.0-dev.7 → 3.6.0-dev.8
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/busy-spence-79c6bf/CLAUDE.md +101 -0
- package/busy-spence-79c6bf/LICENSE +21 -0
- package/busy-spence-79c6bf/README.md +435 -0
- package/busy-spence-79c6bf/docs/branch-release-workflow.md +138 -0
- package/busy-spence-79c6bf/docs/sef25-extensions-ui-spec.md +355 -0
- package/busy-spence-79c6bf/index.js +654 -0
- package/busy-spence-79c6bf/package-lock.json +7299 -0
- package/busy-spence-79c6bf/package.json +44 -0
- package/busy-spence-79c6bf/scripts/ta6ed6-titles.js +403 -0
- package/busy-spence-79c6bf/scripts/ta7ed5-titles.js +183 -0
- package/busy-spence-79c6bf/src/examples/v1/exampleAddParticipantVouch.json +32 -0
- package/busy-spence-79c6bf/src/examples/v1/exampleDocumentedVouch.json +40 -0
- package/busy-spence-79c6bf/src/examples/v1/exampleElectronicRecord.json +30 -0
- package/busy-spence-79c6bf/src/examples/v1/exampleTransaction.json +878 -0
- package/busy-spence-79c6bf/src/examples/v1/exampleVouch.json +25 -0
- package/busy-spence-79c6bf/src/examples/v2/exampleTransaction.json +901 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleAddParticipantVouch.json +38 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleCustomOverlay.json +55 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleCustomOverlay2.json +93 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleDocumentedVouch.json +47 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleElectronicRecord.json +36 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleTransaction.json +1038 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleVouch.json +32 -0
- package/busy-spence-79c6bf/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
- package/busy-spence-79c6bf/src/mappings/adf.js +198 -0
- package/busy-spence-79c6bf/src/schemas/v1/GeoJSON.json +1279 -0
- package/busy-spence-79c6bf/src/schemas/v1/baspiNotes.html +102 -0
- package/busy-spence-79c6bf/src/schemas/v1/energy-performance-certificate.json +124 -0
- package/busy-spence-79c6bf/src/schemas/v1/freehold-information.json +2051 -0
- package/busy-spence-79c6bf/src/schemas/v1/leasehold-information.json +2064 -0
- package/busy-spence-79c6bf/src/schemas/v1/legal-information.json +1045 -0
- package/busy-spence-79c6bf/src/schemas/v1/material-facts.json +2109 -0
- package/busy-spence-79c6bf/src/schemas/v1/pdtf-transaction-search-results.json +40 -0
- package/busy-spence-79c6bf/src/schemas/v1/pdtf-transaction.json +191 -0
- package/busy-spence-79c6bf/src/schemas/v1/searches/drainage-and-water.json +261 -0
- package/busy-spence-79c6bf/src/schemas/v1/searches/local-land-charges.json +69 -0
- package/busy-spence-79c6bf/src/schemas/v1/searches/local-searches-required.json +857 -0
- package/busy-spence-79c6bf/src/schemas/v1/searches.json +237 -0
- package/busy-spence-79c6bf/src/schemas/v1/title-deed.json +841 -0
- package/busy-spence-79c6bf/src/schemas/v2/baspiNotes.html +102 -0
- package/busy-spence-79c6bf/src/schemas/v2/combined.json +37731 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/baspi.json +8132 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/con29DW.json +705 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/con29R.json +2956 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/fme1.json +1259 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/llc1.json +25 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/lpe1.json +2171 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/nts.json +326 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/oc1.json +2799 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/piq.json +3419 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/rds.json +3736 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/ta10.json +5306 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/ta6.json +4533 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/ta7.json +1045 -0
- package/busy-spence-79c6bf/src/schemas/v2/pdtf-transaction.json +34351 -0
- package/busy-spence-79c6bf/src/schemas/v2/skeleton.json +3973 -0
- package/busy-spence-79c6bf/src/schemas/v3/combined.json +48643 -0
- package/busy-spence-79c6bf/src/schemas/v3/compactSkeleton.txt +4519 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/README.md +299 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/baspi4.json +8030 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/baspi5.json +8180 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/con29DW.json +716 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/con29R.json +2981 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/ac.json +334 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/as.json +74 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/dk.json +33 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/dr.json +73 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/er.json +85 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/fd.json +75 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/hi.json +51 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/hs.json +73 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/ic.json +94 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/jk.json +96 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/la.json +85 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/lc.json +76 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/ma.json +90 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/mc.json +38 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/mi.json +70 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/nd.json +44 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/oa.json +24 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/oc.json +57 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/pc.json +38 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/ph.json +195 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/rw.json +69 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/sb.json +73 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/sc.json +133 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/sd.json +64 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/sf.json +74 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/sl.json +68 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/ta.json +204 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/tf.json +103 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/tr.json +74 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/wg.json +351 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/fme1.json +1266 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/llc1.json +25 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/lpe1.json +2199 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/nts.json +2159 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/nts2.json +2744 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ntsl.json +1815 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ntsl2.json +2219 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/oc1.json +2817 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/piq.json +3324 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/rds.json +3668 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/sef25.json +1653 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/sr24.json +38 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ta10.json +4645 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ta6.json +4572 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ta6ed6.json +6665 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ta7.json +1537 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ta7ed5.json +1585 -0
- package/busy-spence-79c6bf/src/schemas/v3/pdtf-transaction.json +41570 -0
- package/busy-spence-79c6bf/src/schemas/v3/skeleton.json +5767 -0
- package/busy-spence-79c6bf/src/schemas/verifiedClaims/README.md +21 -0
- package/busy-spence-79c6bf/src/schemas/verifiedClaims/pdtf-verified-claims.json +447 -0
- package/busy-spence-79c6bf/src/utils/compactSkeleton.js +84 -0
- package/busy-spence-79c6bf/src/utils/countTokens.js +67 -0
- package/busy-spence-79c6bf/src/utils/extractExtensionOverlays.js +633 -0
- package/busy-spence-79c6bf/src/utils/extractOverlay.js +381 -0
- package/busy-spence-79c6bf/src/utils/extractProperties.js +44 -0
- package/busy-spence-79c6bf/src/utils/listPathTitles.js +36 -0
- package/busy-spence-79c6bf/src/utils/minimalSkeleton.js +85 -0
- package/busy-spence-79c6bf/src/utils/pathList.csv +903 -0
- package/busy-spence-79c6bf/src/utils/pathSkeleton.js +181 -0
- package/busy-spence-79c6bf/ta6ed6-titles-plan.md +118 -0
- package/busy-spence-79c6bf/ta7ed5-titles-spec.md +89 -0
- package/package.json +1 -1
- package/src/schemas/v3/combined.json +225 -47
- package/src/schemas/v3/overlays/llc1.json +1 -2
- package/src/schemas/v3/overlays/ta6ed6.json +204 -75
- package/src/schemas/v3/overlays/ta7ed5.json +54 -20
|
@@ -100,6 +100,7 @@
|
|
|
100
100
|
"required": [
|
|
101
101
|
"capacity"
|
|
102
102
|
],
|
|
103
|
+
"title": "What is your role in the sale?",
|
|
103
104
|
"properties": {
|
|
104
105
|
"capacity": {
|
|
105
106
|
"ta6ed6Ref": "1.4"
|
|
@@ -107,7 +108,8 @@
|
|
|
107
108
|
}
|
|
108
109
|
},
|
|
109
110
|
"dateBecameOwnerOrAuthority": {
|
|
110
|
-
"ta6ed6Ref": "1.5"
|
|
111
|
+
"ta6ed6Ref": "1.5",
|
|
112
|
+
"title": "When did you become the owner of, or get authority to sell, the property? (DD/MM/YYYY)"
|
|
111
113
|
}
|
|
112
114
|
},
|
|
113
115
|
"required": [
|
|
@@ -158,6 +160,7 @@
|
|
|
158
160
|
"line1",
|
|
159
161
|
"postcode"
|
|
160
162
|
],
|
|
163
|
+
"title": "Address of the property",
|
|
161
164
|
"properties": {
|
|
162
165
|
"line1": {
|
|
163
166
|
"ta6ed6Ref": "1.1.1"
|
|
@@ -178,6 +181,7 @@
|
|
|
178
181
|
},
|
|
179
182
|
"uprn": {
|
|
180
183
|
"ta6ed6Ref": "1.2",
|
|
184
|
+
"title": "UPRN (if known)",
|
|
181
185
|
"description": "Unique Property Reference Number (digits)"
|
|
182
186
|
},
|
|
183
187
|
"parking": {
|
|
@@ -189,7 +193,8 @@
|
|
|
189
193
|
],
|
|
190
194
|
"properties": {
|
|
191
195
|
"parkingArrangements": {
|
|
192
|
-
"ta6ed6Ref": "10.1"
|
|
196
|
+
"ta6ed6Ref": "10.1",
|
|
197
|
+
"title": "What are the parking arrangements at the property?"
|
|
193
198
|
},
|
|
194
199
|
"controlledParking": {
|
|
195
200
|
"ta6ed6Ref": "10.2",
|
|
@@ -308,6 +313,7 @@
|
|
|
308
313
|
"required": [
|
|
309
314
|
"yesNo"
|
|
310
315
|
],
|
|
316
|
+
"title": "Does the property have an electric vehicle (EV) charging point?",
|
|
311
317
|
"properties": {
|
|
312
318
|
"yesNo": {
|
|
313
319
|
"ta6ed6Ref": "10.3.1"
|
|
@@ -492,6 +498,7 @@
|
|
|
492
498
|
"required": [
|
|
493
499
|
"hasGreenDealLoan"
|
|
494
500
|
],
|
|
501
|
+
"title": "Green Deal",
|
|
495
502
|
"properties": {
|
|
496
503
|
"hasGreenDealLoan": {
|
|
497
504
|
"ta6ed6Ref": "8.5.1",
|
|
@@ -516,7 +523,8 @@
|
|
|
516
523
|
]
|
|
517
524
|
},
|
|
518
525
|
"details": {
|
|
519
|
-
"ta6ed6Ref": "8.5.1b"
|
|
526
|
+
"ta6ed6Ref": "8.5.1b",
|
|
527
|
+
"title": "Give details of all installations and supply a copy of your last electricity bill"
|
|
520
528
|
},
|
|
521
529
|
"attachments": {
|
|
522
530
|
"ta6ed6Ref": "8.5.1c"
|
|
@@ -531,6 +539,7 @@
|
|
|
531
539
|
"required": [
|
|
532
540
|
"yesNo"
|
|
533
541
|
],
|
|
542
|
+
"title": "Have any installations in the property been financed under the Green Deal scheme?",
|
|
534
543
|
"properties": {
|
|
535
544
|
"yesNo": {
|
|
536
545
|
"ta6ed6Ref": "8.5.1a"
|
|
@@ -547,6 +556,7 @@
|
|
|
547
556
|
"hasDisputesAndComplaints",
|
|
548
557
|
"leadingToDisputesAndComplaints"
|
|
549
558
|
],
|
|
559
|
+
"title": "Disputes",
|
|
550
560
|
"properties": {
|
|
551
561
|
"hasDisputesAndComplaints": {
|
|
552
562
|
"ta6ed6Ref": "3.1",
|
|
@@ -571,7 +581,8 @@
|
|
|
571
581
|
]
|
|
572
582
|
},
|
|
573
583
|
"details": {
|
|
574
|
-
"ta6ed6Ref": "3.1.2"
|
|
584
|
+
"ta6ed6Ref": "3.1.2",
|
|
585
|
+
"title": "Give details such as when this took place and who was involved"
|
|
575
586
|
}
|
|
576
587
|
},
|
|
577
588
|
"required": [
|
|
@@ -650,6 +661,7 @@
|
|
|
650
661
|
"planningPermissionBreaches",
|
|
651
662
|
"unresolvedPlanningIssues"
|
|
652
663
|
],
|
|
664
|
+
"title": "Alterations",
|
|
653
665
|
"properties": {
|
|
654
666
|
"nonResidentialPurposes": {
|
|
655
667
|
"ta6ed6Ref": "5.3",
|
|
@@ -674,7 +686,8 @@
|
|
|
674
686
|
]
|
|
675
687
|
},
|
|
676
688
|
"details": {
|
|
677
|
-
"ta6ed6Ref": "5.3.2"
|
|
689
|
+
"ta6ed6Ref": "5.3.2",
|
|
690
|
+
"title": "Give details and supply a copy of any relevant planning permission"
|
|
678
691
|
},
|
|
679
692
|
"attachments": {
|
|
680
693
|
"ta6ed6Ref": "5.3.3"
|
|
@@ -938,6 +951,7 @@
|
|
|
938
951
|
"required": [
|
|
939
952
|
"yesNo"
|
|
940
953
|
],
|
|
954
|
+
"title": "Replacement windows, roof windows, roof lights, glazed doors since 1 April 2002",
|
|
941
955
|
"properties": {
|
|
942
956
|
"yesNo": {
|
|
943
957
|
"ta6ed6Ref": "5.1a"
|
|
@@ -1365,6 +1379,7 @@
|
|
|
1365
1379
|
"required": [
|
|
1366
1380
|
"yesNo"
|
|
1367
1381
|
],
|
|
1382
|
+
"title": "Conservatory",
|
|
1368
1383
|
"properties": {
|
|
1369
1384
|
"yesNo": {
|
|
1370
1385
|
"ta6ed6Ref": "5.1c"
|
|
@@ -2467,6 +2482,7 @@
|
|
|
2467
2482
|
"required": [
|
|
2468
2483
|
"yesNo"
|
|
2469
2484
|
],
|
|
2485
|
+
"title": "Are you aware of any breaches of planning permission conditions or building regulations consent conditions, unfinished work or work that does not have all necessary consents?",
|
|
2470
2486
|
"properties": {
|
|
2471
2487
|
"yesNo": {
|
|
2472
2488
|
"ta6ed6Ref": "5.4.1"
|
|
@@ -2507,6 +2523,7 @@
|
|
|
2507
2523
|
"required": [
|
|
2508
2524
|
"yesNo"
|
|
2509
2525
|
],
|
|
2526
|
+
"title": "Are you aware of any planning or building control issues that need to be resolved?",
|
|
2510
2527
|
"properties": {
|
|
2511
2528
|
"yesNo": {
|
|
2512
2529
|
"ta6ed6Ref": "5.5.1"
|
|
@@ -2547,7 +2564,8 @@
|
|
|
2547
2564
|
]
|
|
2548
2565
|
},
|
|
2549
2566
|
"details": {
|
|
2550
|
-
"ta6ed6Ref": "4.2.2"
|
|
2567
|
+
"ta6ed6Ref": "4.2.2",
|
|
2568
|
+
"title": "Please give details"
|
|
2551
2569
|
}
|
|
2552
2570
|
},
|
|
2553
2571
|
"required": [
|
|
@@ -2558,6 +2576,7 @@
|
|
|
2558
2576
|
"required": [
|
|
2559
2577
|
"yesNo"
|
|
2560
2578
|
],
|
|
2579
|
+
"title": "Are you aware of any plans or proposals to develop property or land nearby?",
|
|
2561
2580
|
"properties": {
|
|
2562
2581
|
"yesNo": {
|
|
2563
2582
|
"ta6ed6Ref": "4.2.1"
|
|
@@ -2587,7 +2606,8 @@
|
|
|
2587
2606
|
]
|
|
2588
2607
|
},
|
|
2589
2608
|
"details": {
|
|
2590
|
-
"ta6ed6Ref": "4.3.2"
|
|
2609
|
+
"ta6ed6Ref": "4.3.2",
|
|
2610
|
+
"title": "Please give details"
|
|
2591
2611
|
}
|
|
2592
2612
|
},
|
|
2593
2613
|
"required": [
|
|
@@ -2598,6 +2618,7 @@
|
|
|
2598
2618
|
"required": [
|
|
2599
2619
|
"yesNo"
|
|
2600
2620
|
],
|
|
2621
|
+
"title": "Are you aware of any proposals to make alterations to or change the use of buildings nearby?",
|
|
2601
2622
|
"properties": {
|
|
2602
2623
|
"yesNo": {
|
|
2603
2624
|
"ta6ed6Ref": "4.3.1"
|
|
@@ -2627,7 +2648,8 @@
|
|
|
2627
2648
|
]
|
|
2628
2649
|
},
|
|
2629
2650
|
"details": {
|
|
2630
|
-
"ta6ed6Ref": "2.5.2"
|
|
2651
|
+
"ta6ed6Ref": "2.5.2",
|
|
2652
|
+
"title": "Supply a copy and give details of any works carried out or agreed"
|
|
2631
2653
|
}
|
|
2632
2654
|
},
|
|
2633
2655
|
"required": [
|
|
@@ -2638,6 +2660,7 @@
|
|
|
2638
2660
|
"required": [
|
|
2639
2661
|
"yesNo"
|
|
2640
2662
|
],
|
|
2663
|
+
"title": "Are you aware of any notice being served or received under the Party Wall etc. Act 1996 in respect of any shared/party walls or boundaries?",
|
|
2641
2664
|
"properties": {
|
|
2642
2665
|
"yesNo": {
|
|
2643
2666
|
"ta6ed6Ref": "2.5.1"
|
|
@@ -2667,7 +2690,8 @@
|
|
|
2667
2690
|
]
|
|
2668
2691
|
},
|
|
2669
2692
|
"details": {
|
|
2670
|
-
"ta6ed6Ref": "4.1.2"
|
|
2693
|
+
"ta6ed6Ref": "4.1.2",
|
|
2694
|
+
"title": "Please give details"
|
|
2671
2695
|
}
|
|
2672
2696
|
},
|
|
2673
2697
|
"required": [
|
|
@@ -2678,6 +2702,7 @@
|
|
|
2678
2702
|
"required": [
|
|
2679
2703
|
"yesNo"
|
|
2680
2704
|
],
|
|
2705
|
+
"title": "Are you aware of any notices, communications, negotiations or discussions which affect the property or a property nearby? For example, from or to a neighbour, council or government department.",
|
|
2681
2706
|
"properties": {
|
|
2682
2707
|
"yesNo": {
|
|
2683
2708
|
"ta6ed6Ref": "4.1.1"
|
|
@@ -2716,7 +2741,8 @@
|
|
|
2716
2741
|
]
|
|
2717
2742
|
},
|
|
2718
2743
|
"managementPlanInPlace": {
|
|
2719
|
-
"ta6ed6Ref": "8.6.2"
|
|
2744
|
+
"ta6ed6Ref": "8.6.2",
|
|
2745
|
+
"title": "Is there a Japanese knotweed management and treatment plan in place?"
|
|
2720
2746
|
}
|
|
2721
2747
|
},
|
|
2722
2748
|
"required": [
|
|
@@ -2730,7 +2756,8 @@
|
|
|
2730
2756
|
],
|
|
2731
2757
|
"properties": {
|
|
2732
2758
|
"attachments": {
|
|
2733
|
-
"ta6ed6Ref": "8.6.3"
|
|
2759
|
+
"ta6ed6Ref": "8.6.3",
|
|
2760
|
+
"title": "Provide a copy of the plan with any insurance cover linked to the plan."
|
|
2734
2761
|
}
|
|
2735
2762
|
}
|
|
2736
2763
|
}
|
|
@@ -2741,6 +2768,7 @@
|
|
|
2741
2768
|
"yesNo",
|
|
2742
2769
|
"knotweedSurveyCarriedOut"
|
|
2743
2770
|
],
|
|
2771
|
+
"title": "Japanese knotweed",
|
|
2744
2772
|
"properties": {
|
|
2745
2773
|
"knotweedSurveyCarriedOut": {
|
|
2746
2774
|
"ta6ed6Ref": "8.7",
|
|
@@ -2784,7 +2812,8 @@
|
|
|
2784
2812
|
}
|
|
2785
2813
|
},
|
|
2786
2814
|
"yesNo": {
|
|
2787
|
-
"ta6ed6Ref": "8.6.1"
|
|
2815
|
+
"ta6ed6Ref": "8.6.1",
|
|
2816
|
+
"title": "Is the property affected by Japanese knotweed?"
|
|
2788
2817
|
}
|
|
2789
2818
|
}
|
|
2790
2819
|
}
|
|
@@ -2819,7 +2848,8 @@
|
|
|
2819
2848
|
]
|
|
2820
2849
|
},
|
|
2821
2850
|
"supplier": {
|
|
2822
|
-
"ta6ed6Ref": "12.1.2"
|
|
2851
|
+
"ta6ed6Ref": "12.1.2",
|
|
2852
|
+
"title": "Provider's name"
|
|
2823
2853
|
},
|
|
2824
2854
|
"electricityMeter": {
|
|
2825
2855
|
"ta6ed6Ref": "12.1.3",
|
|
@@ -2829,10 +2859,12 @@
|
|
|
2829
2859
|
],
|
|
2830
2860
|
"properties": {
|
|
2831
2861
|
"location": {
|
|
2832
|
-
"ta6ed6Ref": "12.1.3"
|
|
2862
|
+
"ta6ed6Ref": "12.1.3",
|
|
2863
|
+
"title": "Location of meter"
|
|
2833
2864
|
},
|
|
2834
2865
|
"mpan": {
|
|
2835
2866
|
"ta6ed6Ref": "12.1.4",
|
|
2867
|
+
"title": "MPAN number",
|
|
2836
2868
|
"description": "Your MPAN is on your electricity or dual fuel bill, usually in a box marked 'Supply Number'. It's 21 digits long and begins with 'S'. You'll only need the last 12 or 13 digits."
|
|
2837
2869
|
}
|
|
2838
2870
|
}
|
|
@@ -2892,7 +2924,8 @@
|
|
|
2892
2924
|
"ta6ed6Ref": "5.6a"
|
|
2893
2925
|
},
|
|
2894
2926
|
"yearInstalled": {
|
|
2895
|
-
"ta6ed6Ref": "5.6b"
|
|
2927
|
+
"ta6ed6Ref": "5.6b",
|
|
2928
|
+
"title": "Which year was the system installed? (YYYY)"
|
|
2896
2929
|
},
|
|
2897
2930
|
"panelsOwnedOutright": {
|
|
2898
2931
|
"ta6ed6Ref": "5.6c",
|
|
@@ -2922,6 +2955,7 @@
|
|
|
2922
2955
|
"required": [
|
|
2923
2956
|
"yesNo"
|
|
2924
2957
|
],
|
|
2958
|
+
"title": "Do you own the system outright?",
|
|
2925
2959
|
"properties": {
|
|
2926
2960
|
"yesNo": {
|
|
2927
2961
|
"ta6ed6Ref": "5.6c"
|
|
@@ -2959,6 +2993,7 @@
|
|
|
2959
2993
|
"required": [
|
|
2960
2994
|
"yesNo"
|
|
2961
2995
|
],
|
|
2996
|
+
"title": "Has a long lease of the roof or air space been granted to a solar power system provider? A typical long lease may last 20 to 25 years.",
|
|
2962
2997
|
"properties": {
|
|
2963
2998
|
"yesNo": {
|
|
2964
2999
|
"ta6ed6Ref": "5.6d1"
|
|
@@ -3043,6 +3078,7 @@
|
|
|
3043
3078
|
"required": [
|
|
3044
3079
|
"yesNo"
|
|
3045
3080
|
],
|
|
3081
|
+
"title": "Is there a battery for storing solar power?",
|
|
3046
3082
|
"properties": {
|
|
3047
3083
|
"yesNo": {
|
|
3048
3084
|
"ta6ed6Ref": "5.6f"
|
|
@@ -3120,6 +3156,7 @@
|
|
|
3120
3156
|
"required": [
|
|
3121
3157
|
"yesNo"
|
|
3122
3158
|
],
|
|
3159
|
+
"title": "Does the system feed into the National Grid?",
|
|
3123
3160
|
"properties": {
|
|
3124
3161
|
"yesNo": {
|
|
3125
3162
|
"ta6ed6Ref": "5.6g"
|
|
@@ -3154,6 +3191,7 @@
|
|
|
3154
3191
|
"required": [
|
|
3155
3192
|
"yesNo"
|
|
3156
3193
|
],
|
|
3194
|
+
"title": "Has a solar power system for generating electricity, hot water or heating been installed at the property?",
|
|
3157
3195
|
"properties": {
|
|
3158
3196
|
"yesNo": {
|
|
3159
3197
|
"ta6ed6Ref": "5.6",
|
|
@@ -3194,7 +3232,8 @@
|
|
|
3194
3232
|
"ta6ed6Ref": "12.6.3"
|
|
3195
3233
|
},
|
|
3196
3234
|
"serviceProviderName": {
|
|
3197
|
-
"ta6ed6Ref": "12.6.4"
|
|
3235
|
+
"ta6ed6Ref": "12.6.4",
|
|
3236
|
+
"title": "Service provider's name"
|
|
3198
3237
|
}
|
|
3199
3238
|
},
|
|
3200
3239
|
"required": [
|
|
@@ -3265,7 +3304,8 @@
|
|
|
3265
3304
|
]
|
|
3266
3305
|
},
|
|
3267
3306
|
"supplier": {
|
|
3268
|
-
"ta6ed6Ref": "12.3.2"
|
|
3307
|
+
"ta6ed6Ref": "12.3.2",
|
|
3308
|
+
"title": "Provider's name"
|
|
3269
3309
|
},
|
|
3270
3310
|
"stopcock": {
|
|
3271
3311
|
"ta6ed6Ref": "12.3.3",
|
|
@@ -3274,7 +3314,8 @@
|
|
|
3274
3314
|
],
|
|
3275
3315
|
"properties": {
|
|
3276
3316
|
"location": {
|
|
3277
|
-
"ta6ed6Ref": "12.3.3"
|
|
3317
|
+
"ta6ed6Ref": "12.3.3",
|
|
3318
|
+
"title": "Location of stopcock"
|
|
3278
3319
|
}
|
|
3279
3320
|
}
|
|
3280
3321
|
},
|
|
@@ -3301,7 +3342,8 @@
|
|
|
3301
3342
|
]
|
|
3302
3343
|
},
|
|
3303
3344
|
"location": {
|
|
3304
|
-
"ta6ed6Ref": "12.3.4"
|
|
3345
|
+
"ta6ed6Ref": "12.3.4",
|
|
3346
|
+
"title": "Location of meter (if any)"
|
|
3305
3347
|
}
|
|
3306
3348
|
},
|
|
3307
3349
|
"required": [
|
|
@@ -3396,6 +3438,7 @@
|
|
|
3396
3438
|
"required": [
|
|
3397
3439
|
"yesNo"
|
|
3398
3440
|
],
|
|
3441
|
+
"title": "Surface water drainage?",
|
|
3399
3442
|
"properties": {
|
|
3400
3443
|
"yesNo": {
|
|
3401
3444
|
"ta6ed6Ref": "11.5b",
|
|
@@ -3469,16 +3512,20 @@
|
|
|
3469
3512
|
]
|
|
3470
3513
|
},
|
|
3471
3514
|
"dateDischargeCommenced": {
|
|
3472
|
-
"ta6ed6Ref": "11.7a"
|
|
3515
|
+
"ta6ed6Ref": "11.7a",
|
|
3516
|
+
"title": "When did the discharge commence? (MM/YYYY)"
|
|
3473
3517
|
},
|
|
3474
3518
|
"dateInstalled": {
|
|
3475
|
-
"ta6ed6Ref": "11.7b"
|
|
3519
|
+
"ta6ed6Ref": "11.7b",
|
|
3520
|
+
"title": "When was the system installed? (MM/YYYY)"
|
|
3476
3521
|
},
|
|
3477
3522
|
"dateReplaced": {
|
|
3478
|
-
"ta6ed6Ref": "11.7c"
|
|
3523
|
+
"ta6ed6Ref": "11.7c",
|
|
3524
|
+
"title": "When was the sewerage system last replaced or upgraded? (MM/YYYY)"
|
|
3479
3525
|
},
|
|
3480
3526
|
"dateLastEmptied": {
|
|
3481
|
-
"ta6ed6Ref": "11.7d"
|
|
3527
|
+
"ta6ed6Ref": "11.7d",
|
|
3528
|
+
"title": "If a cesspool, when was the container last emptied? (MM/YYYY)"
|
|
3482
3529
|
}
|
|
3483
3530
|
},
|
|
3484
3531
|
"required": [
|
|
@@ -3495,16 +3542,20 @@
|
|
|
3495
3542
|
]
|
|
3496
3543
|
},
|
|
3497
3544
|
"dateDischargeCommenced": {
|
|
3498
|
-
"ta6ed6Ref": "11.7a"
|
|
3545
|
+
"ta6ed6Ref": "11.7a",
|
|
3546
|
+
"title": "When did the discharge commence? (MM/YYYY)"
|
|
3499
3547
|
},
|
|
3500
3548
|
"dateInstalled": {
|
|
3501
|
-
"ta6ed6Ref": "11.7b"
|
|
3549
|
+
"ta6ed6Ref": "11.7b",
|
|
3550
|
+
"title": "When was the system installed? (MM/YYYY)"
|
|
3502
3551
|
},
|
|
3503
3552
|
"dateReplaced": {
|
|
3504
|
-
"ta6ed6Ref": "11.7c"
|
|
3553
|
+
"ta6ed6Ref": "11.7c",
|
|
3554
|
+
"title": "When was the sewerage system last replaced or upgraded? (MM/YYYY)"
|
|
3505
3555
|
},
|
|
3506
3556
|
"dateLastEmptied": {
|
|
3507
|
-
"ta6ed6Ref": "11.7d"
|
|
3557
|
+
"ta6ed6Ref": "11.7d",
|
|
3558
|
+
"title": "If a cesspool, when was the container last emptied? (MM/YYYY)"
|
|
3508
3559
|
}
|
|
3509
3560
|
},
|
|
3510
3561
|
"required": [
|
|
@@ -3521,25 +3572,31 @@
|
|
|
3521
3572
|
]
|
|
3522
3573
|
},
|
|
3523
3574
|
"dateDischargeCommenced": {
|
|
3524
|
-
"ta6ed6Ref": "11.7a"
|
|
3575
|
+
"ta6ed6Ref": "11.7a",
|
|
3576
|
+
"title": "When did the discharge commence? (MM/YYYY)"
|
|
3525
3577
|
},
|
|
3526
3578
|
"supplier": {
|
|
3527
|
-
"ta6ed6Ref": "12.5.2"
|
|
3579
|
+
"ta6ed6Ref": "12.5.2",
|
|
3580
|
+
"title": "Provider's name"
|
|
3528
3581
|
},
|
|
3529
3582
|
"makeModel": {
|
|
3530
3583
|
"ta6ed6Ref": "12.5.3"
|
|
3531
3584
|
},
|
|
3532
3585
|
"serviceProviderName": {
|
|
3533
|
-
"ta6ed6Ref": "12.5.4"
|
|
3586
|
+
"ta6ed6Ref": "12.5.4",
|
|
3587
|
+
"title": "Service provider's name"
|
|
3534
3588
|
},
|
|
3535
3589
|
"dateInstalled": {
|
|
3536
|
-
"ta6ed6Ref": "11.7b"
|
|
3590
|
+
"ta6ed6Ref": "11.7b",
|
|
3591
|
+
"title": "When was the system installed? (MM/YYYY)"
|
|
3537
3592
|
},
|
|
3538
3593
|
"dateReplaced": {
|
|
3539
|
-
"ta6ed6Ref": "11.7c"
|
|
3594
|
+
"ta6ed6Ref": "11.7c",
|
|
3595
|
+
"title": "When was the sewerage system last replaced or upgraded? (MM/YYYY)"
|
|
3540
3596
|
},
|
|
3541
3597
|
"dateLastServiced": {
|
|
3542
|
-
"ta6ed6Ref": "11.7e"
|
|
3598
|
+
"ta6ed6Ref": "11.7e",
|
|
3599
|
+
"title": "If the property is served by a sewage treatment plant, when was the treatment plant last serviced? (MM/YYYY)"
|
|
3543
3600
|
}
|
|
3544
3601
|
},
|
|
3545
3602
|
"required": [
|
|
@@ -3614,6 +3671,7 @@
|
|
|
3614
3671
|
"required": [
|
|
3615
3672
|
"yesNo"
|
|
3616
3673
|
],
|
|
3674
|
+
"title": "Is the use of the sewerage system shared with other properties?",
|
|
3617
3675
|
"properties": {
|
|
3618
3676
|
"yesNo": {
|
|
3619
3677
|
"ta6ed6Ref": "11.7h"
|
|
@@ -3643,7 +3701,8 @@
|
|
|
3643
3701
|
]
|
|
3644
3702
|
},
|
|
3645
3703
|
"attachments": {
|
|
3646
|
-
"ta6ed6Ref": "11.7i"
|
|
3704
|
+
"ta6ed6Ref": "11.7i",
|
|
3705
|
+
"title": "Supply a plan showing the location of the system and how access is obtained."
|
|
3647
3706
|
}
|
|
3648
3707
|
},
|
|
3649
3708
|
"required": [
|
|
@@ -3654,6 +3713,7 @@
|
|
|
3654
3713
|
"required": [
|
|
3655
3714
|
"yesNo"
|
|
3656
3715
|
],
|
|
3716
|
+
"title": "Is any part of the sewerage system, or the access to it, outside the boundary of the property?",
|
|
3657
3717
|
"properties": {
|
|
3658
3718
|
"yesNo": {
|
|
3659
3719
|
"ta6ed6Ref": "11.7i"
|
|
@@ -3712,6 +3772,7 @@
|
|
|
3712
3772
|
"required": [
|
|
3713
3773
|
"yesNo"
|
|
3714
3774
|
],
|
|
3775
|
+
"title": "If the sewerage system discharges to the ground, does it have an infiltration system?",
|
|
3715
3776
|
"properties": {
|
|
3716
3777
|
"yesNo": {
|
|
3717
3778
|
"ta6ed6Ref": "11.7g"
|
|
@@ -3751,6 +3812,7 @@
|
|
|
3751
3812
|
"required": [
|
|
3752
3813
|
"yesNo"
|
|
3753
3814
|
],
|
|
3815
|
+
"title": "Foul water drainage?",
|
|
3754
3816
|
"properties": {
|
|
3755
3817
|
"yesNo": {
|
|
3756
3818
|
"ta6ed6Ref": "11.5a1",
|
|
@@ -3773,6 +3835,7 @@
|
|
|
3773
3835
|
"otherHeatingFeatures",
|
|
3774
3836
|
"multipleHeatingSystems"
|
|
3775
3837
|
],
|
|
3838
|
+
"title": "Heating systems",
|
|
3776
3839
|
"properties": {
|
|
3777
3840
|
"heatingSystem": {
|
|
3778
3841
|
"ta6ed6Ref": "11.4",
|
|
@@ -3834,10 +3897,12 @@
|
|
|
3834
3897
|
],
|
|
3835
3898
|
"properties": {
|
|
3836
3899
|
"location": {
|
|
3837
|
-
"ta6ed6Ref": "12.2.3"
|
|
3900
|
+
"ta6ed6Ref": "12.2.3",
|
|
3901
|
+
"title": "Location of meter"
|
|
3838
3902
|
},
|
|
3839
3903
|
"mprn": {
|
|
3840
|
-
"ta6ed6Ref": "12.2.4"
|
|
3904
|
+
"ta6ed6Ref": "12.2.4",
|
|
3905
|
+
"title": "MPRN number"
|
|
3841
3906
|
}
|
|
3842
3907
|
}
|
|
3843
3908
|
}
|
|
@@ -3893,7 +3958,8 @@
|
|
|
3893
3958
|
}
|
|
3894
3959
|
},
|
|
3895
3960
|
"centralHeatingInstalled": {
|
|
3896
|
-
"ta6ed6Ref": "11.4a"
|
|
3961
|
+
"ta6ed6Ref": "11.4a",
|
|
3962
|
+
"title": "When was the heating system installed? (DD/MM/YYYY)"
|
|
3897
3963
|
},
|
|
3898
3964
|
"boilerInstallationCertificate": {
|
|
3899
3965
|
"ta6ed6Ref": "11.4b",
|
|
@@ -3918,7 +3984,8 @@
|
|
|
3918
3984
|
]
|
|
3919
3985
|
},
|
|
3920
3986
|
"boilerInstallationDate": {
|
|
3921
|
-
"ta6ed6Ref": "11.4b2"
|
|
3987
|
+
"ta6ed6Ref": "11.4b2",
|
|
3988
|
+
"title": "If there is a boiler (of any kind) when was it installed? (DD/MM/YYYY)"
|
|
3922
3989
|
},
|
|
3923
3990
|
"attachments": {
|
|
3924
3991
|
"ta6ed6Ref": "11.4d1",
|
|
@@ -3983,10 +4050,12 @@
|
|
|
3983
4050
|
}
|
|
3984
4051
|
},
|
|
3985
4052
|
"heatingLastServicedDate": {
|
|
3986
|
-
"ta6ed6Ref": "11.4g1"
|
|
4053
|
+
"ta6ed6Ref": "11.4g1",
|
|
4054
|
+
"title": "In what year was the boiler and heating system last serviced or maintained?"
|
|
3987
4055
|
},
|
|
3988
4056
|
"heatingLastServicedReport": {
|
|
3989
4057
|
"ta6ed6Ref": "11.4g2",
|
|
4058
|
+
"title": "Please supply a copy of any service report.",
|
|
3990
4059
|
"enum": [
|
|
3991
4060
|
"Attached",
|
|
3992
4061
|
"To follow"
|
|
@@ -4050,7 +4119,8 @@
|
|
|
4050
4119
|
],
|
|
4051
4120
|
"properties": {
|
|
4052
4121
|
"heatingType": {
|
|
4053
|
-
"ta6ed6Ref": "11.4.1"
|
|
4122
|
+
"ta6ed6Ref": "11.4.1",
|
|
4123
|
+
"title": "How is the property heated? Tick all that apply"
|
|
4054
4124
|
}
|
|
4055
4125
|
}
|
|
4056
4126
|
},
|
|
@@ -4069,6 +4139,7 @@
|
|
|
4069
4139
|
"telephone",
|
|
4070
4140
|
"broadband"
|
|
4071
4141
|
],
|
|
4142
|
+
"title": "Connection to services",
|
|
4072
4143
|
"properties": {
|
|
4073
4144
|
"telephone": {
|
|
4074
4145
|
"ta6ed6Ref": "12.7",
|
|
@@ -4093,7 +4164,8 @@
|
|
|
4093
4164
|
]
|
|
4094
4165
|
},
|
|
4095
4166
|
"supplier": {
|
|
4096
|
-
"ta6ed6Ref": "12.7.2"
|
|
4167
|
+
"ta6ed6Ref": "12.7.2",
|
|
4168
|
+
"title": "Provider's name"
|
|
4097
4169
|
}
|
|
4098
4170
|
},
|
|
4099
4171
|
"required": [
|
|
@@ -4149,7 +4221,8 @@
|
|
|
4149
4221
|
]
|
|
4150
4222
|
},
|
|
4151
4223
|
"providerName": {
|
|
4152
|
-
"ta6ed6Ref": "12.8.2"
|
|
4224
|
+
"ta6ed6Ref": "12.8.2",
|
|
4225
|
+
"title": "Provider's name"
|
|
4153
4226
|
}
|
|
4154
4227
|
},
|
|
4155
4228
|
"required": [
|
|
@@ -4167,7 +4240,8 @@
|
|
|
4167
4240
|
}
|
|
4168
4241
|
},
|
|
4169
4242
|
"otherServices": {
|
|
4170
|
-
"ta6ed6Ref": "12.9.1"
|
|
4243
|
+
"ta6ed6Ref": "12.9.1",
|
|
4244
|
+
"title": "If there are any other services, please give details"
|
|
4171
4245
|
}
|
|
4172
4246
|
}
|
|
4173
4247
|
},
|
|
@@ -4438,6 +4512,7 @@
|
|
|
4438
4512
|
"rightsOrArrangements",
|
|
4439
4513
|
"askedOthersToContribute"
|
|
4440
4514
|
],
|
|
4515
|
+
"title": "Rights and informal arrangements",
|
|
4441
4516
|
"properties": {
|
|
4442
4517
|
"sharedContributions": {
|
|
4443
4518
|
"ta6ed6Ref": "9.2",
|
|
@@ -4464,7 +4539,7 @@
|
|
|
4464
4539
|
},
|
|
4465
4540
|
"details": {
|
|
4466
4541
|
"ta6ed6Ref": "9.2.2",
|
|
4467
|
-
"title": "Please give details of how much, how often and who you pay
|
|
4542
|
+
"title": "Please give details of how much, how often and who you pay"
|
|
4468
4543
|
},
|
|
4469
4544
|
"disagreementOrComplaint": {
|
|
4470
4545
|
"ta6ed6Ref": "9.3",
|
|
@@ -4645,6 +4720,7 @@
|
|
|
4645
4720
|
"otherRights",
|
|
4646
4721
|
"disagreementOrComplaint"
|
|
4647
4722
|
],
|
|
4723
|
+
"title": "Do the owners of any other properties exercise any rights or arrangements over the property?",
|
|
4648
4724
|
"properties": {
|
|
4649
4725
|
"publicRightOfWay": {
|
|
4650
4726
|
"ta6ed6Ref": "9.4.1",
|
|
@@ -4990,7 +5066,8 @@
|
|
|
4990
5066
|
]
|
|
4991
5067
|
},
|
|
4992
5068
|
"details": {
|
|
4993
|
-
"ta6ed6Ref": "9.6.2"
|
|
5069
|
+
"ta6ed6Ref": "9.6.2",
|
|
5070
|
+
"title": "Please give details"
|
|
4994
5071
|
}
|
|
4995
5072
|
},
|
|
4996
5073
|
"required": [
|
|
@@ -5001,6 +5078,7 @@
|
|
|
5001
5078
|
"required": [
|
|
5002
5079
|
"yesNo"
|
|
5003
5080
|
],
|
|
5081
|
+
"title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
|
|
5004
5082
|
"properties": {
|
|
5005
5083
|
"yesNo": {
|
|
5006
5084
|
"ta6ed6Ref": "9.6.1"
|
|
@@ -5059,7 +5137,8 @@
|
|
|
5059
5137
|
]
|
|
5060
5138
|
},
|
|
5061
5139
|
"details": {
|
|
5062
|
-
"ta6ed6Ref": "9.6.2"
|
|
5140
|
+
"ta6ed6Ref": "9.6.2",
|
|
5141
|
+
"title": "Please give details"
|
|
5063
5142
|
}
|
|
5064
5143
|
},
|
|
5065
5144
|
"required": [
|
|
@@ -5070,6 +5149,7 @@
|
|
|
5070
5149
|
"required": [
|
|
5071
5150
|
"yesNo"
|
|
5072
5151
|
],
|
|
5152
|
+
"title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
|
|
5073
5153
|
"properties": {
|
|
5074
5154
|
"yesNo": {
|
|
5075
5155
|
"ta6ed6Ref": "9.6.1"
|
|
@@ -5100,6 +5180,7 @@
|
|
|
5100
5180
|
"flooding",
|
|
5101
5181
|
"radon"
|
|
5102
5182
|
],
|
|
5183
|
+
"title": "Environmental matters",
|
|
5103
5184
|
"properties": {
|
|
5104
5185
|
"flooding": {
|
|
5105
5186
|
"ta6ed6Ref": "8",
|
|
@@ -5132,11 +5213,11 @@
|
|
|
5132
5213
|
},
|
|
5133
5214
|
"typeOfFlooding": {
|
|
5134
5215
|
"ta6ed6Ref": "8.1",
|
|
5135
|
-
"title": "
|
|
5216
|
+
"title": "What type of flooding took place?"
|
|
5136
5217
|
},
|
|
5137
5218
|
"details": {
|
|
5138
5219
|
"ta6ed6Ref": "8.1.2",
|
|
5139
|
-
"title": "Give details about the date(s) any flooding occurred and which parts flooded
|
|
5220
|
+
"title": "Give details about the date(s) any flooding occurred and which parts flooded"
|
|
5140
5221
|
}
|
|
5141
5222
|
},
|
|
5142
5223
|
"required": [
|
|
@@ -5152,7 +5233,8 @@
|
|
|
5152
5233
|
"description": "If yes, what type of flooding took place?",
|
|
5153
5234
|
"properties": {
|
|
5154
5235
|
"hasBeenFlooded": {
|
|
5155
|
-
"ta6ed6Ref": "8.1.1"
|
|
5236
|
+
"ta6ed6Ref": "8.1.1",
|
|
5237
|
+
"title": "Are you aware of the property or any part of it ever being flooded?"
|
|
5156
5238
|
}
|
|
5157
5239
|
}
|
|
5158
5240
|
},
|
|
@@ -5180,7 +5262,7 @@
|
|
|
5180
5262
|
},
|
|
5181
5263
|
"details": {
|
|
5182
5264
|
"ta6ed6Ref": "8.2.2",
|
|
5183
|
-
"title": "Please give details
|
|
5265
|
+
"title": "Please give details"
|
|
5184
5266
|
}
|
|
5185
5267
|
},
|
|
5186
5268
|
"required": [
|
|
@@ -5195,7 +5277,8 @@
|
|
|
5195
5277
|
"description": "If yes, please give details:",
|
|
5196
5278
|
"properties": {
|
|
5197
5279
|
"hasFloodDefences": {
|
|
5198
|
-
"ta6ed6Ref": "8.2.1"
|
|
5280
|
+
"ta6ed6Ref": "8.2.1",
|
|
5281
|
+
"title": "Are you aware of any defences installed at the property to prevent flooding?"
|
|
5199
5282
|
}
|
|
5200
5283
|
}
|
|
5201
5284
|
}
|
|
@@ -5232,10 +5315,12 @@
|
|
|
5232
5315
|
]
|
|
5233
5316
|
},
|
|
5234
5317
|
"details": {
|
|
5235
|
-
"ta6ed6Ref": "8.3.1a"
|
|
5318
|
+
"ta6ed6Ref": "8.3.1a",
|
|
5319
|
+
"title": "Was the test result below the 'recommended action level'?"
|
|
5236
5320
|
},
|
|
5237
5321
|
"attachments": {
|
|
5238
|
-
"ta6ed6Ref": "8.3.1b"
|
|
5322
|
+
"ta6ed6Ref": "8.3.1b",
|
|
5323
|
+
"title": "Supply a copy of the report"
|
|
5239
5324
|
}
|
|
5240
5325
|
},
|
|
5241
5326
|
"required": [
|
|
@@ -5247,6 +5332,7 @@
|
|
|
5247
5332
|
"required": [
|
|
5248
5333
|
"yesNo"
|
|
5249
5334
|
],
|
|
5335
|
+
"title": "Are you aware of any radon tests that have been carried out on the property?",
|
|
5250
5336
|
"properties": {
|
|
5251
5337
|
"yesNo": {
|
|
5252
5338
|
"ta6ed6Ref": "8.3.1"
|
|
@@ -5258,6 +5344,7 @@
|
|
|
5258
5344
|
"required": [
|
|
5259
5345
|
"yesNo"
|
|
5260
5346
|
],
|
|
5347
|
+
"title": "Were any remedial measures undertaken to reduce radon gas levels in the property? Measures could have been undertaken during construction or while adding an extension.",
|
|
5261
5348
|
"description": "Measures could have been undertaken during construction or while adding an extension.",
|
|
5262
5349
|
"properties": {
|
|
5263
5350
|
"yesNo": {
|
|
@@ -5275,6 +5362,7 @@
|
|
|
5275
5362
|
"consents",
|
|
5276
5363
|
"furtherInformation"
|
|
5277
5364
|
],
|
|
5365
|
+
"title": "Additional information about your answers",
|
|
5278
5366
|
"properties": {
|
|
5279
5367
|
"consents": {
|
|
5280
5368
|
"ta6ed6Ref": "15.1",
|
|
@@ -5283,10 +5371,12 @@
|
|
|
5283
5371
|
"ta6ed6Ref": "15.1.1"
|
|
5284
5372
|
},
|
|
5285
5373
|
"consentsAttached": {
|
|
5286
|
-
"ta6ed6Ref": "15.1.2"
|
|
5374
|
+
"ta6ed6Ref": "15.1.2",
|
|
5375
|
+
"title": "Consents attached"
|
|
5287
5376
|
},
|
|
5288
5377
|
"consentsToFollow": {
|
|
5289
|
-
"ta6ed6Ref": "15.1.3"
|
|
5378
|
+
"ta6ed6Ref": "15.1.3",
|
|
5379
|
+
"title": "Consents to follow"
|
|
5290
5380
|
},
|
|
5291
5381
|
"consentsNotAvailable": {
|
|
5292
5382
|
"ta6ed6Ref": "15.1.4"
|
|
@@ -5295,6 +5385,7 @@
|
|
|
5295
5385
|
},
|
|
5296
5386
|
"furtherInformation": {
|
|
5297
5387
|
"ta6ed6Ref": "15.2",
|
|
5388
|
+
"title": "If there is any further information about any of your answers on this form, provide details below and/or supply additional documents.",
|
|
5298
5389
|
"properties": {
|
|
5299
5390
|
"details": {
|
|
5300
5391
|
"ta6ed6Ref": "15.2.1"
|
|
@@ -5313,6 +5404,7 @@
|
|
|
5313
5404
|
"haveBoundaryFeaturesMoved",
|
|
5314
5405
|
"flyingFreehold"
|
|
5315
5406
|
],
|
|
5407
|
+
"title": "Boundaries",
|
|
5316
5408
|
"properties": {
|
|
5317
5409
|
"ownership": {
|
|
5318
5410
|
"ta6ed6Ref": "2",
|
|
@@ -5335,18 +5427,23 @@
|
|
|
5335
5427
|
"rear",
|
|
5336
5428
|
"front"
|
|
5337
5429
|
],
|
|
5430
|
+
"title": "Looking towards the property from the road, who owns or accepts responsibility to maintain or repair the boundary features",
|
|
5338
5431
|
"properties": {
|
|
5339
5432
|
"left": {
|
|
5340
|
-
"ta6ed6Ref": "2.1a"
|
|
5433
|
+
"ta6ed6Ref": "2.1a",
|
|
5434
|
+
"title": "On the left?"
|
|
5341
5435
|
},
|
|
5342
5436
|
"right": {
|
|
5343
|
-
"ta6ed6Ref": "2.1b"
|
|
5437
|
+
"ta6ed6Ref": "2.1b",
|
|
5438
|
+
"title": "On the right?"
|
|
5344
5439
|
},
|
|
5345
5440
|
"rear": {
|
|
5346
|
-
"ta6ed6Ref": "2.1c"
|
|
5441
|
+
"ta6ed6Ref": "2.1c",
|
|
5442
|
+
"title": "At the rear?"
|
|
5347
5443
|
},
|
|
5348
5444
|
"front": {
|
|
5349
|
-
"ta6ed6Ref": "2.1d"
|
|
5445
|
+
"ta6ed6Ref": "2.1d",
|
|
5446
|
+
"title": "At the front?"
|
|
5350
5447
|
}
|
|
5351
5448
|
}
|
|
5352
5449
|
}
|
|
@@ -5360,7 +5457,8 @@
|
|
|
5360
5457
|
]
|
|
5361
5458
|
},
|
|
5362
5459
|
"details": {
|
|
5363
|
-
"ta6ed6Ref": "2.2.1"
|
|
5460
|
+
"ta6ed6Ref": "2.2.1",
|
|
5461
|
+
"title": "If the boundaries of the property are irregular, indicate ownership by written description or by reference to a plan"
|
|
5364
5462
|
},
|
|
5365
5463
|
"attachments": {
|
|
5366
5464
|
"ta6ed6Ref": "2.2"
|
|
@@ -5413,7 +5511,8 @@
|
|
|
5413
5511
|
]
|
|
5414
5512
|
},
|
|
5415
5513
|
"details": {
|
|
5416
|
-
"ta6ed6Ref": "2.3.2"
|
|
5514
|
+
"ta6ed6Ref": "2.3.2",
|
|
5515
|
+
"title": "Please give details"
|
|
5417
5516
|
}
|
|
5418
5517
|
},
|
|
5419
5518
|
"required": [
|
|
@@ -5460,7 +5559,8 @@
|
|
|
5460
5559
|
]
|
|
5461
5560
|
},
|
|
5462
5561
|
"details": {
|
|
5463
|
-
"ta6ed6Ref": "2.4.2"
|
|
5562
|
+
"ta6ed6Ref": "2.4.2",
|
|
5563
|
+
"title": "Please give details"
|
|
5464
5564
|
}
|
|
5465
5565
|
},
|
|
5466
5566
|
"required": [
|
|
@@ -5493,6 +5593,7 @@
|
|
|
5493
5593
|
"pipesWiresCablesDrainsFromProperty",
|
|
5494
5594
|
"formalOrInformalAgreements"
|
|
5495
5595
|
],
|
|
5596
|
+
"title": "Facilities crossing the property or any other property",
|
|
5496
5597
|
"properties": {
|
|
5497
5598
|
"pipesWiresCablesDrainsToProperty": {
|
|
5498
5599
|
"ta6ed6Ref": "9.7",
|
|
@@ -5518,7 +5619,8 @@
|
|
|
5518
5619
|
]
|
|
5519
5620
|
},
|
|
5520
5621
|
"details": {
|
|
5521
|
-
"ta6ed6Ref": "9.7.2"
|
|
5622
|
+
"ta6ed6Ref": "9.7.2",
|
|
5623
|
+
"title": "Please give details"
|
|
5522
5624
|
}
|
|
5523
5625
|
},
|
|
5524
5626
|
"required": [
|
|
@@ -5560,7 +5662,8 @@
|
|
|
5560
5662
|
]
|
|
5561
5663
|
},
|
|
5562
5664
|
"details": {
|
|
5563
|
-
"ta6ed6Ref": "9.8.2"
|
|
5665
|
+
"ta6ed6Ref": "9.8.2",
|
|
5666
|
+
"title": "Please give details"
|
|
5564
5667
|
}
|
|
5565
5668
|
},
|
|
5566
5669
|
"required": [
|
|
@@ -5602,7 +5705,8 @@
|
|
|
5602
5705
|
]
|
|
5603
5706
|
},
|
|
5604
5707
|
"details": {
|
|
5605
|
-
"ta6ed6Ref": "9.9.2"
|
|
5708
|
+
"ta6ed6Ref": "9.9.2",
|
|
5709
|
+
"title": "Supply a copy or give details"
|
|
5606
5710
|
},
|
|
5607
5711
|
"attachments": {
|
|
5608
5712
|
"ta6ed6Ref": "9.9.3"
|
|
@@ -5631,6 +5735,7 @@
|
|
|
5631
5735
|
"testedByQualifiedElectrician",
|
|
5632
5736
|
"electricalWorkSince2005"
|
|
5633
5737
|
],
|
|
5738
|
+
"title": "Electrical systems",
|
|
5634
5739
|
"properties": {
|
|
5635
5740
|
"testedByQualifiedElectrician": {
|
|
5636
5741
|
"ta6ed6Ref": "11.3",
|
|
@@ -5671,6 +5776,7 @@
|
|
|
5671
5776
|
"required": [
|
|
5672
5777
|
"yesNo"
|
|
5673
5778
|
],
|
|
5779
|
+
"title": "Does the property have an Electrical Installation Condition Report (EICR)?",
|
|
5674
5780
|
"properties": {
|
|
5675
5781
|
"yesNo": {
|
|
5676
5782
|
"ta6ed6Ref": "11.3"
|
|
@@ -5704,7 +5810,8 @@
|
|
|
5704
5810
|
"ta6ed6Ref": "11.2"
|
|
5705
5811
|
},
|
|
5706
5812
|
"details": {
|
|
5707
|
-
"ta6ed6Ref": "11.1"
|
|
5813
|
+
"ta6ed6Ref": "11.1",
|
|
5814
|
+
"title": "Give details including when this work took place"
|
|
5708
5815
|
},
|
|
5709
5816
|
"suppliedCertificate": {
|
|
5710
5817
|
"ta6ed6Ref": "11.2",
|
|
@@ -5728,6 +5835,7 @@
|
|
|
5728
5835
|
"required": [
|
|
5729
5836
|
"yesNo"
|
|
5730
5837
|
],
|
|
5838
|
+
"title": "Are you aware of any electrical installation works carried out at the property?",
|
|
5731
5839
|
"properties": {
|
|
5732
5840
|
"yesNo": {
|
|
5733
5841
|
"ta6ed6Ref": "11.1"
|
|
@@ -5792,6 +5900,7 @@
|
|
|
5792
5900
|
"required": [
|
|
5793
5901
|
"yesNo"
|
|
5794
5902
|
],
|
|
5903
|
+
"title": "New home warranty (e.g. NHBC or similar)",
|
|
5795
5904
|
"properties": {
|
|
5796
5905
|
"yesNo": {
|
|
5797
5906
|
"ta6ed6Ref": "6.1a1"
|
|
@@ -5832,6 +5941,7 @@
|
|
|
5832
5941
|
"required": [
|
|
5833
5942
|
"yesNo"
|
|
5834
5943
|
],
|
|
5944
|
+
"title": "Roofing",
|
|
5835
5945
|
"properties": {
|
|
5836
5946
|
"yesNo": {
|
|
5837
5947
|
"ta6ed6Ref": "6.1e1"
|
|
@@ -5872,6 +5982,7 @@
|
|
|
5872
5982
|
"required": [
|
|
5873
5983
|
"yesNo"
|
|
5874
5984
|
],
|
|
5985
|
+
"title": "Damp proofing",
|
|
5875
5986
|
"properties": {
|
|
5876
5987
|
"yesNo": {
|
|
5877
5988
|
"ta6ed6Ref": "6.1b1"
|
|
@@ -5912,6 +6023,7 @@
|
|
|
5912
6023
|
"required": [
|
|
5913
6024
|
"yesNo"
|
|
5914
6025
|
],
|
|
6026
|
+
"title": "Timber treatment",
|
|
5915
6027
|
"properties": {
|
|
5916
6028
|
"yesNo": {
|
|
5917
6029
|
"ta6ed6Ref": "6.1c1"
|
|
@@ -5993,6 +6105,7 @@
|
|
|
5993
6105
|
"required": [
|
|
5994
6106
|
"yesNo"
|
|
5995
6107
|
],
|
|
6108
|
+
"title": "Windows, roof lights, roof windows or glazed doors",
|
|
5996
6109
|
"properties": {
|
|
5997
6110
|
"yesNo": {
|
|
5998
6111
|
"ta6ed6Ref": "6.1d1"
|
|
@@ -6033,6 +6146,7 @@
|
|
|
6033
6146
|
"required": [
|
|
6034
6147
|
"yesNo"
|
|
6035
6148
|
],
|
|
6149
|
+
"title": "Underpinning",
|
|
6036
6150
|
"properties": {
|
|
6037
6151
|
"yesNo": {
|
|
6038
6152
|
"ta6ed6Ref": "6.1g1"
|
|
@@ -6102,7 +6216,8 @@
|
|
|
6102
6216
|
]
|
|
6103
6217
|
},
|
|
6104
6218
|
"details": {
|
|
6105
|
-
"ta6ed6Ref": "6.1i2"
|
|
6219
|
+
"ta6ed6Ref": "6.1i2",
|
|
6220
|
+
"title": "Please give details"
|
|
6106
6221
|
},
|
|
6107
6222
|
"attachments": {
|
|
6108
6223
|
"ta6ed6Ref": "6.1i3"
|
|
@@ -6117,6 +6232,7 @@
|
|
|
6117
6232
|
"required": [
|
|
6118
6233
|
"yesNo"
|
|
6119
6234
|
],
|
|
6235
|
+
"title": "Other (please state)",
|
|
6120
6236
|
"properties": {
|
|
6121
6237
|
"yesNo": {
|
|
6122
6238
|
"ta6ed6Ref": "6.1i1"
|
|
@@ -6146,7 +6262,8 @@
|
|
|
6146
6262
|
]
|
|
6147
6263
|
},
|
|
6148
6264
|
"details": {
|
|
6149
|
-
"ta6ed6Ref": "6.2.2"
|
|
6265
|
+
"ta6ed6Ref": "6.2.2",
|
|
6266
|
+
"title": "Please give details"
|
|
6150
6267
|
}
|
|
6151
6268
|
},
|
|
6152
6269
|
"required": [
|
|
@@ -6157,6 +6274,7 @@
|
|
|
6157
6274
|
"required": [
|
|
6158
6275
|
"yesNo"
|
|
6159
6276
|
],
|
|
6277
|
+
"title": "Are you aware of any claims under any of these guarantees or warranties?",
|
|
6160
6278
|
"properties": {
|
|
6161
6279
|
"yesNo": {
|
|
6162
6280
|
"ta6ed6Ref": "6.2.1"
|
|
@@ -6222,9 +6340,11 @@
|
|
|
6222
6340
|
"required": [
|
|
6223
6341
|
"hasValidGuaranteesOrWarranties"
|
|
6224
6342
|
],
|
|
6343
|
+
"title": "Guarantees and warranties",
|
|
6225
6344
|
"properties": {
|
|
6226
6345
|
"hasValidGuaranteesOrWarranties": {
|
|
6227
|
-
"ta6ed6Ref": "6.1"
|
|
6346
|
+
"ta6ed6Ref": "6.1",
|
|
6347
|
+
"title": "Does the property have any of the following unexpired guarantees or warranties?"
|
|
6228
6348
|
}
|
|
6229
6349
|
}
|
|
6230
6350
|
},
|
|
@@ -6271,13 +6391,14 @@
|
|
|
6271
6391
|
},
|
|
6272
6392
|
"aged17OrOverNames": {
|
|
6273
6393
|
"ta6ed6Ref": "13.4a",
|
|
6274
|
-
"title": "
|
|
6394
|
+
"title": "State the full names of any occupiers (other than the sellers) aged 17 or over"
|
|
6275
6395
|
},
|
|
6276
6396
|
"aged17OrOverTenantsOrLodgers": {
|
|
6277
6397
|
"ta6ed6Ref": "13.4b",
|
|
6278
6398
|
"required": [
|
|
6279
6399
|
"yesNo"
|
|
6280
6400
|
],
|
|
6401
|
+
"title": "Are any of those occupiers who are aged 17 or over your tenants or lodgers?",
|
|
6281
6402
|
"properties": {
|
|
6282
6403
|
"yesNo": {
|
|
6283
6404
|
"ta6ed6Ref": "13.4b1"
|
|
@@ -6302,7 +6423,8 @@
|
|
|
6302
6423
|
"title": "Please provide details (e.g. the property is sold let to tenants)"
|
|
6303
6424
|
},
|
|
6304
6425
|
"attachments": {
|
|
6305
|
-
"ta6ed6Ref": "13.7b"
|
|
6426
|
+
"ta6ed6Ref": "13.7b",
|
|
6427
|
+
"title": "If the property is not being sold with vacant possession, provide details of all occupiers and copies of their tenancy agreements."
|
|
6306
6428
|
}
|
|
6307
6429
|
},
|
|
6308
6430
|
"required": [
|
|
@@ -6356,6 +6478,7 @@
|
|
|
6356
6478
|
"required": [
|
|
6357
6479
|
"yesNo"
|
|
6358
6480
|
],
|
|
6481
|
+
"title": "Have all occupiers aged 17 or over agreed to sign the sale contract and to vacate the property on or before completion?",
|
|
6359
6482
|
"properties": {
|
|
6360
6483
|
"yesNo": {
|
|
6361
6484
|
"ta6ed6Ref": "13.6b1"
|
|
@@ -6374,7 +6497,8 @@
|
|
|
6374
6497
|
],
|
|
6375
6498
|
"properties": {
|
|
6376
6499
|
"soldWithVacantPossession": {
|
|
6377
|
-
"ta6ed6Ref": "13.5.1"
|
|
6500
|
+
"ta6ed6Ref": "13.5.1",
|
|
6501
|
+
"title": "Is the property being sold with vacant possession (empty of all occupiers, rubbish and any contents or fittings not included in the sale)?"
|
|
6378
6502
|
}
|
|
6379
6503
|
}
|
|
6380
6504
|
}
|
|
@@ -6390,7 +6514,8 @@
|
|
|
6390
6514
|
],
|
|
6391
6515
|
"properties": {
|
|
6392
6516
|
"hasOthersAged17OrOver": {
|
|
6393
|
-
"ta6ed6Ref": "13.4"
|
|
6517
|
+
"ta6ed6Ref": "13.4",
|
|
6518
|
+
"title": "Does anyone else, aged 17 or over, live at the property?"
|
|
6394
6519
|
}
|
|
6395
6520
|
}
|
|
6396
6521
|
}
|
|
@@ -6402,6 +6527,7 @@
|
|
|
6402
6527
|
"sellerWillEnsure",
|
|
6403
6528
|
"sufficientToRepayAllMortgages"
|
|
6404
6529
|
],
|
|
6530
|
+
"title": "Completion",
|
|
6405
6531
|
"properties": {
|
|
6406
6532
|
"sellerWillEnsure": {
|
|
6407
6533
|
"ta6ed6Ref": "14.2",
|
|
@@ -6411,7 +6537,7 @@
|
|
|
6411
6537
|
"takeReasonableCare",
|
|
6412
6538
|
"leaveKeys"
|
|
6413
6539
|
],
|
|
6414
|
-
"title": "Will you ensure that before or on completion
|
|
6540
|
+
"title": "Will you ensure that before or on completion",
|
|
6415
6541
|
"properties": {
|
|
6416
6542
|
"removeRubbish": {
|
|
6417
6543
|
"ta6ed6Ref": "14.2a",
|
|
@@ -6459,6 +6585,7 @@
|
|
|
6459
6585
|
"required": [
|
|
6460
6586
|
"yesNo"
|
|
6461
6587
|
],
|
|
6588
|
+
"title": "Does this sale depend on you completing the purchase of another property on the same day?",
|
|
6462
6589
|
"properties": {
|
|
6463
6590
|
"yesNo": {
|
|
6464
6591
|
"ta6ed6Ref": "13.1"
|
|
@@ -6488,7 +6615,8 @@
|
|
|
6488
6615
|
]
|
|
6489
6616
|
},
|
|
6490
6617
|
"details": {
|
|
6491
|
-
"ta6ed6Ref": "13.2.2"
|
|
6618
|
+
"ta6ed6Ref": "13.2.2",
|
|
6619
|
+
"title": "Please give details"
|
|
6492
6620
|
}
|
|
6493
6621
|
},
|
|
6494
6622
|
"required": [
|
|
@@ -6499,6 +6627,7 @@
|
|
|
6499
6627
|
"required": [
|
|
6500
6628
|
"yesNo"
|
|
6501
6629
|
],
|
|
6630
|
+
"title": "Do you have any special requirements about a moving date?",
|
|
6502
6631
|
"properties": {
|
|
6503
6632
|
"yesNo": {
|
|
6504
6633
|
"ta6ed6Ref": "13.2.1"
|