@pdtf/schemas 3.0.0-5 → 3.0.0-7
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 +14 -13
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +1 -0
- package/src/schemas/v2/overlays/baspi.json +510 -2331
- package/src/schemas/v2/overlays/con29DW.json +36 -125
- package/src/schemas/v2/overlays/con29R.json +5 -143
- package/src/schemas/v2/overlays/fme1.json +48 -233
- package/src/schemas/v2/overlays/lpe1.json +75 -367
- package/src/schemas/v2/overlays/nts.json +17 -103
- package/src/schemas/v2/overlays/piq.json +146 -693
- package/src/schemas/v2/overlays/rds.json +50 -316
- package/src/schemas/v2/overlays/ta10.json +540 -1755
- package/src/schemas/v2/overlays/ta6.json +241 -1193
- package/src/schemas/v2/overlays/ta7.json +106 -440
- package/src/schemas/v3/combined.json +80 -64
- package/src/schemas/v3/overlays/baspi.json +508 -2289
- package/src/schemas/v3/overlays/con29DW.json +36 -125
- package/src/schemas/v3/overlays/con29R.json +5 -143
- package/src/schemas/v3/overlays/fme1.json +53 -233
- package/src/schemas/v3/overlays/lpe1.json +85 -367
- package/src/schemas/v3/overlays/nts.json +131 -367
- package/src/schemas/v3/overlays/piq.json +146 -686
- package/src/schemas/v3/overlays/rds.json +49 -317
- package/src/schemas/v3/overlays/ta10.json +540 -1755
- package/src/schemas/v3/overlays/ta6.json +264 -1146
- package/src/schemas/v3/overlays/ta7.json +220 -462
- package/src/schemas/v3/pdtf-transaction.json +74 -98
- package/src/tests/v3/transactionSchema.test.js +27 -16
- package/src/tests/v3/verifiedClaimsValidator.test.js +2 -2
- package/src/utils/extractOverlay.js +11 -27
- package/src/tests/v2/transactionSchema.test.js +0 -361
- package/src/tests/v2/verifiedClaimsValidator.test.js +0 -128
|
@@ -7,12 +7,10 @@
|
|
|
7
7
|
"materialFacts": {
|
|
8
8
|
"properties": {
|
|
9
9
|
"address": {
|
|
10
|
-
"rdsRef": "Property/Address/xal:AddressDetails"
|
|
11
|
-
"title": "Property Address"
|
|
10
|
+
"rdsRef": "Property/Address/xal:AddressDetails"
|
|
12
11
|
},
|
|
13
12
|
"uprn": {
|
|
14
|
-
"rdsRef": "Property/GUID/{name='UPRN',id=?}"
|
|
15
|
-
"title": "Unique Property Reference Number "
|
|
13
|
+
"rdsRef": "Property/GUID/{name='UPRN',id=?}"
|
|
16
14
|
},
|
|
17
15
|
"ownership": {
|
|
18
16
|
"properties": {
|
|
@@ -20,16 +18,7 @@
|
|
|
20
18
|
"items": {
|
|
21
19
|
"properties": {
|
|
22
20
|
"ownershipType": {
|
|
23
|
-
"rdsRef": "Tenure/Tenure"
|
|
24
|
-
"title": "What type of ownership is the property?",
|
|
25
|
-
"description": "A Managed Freehold is any freehold where there are shared amenities, the maintenance of which you pay for through an estate rentcharge, service charge, informal or formal contribution. Choose Leasehold if your property is under a Shared Ownership arrangement.",
|
|
26
|
-
"enum": [
|
|
27
|
-
"Freehold",
|
|
28
|
-
"Managed Freehold",
|
|
29
|
-
"Commonhold",
|
|
30
|
-
"Leasehold",
|
|
31
|
-
"Other"
|
|
32
|
-
]
|
|
21
|
+
"rdsRef": "Tenure/Tenure"
|
|
33
22
|
}
|
|
34
23
|
},
|
|
35
24
|
"oneOf": [
|
|
@@ -45,8 +34,7 @@
|
|
|
45
34
|
{
|
|
46
35
|
"properties": {
|
|
47
36
|
"annualGroundRent": {
|
|
48
|
-
"rdsRef": "TenureAgreements/RentPayable/Value"
|
|
49
|
-
"title": "What is the annual ground rent payable? (£)"
|
|
37
|
+
"rdsRef": "TenureAgreements/RentPayable/Value"
|
|
50
38
|
}
|
|
51
39
|
}
|
|
52
40
|
}
|
|
@@ -62,14 +50,12 @@
|
|
|
62
50
|
}
|
|
63
51
|
},
|
|
64
52
|
"parking": {
|
|
65
|
-
"rdsRef": "Services/Parking"
|
|
66
|
-
"title": "Parking"
|
|
53
|
+
"rdsRef": "Services/Parking"
|
|
67
54
|
},
|
|
68
55
|
"listingAndConservation": {
|
|
69
56
|
"properties": {
|
|
70
57
|
"isListed": {
|
|
71
58
|
"rdsRef": "Protections",
|
|
72
|
-
"title": "Is the property a listed building in England or Wales?",
|
|
73
59
|
"discriminator": {
|
|
74
60
|
"propertyName": "yesNo"
|
|
75
61
|
},
|
|
@@ -97,7 +83,6 @@
|
|
|
97
83
|
},
|
|
98
84
|
"isConservationArea": {
|
|
99
85
|
"rdsRef": "Protections",
|
|
100
|
-
"title": "Is the property in a designated conservation area?",
|
|
101
86
|
"discriminator": {
|
|
102
87
|
"propertyName": "yesNo"
|
|
103
88
|
},
|
|
@@ -125,7 +110,6 @@
|
|
|
125
110
|
},
|
|
126
111
|
"hasTreePreservationOrder": {
|
|
127
112
|
"rdsRef": "Property/Flags",
|
|
128
|
-
"title": "To your knowledge, does a tree preservation order apply to any trees within the boundaries of the property?",
|
|
129
113
|
"discriminator": {
|
|
130
114
|
"propertyName": "yesNo"
|
|
131
115
|
},
|
|
@@ -149,7 +133,6 @@
|
|
|
149
133
|
},
|
|
150
134
|
"workCarriedOut": {
|
|
151
135
|
"rdsRef": "WorksAlterationsChanges",
|
|
152
|
-
"title": "Has work been carried out to any trees which are protected by the order?",
|
|
153
136
|
"discriminator": {
|
|
154
137
|
"propertyName": "yesNo"
|
|
155
138
|
},
|
|
@@ -171,13 +154,7 @@
|
|
|
171
154
|
]
|
|
172
155
|
},
|
|
173
156
|
"consentsObtained": {
|
|
174
|
-
"rdsRef": "Protections"
|
|
175
|
-
"title": "Were the relevant consents obtained?",
|
|
176
|
-
"enum": [
|
|
177
|
-
"Yes",
|
|
178
|
-
"No",
|
|
179
|
-
"Not known"
|
|
180
|
-
]
|
|
157
|
+
"rdsRef": "Protections"
|
|
181
158
|
}
|
|
182
159
|
}
|
|
183
160
|
}
|
|
@@ -193,8 +170,6 @@
|
|
|
193
170
|
"properties": {
|
|
194
171
|
"isStandardForm": {
|
|
195
172
|
"rdsRef": "Buildings,BuildingSections/ConstructionType,ConstructionMaterials",
|
|
196
|
-
"title": "Is the property built in a standard form of construction? E.g. brick and/or block with timber-supported roof comprising a tile or slate cover?",
|
|
197
|
-
"description": "Examples of non-standard features which might affect a buyer are are thatched roofs, prefabricated buildings or timber-framed windows",
|
|
198
173
|
"discriminator": {
|
|
199
174
|
"propertyName": "yesNo"
|
|
200
175
|
},
|
|
@@ -223,35 +198,19 @@
|
|
|
223
198
|
},
|
|
224
199
|
"energyEfficiency": {
|
|
225
200
|
"rdsRef": "Certificates/{category='energyEfficiency',standard='EPC',gradeLevelRating=?},Certificates/{category='energyEfficiency',standard='EPC',status='exempt'},",
|
|
226
|
-
"title": "Energy Efficiency",
|
|
227
201
|
"properties": {
|
|
228
202
|
"greenDealLoan": {
|
|
229
|
-
"rdsRef": "RightsHolders/Loans,RightsHolders/OtherDocumentation"
|
|
230
|
-
"title": "Green Deal Loan"
|
|
203
|
+
"rdsRef": "RightsHolders/Loans,RightsHolders/OtherDocumentation"
|
|
231
204
|
}
|
|
232
205
|
}
|
|
233
206
|
},
|
|
234
207
|
"councilTax": {
|
|
235
208
|
"properties": {
|
|
236
209
|
"councilTaxBand": {
|
|
237
|
-
"rdsRef": "TenureAgreements/Taxes/{banding=?}"
|
|
238
|
-
"title": "Which Council Tax band does this property fall within?",
|
|
239
|
-
"description": "Band I relates to Wales only",
|
|
240
|
-
"enum": [
|
|
241
|
-
"A",
|
|
242
|
-
"B",
|
|
243
|
-
"C",
|
|
244
|
-
"D",
|
|
245
|
-
"E",
|
|
246
|
-
"F",
|
|
247
|
-
"G",
|
|
248
|
-
"H",
|
|
249
|
-
"I"
|
|
250
|
-
]
|
|
210
|
+
"rdsRef": "TenureAgreements/Taxes/{banding=?}"
|
|
251
211
|
},
|
|
252
212
|
"councilTaxAffectingAlterations": {
|
|
253
213
|
"rdsRef": "TenureAgreements/Taxes/WorksAlterationsChanges",
|
|
254
|
-
"title": "Have you altered the property in any way to the extent that it might change the Council Tax band e.g. added a bedroom or substantially extended the property?",
|
|
255
214
|
"discriminator": {
|
|
256
215
|
"propertyName": "yesNo"
|
|
257
216
|
},
|
|
@@ -282,8 +241,6 @@
|
|
|
282
241
|
"properties": {
|
|
283
242
|
"hasDisputesAndComplaints": {
|
|
284
243
|
"rdsRef": "Tenure/DisputesComplaints,Tenure/LegalClaims",
|
|
285
|
-
"title": "Have any disputes or complaints occurred, regarding this property, a property nearby, or their use?",
|
|
286
|
-
"description": "E.g boundary disagreement, noise, trespass etc",
|
|
287
244
|
"discriminator": {
|
|
288
245
|
"propertyName": "yesNo"
|
|
289
246
|
},
|
|
@@ -310,7 +267,6 @@
|
|
|
310
267
|
},
|
|
311
268
|
"leadingToDisputesAndComplaints": {
|
|
312
269
|
"rdsRef": "Tenure/DisputesComplaints,Tenure/LegalClaims",
|
|
313
|
-
"title": "Is the seller aware of anything which might lead to a dispute about the property or a property nearby?",
|
|
314
270
|
"discriminator": {
|
|
315
271
|
"propertyName": "yesNo"
|
|
316
272
|
},
|
|
@@ -341,7 +297,6 @@
|
|
|
341
297
|
"properties": {
|
|
342
298
|
"hasStructuralAlterations": {
|
|
343
299
|
"rdsRef": "WorksAlterationsChanges",
|
|
344
|
-
"title": "Have there been any structural alterations, extensions, significant repairs or renewals to the property? (e.g. extensions, loft or garage conversion, removal of internal walls or chimneys)",
|
|
345
300
|
"discriminator": {
|
|
346
301
|
"propertyName": "yesNo"
|
|
347
302
|
},
|
|
@@ -364,7 +319,6 @@
|
|
|
364
319
|
},
|
|
365
320
|
"buildingRegApproval": {
|
|
366
321
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
367
|
-
"title": "Was Building Regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
|
|
368
322
|
"discriminator": {
|
|
369
323
|
"propertyName": "yesNo"
|
|
370
324
|
},
|
|
@@ -392,7 +346,6 @@
|
|
|
392
346
|
},
|
|
393
347
|
"planningPermission": {
|
|
394
348
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
395
|
-
"title": "Was planning permission obtained?",
|
|
396
349
|
"discriminator": {
|
|
397
350
|
"propertyName": "yesNo"
|
|
398
351
|
},
|
|
@@ -420,7 +373,6 @@
|
|
|
420
373
|
},
|
|
421
374
|
"listedBuildingConsent": {
|
|
422
375
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
423
|
-
"title": "Was listed building consent obtained?",
|
|
424
376
|
"discriminator": {
|
|
425
377
|
"propertyName": "yesNo"
|
|
426
378
|
},
|
|
@@ -448,7 +400,6 @@
|
|
|
448
400
|
},
|
|
449
401
|
"deedRestrictionConsent": {
|
|
450
402
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
451
|
-
"title": "Was any consent under a restriction in the deeds obtained? E.g. if your deeds require consent from someone else to alter or extend the property",
|
|
452
403
|
"discriminator": {
|
|
453
404
|
"propertyName": "yesNo"
|
|
454
405
|
},
|
|
@@ -480,7 +431,6 @@
|
|
|
480
431
|
},
|
|
481
432
|
"changeOfUse": {
|
|
482
433
|
"rdsRef": "WorksAlterationsChanges",
|
|
483
|
-
"title": "Has there been any change of use (e.g. from an office to a residence)?",
|
|
484
434
|
"discriminator": {
|
|
485
435
|
"propertyName": "yesNo"
|
|
486
436
|
},
|
|
@@ -503,7 +453,6 @@
|
|
|
503
453
|
},
|
|
504
454
|
"buildingRegApproval": {
|
|
505
455
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
506
|
-
"title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
|
|
507
456
|
"discriminator": {
|
|
508
457
|
"propertyName": "yesNo"
|
|
509
458
|
},
|
|
@@ -531,7 +480,6 @@
|
|
|
531
480
|
},
|
|
532
481
|
"planningPermission": {
|
|
533
482
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
534
|
-
"title": "Was planning permission obtained?",
|
|
535
483
|
"discriminator": {
|
|
536
484
|
"propertyName": "yesNo"
|
|
537
485
|
},
|
|
@@ -559,7 +507,6 @@
|
|
|
559
507
|
},
|
|
560
508
|
"listedBuildingConsent": {
|
|
561
509
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
562
|
-
"title": "Was listed building consent obtained?",
|
|
563
510
|
"discriminator": {
|
|
564
511
|
"propertyName": "yesNo"
|
|
565
512
|
},
|
|
@@ -587,7 +534,6 @@
|
|
|
587
534
|
},
|
|
588
535
|
"deedRestrictionConsent": {
|
|
589
536
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
590
|
-
"title": "Was any consent under a restriction in the deeds obtained? E.g. if your deeds require consent from someone else to alter or extend the property",
|
|
591
537
|
"discriminator": {
|
|
592
538
|
"propertyName": "yesNo"
|
|
593
539
|
},
|
|
@@ -619,7 +565,6 @@
|
|
|
619
565
|
},
|
|
620
566
|
"windowReplacementsSince2002": {
|
|
621
567
|
"rdsRef": "WorksAlterationsChanges",
|
|
622
|
-
"title": "Since 1st April 2002 has replacement of any windows, roof windows, roof lights, glazed doors taken place?",
|
|
623
568
|
"discriminator": {
|
|
624
569
|
"propertyName": "yesNo"
|
|
625
570
|
},
|
|
@@ -642,7 +587,6 @@
|
|
|
642
587
|
},
|
|
643
588
|
"buildingRegApproval": {
|
|
644
589
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
645
|
-
"title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
|
|
646
590
|
"discriminator": {
|
|
647
591
|
"propertyName": "yesNo"
|
|
648
592
|
},
|
|
@@ -670,7 +614,6 @@
|
|
|
670
614
|
},
|
|
671
615
|
"planningPermission": {
|
|
672
616
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
673
|
-
"title": "Was planning permission obtained?",
|
|
674
617
|
"discriminator": {
|
|
675
618
|
"propertyName": "yesNo"
|
|
676
619
|
},
|
|
@@ -698,7 +641,6 @@
|
|
|
698
641
|
},
|
|
699
642
|
"listedBuildingConsent": {
|
|
700
643
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
701
|
-
"title": "Was listed building consent obtained?",
|
|
702
644
|
"discriminator": {
|
|
703
645
|
"propertyName": "yesNo"
|
|
704
646
|
},
|
|
@@ -726,7 +668,6 @@
|
|
|
726
668
|
},
|
|
727
669
|
"deedRestrictionConsent": {
|
|
728
670
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
729
|
-
"title": "Was any consent under a restriction in the deeds obtained? E.g. if your deeds require consent from someone else to alter or extend the property",
|
|
730
671
|
"discriminator": {
|
|
731
672
|
"propertyName": "yesNo"
|
|
732
673
|
},
|
|
@@ -758,7 +699,6 @@
|
|
|
758
699
|
},
|
|
759
700
|
"hasAddedConservatory": {
|
|
760
701
|
"rdsRef": "WorksAlterationsChanges",
|
|
761
|
-
"title": "Has a conservatory been added?",
|
|
762
702
|
"discriminator": {
|
|
763
703
|
"propertyName": "yesNo"
|
|
764
704
|
},
|
|
@@ -781,7 +721,6 @@
|
|
|
781
721
|
},
|
|
782
722
|
"buildingRegApproval": {
|
|
783
723
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
784
|
-
"title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
|
|
785
724
|
"discriminator": {
|
|
786
725
|
"propertyName": "yesNo"
|
|
787
726
|
},
|
|
@@ -809,7 +748,6 @@
|
|
|
809
748
|
},
|
|
810
749
|
"planningPermission": {
|
|
811
750
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
812
|
-
"title": "Was planning permission obtained?",
|
|
813
751
|
"discriminator": {
|
|
814
752
|
"propertyName": "yesNo"
|
|
815
753
|
},
|
|
@@ -837,7 +775,6 @@
|
|
|
837
775
|
},
|
|
838
776
|
"listedBuildingConsent": {
|
|
839
777
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
840
|
-
"title": "Was listed building consent obtained?",
|
|
841
778
|
"discriminator": {
|
|
842
779
|
"propertyName": "yesNo"
|
|
843
780
|
},
|
|
@@ -865,7 +802,6 @@
|
|
|
865
802
|
},
|
|
866
803
|
"deedRestrictionConsent": {
|
|
867
804
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
868
|
-
"title": "Was any consent under a restriction in the deeds obtained? E.g. if your deeds require consent from someone else to alter or extend the property",
|
|
869
805
|
"discriminator": {
|
|
870
806
|
"propertyName": "yesNo"
|
|
871
807
|
},
|
|
@@ -897,7 +833,6 @@
|
|
|
897
833
|
},
|
|
898
834
|
"worksUnfinished": {
|
|
899
835
|
"rdsRef": "WorksAlterationsChanges/isIncomplete",
|
|
900
|
-
"title": "Are any of the works listed above unfinished?",
|
|
901
836
|
"discriminator": {
|
|
902
837
|
"propertyName": "yesNo"
|
|
903
838
|
},
|
|
@@ -924,7 +859,6 @@
|
|
|
924
859
|
},
|
|
925
860
|
"planningPermissionBreaches": {
|
|
926
861
|
"rdsRef": "Property/Flags",
|
|
927
|
-
"title": "Are you aware of any breaches of planning permission conditions or building regulations consent conditions or work not having the necessary consents?",
|
|
928
862
|
"discriminator": {
|
|
929
863
|
"propertyName": "yesNo"
|
|
930
864
|
},
|
|
@@ -946,16 +880,10 @@
|
|
|
946
880
|
]
|
|
947
881
|
},
|
|
948
882
|
"details": {
|
|
949
|
-
"rdsRef": "Buildings,BuildingsSections/StructureAuthorised,BuildingsSections/StructureUnauthorised"
|
|
950
|
-
"title": "Please give details"
|
|
883
|
+
"rdsRef": "Buildings,BuildingsSections/StructureAuthorised,BuildingsSections/StructureUnauthorised"
|
|
951
884
|
},
|
|
952
885
|
"willingToInsure": {
|
|
953
|
-
"rdsRef": "Insurance/isWillingToProvide"
|
|
954
|
-
"title": "Confirm whether you will pay for an insurance policy if the Local Authority still have power to enforce the breach. Your property lawyer can obtain a quote for you. (If you already have a policy please give it to your property lawyer and include details in Question 6 of Section B) [*Note: It will be a term of the insurance policy that the Local Authority is not contacted so if you have contacted the Local Authority the option of indemnity insurance will not be available.]",
|
|
955
|
-
"enum": [
|
|
956
|
-
"Yes",
|
|
957
|
-
"No"
|
|
958
|
-
]
|
|
886
|
+
"rdsRef": "Insurance/isWillingToProvide"
|
|
959
887
|
}
|
|
960
888
|
}
|
|
961
889
|
}
|
|
@@ -963,7 +891,6 @@
|
|
|
963
891
|
},
|
|
964
892
|
"unresolvedPlanningIssues": {
|
|
965
893
|
"rdsRef": "Buildings,BuildingsSections/StructureAuthorised,BuildingsSections/StructureUnauthorised",
|
|
966
|
-
"title": "Are you aware of any unresolved planning or building control issues?",
|
|
967
894
|
"discriminator": {
|
|
968
895
|
"propertyName": "yesNo"
|
|
969
896
|
},
|
|
@@ -985,16 +912,10 @@
|
|
|
985
912
|
]
|
|
986
913
|
},
|
|
987
914
|
"details": {
|
|
988
|
-
"rdsRef": "Buildings,BuildingsSections/StructureAuthorised,BuildingsSections/StructureUnauthorised"
|
|
989
|
-
"title": "Please give details"
|
|
915
|
+
"rdsRef": "Buildings,BuildingsSections/StructureAuthorised,BuildingsSections/StructureUnauthorised"
|
|
990
916
|
},
|
|
991
917
|
"willingToInsure": {
|
|
992
|
-
"rdsRef": "Insurance/isWillingToProvide"
|
|
993
|
-
"title": "Confirm whether you will pay for an insurance policy if the Local Authority still have power to enforce the breach. Your property lawyer can obtain a quote for you. (If you already have a policy please give it to your property lawyer and include details in Question 6 of Section B) [*Note: It will be a term of the insurance policy that the Local Authority is not contacted so if you have contacted the Local Authority the option of indemnity insurance will not be available.]",
|
|
994
|
-
"enum": [
|
|
995
|
-
"Yes",
|
|
996
|
-
"No"
|
|
997
|
-
]
|
|
918
|
+
"rdsRef": "Insurance/isWillingToProvide"
|
|
998
919
|
}
|
|
999
920
|
}
|
|
1000
921
|
}
|
|
@@ -1006,7 +927,6 @@
|
|
|
1006
927
|
"properties": {
|
|
1007
928
|
"neighbourDevelopment": {
|
|
1008
929
|
"rdsRef": "Property/Flags,Planning",
|
|
1009
|
-
"title": "The owner of a neighbouring property is proposing to develop property or land nearby, make alterations to nearby buildings or change the use?",
|
|
1010
930
|
"discriminator": {
|
|
1011
931
|
"propertyName": "yesNo"
|
|
1012
932
|
},
|
|
@@ -1033,7 +953,6 @@
|
|
|
1033
953
|
},
|
|
1034
954
|
"planningApplication": {
|
|
1035
955
|
"rdsRef": "Property/Flags,Planning",
|
|
1036
|
-
"title": "Any planning application that could affect the property, the enjoyment of it or the views from it?",
|
|
1037
956
|
"discriminator": {
|
|
1038
957
|
"propertyName": "yesNo"
|
|
1039
958
|
},
|
|
@@ -1060,7 +979,6 @@
|
|
|
1060
979
|
},
|
|
1061
980
|
"requiredMaintenance": {
|
|
1062
981
|
"rdsRef": "Property/Flags,Notifications",
|
|
1063
|
-
"title": "Notice informing you that maintenance, repairs or improvements are required to your property?",
|
|
1064
982
|
"discriminator": {
|
|
1065
983
|
"propertyName": "yesNo"
|
|
1066
984
|
},
|
|
@@ -1087,7 +1005,6 @@
|
|
|
1087
1005
|
},
|
|
1088
1006
|
"listedBuildingApplication": {
|
|
1089
1007
|
"rdsRef": "Property/Flags,Protections",
|
|
1090
|
-
"title": "Listed building application",
|
|
1091
1008
|
"discriminator": {
|
|
1092
1009
|
"propertyName": "yesNo"
|
|
1093
1010
|
},
|
|
@@ -1114,7 +1031,6 @@
|
|
|
1114
1031
|
},
|
|
1115
1032
|
"infrastructureProject": {
|
|
1116
1033
|
"rdsRef": "Property/Flags,Planning",
|
|
1117
|
-
"title": "Infrastructure project, proposed or in progress (i.e. wind turbine, railway, fracking, etc)",
|
|
1118
1034
|
"discriminator": {
|
|
1119
1035
|
"propertyName": "yesNo"
|
|
1120
1036
|
},
|
|
@@ -1141,7 +1057,6 @@
|
|
|
1141
1057
|
},
|
|
1142
1058
|
"partyWallAct": {
|
|
1143
1059
|
"rdsRef": "Property/Flags,Notifications",
|
|
1144
|
-
"title": "Notice under the Party Wall Act 1996 in respect of any shared or party boundaries?",
|
|
1145
1060
|
"discriminator": {
|
|
1146
1061
|
"propertyName": "yesNo"
|
|
1147
1062
|
},
|
|
@@ -1168,7 +1083,6 @@
|
|
|
1168
1083
|
},
|
|
1169
1084
|
"otherNotices": {
|
|
1170
1085
|
"rdsRef": "Property/Flags,Notifications",
|
|
1171
|
-
"title": "Any other type of notice?",
|
|
1172
1086
|
"discriminator": {
|
|
1173
1087
|
"propertyName": "yesNo"
|
|
1174
1088
|
},
|
|
@@ -1199,7 +1113,6 @@
|
|
|
1199
1113
|
"properties": {
|
|
1200
1114
|
"dryRotEtcTreatment": {
|
|
1201
1115
|
"rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
|
|
1202
|
-
"title": "To your knowledge, has there been any preventative work for, or treatment of dry rot, wet rot or damp carried out at the property?",
|
|
1203
1116
|
"discriminator": {
|
|
1204
1117
|
"propertyName": "yesNo"
|
|
1205
1118
|
},
|
|
@@ -1226,7 +1139,6 @@
|
|
|
1226
1139
|
},
|
|
1227
1140
|
"containsAsbestos": {
|
|
1228
1141
|
"rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
|
|
1229
|
-
"title": "To your knowledge, does any part of your property contain asbestos?",
|
|
1230
1142
|
"discriminator": {
|
|
1231
1143
|
"propertyName": "yesNo"
|
|
1232
1144
|
},
|
|
@@ -1253,7 +1165,6 @@
|
|
|
1253
1165
|
},
|
|
1254
1166
|
"japaneseKnotweed": {
|
|
1255
1167
|
"rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues,Use/EnvironmentalIssues",
|
|
1256
|
-
"title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
|
|
1257
1168
|
"discriminator": {
|
|
1258
1169
|
"propertyName": "yesNo"
|
|
1259
1170
|
},
|
|
@@ -1281,7 +1192,6 @@
|
|
|
1281
1192
|
},
|
|
1282
1193
|
"subsidenceOrStructuralFault": {
|
|
1283
1194
|
"rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
|
|
1284
|
-
"title": "To your knowledge, has the property ever been subject to subsidence or structural fault?",
|
|
1285
1195
|
"discriminator": {
|
|
1286
1196
|
"propertyName": "yesNo"
|
|
1287
1197
|
},
|
|
@@ -1308,7 +1218,6 @@
|
|
|
1308
1218
|
},
|
|
1309
1219
|
"ongoingHealthOrSafetyIssue": {
|
|
1310
1220
|
"rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
|
|
1311
|
-
"title": "Have you been notified by a relevant authority or qualified expert of an on-going health or safety issue with the property?",
|
|
1312
1221
|
"discriminator": {
|
|
1313
1222
|
"propertyName": "yesNo"
|
|
1314
1223
|
},
|
|
@@ -1339,7 +1248,6 @@
|
|
|
1339
1248
|
"properties": {
|
|
1340
1249
|
"itemsToRemove": {
|
|
1341
1250
|
"rdsRef": "Objects/{isIncludedInExchange='no',class='fixture|fitting}",
|
|
1342
|
-
"title": "Are there any items, which would be considered a fixture or fitting, that you intend to take? E.g. Carpets, curtains, light fittings, fitted cupboards, etc",
|
|
1343
1251
|
"discriminator": {
|
|
1344
1252
|
"propertyName": "yesNo"
|
|
1345
1253
|
},
|
|
@@ -1366,7 +1274,6 @@
|
|
|
1366
1274
|
},
|
|
1367
1275
|
"itemsToInclude": {
|
|
1368
1276
|
"rdsRef": "Objects/{isIncludedInExchange='true',class='equipment|furniture}",
|
|
1369
|
-
"title": "Are there additional furniture items or possessions are you very likely to include in the sale, irrespective of sale price?",
|
|
1370
1277
|
"discriminator": {
|
|
1371
1278
|
"propertyName": "yesNo"
|
|
1372
1279
|
},
|
|
@@ -1397,7 +1304,6 @@
|
|
|
1397
1304
|
"properties": {
|
|
1398
1305
|
"mainsElectricity": {
|
|
1399
1306
|
"rdsRef": "Services/Electricity",
|
|
1400
|
-
"title": "Mains electricity",
|
|
1401
1307
|
"discriminator": {
|
|
1402
1308
|
"propertyName": "yesNo"
|
|
1403
1309
|
},
|
|
@@ -1433,7 +1339,6 @@
|
|
|
1433
1339
|
},
|
|
1434
1340
|
"mainsGas": {
|
|
1435
1341
|
"rdsRef": "Services/Gas",
|
|
1436
|
-
"title": "Mains gas",
|
|
1437
1342
|
"discriminator": {
|
|
1438
1343
|
"propertyName": "yesNo"
|
|
1439
1344
|
},
|
|
@@ -1469,7 +1374,6 @@
|
|
|
1469
1374
|
},
|
|
1470
1375
|
"lpg": {
|
|
1471
1376
|
"rdsRef": "Services/LiquefiedPetroleumGas",
|
|
1472
|
-
"title": "Liquid Petroleum Gas (LPG)",
|
|
1473
1377
|
"discriminator": {
|
|
1474
1378
|
"propertyName": "yesNo"
|
|
1475
1379
|
},
|
|
@@ -1505,7 +1409,6 @@
|
|
|
1505
1409
|
},
|
|
1506
1410
|
"oil": {
|
|
1507
1411
|
"rdsRef": "Services/Oil",
|
|
1508
|
-
"title": "Oil",
|
|
1509
1412
|
"discriminator": {
|
|
1510
1413
|
"propertyName": "yesNo"
|
|
1511
1414
|
},
|
|
@@ -1541,7 +1444,6 @@
|
|
|
1541
1444
|
},
|
|
1542
1445
|
"telephone": {
|
|
1543
1446
|
"rdsRef": "Services/Telephone",
|
|
1544
|
-
"title": "Telephone",
|
|
1545
1447
|
"discriminator": {
|
|
1546
1448
|
"propertyName": "yesNo"
|
|
1547
1449
|
},
|
|
@@ -1577,7 +1479,6 @@
|
|
|
1577
1479
|
},
|
|
1578
1480
|
"cableSatelliteTV": {
|
|
1579
1481
|
"rdsRef": "Services/CableSatelliteTV",
|
|
1580
|
-
"title": "Cable TV or satellite",
|
|
1581
1482
|
"discriminator": {
|
|
1582
1483
|
"propertyName": "yesNo"
|
|
1583
1484
|
},
|
|
@@ -1613,7 +1514,6 @@
|
|
|
1613
1514
|
},
|
|
1614
1515
|
"broadband": {
|
|
1615
1516
|
"rdsRef": "Services/Internet",
|
|
1616
|
-
"title": "Broadband",
|
|
1617
1517
|
"discriminator": {
|
|
1618
1518
|
"propertyName": "yesNo"
|
|
1619
1519
|
},
|
|
@@ -1649,8 +1549,6 @@
|
|
|
1649
1549
|
},
|
|
1650
1550
|
"otherServices": {
|
|
1651
1551
|
"rdsRef": "Services/Other",
|
|
1652
|
-
"title": "Other services",
|
|
1653
|
-
"description": "Other services include wind turbines, generators and other renewable technologies, for example ground source heat pumps. If you receive Renewable Heat Incentives please provide details and note that you will need to advise Ofgem when you complete the sale",
|
|
1654
1552
|
"discriminator": {
|
|
1655
1553
|
"propertyName": "yesNo"
|
|
1656
1554
|
},
|
|
@@ -1686,7 +1584,6 @@
|
|
|
1686
1584
|
},
|
|
1687
1585
|
"maintenanceAgreements": {
|
|
1688
1586
|
"rdsRef": "Services/Certificates,Services/OtherServices/Certificates",
|
|
1689
|
-
"title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to connected services?",
|
|
1690
1587
|
"discriminator": {
|
|
1691
1588
|
"propertyName": "yesNo"
|
|
1692
1589
|
},
|
|
@@ -1719,7 +1616,6 @@
|
|
|
1719
1616
|
"properties": {
|
|
1720
1617
|
"mainsWater": {
|
|
1721
1618
|
"rdsRef": "Services/PotableWaterSupply",
|
|
1722
|
-
"title": "Mains water",
|
|
1723
1619
|
"discriminator": {
|
|
1724
1620
|
"propertyName": "yesNo"
|
|
1725
1621
|
},
|
|
@@ -1759,7 +1655,6 @@
|
|
|
1759
1655
|
"properties": {
|
|
1760
1656
|
"mainsSurfaceWaterDrainage": {
|
|
1761
1657
|
"rdsRef": "Services/StormWaterDrainage",
|
|
1762
|
-
"title": "Mains surface water drainage",
|
|
1763
1658
|
"discriminator": {
|
|
1764
1659
|
"propertyName": "yesNo"
|
|
1765
1660
|
},
|
|
@@ -1796,7 +1691,6 @@
|
|
|
1796
1691
|
},
|
|
1797
1692
|
"mainsFoulDrainage": {
|
|
1798
1693
|
"rdsRef": "Services/WasteWaterSewarageDisposal",
|
|
1799
|
-
"title": "Mains foul drainage / sweerage",
|
|
1800
1694
|
"discriminator": {
|
|
1801
1695
|
"propertyName": "yesNo"
|
|
1802
1696
|
},
|
|
@@ -1829,7 +1723,6 @@
|
|
|
1829
1723
|
},
|
|
1830
1724
|
"sustainableDrainageSystem": {
|
|
1831
1725
|
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1832
|
-
"title": "Sustainable Drainage System",
|
|
1833
1726
|
"discriminator": {
|
|
1834
1727
|
"propertyName": "yesNo"
|
|
1835
1728
|
},
|
|
@@ -1865,7 +1758,6 @@
|
|
|
1865
1758
|
},
|
|
1866
1759
|
"septicTank": {
|
|
1867
1760
|
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1868
|
-
"title": "Septic tank",
|
|
1869
1761
|
"discriminator": {
|
|
1870
1762
|
"propertyName": "yesNo"
|
|
1871
1763
|
},
|
|
@@ -1892,7 +1784,6 @@
|
|
|
1892
1784
|
},
|
|
1893
1785
|
"cesspit": {
|
|
1894
1786
|
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1895
|
-
"title": "Cesspit",
|
|
1896
1787
|
"discriminator": {
|
|
1897
1788
|
"propertyName": "yesNo"
|
|
1898
1789
|
},
|
|
@@ -1919,7 +1810,6 @@
|
|
|
1919
1810
|
},
|
|
1920
1811
|
"sewerageTreatmentPlant": {
|
|
1921
1812
|
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1922
|
-
"title": "Sewerage treatment plant",
|
|
1923
1813
|
"discriminator": {
|
|
1924
1814
|
"propertyName": "yesNo"
|
|
1925
1815
|
},
|
|
@@ -1946,7 +1836,6 @@
|
|
|
1946
1836
|
},
|
|
1947
1837
|
"otherConnectedProperties": {
|
|
1948
1838
|
"rdsRef": "Services/OtherServices/SharedWith",
|
|
1949
|
-
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
1950
1839
|
"discriminator": {
|
|
1951
1840
|
"propertyName": "yesNo"
|
|
1952
1841
|
},
|
|
@@ -1973,7 +1862,6 @@
|
|
|
1973
1862
|
},
|
|
1974
1863
|
"plantOnOtherLand": {
|
|
1975
1864
|
"rdsRef": "Services/OtherServices/Located,Services/OtherServices/{access=?}",
|
|
1976
|
-
"title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
|
|
1977
1865
|
"discriminator": {
|
|
1978
1866
|
"propertyName": "yesNo"
|
|
1979
1867
|
},
|
|
@@ -2000,7 +1888,6 @@
|
|
|
2000
1888
|
},
|
|
2001
1889
|
"plantRegistered": {
|
|
2002
1890
|
"rdsRef": "Services/OtherServices/Certificates",
|
|
2003
|
-
"title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
|
|
2004
1891
|
"discriminator": {
|
|
2005
1892
|
"propertyName": "yesNo"
|
|
2006
1893
|
},
|
|
@@ -2027,7 +1914,6 @@
|
|
|
2027
1914
|
},
|
|
2028
1915
|
"plantDrainsIntoWaterway": {
|
|
2029
1916
|
"rdsRef": "Services/OtherServices/{isExternallyConnected='yes?true'}",
|
|
2030
|
-
"title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
|
|
2031
1917
|
"discriminator": {
|
|
2032
1918
|
"propertyName": "yesNo"
|
|
2033
1919
|
},
|
|
@@ -2049,12 +1935,7 @@
|
|
|
2049
1935
|
]
|
|
2050
1936
|
},
|
|
2051
1937
|
"dischargeCompliesWithGBR": {
|
|
2052
|
-
"rdsRef": "Services/OtherServices/ExternalConnections/Flags"
|
|
2053
|
-
"title": "Does it comply with the General Binding Rules for discharge into a waterway?",
|
|
2054
|
-
"enum": [
|
|
2055
|
-
"Yes",
|
|
2056
|
-
"No, it does not comply with the rules for discharge into a waterway."
|
|
2057
|
-
]
|
|
1938
|
+
"rdsRef": "Services/OtherServices/ExternalConnections/Flags"
|
|
2058
1939
|
}
|
|
2059
1940
|
}
|
|
2060
1941
|
}
|
|
@@ -2068,7 +1949,6 @@
|
|
|
2068
1949
|
},
|
|
2069
1950
|
"maintenanceAgreements": {
|
|
2070
1951
|
"rdsRef": "Services/Certificates,Services/OtherServices/Certificates",
|
|
2071
|
-
"title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to these services?",
|
|
2072
1952
|
"discriminator": {
|
|
2073
1953
|
"propertyName": "yesNo"
|
|
2074
1954
|
},
|
|
@@ -2097,7 +1977,6 @@
|
|
|
2097
1977
|
},
|
|
2098
1978
|
"heating": {
|
|
2099
1979
|
"rdsRef": "Buildings|BuildingSections/isUnheated=no|yes|true|false",
|
|
2100
|
-
"title": "Heating",
|
|
2101
1980
|
"discriminator": {
|
|
2102
1981
|
"propertyName": "heatingType"
|
|
2103
1982
|
},
|
|
@@ -2122,7 +2001,6 @@
|
|
|
2122
2001
|
"properties": {
|
|
2123
2002
|
"centralHeatingFuel": {
|
|
2124
2003
|
"rdsRef": "Buildings|BuildingSections/Heating/isGas=no|yes|true|false",
|
|
2125
|
-
"title": "Central Heating Fuel",
|
|
2126
2004
|
"discriminator": {
|
|
2127
2005
|
"propertyName": "centralHeatingFuelType"
|
|
2128
2006
|
},
|
|
@@ -2135,7 +2013,7 @@
|
|
|
2135
2013
|
"Electricity",
|
|
2136
2014
|
"Oil",
|
|
2137
2015
|
"LPG",
|
|
2138
|
-
"Biomass
|
|
2016
|
+
"Biomass"
|
|
2139
2017
|
]
|
|
2140
2018
|
}
|
|
2141
2019
|
}
|
|
@@ -2152,12 +2030,10 @@
|
|
|
2152
2030
|
]
|
|
2153
2031
|
},
|
|
2154
2032
|
"centralHeatingInstalled": {
|
|
2155
|
-
"rdsRef": "Objects/Installed"
|
|
2156
|
-
"title": "When was the heating system installed?"
|
|
2033
|
+
"rdsRef": "Objects/Installed"
|
|
2157
2034
|
},
|
|
2158
2035
|
"boilerInstallationCertificate": {
|
|
2159
2036
|
"rdsRef": "Objects/Installation,Objects/Certificates",
|
|
2160
|
-
"title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
|
|
2161
2037
|
"discriminator": {
|
|
2162
2038
|
"propertyName": "yesNo"
|
|
2163
2039
|
},
|
|
@@ -2183,12 +2059,10 @@
|
|
|
2183
2059
|
]
|
|
2184
2060
|
},
|
|
2185
2061
|
"heatingLastServicedDate": {
|
|
2186
|
-
"rdsRef": "Objects/Maintenance"
|
|
2187
|
-
"title": "When was the heating system last serviced or maintained?"
|
|
2062
|
+
"rdsRef": "Objects/Maintenance"
|
|
2188
2063
|
},
|
|
2189
2064
|
"heatingInGoodWorkingOrder": {
|
|
2190
2065
|
"rdsRef": "Objects/Condition=?",
|
|
2191
|
-
"title": "Is the heating system in good working order to your satisfaction?",
|
|
2192
2066
|
"discriminator": {
|
|
2193
2067
|
"propertyName": "yesNo"
|
|
2194
2068
|
},
|
|
@@ -2231,12 +2105,7 @@
|
|
|
2231
2105
|
"insurance": {
|
|
2232
2106
|
"properties": {
|
|
2233
2107
|
"isInsured": {
|
|
2234
|
-
"rdsRef": "Insurance/isInsured=no|yes|true|false"
|
|
2235
|
-
"title": "Do you insure the property?",
|
|
2236
|
-
"enum": [
|
|
2237
|
-
"Yes",
|
|
2238
|
-
"No"
|
|
2239
|
-
]
|
|
2108
|
+
"rdsRef": "Insurance/isInsured=no|yes|true|false"
|
|
2240
2109
|
}
|
|
2241
2110
|
},
|
|
2242
2111
|
"oneOf": [
|
|
@@ -2244,12 +2113,10 @@
|
|
|
2244
2113
|
{
|
|
2245
2114
|
"properties": {
|
|
2246
2115
|
"difficultiesObtainingInsurance": {
|
|
2247
|
-
"rdsRef": "Insurance/Flags,Insurance/refusalReason=?"
|
|
2248
|
-
"title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?"
|
|
2116
|
+
"rdsRef": "Insurance/Flags,Insurance/refusalReason=?"
|
|
2249
2117
|
},
|
|
2250
2118
|
"insuranceClaims": {
|
|
2251
2119
|
"rdsRef": "Insurance/Claims",
|
|
2252
|
-
"title": "Have you ever made a claim against your building insurance in relation to the property?",
|
|
2253
2120
|
"discriminator": {
|
|
2254
2121
|
"propertyName": "yesNo"
|
|
2255
2122
|
},
|
|
@@ -2282,7 +2149,6 @@
|
|
|
2282
2149
|
"properties": {
|
|
2283
2150
|
"partOutsideLegalOwnership": {
|
|
2284
2151
|
"rdsRef": "Tenure/Interests",
|
|
2285
|
-
"title": "Is any part of the property outside the seller’s legal ownership?",
|
|
2286
2152
|
"discriminator": {
|
|
2287
2153
|
"propertyName": "yesNo"
|
|
2288
2154
|
},
|
|
@@ -2309,7 +2175,6 @@
|
|
|
2309
2175
|
},
|
|
2310
2176
|
"partOnSeparateSiteOrDeed": {
|
|
2311
2177
|
"rdsRef": "Tenure *with different property entity and references etc*",
|
|
2312
|
-
"title": "Is any part of the property on a separate site or separate title number e.g. garden, outbuilding, parking, garage?",
|
|
2313
2178
|
"discriminator": {
|
|
2314
2179
|
"propertyName": "yesNo"
|
|
2315
2180
|
},
|
|
@@ -2336,7 +2201,6 @@
|
|
|
2336
2201
|
},
|
|
2337
2202
|
"boundariesDifferFromTitlePlan": {
|
|
2338
2203
|
"rdsRef": "Tenure/Boundaries,Tenure/BoundaryDifferences,Tenure/CadastralMapOfParcels",
|
|
2339
|
-
"title": "Do the boundaries differ from those shown on the title plan?",
|
|
2340
2204
|
"discriminator": {
|
|
2341
2205
|
"propertyName": "yesNo"
|
|
2342
2206
|
},
|
|
@@ -2363,7 +2227,6 @@
|
|
|
2363
2227
|
},
|
|
2364
2228
|
"boundaryAlterationProposal": {
|
|
2365
2229
|
"rdsRef": "Tenure/Boundaries/proposedAlterations=?",
|
|
2366
|
-
"title": "Is there a current proposal with anyone to alter the boundaries of your property?",
|
|
2367
2230
|
"discriminator": {
|
|
2368
2231
|
"propertyName": "yesNo"
|
|
2369
2232
|
},
|
|
@@ -2394,7 +2257,6 @@
|
|
|
2394
2257
|
"properties": {
|
|
2395
2258
|
"sharedContributions": {
|
|
2396
2259
|
"rdsRef": "Services/SharedCosts",
|
|
2397
|
-
"title": "Other than service charges and estate rentcharges, do you have to contribute towards the shared cost of a jointly-used service such as a shared driveway, road, parking area, garden or drain?",
|
|
2398
2260
|
"discriminator": {
|
|
2399
2261
|
"propertyName": "yesNo"
|
|
2400
2262
|
},
|
|
@@ -2421,7 +2283,6 @@
|
|
|
2421
2283
|
},
|
|
2422
2284
|
"neighbouringLandRights": {
|
|
2423
2285
|
"rdsRef": "Tenure/Rights,Tenure *with different property entity and references etc*",
|
|
2424
|
-
"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)",
|
|
2425
2286
|
"discriminator": {
|
|
2426
2287
|
"propertyName": "yesNo"
|
|
2427
2288
|
},
|
|
@@ -2448,7 +2309,6 @@
|
|
|
2448
2309
|
},
|
|
2449
2310
|
"accessRestrictionAttempts": {
|
|
2450
2311
|
"rdsRef": "Tenure/Restrictions",
|
|
2451
|
-
"title": "Has anyone tried to stop you using an access way to the property or asked you to pay to use the access?",
|
|
2452
2312
|
"discriminator": {
|
|
2453
2313
|
"propertyName": "yesNo"
|
|
2454
2314
|
},
|
|
@@ -2477,7 +2337,6 @@
|
|
|
2477
2337
|
"properties": {
|
|
2478
2338
|
"publicRightOfWay": {
|
|
2479
2339
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities,Tenure/CadastralMapOfParcels",
|
|
2480
|
-
"title": "A public right of way through and/or across your property, buildings or land",
|
|
2481
2340
|
"discriminator": {
|
|
2482
2341
|
"propertyName": "yesNo"
|
|
2483
2342
|
},
|
|
@@ -2504,7 +2363,6 @@
|
|
|
2504
2363
|
},
|
|
2505
2364
|
"rightsOfLight": {
|
|
2506
2365
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
2507
|
-
"title": "Rights of light",
|
|
2508
2366
|
"discriminator": {
|
|
2509
2367
|
"propertyName": "yesNo"
|
|
2510
2368
|
},
|
|
@@ -2531,7 +2389,6 @@
|
|
|
2531
2389
|
},
|
|
2532
2390
|
"rightsOfSupport": {
|
|
2533
2391
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
2534
|
-
"title": "Rights of support from ajoining properties",
|
|
2535
2392
|
"discriminator": {
|
|
2536
2393
|
"propertyName": "yesNo"
|
|
2537
2394
|
},
|
|
@@ -2558,7 +2415,6 @@
|
|
|
2558
2415
|
},
|
|
2559
2416
|
"rightsCreatedThroughCustom": {
|
|
2560
2417
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
2561
|
-
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
|
|
2562
2418
|
"discriminator": {
|
|
2563
2419
|
"propertyName": "yesNo"
|
|
2564
2420
|
},
|
|
@@ -2585,7 +2441,6 @@
|
|
|
2585
2441
|
},
|
|
2586
2442
|
"rightsToTakeFromLand": {
|
|
2587
2443
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
2588
|
-
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
2589
2444
|
"discriminator": {
|
|
2590
2445
|
"propertyName": "yesNo"
|
|
2591
2446
|
},
|
|
@@ -2612,7 +2467,6 @@
|
|
|
2612
2467
|
},
|
|
2613
2468
|
"minesAndMinerals": {
|
|
2614
2469
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
2615
|
-
"title": "Mines and minerals under the property",
|
|
2616
2470
|
"discriminator": {
|
|
2617
2471
|
"propertyName": "yesNo"
|
|
2618
2472
|
},
|
|
@@ -2639,7 +2493,6 @@
|
|
|
2639
2493
|
},
|
|
2640
2494
|
"churchChancel": {
|
|
2641
2495
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
2642
|
-
"title": "Liability to contribute to the maintenance of a church chancel?",
|
|
2643
2496
|
"discriminator": {
|
|
2644
2497
|
"propertyName": "yesNo"
|
|
2645
2498
|
},
|
|
@@ -2666,7 +2519,6 @@
|
|
|
2666
2519
|
},
|
|
2667
2520
|
"otherRights": {
|
|
2668
2521
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
2669
|
-
"title": "Any other rights or arrangements affecting the property?",
|
|
2670
2522
|
"discriminator": {
|
|
2671
2523
|
"propertyName": "yesNo"
|
|
2672
2524
|
},
|
|
@@ -2699,7 +2551,6 @@
|
|
|
2699
2551
|
"properties": {
|
|
2700
2552
|
"flooding": {
|
|
2701
2553
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
2702
|
-
"title": "Flooding",
|
|
2703
2554
|
"discriminator": {
|
|
2704
2555
|
"propertyName": "hasBeenFlooded"
|
|
2705
2556
|
},
|
|
@@ -2721,8 +2572,7 @@
|
|
|
2721
2572
|
]
|
|
2722
2573
|
},
|
|
2723
2574
|
"typeOfFlooding": {
|
|
2724
|
-
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2725
|
-
"title": "What type of flooding occurred?"
|
|
2575
|
+
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2726
2576
|
}
|
|
2727
2577
|
}
|
|
2728
2578
|
}
|
|
@@ -2730,7 +2580,6 @@
|
|
|
2730
2580
|
"properties": {
|
|
2731
2581
|
"floodRisk": {
|
|
2732
2582
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
2733
|
-
"title": "Flood Risk",
|
|
2734
2583
|
"discriminator": {
|
|
2735
2584
|
"propertyName": "impactIndicator"
|
|
2736
2585
|
},
|
|
@@ -2759,41 +2608,32 @@
|
|
|
2759
2608
|
},
|
|
2760
2609
|
"radon": {
|
|
2761
2610
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
2762
|
-
"title": "Radon",
|
|
2763
2611
|
"properties": {
|
|
2764
2612
|
"remedialMeasuresOnConstruction": {
|
|
2765
|
-
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2766
|
-
"title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?"
|
|
2613
|
+
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2767
2614
|
}
|
|
2768
2615
|
}
|
|
2769
2616
|
},
|
|
2770
2617
|
"contaminatedLand": {
|
|
2771
|
-
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2772
|
-
"title": "Contaminated land"
|
|
2618
|
+
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2773
2619
|
},
|
|
2774
2620
|
"groundStability": {
|
|
2775
|
-
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2776
|
-
"title": "Ground stability"
|
|
2621
|
+
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2777
2622
|
},
|
|
2778
2623
|
"energy": {
|
|
2779
|
-
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2780
|
-
"title": "Energy"
|
|
2624
|
+
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2781
2625
|
},
|
|
2782
2626
|
"transportation": {
|
|
2783
|
-
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2784
|
-
"title": "Transportation"
|
|
2627
|
+
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2785
2628
|
},
|
|
2786
2629
|
"planning": {
|
|
2787
|
-
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2788
|
-
"title": "Planning"
|
|
2630
|
+
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2789
2631
|
},
|
|
2790
2632
|
"climate": {
|
|
2791
|
-
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2792
|
-
"title": "Climate risk"
|
|
2633
|
+
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2793
2634
|
},
|
|
2794
2635
|
"coalMining": {
|
|
2795
2636
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
2796
|
-
"title": "Coal mining",
|
|
2797
2637
|
"discriminator": {
|
|
2798
2638
|
"propertyName": "impactIndicator"
|
|
2799
2639
|
},
|
|
@@ -2820,7 +2660,6 @@
|
|
|
2820
2660
|
},
|
|
2821
2661
|
"nonCoalMining": {
|
|
2822
2662
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
2823
|
-
"title": "Non-coal mining",
|
|
2824
2663
|
"discriminator": {
|
|
2825
2664
|
"propertyName": "impactIndicator"
|
|
2826
2665
|
},
|
|
@@ -2847,7 +2686,6 @@
|
|
|
2847
2686
|
},
|
|
2848
2687
|
"coastalErosion": {
|
|
2849
2688
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
2850
|
-
"title": "Coastal erosion",
|
|
2851
2689
|
"discriminator": {
|
|
2852
2690
|
"propertyName": "impactIndicator"
|
|
2853
2691
|
},
|
|
@@ -2874,7 +2712,6 @@
|
|
|
2874
2712
|
},
|
|
2875
2713
|
"otherEnvironmental": {
|
|
2876
2714
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
2877
|
-
"title": "To your knowledge, have there been any other environmental issues that affect the property or garden (for example, these could include air pollution, mining, sink holes, quarrying or fracking etc)?",
|
|
2878
2715
|
"discriminator": {
|
|
2879
2716
|
"propertyName": "yesNo"
|
|
2880
2717
|
},
|
|
@@ -2906,7 +2743,6 @@
|
|
|
2906
2743
|
"properties": {
|
|
2907
2744
|
"excessiveNoise": {
|
|
2908
2745
|
"rdsRef": "Tenure/OtherMaterialIssues",
|
|
2909
|
-
"title": "To your knowledge, has anyone occupying the property been disturbed by excessive noise which is likely to reoccur at the property?",
|
|
2910
2746
|
"discriminator": {
|
|
2911
2747
|
"propertyName": "yesNo"
|
|
2912
2748
|
},
|
|
@@ -2933,7 +2769,6 @@
|
|
|
2933
2769
|
},
|
|
2934
2770
|
"crime": {
|
|
2935
2771
|
"rdsRef": "Tenure/OtherMaterialIssues",
|
|
2936
|
-
"title": "To your knowledge, has the property been subject to any crime, burglary or violent death?",
|
|
2937
2772
|
"discriminator": {
|
|
2938
2773
|
"propertyName": "yesNo"
|
|
2939
2774
|
},
|
|
@@ -2960,7 +2795,6 @@
|
|
|
2960
2795
|
},
|
|
2961
2796
|
"cautionOrConviction": {
|
|
2962
2797
|
"rdsRef": "Tenure/OtherMaterialIssues",
|
|
2963
|
-
"title": "To your knowledge, has the property been occupied by someone who has been cautioned or convicted of a serious crime?",
|
|
2964
2798
|
"discriminator": {
|
|
2965
2799
|
"propertyName": "yesNo"
|
|
2966
2800
|
},
|
|
@@ -2987,7 +2821,6 @@
|
|
|
2987
2821
|
},
|
|
2988
2822
|
"failedTransactionsInLast12Months": {
|
|
2989
2823
|
"rdsRef": "Tenure/OtherMaterialIssues",
|
|
2990
|
-
"title": "Have there been any failed purchase transactions on the property within the last 12 months?",
|
|
2991
2824
|
"discriminator": {
|
|
2992
2825
|
"propertyName": "yesNo"
|
|
2993
2826
|
},
|
|
@@ -3018,7 +2851,6 @@
|
|
|
3018
2851
|
"properties": {
|
|
3019
2852
|
"restrictionsOnUseNotCompliedWith": {
|
|
3020
2853
|
"rdsRef": "Use/NonCompliance",
|
|
3021
|
-
"title": "Are you aware of any restrictions on the use or alteration of the property which have not been complied with?",
|
|
3022
2854
|
"discriminator": {
|
|
3023
2855
|
"propertyName": "yesNo"
|
|
3024
2856
|
},
|
|
@@ -3045,8 +2877,6 @@
|
|
|
3045
2877
|
},
|
|
3046
2878
|
"otherMaterialIssue": {
|
|
3047
2879
|
"rdsRef": "Tenure/OtherMaterialIssues",
|
|
3048
|
-
"title": "Are you aware of any other material issue or information which relates to the property or has anything occurred which may affect the average person’s decision to proceed?",
|
|
3049
|
-
"description": "This disclosure is required under the Consumer Protection from Unfair Trading Regulations 2008",
|
|
3050
2880
|
"discriminator": {
|
|
3051
2881
|
"propertyName": "yesNo"
|
|
3052
2882
|
},
|
|
@@ -3080,15 +2910,12 @@
|
|
|
3080
2910
|
"legalOwners": {
|
|
3081
2911
|
"properties": {
|
|
3082
2912
|
"namesOfLegalOwners": {
|
|
3083
|
-
"rdsRef": "RightsHolders"
|
|
3084
|
-
"title": "Names of all legal owners",
|
|
3085
|
-
"minItems": 1
|
|
2913
|
+
"rdsRef": "RightsHolders"
|
|
3086
2914
|
}
|
|
3087
2915
|
}
|
|
3088
2916
|
},
|
|
3089
2917
|
"sellersCapacity": {
|
|
3090
2918
|
"rdsRef": "Participants/description=?,Participants/ActingFor/Participants/Role",
|
|
3091
|
-
"title": "Capacity in which the Seller sells",
|
|
3092
2919
|
"discriminator": {
|
|
3093
2920
|
"propertyName": "capacity"
|
|
3094
2921
|
},
|
|
@@ -3102,9 +2929,7 @@
|
|
|
3102
2929
|
]
|
|
3103
2930
|
},
|
|
3104
2931
|
"sellersCapacityDetails": {
|
|
3105
|
-
"rdsRef": "Participants/OtherDocumentation"
|
|
3106
|
-
"title": "Please provide details if applicable",
|
|
3107
|
-
"description": "(for example if the sellers names do not match the legal owners on the title deed due to change of name on marriage)"
|
|
2932
|
+
"rdsRef": "Participants/OtherDocumentation"
|
|
3108
2933
|
}
|
|
3109
2934
|
}
|
|
3110
2935
|
},
|
|
@@ -3118,8 +2943,7 @@
|
|
|
3118
2943
|
]
|
|
3119
2944
|
},
|
|
3120
2945
|
"sellersCapacityDetails": {
|
|
3121
|
-
"rdsRef": "Participants/OtherDocumentation"
|
|
3122
|
-
"title": "Please provide details and provide any probate, grant of representation or power of attorney "
|
|
2946
|
+
"rdsRef": "Participants/OtherDocumentation"
|
|
3123
2947
|
}
|
|
3124
2948
|
}
|
|
3125
2949
|
}
|
|
@@ -3129,8 +2953,6 @@
|
|
|
3129
2953
|
"properties": {
|
|
3130
2954
|
"ownership": {
|
|
3131
2955
|
"rdsRef": "Tenure/Boundaries",
|
|
3132
|
-
"title": "Boundary ownership",
|
|
3133
|
-
"description": "If the property is leasehold this section, or parts of it, may not apply.",
|
|
3134
2956
|
"discriminator": {
|
|
3135
2957
|
"propertyName": "areBoundariesUniform"
|
|
3136
2958
|
},
|
|
@@ -3145,44 +2967,16 @@
|
|
|
3145
2967
|
"uniformBoundaries": {
|
|
3146
2968
|
"properties": {
|
|
3147
2969
|
"left": {
|
|
3148
|
-
"rdsRef": "Tenure/Boundaries"
|
|
3149
|
-
"title": "On the left",
|
|
3150
|
-
"enum": [
|
|
3151
|
-
"Seller",
|
|
3152
|
-
"Shared",
|
|
3153
|
-
"Neighbour",
|
|
3154
|
-
"Not known"
|
|
3155
|
-
]
|
|
2970
|
+
"rdsRef": "Tenure/Boundaries"
|
|
3156
2971
|
},
|
|
3157
2972
|
"right": {
|
|
3158
|
-
"rdsRef": "Tenure/Boundaries"
|
|
3159
|
-
"title": "On the right",
|
|
3160
|
-
"enum": [
|
|
3161
|
-
"Seller",
|
|
3162
|
-
"Shared",
|
|
3163
|
-
"Neighbour",
|
|
3164
|
-
"Not known"
|
|
3165
|
-
]
|
|
2973
|
+
"rdsRef": "Tenure/Boundaries"
|
|
3166
2974
|
},
|
|
3167
2975
|
"rear": {
|
|
3168
|
-
"rdsRef": "Tenure/Boundaries"
|
|
3169
|
-
"title": "At the rear",
|
|
3170
|
-
"enum": [
|
|
3171
|
-
"Seller",
|
|
3172
|
-
"Shared",
|
|
3173
|
-
"Neighbour",
|
|
3174
|
-
"Not known"
|
|
3175
|
-
]
|
|
2976
|
+
"rdsRef": "Tenure/Boundaries"
|
|
3176
2977
|
},
|
|
3177
2978
|
"front": {
|
|
3178
|
-
"rdsRef": "Tenure/Boundaries"
|
|
3179
|
-
"title": "At the front",
|
|
3180
|
-
"enum": [
|
|
3181
|
-
"Seller",
|
|
3182
|
-
"Shared",
|
|
3183
|
-
"Neighbour",
|
|
3184
|
-
"Not known"
|
|
3185
|
-
]
|
|
2979
|
+
"rdsRef": "Tenure/Boundaries"
|
|
3186
2980
|
}
|
|
3187
2981
|
}
|
|
3188
2982
|
}
|
|
@@ -3210,7 +3004,6 @@
|
|
|
3210
3004
|
},
|
|
3211
3005
|
"haveBoundaryFeaturesMoved": {
|
|
3212
3006
|
"rdsRef": "Tenure/Boundaries",
|
|
3213
|
-
"title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
|
|
3214
3007
|
"discriminator": {
|
|
3215
3008
|
"propertyName": "yesNo"
|
|
3216
3009
|
},
|
|
@@ -3238,7 +3031,6 @@
|
|
|
3238
3031
|
},
|
|
3239
3032
|
"adjacentLandIncluded": {
|
|
3240
3033
|
"rdsRef": "Property/Flags,Property/GUID/name='UPRN'&id=?",
|
|
3241
|
-
"title": "Has any adjacent land or property been purchased by you that will be included in the sale?",
|
|
3242
3034
|
"discriminator": {
|
|
3243
3035
|
"propertyName": "yesNo"
|
|
3244
3036
|
},
|
|
@@ -3266,8 +3058,6 @@
|
|
|
3266
3058
|
},
|
|
3267
3059
|
"flyingFreehold": {
|
|
3268
3060
|
"rdsRef": "Tenure/tenure=?",
|
|
3269
|
-
"title": "Is there a flying freehold?",
|
|
3270
|
-
"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.",
|
|
3271
3061
|
"discriminator": {
|
|
3272
3062
|
"propertyName": "yesNo"
|
|
3273
3063
|
},
|
|
@@ -3299,7 +3089,6 @@
|
|
|
3299
3089
|
"properties": {
|
|
3300
3090
|
"pipesWiresCablesDrainsToProperty": {
|
|
3301
3091
|
"rdsRef": "Services/.../Located",
|
|
3302
|
-
"title": "Are you aware of any pipes, wires, cables or drains bringing services to the property which cross any neighbouring land or property?",
|
|
3303
3092
|
"discriminator": {
|
|
3304
3093
|
"propertyName": "yesNo"
|
|
3305
3094
|
},
|
|
@@ -3327,7 +3116,6 @@
|
|
|
3327
3116
|
},
|
|
3328
3117
|
"pipesWiresCablesDrainsFromProperty": {
|
|
3329
3118
|
"rdsRef": "Services/.../Located *with Property entities and references for the related properties etc",
|
|
3330
|
-
"title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
|
|
3331
3119
|
"discriminator": {
|
|
3332
3120
|
"propertyName": "yesNo"
|
|
3333
3121
|
},
|
|
@@ -3355,7 +3143,6 @@
|
|
|
3355
3143
|
},
|
|
3356
3144
|
"formalOrInformalAgreements": {
|
|
3357
3145
|
"rdsRef": "Services/.../Consent",
|
|
3358
|
-
"title": "Are you aware of any formal or informal agreements or arrangements for pipes, wires cables or drains to cross either your property or neighbouring property?",
|
|
3359
3146
|
"discriminator": {
|
|
3360
3147
|
"propertyName": "yesNo"
|
|
3361
3148
|
},
|
|
@@ -3387,7 +3174,6 @@
|
|
|
3387
3174
|
"properties": {
|
|
3388
3175
|
"testedByQualifiedElectrician": {
|
|
3389
3176
|
"rdsRef": "Objects/Servicing",
|
|
3390
|
-
"title": "Have the electrics at the property been tested by a qualified electrician?",
|
|
3391
3177
|
"discriminator": {
|
|
3392
3178
|
"propertyName": "yesNo"
|
|
3393
3179
|
},
|
|
@@ -3414,7 +3200,6 @@
|
|
|
3414
3200
|
},
|
|
3415
3201
|
"electricalWorkSince2005": {
|
|
3416
3202
|
"rdsRef": "WorksAlterationsChanges/Consent,WorksAlterationsChanges/Consent/Certificates",
|
|
3417
|
-
"title": "Since 1st January 2005, has any electrical work been carried out to the property?",
|
|
3418
3203
|
"discriminator": {
|
|
3419
3204
|
"propertyName": "yesNo"
|
|
3420
3205
|
},
|
|
@@ -3443,12 +3228,7 @@
|
|
|
3443
3228
|
"solarPanels": {
|
|
3444
3229
|
"properties": {
|
|
3445
3230
|
"hasSolarPanels": {
|
|
3446
|
-
"rdsRef": "Property/Flags"
|
|
3447
|
-
"title": "Are there solar or photovoltaic panels installed at the property?",
|
|
3448
|
-
"enum": [
|
|
3449
|
-
"Yes",
|
|
3450
|
-
"No"
|
|
3451
|
-
]
|
|
3231
|
+
"rdsRef": "Property/Flags"
|
|
3452
3232
|
}
|
|
3453
3233
|
},
|
|
3454
3234
|
"oneOf": [
|
|
@@ -3456,12 +3236,10 @@
|
|
|
3456
3236
|
{
|
|
3457
3237
|
"properties": {
|
|
3458
3238
|
"yearInstalled": {
|
|
3459
|
-
"rdsRef": "Objects/Installation"
|
|
3460
|
-
"title": "What year were they installed?"
|
|
3239
|
+
"rdsRef": "Objects/Installation"
|
|
3461
3240
|
},
|
|
3462
3241
|
"panelsOwnedOutright": {
|
|
3463
3242
|
"rdsRef": "Objects/Ownership",
|
|
3464
|
-
"title": "Do you own the panels, and all equipment related to them, outright?",
|
|
3465
3243
|
"discriminator": {
|
|
3466
3244
|
"propertyName": "yesNo"
|
|
3467
3245
|
},
|
|
@@ -3488,7 +3266,6 @@
|
|
|
3488
3266
|
},
|
|
3489
3267
|
"panelProviderLease": {
|
|
3490
3268
|
"rdsRef": "Objects/Ownership",
|
|
3491
|
-
"title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
|
|
3492
3269
|
"discriminator": {
|
|
3493
3270
|
"propertyName": "yesNo"
|
|
3494
3271
|
},
|
|
@@ -3514,12 +3291,10 @@
|
|
|
3514
3291
|
]
|
|
3515
3292
|
},
|
|
3516
3293
|
"lastMaintained": {
|
|
3517
|
-
"rdsRef": "Objects/Servicing"
|
|
3518
|
-
"title": "When was the system last maintained or serviced?"
|
|
3294
|
+
"rdsRef": "Objects/Servicing"
|
|
3519
3295
|
},
|
|
3520
3296
|
"inGoodWorkingOrder": {
|
|
3521
3297
|
"rdsRef": "Objects/isNotWorking=yes|no|true|false",
|
|
3522
|
-
"title": "Is the system in good working order to your satisfaction?",
|
|
3523
3298
|
"discriminator": {
|
|
3524
3299
|
"propertyName": "yesNo"
|
|
3525
3300
|
},
|
|
@@ -3545,53 +3320,36 @@
|
|
|
3545
3320
|
]
|
|
3546
3321
|
},
|
|
3547
3322
|
"isConnectedToNationalGrid": {
|
|
3548
|
-
"rdsRef": "Objects/isExternallyConnected=yes|no|true|false,Connection,Objects/ExternalConnection"
|
|
3549
|
-
"title": "Is the system connected to the National Grid e.g. for feed-in tariffs (FiT) or Smart Export Guarantee (SEG)",
|
|
3550
|
-
"enum": [
|
|
3551
|
-
"Yes (FiT)",
|
|
3552
|
-
"Yes (SEG)",
|
|
3553
|
-
"No"
|
|
3554
|
-
]
|
|
3323
|
+
"rdsRef": "Objects/isExternallyConnected=yes|no|true|false,Connection,Objects/ExternalConnection"
|
|
3555
3324
|
},
|
|
3556
3325
|
"photovoltaicMeterPanelLocation": {
|
|
3557
|
-
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?"
|
|
3558
|
-
"title": "Location of photovoltaic panel meter (if any)"
|
|
3326
|
+
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?"
|
|
3559
3327
|
},
|
|
3560
3328
|
"photovoltaicBatteriesLocation": {
|
|
3561
|
-
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?"
|
|
3562
|
-
"title": "Location of photovoltaic batteries (if any)"
|
|
3329
|
+
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?"
|
|
3563
3330
|
}
|
|
3564
3331
|
}
|
|
3565
3332
|
}
|
|
3566
3333
|
]
|
|
3567
3334
|
},
|
|
3568
3335
|
"electricityMeterLocation": {
|
|
3569
|
-
"rdsRef": "Objects/class='meters|'&access=?&accessLocation=?"
|
|
3570
|
-
"title": "Location of electricity meter (if any)"
|
|
3336
|
+
"rdsRef": "Objects/class='meters|'&access=?&accessLocation=?"
|
|
3571
3337
|
},
|
|
3572
3338
|
"gasMeterLocation": {
|
|
3573
|
-
"rdsRef": "Objects/class='meters'&access=?&accessLocation=?"
|
|
3574
|
-
"title": "Location of gas meter (if any)"
|
|
3339
|
+
"rdsRef": "Objects/class='meters'&access=?&accessLocation=?"
|
|
3575
3340
|
},
|
|
3576
3341
|
"stopcockLocation": {
|
|
3577
|
-
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?"
|
|
3578
|
-
"title": "Location of stopcock (if any)"
|
|
3342
|
+
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?"
|
|
3579
3343
|
},
|
|
3580
3344
|
"waterMeterLocation": {
|
|
3581
|
-
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?"
|
|
3582
|
-
"title": "Location of water meter (if any)"
|
|
3345
|
+
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?"
|
|
3583
3346
|
}
|
|
3584
3347
|
}
|
|
3585
3348
|
},
|
|
3586
3349
|
"guaranteesWarrantiesAndIndemnityInsurances": {
|
|
3587
3350
|
"properties": {
|
|
3588
3351
|
"hasValidGuaranteesOrWarranties": {
|
|
3589
|
-
"rdsRef": "Certificates"
|
|
3590
|
-
"title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
|
|
3591
|
-
"enum": [
|
|
3592
|
-
"Yes",
|
|
3593
|
-
"No"
|
|
3594
|
-
]
|
|
3352
|
+
"rdsRef": "Certificates"
|
|
3595
3353
|
}
|
|
3596
3354
|
},
|
|
3597
3355
|
"oneOf": [
|
|
@@ -3600,7 +3358,6 @@
|
|
|
3600
3358
|
"properties": {
|
|
3601
3359
|
"newHomeWarranty": {
|
|
3602
3360
|
"rdsRef": "Certificates",
|
|
3603
|
-
"title": "New Home Warranty (NHBC or similar)",
|
|
3604
3361
|
"discriminator": {
|
|
3605
3362
|
"propertyName": "yesNo"
|
|
3606
3363
|
},
|
|
@@ -3627,7 +3384,6 @@
|
|
|
3627
3384
|
},
|
|
3628
3385
|
"roofingWork": {
|
|
3629
3386
|
"rdsRef": "Certificates",
|
|
3630
|
-
"title": "Roofing work",
|
|
3631
3387
|
"discriminator": {
|
|
3632
3388
|
"propertyName": "yesNo"
|
|
3633
3389
|
},
|
|
@@ -3654,7 +3410,6 @@
|
|
|
3654
3410
|
},
|
|
3655
3411
|
"dampProofingTreatment": {
|
|
3656
3412
|
"rdsRef": "Certificates",
|
|
3657
|
-
"title": "Damp proofing treatment",
|
|
3658
3413
|
"discriminator": {
|
|
3659
3414
|
"propertyName": "yesNo"
|
|
3660
3415
|
},
|
|
@@ -3681,7 +3436,6 @@
|
|
|
3681
3436
|
},
|
|
3682
3437
|
"timberRotOrInfestationTreatment": {
|
|
3683
3438
|
"rdsRef": "Certificates",
|
|
3684
|
-
"title": "Timber rot or infestation treatment",
|
|
3685
3439
|
"discriminator": {
|
|
3686
3440
|
"propertyName": "yesNo"
|
|
3687
3441
|
},
|
|
@@ -3708,7 +3462,6 @@
|
|
|
3708
3462
|
},
|
|
3709
3463
|
"centralHeatingAndorPlumbing": {
|
|
3710
3464
|
"rdsRef": "Certificates",
|
|
3711
|
-
"title": "Central heating and/or plumbing",
|
|
3712
3465
|
"discriminator": {
|
|
3713
3466
|
"propertyName": "yesNo"
|
|
3714
3467
|
},
|
|
@@ -3735,7 +3488,6 @@
|
|
|
3735
3488
|
},
|
|
3736
3489
|
"doubleGlazing": {
|
|
3737
3490
|
"rdsRef": "Certificates",
|
|
3738
|
-
"title": "Double glazing (windows, doors, roof lights, conservatory etc)",
|
|
3739
3491
|
"discriminator": {
|
|
3740
3492
|
"propertyName": "yesNo"
|
|
3741
3493
|
},
|
|
@@ -3762,7 +3514,6 @@
|
|
|
3762
3514
|
},
|
|
3763
3515
|
"electricalRepairOrInstallation": {
|
|
3764
3516
|
"rdsRef": "Certificates",
|
|
3765
|
-
"title": "Electrical repair or installation",
|
|
3766
3517
|
"discriminator": {
|
|
3767
3518
|
"propertyName": "yesNo"
|
|
3768
3519
|
},
|
|
@@ -3789,7 +3540,6 @@
|
|
|
3789
3540
|
},
|
|
3790
3541
|
"subsidenceWork": {
|
|
3791
3542
|
"rdsRef": "Certificates",
|
|
3792
|
-
"title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
|
|
3793
3543
|
"discriminator": {
|
|
3794
3544
|
"propertyName": "yesNo"
|
|
3795
3545
|
},
|
|
@@ -3816,7 +3566,6 @@
|
|
|
3816
3566
|
},
|
|
3817
3567
|
"solarPanels": {
|
|
3818
3568
|
"rdsRef": "Certificates",
|
|
3819
|
-
"title": "Solar panels",
|
|
3820
3569
|
"discriminator": {
|
|
3821
3570
|
"propertyName": "yesNo"
|
|
3822
3571
|
},
|
|
@@ -3843,7 +3592,6 @@
|
|
|
3843
3592
|
},
|
|
3844
3593
|
"otherGuarantees": {
|
|
3845
3594
|
"rdsRef": "Certificates",
|
|
3846
|
-
"title": "Other Guarantees or warranties",
|
|
3847
3595
|
"discriminator": {
|
|
3848
3596
|
"propertyName": "yesNo"
|
|
3849
3597
|
},
|
|
@@ -3870,7 +3618,6 @@
|
|
|
3870
3618
|
},
|
|
3871
3619
|
"outstandingClaimsOrApplications": {
|
|
3872
3620
|
"rdsRef": "Certificates",
|
|
3873
|
-
"title": "Are there any outstanding claims or current applications relating to any of the above?",
|
|
3874
3621
|
"discriminator": {
|
|
3875
3622
|
"propertyName": "yesNo"
|
|
3876
3623
|
},
|
|
@@ -3897,8 +3644,6 @@
|
|
|
3897
3644
|
},
|
|
3898
3645
|
"titleDefectInsurance": {
|
|
3899
3646
|
"rdsRef": "Certificates",
|
|
3900
|
-
"title": "Do you have any title defect insurance policies?",
|
|
3901
|
-
"description": "e.g. for breach of planning permission, buildings regulations, restrictions, chancel repair etc",
|
|
3902
3647
|
"discriminator": {
|
|
3903
3648
|
"propertyName": "yesNo"
|
|
3904
3649
|
},
|
|
@@ -3930,8 +3675,7 @@
|
|
|
3930
3675
|
"occupiers": {
|
|
3931
3676
|
"properties": {
|
|
3932
3677
|
"sellerLivesAtProperty": {
|
|
3933
|
-
"rdsRef": "Property/Flags"
|
|
3934
|
-
"title": "Does the seller live at the property?"
|
|
3678
|
+
"rdsRef": "Property/Flags"
|
|
3935
3679
|
},
|
|
3936
3680
|
"othersAged17OrOver": {
|
|
3937
3681
|
"rdsRef": "Participants",
|
|
@@ -3956,8 +3700,7 @@
|
|
|
3956
3700
|
]
|
|
3957
3701
|
},
|
|
3958
3702
|
"aged17OrOverTenantsOrLodgers": {
|
|
3959
|
-
"rdsRef": "Property/Flags"
|
|
3960
|
-
"title": "Are any of them tenants or lodgers?"
|
|
3703
|
+
"rdsRef": "Property/Flags"
|
|
3961
3704
|
},
|
|
3962
3705
|
"vacantPossession": {
|
|
3963
3706
|
"oneOf": [
|
|
@@ -3965,12 +3708,10 @@
|
|
|
3965
3708
|
{
|
|
3966
3709
|
"properties": {
|
|
3967
3710
|
"aged17OrOverAgreedToLeave": {
|
|
3968
|
-
"rdsRef": "RightsHolders,TenureAgreements,Notifications"
|
|
3969
|
-
"title": "Have all occupiers aged 17 or over agreed to leave prior to completion?"
|
|
3711
|
+
"rdsRef": "RightsHolders,TenureAgreements,Notifications"
|
|
3970
3712
|
},
|
|
3971
3713
|
"aged17OrOverWillSignToConfirmWillVacate": {
|
|
3972
3714
|
"rdsRef": "RightsHolders,TenureAgreements,Notifications",
|
|
3973
|
-
"title": "Have all occupiers aged 17 or over, agreed to sign the sale contract to confirm that they will vacate the property prior to completion of the sale?",
|
|
3974
3715
|
"discriminator": {
|
|
3975
3716
|
"propertyName": "yesNo"
|
|
3976
3717
|
},
|
|
@@ -4004,12 +3745,7 @@
|
|
|
4004
3745
|
],
|
|
4005
3746
|
"properties": {
|
|
4006
3747
|
"hasOthersAged17OrOver": {
|
|
4007
|
-
"rdsRef": "Participants"
|
|
4008
|
-
"title": "Other than the sellers, does anyone else aged 17 or over, live at the property?",
|
|
4009
|
-
"enum": [
|
|
4010
|
-
"Yes",
|
|
4011
|
-
"No"
|
|
4012
|
-
]
|
|
3748
|
+
"rdsRef": "Participants"
|
|
4013
3749
|
}
|
|
4014
3750
|
}
|
|
4015
3751
|
}
|
|
@@ -4018,12 +3754,10 @@
|
|
|
4018
3754
|
"completionAndMoving": {
|
|
4019
3755
|
"properties": {
|
|
4020
3756
|
"sellerWillEnsure": {
|
|
4021
|
-
"rdsRef": "RightsHolders/Flags"
|
|
4022
|
-
"title": "Please confirm that on completion you will:"
|
|
3757
|
+
"rdsRef": "RightsHolders/Flags"
|
|
4023
3758
|
},
|
|
4024
3759
|
"otherPropertyInChain": {
|
|
4025
3760
|
"rdsRef": "RightsHolders/Flags",
|
|
4026
|
-
"title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
|
|
4027
3761
|
"discriminator": {
|
|
4028
3762
|
"propertyName": "yesNo"
|
|
4029
3763
|
},
|
|
@@ -4050,8 +3784,6 @@
|
|
|
4050
3784
|
},
|
|
4051
3785
|
"moveRestrictionDates": {
|
|
4052
3786
|
"rdsRef": "RightsHolders/Text",
|
|
4053
|
-
"title": "Are there any dates on which you cannot move?",
|
|
4054
|
-
"description": "Note that: the moving date will not be fixed until contracts are exchanged i.e. have become binding, until then you should only make provisional removal arrangements; you do not need to be physically present on the day of completion so long as the property is cleared; timescales to completion vary depending on the complexity of the transaction, length of the chain and requirements of the people involved.",
|
|
4055
3787
|
"discriminator": {
|
|
4056
3788
|
"propertyName": "yesNo"
|
|
4057
3789
|
},
|