@pdtf/schemas 3.0.0-1 → 3.0.0-11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +15 -13
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +23 -22
- 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 +762 -683
- package/src/schemas/v3/overlays/baspi.json +662 -2571
- package/src/schemas/v3/overlays/con29DW.json +46 -127
- 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 +493 -475
- package/src/schemas/v3/overlays/piq.json +225 -827
- package/src/schemas/v3/overlays/rds.json +172 -541
- package/src/schemas/v3/overlays/ta10.json +540 -1755
- package/src/schemas/v3/overlays/ta6.json +346 -1271
- package/src/schemas/v3/overlays/ta7.json +220 -462
- package/src/schemas/v3/pdtf-transaction.json +628 -600
- package/src/schemas/v3/skeleton.json +92 -67
- package/src/tests/v3/transactionSchema.test.js +27 -17
- package/src/tests/v3/verifiedClaimsValidator.test.js +2 -2
- package/src/utils/extractOverlay.js +5 -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
|
},
|
|
@@ -1795,8 +1690,7 @@
|
|
|
1795
1690
|
]
|
|
1796
1691
|
},
|
|
1797
1692
|
"mainsFoulDrainage": {
|
|
1798
|
-
"rdsRef": "Services/
|
|
1799
|
-
"title": "Mains foul drainage / sweerage",
|
|
1693
|
+
"rdsRef": "Services/WasteWaterSewerageDisposal",
|
|
1800
1694
|
"discriminator": {
|
|
1801
1695
|
"propertyName": "yesNo"
|
|
1802
1696
|
},
|
|
@@ -1814,7 +1708,7 @@
|
|
|
1814
1708
|
"properties": {
|
|
1815
1709
|
"yesNo": {
|
|
1816
1710
|
"enum": [
|
|
1817
|
-
"
|
|
1711
|
+
"Not known"
|
|
1818
1712
|
]
|
|
1819
1713
|
}
|
|
1820
1714
|
}
|
|
@@ -1823,242 +1717,128 @@
|
|
|
1823
1717
|
"properties": {
|
|
1824
1718
|
"yesNo": {
|
|
1825
1719
|
"enum": [
|
|
1826
|
-
"
|
|
1827
|
-
"Not known"
|
|
1828
|
-
]
|
|
1829
|
-
},
|
|
1830
|
-
"sustainableDrainageSystem": {
|
|
1831
|
-
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1832
|
-
"title": "Sustainable Drainage System",
|
|
1833
|
-
"discriminator": {
|
|
1834
|
-
"propertyName": "yesNo"
|
|
1835
|
-
},
|
|
1836
|
-
"oneOf": [
|
|
1837
|
-
{
|
|
1838
|
-
"properties": {
|
|
1839
|
-
"yesNo": {
|
|
1840
|
-
"enum": [
|
|
1841
|
-
"No"
|
|
1842
|
-
]
|
|
1843
|
-
}
|
|
1844
|
-
}
|
|
1845
|
-
},
|
|
1846
|
-
{
|
|
1847
|
-
"properties": {
|
|
1848
|
-
"yesNo": {
|
|
1849
|
-
"enum": [
|
|
1850
|
-
"Yes"
|
|
1851
|
-
]
|
|
1852
|
-
}
|
|
1853
|
-
}
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"properties": {
|
|
1857
|
-
"yesNo": {
|
|
1858
|
-
"enum": [
|
|
1859
|
-
"To be connected"
|
|
1860
|
-
]
|
|
1861
|
-
}
|
|
1862
|
-
}
|
|
1863
|
-
}
|
|
1864
|
-
]
|
|
1865
|
-
},
|
|
1866
|
-
"septicTank": {
|
|
1867
|
-
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1868
|
-
"title": "Septic tank",
|
|
1869
|
-
"discriminator": {
|
|
1870
|
-
"propertyName": "yesNo"
|
|
1871
|
-
},
|
|
1872
|
-
"oneOf": [
|
|
1873
|
-
{
|
|
1874
|
-
"properties": {
|
|
1875
|
-
"yesNo": {
|
|
1876
|
-
"enum": [
|
|
1877
|
-
"No"
|
|
1878
|
-
]
|
|
1879
|
-
}
|
|
1880
|
-
}
|
|
1881
|
-
},
|
|
1882
|
-
{
|
|
1883
|
-
"properties": {
|
|
1884
|
-
"yesNo": {
|
|
1885
|
-
"enum": [
|
|
1886
|
-
"Yes"
|
|
1887
|
-
]
|
|
1888
|
-
}
|
|
1889
|
-
}
|
|
1890
|
-
}
|
|
1891
|
-
]
|
|
1892
|
-
},
|
|
1893
|
-
"cesspit": {
|
|
1894
|
-
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1895
|
-
"title": "Cesspit",
|
|
1896
|
-
"discriminator": {
|
|
1897
|
-
"propertyName": "yesNo"
|
|
1898
|
-
},
|
|
1899
|
-
"oneOf": [
|
|
1900
|
-
{
|
|
1901
|
-
"properties": {
|
|
1902
|
-
"yesNo": {
|
|
1903
|
-
"enum": [
|
|
1904
|
-
"No"
|
|
1905
|
-
]
|
|
1906
|
-
}
|
|
1907
|
-
}
|
|
1908
|
-
},
|
|
1909
|
-
{
|
|
1910
|
-
"properties": {
|
|
1911
|
-
"yesNo": {
|
|
1912
|
-
"enum": [
|
|
1913
|
-
"Yes"
|
|
1914
|
-
]
|
|
1915
|
-
}
|
|
1916
|
-
}
|
|
1917
|
-
}
|
|
1918
|
-
]
|
|
1919
|
-
},
|
|
1920
|
-
"sewerageTreatmentPlant": {
|
|
1921
|
-
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1922
|
-
"title": "Sewerage treatment plant",
|
|
1923
|
-
"discriminator": {
|
|
1924
|
-
"propertyName": "yesNo"
|
|
1925
|
-
},
|
|
1926
|
-
"oneOf": [
|
|
1927
|
-
{
|
|
1928
|
-
"properties": {
|
|
1929
|
-
"yesNo": {
|
|
1930
|
-
"enum": [
|
|
1931
|
-
"No"
|
|
1932
|
-
]
|
|
1933
|
-
}
|
|
1934
|
-
}
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"properties": {
|
|
1938
|
-
"yesNo": {
|
|
1939
|
-
"enum": [
|
|
1940
|
-
"Yes"
|
|
1941
|
-
]
|
|
1942
|
-
}
|
|
1943
|
-
}
|
|
1944
|
-
}
|
|
1720
|
+
"To be connected"
|
|
1945
1721
|
]
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
{
|
|
1955
|
-
"properties": {
|
|
1956
|
-
"yesNo": {
|
|
1957
|
-
"enum": [
|
|
1958
|
-
"No"
|
|
1959
|
-
]
|
|
1960
|
-
}
|
|
1961
|
-
}
|
|
1962
|
-
},
|
|
1963
|
-
{
|
|
1964
|
-
"properties": {
|
|
1965
|
-
"yesNo": {
|
|
1966
|
-
"enum": [
|
|
1967
|
-
"Yes"
|
|
1968
|
-
]
|
|
1969
|
-
}
|
|
1970
|
-
}
|
|
1971
|
-
}
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"properties": {
|
|
1727
|
+
"yesNo": {
|
|
1728
|
+
"enum": [
|
|
1729
|
+
"No"
|
|
1972
1730
|
]
|
|
1973
1731
|
},
|
|
1974
|
-
"
|
|
1975
|
-
"
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1732
|
+
"offMainsDrainageSystem": {
|
|
1733
|
+
"properties": {
|
|
1734
|
+
"otherConnectedProperties": {
|
|
1735
|
+
"rdsRef": "Services/OtherServices/SharedWith",
|
|
1736
|
+
"discriminator": {
|
|
1737
|
+
"propertyName": "yesNo"
|
|
1738
|
+
},
|
|
1739
|
+
"oneOf": [
|
|
1740
|
+
{
|
|
1741
|
+
"properties": {
|
|
1742
|
+
"yesNo": {
|
|
1743
|
+
"enum": [
|
|
1744
|
+
"No"
|
|
1745
|
+
]
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"properties": {
|
|
1751
|
+
"yesNo": {
|
|
1752
|
+
"enum": [
|
|
1753
|
+
"Yes"
|
|
1754
|
+
]
|
|
1755
|
+
}
|
|
1756
|
+
}
|
|
1987
1757
|
}
|
|
1988
|
-
|
|
1758
|
+
]
|
|
1989
1759
|
},
|
|
1990
|
-
{
|
|
1991
|
-
"
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
]
|
|
1760
|
+
"plantOnOtherLand": {
|
|
1761
|
+
"rdsRef": "Services/OtherServices/Located,Services/OtherServices/{access=?}",
|
|
1762
|
+
"discriminator": {
|
|
1763
|
+
"propertyName": "yesNo"
|
|
1764
|
+
},
|
|
1765
|
+
"oneOf": [
|
|
1766
|
+
{
|
|
1767
|
+
"properties": {
|
|
1768
|
+
"yesNo": {
|
|
1769
|
+
"enum": [
|
|
1770
|
+
"No"
|
|
1771
|
+
]
|
|
1772
|
+
}
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"properties": {
|
|
1777
|
+
"yesNo": {
|
|
1778
|
+
"enum": [
|
|
1779
|
+
"Yes"
|
|
1780
|
+
]
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
2014
1783
|
}
|
|
2015
|
-
|
|
1784
|
+
]
|
|
2016
1785
|
},
|
|
2017
|
-
{
|
|
2018
|
-
"
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
]
|
|
1786
|
+
"plantRegistered": {
|
|
1787
|
+
"rdsRef": "Services/OtherServices/Certificates",
|
|
1788
|
+
"discriminator": {
|
|
1789
|
+
"propertyName": "yesNo"
|
|
1790
|
+
},
|
|
1791
|
+
"oneOf": [
|
|
1792
|
+
{
|
|
1793
|
+
"properties": {
|
|
1794
|
+
"yesNo": {
|
|
1795
|
+
"enum": [
|
|
1796
|
+
"No"
|
|
1797
|
+
]
|
|
1798
|
+
}
|
|
1799
|
+
}
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"properties": {
|
|
1803
|
+
"yesNo": {
|
|
1804
|
+
"enum": [
|
|
1805
|
+
"Yes"
|
|
1806
|
+
]
|
|
1807
|
+
}
|
|
1808
|
+
}
|
|
2041
1809
|
}
|
|
2042
|
-
|
|
1810
|
+
]
|
|
2043
1811
|
},
|
|
2044
|
-
{
|
|
2045
|
-
"
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
1812
|
+
"plantDrainsIntoWaterway": {
|
|
1813
|
+
"rdsRef": "Services/OtherServices/{isExternallyConnected='yes?true'}",
|
|
1814
|
+
"discriminator": {
|
|
1815
|
+
"propertyName": "yesNo"
|
|
1816
|
+
},
|
|
1817
|
+
"oneOf": [
|
|
1818
|
+
{
|
|
1819
|
+
"properties": {
|
|
1820
|
+
"yesNo": {
|
|
1821
|
+
"enum": [
|
|
1822
|
+
"No, the effluent is discharged through a soakaway system."
|
|
1823
|
+
]
|
|
1824
|
+
}
|
|
1825
|
+
}
|
|
2050
1826
|
},
|
|
2051
|
-
|
|
2052
|
-
"
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
1827
|
+
{
|
|
1828
|
+
"properties": {
|
|
1829
|
+
"yesNo": {
|
|
1830
|
+
"enum": [
|
|
1831
|
+
"Yes"
|
|
1832
|
+
]
|
|
1833
|
+
},
|
|
1834
|
+
"dischargeCompliesWithGBR": {
|
|
1835
|
+
"rdsRef": "Services/OtherServices/ExternalConnections/Flags"
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
2058
1838
|
}
|
|
2059
|
-
|
|
1839
|
+
]
|
|
2060
1840
|
}
|
|
2061
|
-
|
|
1841
|
+
}
|
|
2062
1842
|
}
|
|
2063
1843
|
}
|
|
2064
1844
|
}
|
|
@@ -2068,7 +1848,6 @@
|
|
|
2068
1848
|
},
|
|
2069
1849
|
"maintenanceAgreements": {
|
|
2070
1850
|
"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
1851
|
"discriminator": {
|
|
2073
1852
|
"propertyName": "yesNo"
|
|
2074
1853
|
},
|
|
@@ -2097,7 +1876,6 @@
|
|
|
2097
1876
|
},
|
|
2098
1877
|
"heating": {
|
|
2099
1878
|
"rdsRef": "Buildings|BuildingSections/isUnheated=no|yes|true|false",
|
|
2100
|
-
"title": "Heating",
|
|
2101
1879
|
"discriminator": {
|
|
2102
1880
|
"propertyName": "heatingType"
|
|
2103
1881
|
},
|
|
@@ -2122,7 +1900,6 @@
|
|
|
2122
1900
|
"properties": {
|
|
2123
1901
|
"centralHeatingFuel": {
|
|
2124
1902
|
"rdsRef": "Buildings|BuildingSections/Heating/isGas=no|yes|true|false",
|
|
2125
|
-
"title": "Central Heating Fuel",
|
|
2126
1903
|
"discriminator": {
|
|
2127
1904
|
"propertyName": "centralHeatingFuelType"
|
|
2128
1905
|
},
|
|
@@ -2135,7 +1912,7 @@
|
|
|
2135
1912
|
"Electricity",
|
|
2136
1913
|
"Oil",
|
|
2137
1914
|
"LPG",
|
|
2138
|
-
"Biomass
|
|
1915
|
+
"Biomass"
|
|
2139
1916
|
]
|
|
2140
1917
|
}
|
|
2141
1918
|
}
|
|
@@ -2152,12 +1929,10 @@
|
|
|
2152
1929
|
]
|
|
2153
1930
|
},
|
|
2154
1931
|
"centralHeatingInstalled": {
|
|
2155
|
-
"rdsRef": "Objects/Installed"
|
|
2156
|
-
"title": "When was the heating system installed?"
|
|
1932
|
+
"rdsRef": "Objects/Installed"
|
|
2157
1933
|
},
|
|
2158
1934
|
"boilerInstallationCertificate": {
|
|
2159
1935
|
"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
1936
|
"discriminator": {
|
|
2162
1937
|
"propertyName": "yesNo"
|
|
2163
1938
|
},
|
|
@@ -2183,12 +1958,10 @@
|
|
|
2183
1958
|
]
|
|
2184
1959
|
},
|
|
2185
1960
|
"heatingLastServicedDate": {
|
|
2186
|
-
"rdsRef": "Objects/Maintenance"
|
|
2187
|
-
"title": "When was the heating system last serviced or maintained?"
|
|
1961
|
+
"rdsRef": "Objects/Maintenance"
|
|
2188
1962
|
},
|
|
2189
1963
|
"heatingInGoodWorkingOrder": {
|
|
2190
1964
|
"rdsRef": "Objects/Condition=?",
|
|
2191
|
-
"title": "Is the heating system in good working order to your satisfaction?",
|
|
2192
1965
|
"discriminator": {
|
|
2193
1966
|
"propertyName": "yesNo"
|
|
2194
1967
|
},
|
|
@@ -2231,12 +2004,7 @@
|
|
|
2231
2004
|
"insurance": {
|
|
2232
2005
|
"properties": {
|
|
2233
2006
|
"isInsured": {
|
|
2234
|
-
"rdsRef": "Insurance/isInsured=no|yes|true|false"
|
|
2235
|
-
"title": "Do you insure the property?",
|
|
2236
|
-
"enum": [
|
|
2237
|
-
"Yes",
|
|
2238
|
-
"No"
|
|
2239
|
-
]
|
|
2007
|
+
"rdsRef": "Insurance/isInsured=no|yes|true|false"
|
|
2240
2008
|
}
|
|
2241
2009
|
},
|
|
2242
2010
|
"oneOf": [
|
|
@@ -2244,12 +2012,10 @@
|
|
|
2244
2012
|
{
|
|
2245
2013
|
"properties": {
|
|
2246
2014
|
"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?"
|
|
2015
|
+
"rdsRef": "Insurance/Flags,Insurance/refusalReason=?"
|
|
2249
2016
|
},
|
|
2250
2017
|
"insuranceClaims": {
|
|
2251
2018
|
"rdsRef": "Insurance/Claims",
|
|
2252
|
-
"title": "Have you ever made a claim against your building insurance in relation to the property?",
|
|
2253
2019
|
"discriminator": {
|
|
2254
2020
|
"propertyName": "yesNo"
|
|
2255
2021
|
},
|
|
@@ -2282,7 +2048,6 @@
|
|
|
2282
2048
|
"properties": {
|
|
2283
2049
|
"partOutsideLegalOwnership": {
|
|
2284
2050
|
"rdsRef": "Tenure/Interests",
|
|
2285
|
-
"title": "Is any part of the property outside the seller’s legal ownership?",
|
|
2286
2051
|
"discriminator": {
|
|
2287
2052
|
"propertyName": "yesNo"
|
|
2288
2053
|
},
|
|
@@ -2309,7 +2074,6 @@
|
|
|
2309
2074
|
},
|
|
2310
2075
|
"partOnSeparateSiteOrDeed": {
|
|
2311
2076
|
"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
2077
|
"discriminator": {
|
|
2314
2078
|
"propertyName": "yesNo"
|
|
2315
2079
|
},
|
|
@@ -2336,7 +2100,6 @@
|
|
|
2336
2100
|
},
|
|
2337
2101
|
"boundariesDifferFromTitlePlan": {
|
|
2338
2102
|
"rdsRef": "Tenure/Boundaries,Tenure/BoundaryDifferences,Tenure/CadastralMapOfParcels",
|
|
2339
|
-
"title": "Do the boundaries differ from those shown on the title plan?",
|
|
2340
2103
|
"discriminator": {
|
|
2341
2104
|
"propertyName": "yesNo"
|
|
2342
2105
|
},
|
|
@@ -2363,7 +2126,6 @@
|
|
|
2363
2126
|
},
|
|
2364
2127
|
"boundaryAlterationProposal": {
|
|
2365
2128
|
"rdsRef": "Tenure/Boundaries/proposedAlterations=?",
|
|
2366
|
-
"title": "Is there a current proposal with anyone to alter the boundaries of your property?",
|
|
2367
2129
|
"discriminator": {
|
|
2368
2130
|
"propertyName": "yesNo"
|
|
2369
2131
|
},
|
|
@@ -2394,7 +2156,6 @@
|
|
|
2394
2156
|
"properties": {
|
|
2395
2157
|
"sharedContributions": {
|
|
2396
2158
|
"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
2159
|
"discriminator": {
|
|
2399
2160
|
"propertyName": "yesNo"
|
|
2400
2161
|
},
|
|
@@ -2421,7 +2182,6 @@
|
|
|
2421
2182
|
},
|
|
2422
2183
|
"neighbouringLandRights": {
|
|
2423
2184
|
"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
2185
|
"discriminator": {
|
|
2426
2186
|
"propertyName": "yesNo"
|
|
2427
2187
|
},
|
|
@@ -2448,7 +2208,6 @@
|
|
|
2448
2208
|
},
|
|
2449
2209
|
"accessRestrictionAttempts": {
|
|
2450
2210
|
"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
2211
|
"discriminator": {
|
|
2453
2212
|
"propertyName": "yesNo"
|
|
2454
2213
|
},
|
|
@@ -2477,7 +2236,6 @@
|
|
|
2477
2236
|
"properties": {
|
|
2478
2237
|
"publicRightOfWay": {
|
|
2479
2238
|
"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
2239
|
"discriminator": {
|
|
2482
2240
|
"propertyName": "yesNo"
|
|
2483
2241
|
},
|
|
@@ -2504,7 +2262,6 @@
|
|
|
2504
2262
|
},
|
|
2505
2263
|
"rightsOfLight": {
|
|
2506
2264
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
2507
|
-
"title": "Rights of light",
|
|
2508
2265
|
"discriminator": {
|
|
2509
2266
|
"propertyName": "yesNo"
|
|
2510
2267
|
},
|
|
@@ -2531,7 +2288,6 @@
|
|
|
2531
2288
|
},
|
|
2532
2289
|
"rightsOfSupport": {
|
|
2533
2290
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
2534
|
-
"title": "Rights of support from ajoining properties",
|
|
2535
2291
|
"discriminator": {
|
|
2536
2292
|
"propertyName": "yesNo"
|
|
2537
2293
|
},
|
|
@@ -2558,7 +2314,6 @@
|
|
|
2558
2314
|
},
|
|
2559
2315
|
"rightsCreatedThroughCustom": {
|
|
2560
2316
|
"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
2317
|
"discriminator": {
|
|
2563
2318
|
"propertyName": "yesNo"
|
|
2564
2319
|
},
|
|
@@ -2585,7 +2340,6 @@
|
|
|
2585
2340
|
},
|
|
2586
2341
|
"rightsToTakeFromLand": {
|
|
2587
2342
|
"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
2343
|
"discriminator": {
|
|
2590
2344
|
"propertyName": "yesNo"
|
|
2591
2345
|
},
|
|
@@ -2612,7 +2366,6 @@
|
|
|
2612
2366
|
},
|
|
2613
2367
|
"minesAndMinerals": {
|
|
2614
2368
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
2615
|
-
"title": "Mines and minerals under the property",
|
|
2616
2369
|
"discriminator": {
|
|
2617
2370
|
"propertyName": "yesNo"
|
|
2618
2371
|
},
|
|
@@ -2639,7 +2392,6 @@
|
|
|
2639
2392
|
},
|
|
2640
2393
|
"churchChancel": {
|
|
2641
2394
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
2642
|
-
"title": "Liability to contribute to the maintenance of a church chancel?",
|
|
2643
2395
|
"discriminator": {
|
|
2644
2396
|
"propertyName": "yesNo"
|
|
2645
2397
|
},
|
|
@@ -2666,7 +2418,6 @@
|
|
|
2666
2418
|
},
|
|
2667
2419
|
"otherRights": {
|
|
2668
2420
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
2669
|
-
"title": "Any other rights or arrangements affecting the property?",
|
|
2670
2421
|
"discriminator": {
|
|
2671
2422
|
"propertyName": "yesNo"
|
|
2672
2423
|
},
|
|
@@ -2699,7 +2450,6 @@
|
|
|
2699
2450
|
"properties": {
|
|
2700
2451
|
"flooding": {
|
|
2701
2452
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
2702
|
-
"title": "Flooding",
|
|
2703
2453
|
"discriminator": {
|
|
2704
2454
|
"propertyName": "hasBeenFlooded"
|
|
2705
2455
|
},
|
|
@@ -2721,8 +2471,7 @@
|
|
|
2721
2471
|
]
|
|
2722
2472
|
},
|
|
2723
2473
|
"typeOfFlooding": {
|
|
2724
|
-
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2725
|
-
"title": "What type of flooding occurred?"
|
|
2474
|
+
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2726
2475
|
}
|
|
2727
2476
|
}
|
|
2728
2477
|
}
|
|
@@ -2730,14 +2479,13 @@
|
|
|
2730
2479
|
"properties": {
|
|
2731
2480
|
"floodRisk": {
|
|
2732
2481
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
2733
|
-
"title": "Flood Risk",
|
|
2734
2482
|
"discriminator": {
|
|
2735
|
-
"propertyName": "
|
|
2483
|
+
"propertyName": "riskIndicator"
|
|
2736
2484
|
},
|
|
2737
2485
|
"oneOf": [
|
|
2738
2486
|
{
|
|
2739
2487
|
"properties": {
|
|
2740
|
-
"
|
|
2488
|
+
"riskIndicator": {
|
|
2741
2489
|
"enum": [
|
|
2742
2490
|
"No"
|
|
2743
2491
|
]
|
|
@@ -2746,7 +2494,7 @@
|
|
|
2746
2494
|
},
|
|
2747
2495
|
{
|
|
2748
2496
|
"properties": {
|
|
2749
|
-
"
|
|
2497
|
+
"riskIndicator": {
|
|
2750
2498
|
"enum": [
|
|
2751
2499
|
"Yes"
|
|
2752
2500
|
]
|
|
@@ -2759,48 +2507,39 @@
|
|
|
2759
2507
|
},
|
|
2760
2508
|
"radon": {
|
|
2761
2509
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
2762
|
-
"title": "Radon",
|
|
2763
2510
|
"properties": {
|
|
2764
2511
|
"remedialMeasuresOnConstruction": {
|
|
2765
|
-
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2766
|
-
"title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?"
|
|
2512
|
+
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2767
2513
|
}
|
|
2768
2514
|
}
|
|
2769
2515
|
},
|
|
2770
2516
|
"contaminatedLand": {
|
|
2771
|
-
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2772
|
-
"title": "Contaminated land"
|
|
2517
|
+
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2773
2518
|
},
|
|
2774
2519
|
"groundStability": {
|
|
2775
|
-
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2776
|
-
"title": "Ground stability"
|
|
2520
|
+
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2777
2521
|
},
|
|
2778
2522
|
"energy": {
|
|
2779
|
-
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2780
|
-
"title": "Energy"
|
|
2523
|
+
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2781
2524
|
},
|
|
2782
2525
|
"transportation": {
|
|
2783
|
-
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2784
|
-
"title": "Transportation"
|
|
2526
|
+
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2785
2527
|
},
|
|
2786
2528
|
"planning": {
|
|
2787
|
-
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2788
|
-
"title": "Planning"
|
|
2529
|
+
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2789
2530
|
},
|
|
2790
2531
|
"climate": {
|
|
2791
|
-
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2792
|
-
"title": "Climate risk"
|
|
2532
|
+
"rdsRef": "Sustainability/Environmental|Natural|Situational"
|
|
2793
2533
|
},
|
|
2794
2534
|
"coalMining": {
|
|
2795
2535
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
2796
|
-
"title": "Coal mining",
|
|
2797
2536
|
"discriminator": {
|
|
2798
|
-
"propertyName": "
|
|
2537
|
+
"propertyName": "riskIndicator"
|
|
2799
2538
|
},
|
|
2800
2539
|
"oneOf": [
|
|
2801
2540
|
{
|
|
2802
2541
|
"properties": {
|
|
2803
|
-
"
|
|
2542
|
+
"riskIndicator": {
|
|
2804
2543
|
"enum": [
|
|
2805
2544
|
"No"
|
|
2806
2545
|
]
|
|
@@ -2809,7 +2548,7 @@
|
|
|
2809
2548
|
},
|
|
2810
2549
|
{
|
|
2811
2550
|
"properties": {
|
|
2812
|
-
"
|
|
2551
|
+
"riskIndicator": {
|
|
2813
2552
|
"enum": [
|
|
2814
2553
|
"Yes"
|
|
2815
2554
|
]
|
|
@@ -2820,14 +2559,13 @@
|
|
|
2820
2559
|
},
|
|
2821
2560
|
"nonCoalMining": {
|
|
2822
2561
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
2823
|
-
"title": "Non-coal mining",
|
|
2824
2562
|
"discriminator": {
|
|
2825
|
-
"propertyName": "
|
|
2563
|
+
"propertyName": "riskIndicator"
|
|
2826
2564
|
},
|
|
2827
2565
|
"oneOf": [
|
|
2828
2566
|
{
|
|
2829
2567
|
"properties": {
|
|
2830
|
-
"
|
|
2568
|
+
"riskIndicator": {
|
|
2831
2569
|
"enum": [
|
|
2832
2570
|
"No"
|
|
2833
2571
|
]
|
|
@@ -2836,7 +2574,7 @@
|
|
|
2836
2574
|
},
|
|
2837
2575
|
{
|
|
2838
2576
|
"properties": {
|
|
2839
|
-
"
|
|
2577
|
+
"riskIndicator": {
|
|
2840
2578
|
"enum": [
|
|
2841
2579
|
"Yes"
|
|
2842
2580
|
]
|
|
@@ -2847,14 +2585,13 @@
|
|
|
2847
2585
|
},
|
|
2848
2586
|
"coastalErosion": {
|
|
2849
2587
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
2850
|
-
"title": "Coastal erosion",
|
|
2851
2588
|
"discriminator": {
|
|
2852
|
-
"propertyName": "
|
|
2589
|
+
"propertyName": "riskIndicator"
|
|
2853
2590
|
},
|
|
2854
2591
|
"oneOf": [
|
|
2855
2592
|
{
|
|
2856
2593
|
"properties": {
|
|
2857
|
-
"
|
|
2594
|
+
"riskIndicator": {
|
|
2858
2595
|
"enum": [
|
|
2859
2596
|
"No"
|
|
2860
2597
|
]
|
|
@@ -2863,7 +2600,7 @@
|
|
|
2863
2600
|
},
|
|
2864
2601
|
{
|
|
2865
2602
|
"properties": {
|
|
2866
|
-
"
|
|
2603
|
+
"riskIndicator": {
|
|
2867
2604
|
"enum": [
|
|
2868
2605
|
"Yes"
|
|
2869
2606
|
]
|
|
@@ -2874,7 +2611,6 @@
|
|
|
2874
2611
|
},
|
|
2875
2612
|
"otherEnvironmental": {
|
|
2876
2613
|
"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
2614
|
"discriminator": {
|
|
2879
2615
|
"propertyName": "yesNo"
|
|
2880
2616
|
},
|
|
@@ -2906,7 +2642,6 @@
|
|
|
2906
2642
|
"properties": {
|
|
2907
2643
|
"excessiveNoise": {
|
|
2908
2644
|
"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
2645
|
"discriminator": {
|
|
2911
2646
|
"propertyName": "yesNo"
|
|
2912
2647
|
},
|
|
@@ -2933,7 +2668,6 @@
|
|
|
2933
2668
|
},
|
|
2934
2669
|
"crime": {
|
|
2935
2670
|
"rdsRef": "Tenure/OtherMaterialIssues",
|
|
2936
|
-
"title": "To your knowledge, has the property been subject to any crime, burglary or violent death?",
|
|
2937
2671
|
"discriminator": {
|
|
2938
2672
|
"propertyName": "yesNo"
|
|
2939
2673
|
},
|
|
@@ -2960,7 +2694,6 @@
|
|
|
2960
2694
|
},
|
|
2961
2695
|
"cautionOrConviction": {
|
|
2962
2696
|
"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
2697
|
"discriminator": {
|
|
2965
2698
|
"propertyName": "yesNo"
|
|
2966
2699
|
},
|
|
@@ -2987,7 +2720,6 @@
|
|
|
2987
2720
|
},
|
|
2988
2721
|
"failedTransactionsInLast12Months": {
|
|
2989
2722
|
"rdsRef": "Tenure/OtherMaterialIssues",
|
|
2990
|
-
"title": "Have there been any failed purchase transactions on the property within the last 12 months?",
|
|
2991
2723
|
"discriminator": {
|
|
2992
2724
|
"propertyName": "yesNo"
|
|
2993
2725
|
},
|
|
@@ -3018,7 +2750,6 @@
|
|
|
3018
2750
|
"properties": {
|
|
3019
2751
|
"restrictionsOnUseNotCompliedWith": {
|
|
3020
2752
|
"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
2753
|
"discriminator": {
|
|
3023
2754
|
"propertyName": "yesNo"
|
|
3024
2755
|
},
|
|
@@ -3045,8 +2776,6 @@
|
|
|
3045
2776
|
},
|
|
3046
2777
|
"otherMaterialIssue": {
|
|
3047
2778
|
"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
2779
|
"discriminator": {
|
|
3051
2780
|
"propertyName": "yesNo"
|
|
3052
2781
|
},
|
|
@@ -3080,15 +2809,12 @@
|
|
|
3080
2809
|
"legalOwners": {
|
|
3081
2810
|
"properties": {
|
|
3082
2811
|
"namesOfLegalOwners": {
|
|
3083
|
-
"rdsRef": "RightsHolders"
|
|
3084
|
-
"title": "Names of all legal owners",
|
|
3085
|
-
"minItems": 1
|
|
2812
|
+
"rdsRef": "RightsHolders"
|
|
3086
2813
|
}
|
|
3087
2814
|
}
|
|
3088
2815
|
},
|
|
3089
2816
|
"sellersCapacity": {
|
|
3090
2817
|
"rdsRef": "Participants/description=?,Participants/ActingFor/Participants/Role",
|
|
3091
|
-
"title": "Capacity in which the Seller sells",
|
|
3092
2818
|
"discriminator": {
|
|
3093
2819
|
"propertyName": "capacity"
|
|
3094
2820
|
},
|
|
@@ -3102,9 +2828,7 @@
|
|
|
3102
2828
|
]
|
|
3103
2829
|
},
|
|
3104
2830
|
"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)"
|
|
2831
|
+
"rdsRef": "Participants/OtherDocumentation"
|
|
3108
2832
|
}
|
|
3109
2833
|
}
|
|
3110
2834
|
},
|
|
@@ -3118,8 +2842,7 @@
|
|
|
3118
2842
|
]
|
|
3119
2843
|
},
|
|
3120
2844
|
"sellersCapacityDetails": {
|
|
3121
|
-
"rdsRef": "Participants/OtherDocumentation"
|
|
3122
|
-
"title": "Please provide details and provide any probate, grant of representation or power of attorney "
|
|
2845
|
+
"rdsRef": "Participants/OtherDocumentation"
|
|
3123
2846
|
}
|
|
3124
2847
|
}
|
|
3125
2848
|
}
|
|
@@ -3129,8 +2852,6 @@
|
|
|
3129
2852
|
"properties": {
|
|
3130
2853
|
"ownership": {
|
|
3131
2854
|
"rdsRef": "Tenure/Boundaries",
|
|
3132
|
-
"title": "Boundary ownership",
|
|
3133
|
-
"description": "If the property is leasehold this section, or parts of it, may not apply.",
|
|
3134
2855
|
"discriminator": {
|
|
3135
2856
|
"propertyName": "areBoundariesUniform"
|
|
3136
2857
|
},
|
|
@@ -3145,44 +2866,16 @@
|
|
|
3145
2866
|
"uniformBoundaries": {
|
|
3146
2867
|
"properties": {
|
|
3147
2868
|
"left": {
|
|
3148
|
-
"rdsRef": "Tenure/Boundaries"
|
|
3149
|
-
"title": "On the left",
|
|
3150
|
-
"enum": [
|
|
3151
|
-
"Seller",
|
|
3152
|
-
"Shared",
|
|
3153
|
-
"Neighbour",
|
|
3154
|
-
"Not known"
|
|
3155
|
-
]
|
|
2869
|
+
"rdsRef": "Tenure/Boundaries"
|
|
3156
2870
|
},
|
|
3157
2871
|
"right": {
|
|
3158
|
-
"rdsRef": "Tenure/Boundaries"
|
|
3159
|
-
"title": "On the right",
|
|
3160
|
-
"enum": [
|
|
3161
|
-
"Seller",
|
|
3162
|
-
"Shared",
|
|
3163
|
-
"Neighbour",
|
|
3164
|
-
"Not known"
|
|
3165
|
-
]
|
|
2872
|
+
"rdsRef": "Tenure/Boundaries"
|
|
3166
2873
|
},
|
|
3167
2874
|
"rear": {
|
|
3168
|
-
"rdsRef": "Tenure/Boundaries"
|
|
3169
|
-
"title": "At the rear",
|
|
3170
|
-
"enum": [
|
|
3171
|
-
"Seller",
|
|
3172
|
-
"Shared",
|
|
3173
|
-
"Neighbour",
|
|
3174
|
-
"Not known"
|
|
3175
|
-
]
|
|
2875
|
+
"rdsRef": "Tenure/Boundaries"
|
|
3176
2876
|
},
|
|
3177
2877
|
"front": {
|
|
3178
|
-
"rdsRef": "Tenure/Boundaries"
|
|
3179
|
-
"title": "At the front",
|
|
3180
|
-
"enum": [
|
|
3181
|
-
"Seller",
|
|
3182
|
-
"Shared",
|
|
3183
|
-
"Neighbour",
|
|
3184
|
-
"Not known"
|
|
3185
|
-
]
|
|
2878
|
+
"rdsRef": "Tenure/Boundaries"
|
|
3186
2879
|
}
|
|
3187
2880
|
}
|
|
3188
2881
|
}
|
|
@@ -3210,7 +2903,6 @@
|
|
|
3210
2903
|
},
|
|
3211
2904
|
"haveBoundaryFeaturesMoved": {
|
|
3212
2905
|
"rdsRef": "Tenure/Boundaries",
|
|
3213
|
-
"title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
|
|
3214
2906
|
"discriminator": {
|
|
3215
2907
|
"propertyName": "yesNo"
|
|
3216
2908
|
},
|
|
@@ -3238,7 +2930,6 @@
|
|
|
3238
2930
|
},
|
|
3239
2931
|
"adjacentLandIncluded": {
|
|
3240
2932
|
"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
2933
|
"discriminator": {
|
|
3243
2934
|
"propertyName": "yesNo"
|
|
3244
2935
|
},
|
|
@@ -3266,8 +2957,6 @@
|
|
|
3266
2957
|
},
|
|
3267
2958
|
"flyingFreehold": {
|
|
3268
2959
|
"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
2960
|
"discriminator": {
|
|
3272
2961
|
"propertyName": "yesNo"
|
|
3273
2962
|
},
|
|
@@ -3299,7 +2988,6 @@
|
|
|
3299
2988
|
"properties": {
|
|
3300
2989
|
"pipesWiresCablesDrainsToProperty": {
|
|
3301
2990
|
"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
2991
|
"discriminator": {
|
|
3304
2992
|
"propertyName": "yesNo"
|
|
3305
2993
|
},
|
|
@@ -3327,7 +3015,6 @@
|
|
|
3327
3015
|
},
|
|
3328
3016
|
"pipesWiresCablesDrainsFromProperty": {
|
|
3329
3017
|
"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
3018
|
"discriminator": {
|
|
3332
3019
|
"propertyName": "yesNo"
|
|
3333
3020
|
},
|
|
@@ -3355,7 +3042,6 @@
|
|
|
3355
3042
|
},
|
|
3356
3043
|
"formalOrInformalAgreements": {
|
|
3357
3044
|
"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
3045
|
"discriminator": {
|
|
3360
3046
|
"propertyName": "yesNo"
|
|
3361
3047
|
},
|
|
@@ -3387,7 +3073,6 @@
|
|
|
3387
3073
|
"properties": {
|
|
3388
3074
|
"testedByQualifiedElectrician": {
|
|
3389
3075
|
"rdsRef": "Objects/Servicing",
|
|
3390
|
-
"title": "Have the electrics at the property been tested by a qualified electrician?",
|
|
3391
3076
|
"discriminator": {
|
|
3392
3077
|
"propertyName": "yesNo"
|
|
3393
3078
|
},
|
|
@@ -3414,7 +3099,6 @@
|
|
|
3414
3099
|
},
|
|
3415
3100
|
"electricalWorkSince2005": {
|
|
3416
3101
|
"rdsRef": "WorksAlterationsChanges/Consent,WorksAlterationsChanges/Consent/Certificates",
|
|
3417
|
-
"title": "Since 1st January 2005, has any electrical work been carried out to the property?",
|
|
3418
3102
|
"discriminator": {
|
|
3419
3103
|
"propertyName": "yesNo"
|
|
3420
3104
|
},
|
|
@@ -3443,12 +3127,7 @@
|
|
|
3443
3127
|
"solarPanels": {
|
|
3444
3128
|
"properties": {
|
|
3445
3129
|
"hasSolarPanels": {
|
|
3446
|
-
"rdsRef": "Property/Flags"
|
|
3447
|
-
"title": "Are there solar or photovoltaic panels installed at the property?",
|
|
3448
|
-
"enum": [
|
|
3449
|
-
"Yes",
|
|
3450
|
-
"No"
|
|
3451
|
-
]
|
|
3130
|
+
"rdsRef": "Property/Flags"
|
|
3452
3131
|
}
|
|
3453
3132
|
},
|
|
3454
3133
|
"oneOf": [
|
|
@@ -3456,12 +3135,10 @@
|
|
|
3456
3135
|
{
|
|
3457
3136
|
"properties": {
|
|
3458
3137
|
"yearInstalled": {
|
|
3459
|
-
"rdsRef": "Objects/Installation"
|
|
3460
|
-
"title": "What year were they installed?"
|
|
3138
|
+
"rdsRef": "Objects/Installation"
|
|
3461
3139
|
},
|
|
3462
3140
|
"panelsOwnedOutright": {
|
|
3463
3141
|
"rdsRef": "Objects/Ownership",
|
|
3464
|
-
"title": "Do you own the panels, and all equipment related to them, outright?",
|
|
3465
3142
|
"discriminator": {
|
|
3466
3143
|
"propertyName": "yesNo"
|
|
3467
3144
|
},
|
|
@@ -3488,7 +3165,6 @@
|
|
|
3488
3165
|
},
|
|
3489
3166
|
"panelProviderLease": {
|
|
3490
3167
|
"rdsRef": "Objects/Ownership",
|
|
3491
|
-
"title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
|
|
3492
3168
|
"discriminator": {
|
|
3493
3169
|
"propertyName": "yesNo"
|
|
3494
3170
|
},
|
|
@@ -3514,12 +3190,10 @@
|
|
|
3514
3190
|
]
|
|
3515
3191
|
},
|
|
3516
3192
|
"lastMaintained": {
|
|
3517
|
-
"rdsRef": "Objects/Servicing"
|
|
3518
|
-
"title": "When was the system last maintained or serviced?"
|
|
3193
|
+
"rdsRef": "Objects/Servicing"
|
|
3519
3194
|
},
|
|
3520
3195
|
"inGoodWorkingOrder": {
|
|
3521
3196
|
"rdsRef": "Objects/isNotWorking=yes|no|true|false",
|
|
3522
|
-
"title": "Is the system in good working order to your satisfaction?",
|
|
3523
3197
|
"discriminator": {
|
|
3524
3198
|
"propertyName": "yesNo"
|
|
3525
3199
|
},
|
|
@@ -3545,53 +3219,36 @@
|
|
|
3545
3219
|
]
|
|
3546
3220
|
},
|
|
3547
3221
|
"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
|
-
]
|
|
3222
|
+
"rdsRef": "Objects/isExternallyConnected=yes|no|true|false,Connection,Objects/ExternalConnection"
|
|
3555
3223
|
},
|
|
3556
3224
|
"photovoltaicMeterPanelLocation": {
|
|
3557
|
-
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?"
|
|
3558
|
-
"title": "Location of photovoltaic panel meter (if any)"
|
|
3225
|
+
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?"
|
|
3559
3226
|
},
|
|
3560
3227
|
"photovoltaicBatteriesLocation": {
|
|
3561
|
-
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?"
|
|
3562
|
-
"title": "Location of photovoltaic batteries (if any)"
|
|
3228
|
+
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?"
|
|
3563
3229
|
}
|
|
3564
3230
|
}
|
|
3565
3231
|
}
|
|
3566
3232
|
]
|
|
3567
3233
|
},
|
|
3568
3234
|
"electricityMeterLocation": {
|
|
3569
|
-
"rdsRef": "Objects/class='meters|'&access=?&accessLocation=?"
|
|
3570
|
-
"title": "Location of electricity meter (if any)"
|
|
3235
|
+
"rdsRef": "Objects/class='meters|'&access=?&accessLocation=?"
|
|
3571
3236
|
},
|
|
3572
3237
|
"gasMeterLocation": {
|
|
3573
|
-
"rdsRef": "Objects/class='meters'&access=?&accessLocation=?"
|
|
3574
|
-
"title": "Location of gas meter (if any)"
|
|
3238
|
+
"rdsRef": "Objects/class='meters'&access=?&accessLocation=?"
|
|
3575
3239
|
},
|
|
3576
3240
|
"stopcockLocation": {
|
|
3577
|
-
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?"
|
|
3578
|
-
"title": "Location of stopcock (if any)"
|
|
3241
|
+
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?"
|
|
3579
3242
|
},
|
|
3580
3243
|
"waterMeterLocation": {
|
|
3581
|
-
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?"
|
|
3582
|
-
"title": "Location of water meter (if any)"
|
|
3244
|
+
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?"
|
|
3583
3245
|
}
|
|
3584
3246
|
}
|
|
3585
3247
|
},
|
|
3586
3248
|
"guaranteesWarrantiesAndIndemnityInsurances": {
|
|
3587
3249
|
"properties": {
|
|
3588
3250
|
"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
|
-
]
|
|
3251
|
+
"rdsRef": "Certificates"
|
|
3595
3252
|
}
|
|
3596
3253
|
},
|
|
3597
3254
|
"oneOf": [
|
|
@@ -3600,7 +3257,6 @@
|
|
|
3600
3257
|
"properties": {
|
|
3601
3258
|
"newHomeWarranty": {
|
|
3602
3259
|
"rdsRef": "Certificates",
|
|
3603
|
-
"title": "New Home Warranty (NHBC or similar)",
|
|
3604
3260
|
"discriminator": {
|
|
3605
3261
|
"propertyName": "yesNo"
|
|
3606
3262
|
},
|
|
@@ -3627,7 +3283,6 @@
|
|
|
3627
3283
|
},
|
|
3628
3284
|
"roofingWork": {
|
|
3629
3285
|
"rdsRef": "Certificates",
|
|
3630
|
-
"title": "Roofing work",
|
|
3631
3286
|
"discriminator": {
|
|
3632
3287
|
"propertyName": "yesNo"
|
|
3633
3288
|
},
|
|
@@ -3654,7 +3309,6 @@
|
|
|
3654
3309
|
},
|
|
3655
3310
|
"dampProofingTreatment": {
|
|
3656
3311
|
"rdsRef": "Certificates",
|
|
3657
|
-
"title": "Damp proofing treatment",
|
|
3658
3312
|
"discriminator": {
|
|
3659
3313
|
"propertyName": "yesNo"
|
|
3660
3314
|
},
|
|
@@ -3681,7 +3335,6 @@
|
|
|
3681
3335
|
},
|
|
3682
3336
|
"timberRotOrInfestationTreatment": {
|
|
3683
3337
|
"rdsRef": "Certificates",
|
|
3684
|
-
"title": "Timber rot or infestation treatment",
|
|
3685
3338
|
"discriminator": {
|
|
3686
3339
|
"propertyName": "yesNo"
|
|
3687
3340
|
},
|
|
@@ -3708,7 +3361,6 @@
|
|
|
3708
3361
|
},
|
|
3709
3362
|
"centralHeatingAndorPlumbing": {
|
|
3710
3363
|
"rdsRef": "Certificates",
|
|
3711
|
-
"title": "Central heating and/or plumbing",
|
|
3712
3364
|
"discriminator": {
|
|
3713
3365
|
"propertyName": "yesNo"
|
|
3714
3366
|
},
|
|
@@ -3735,7 +3387,6 @@
|
|
|
3735
3387
|
},
|
|
3736
3388
|
"doubleGlazing": {
|
|
3737
3389
|
"rdsRef": "Certificates",
|
|
3738
|
-
"title": "Double glazing (windows, doors, roof lights, conservatory etc)",
|
|
3739
3390
|
"discriminator": {
|
|
3740
3391
|
"propertyName": "yesNo"
|
|
3741
3392
|
},
|
|
@@ -3762,7 +3413,6 @@
|
|
|
3762
3413
|
},
|
|
3763
3414
|
"electricalRepairOrInstallation": {
|
|
3764
3415
|
"rdsRef": "Certificates",
|
|
3765
|
-
"title": "Electrical repair or installation",
|
|
3766
3416
|
"discriminator": {
|
|
3767
3417
|
"propertyName": "yesNo"
|
|
3768
3418
|
},
|
|
@@ -3789,7 +3439,6 @@
|
|
|
3789
3439
|
},
|
|
3790
3440
|
"subsidenceWork": {
|
|
3791
3441
|
"rdsRef": "Certificates",
|
|
3792
|
-
"title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
|
|
3793
3442
|
"discriminator": {
|
|
3794
3443
|
"propertyName": "yesNo"
|
|
3795
3444
|
},
|
|
@@ -3816,7 +3465,6 @@
|
|
|
3816
3465
|
},
|
|
3817
3466
|
"solarPanels": {
|
|
3818
3467
|
"rdsRef": "Certificates",
|
|
3819
|
-
"title": "Solar panels",
|
|
3820
3468
|
"discriminator": {
|
|
3821
3469
|
"propertyName": "yesNo"
|
|
3822
3470
|
},
|
|
@@ -3843,7 +3491,6 @@
|
|
|
3843
3491
|
},
|
|
3844
3492
|
"otherGuarantees": {
|
|
3845
3493
|
"rdsRef": "Certificates",
|
|
3846
|
-
"title": "Other Guarantees or warranties",
|
|
3847
3494
|
"discriminator": {
|
|
3848
3495
|
"propertyName": "yesNo"
|
|
3849
3496
|
},
|
|
@@ -3870,7 +3517,6 @@
|
|
|
3870
3517
|
},
|
|
3871
3518
|
"outstandingClaimsOrApplications": {
|
|
3872
3519
|
"rdsRef": "Certificates",
|
|
3873
|
-
"title": "Are there any outstanding claims or current applications relating to any of the above?",
|
|
3874
3520
|
"discriminator": {
|
|
3875
3521
|
"propertyName": "yesNo"
|
|
3876
3522
|
},
|
|
@@ -3897,8 +3543,6 @@
|
|
|
3897
3543
|
},
|
|
3898
3544
|
"titleDefectInsurance": {
|
|
3899
3545
|
"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
3546
|
"discriminator": {
|
|
3903
3547
|
"propertyName": "yesNo"
|
|
3904
3548
|
},
|
|
@@ -3930,8 +3574,7 @@
|
|
|
3930
3574
|
"occupiers": {
|
|
3931
3575
|
"properties": {
|
|
3932
3576
|
"sellerLivesAtProperty": {
|
|
3933
|
-
"rdsRef": "Property/Flags"
|
|
3934
|
-
"title": "Does the seller live at the property?"
|
|
3577
|
+
"rdsRef": "Property/Flags"
|
|
3935
3578
|
},
|
|
3936
3579
|
"othersAged17OrOver": {
|
|
3937
3580
|
"rdsRef": "Participants",
|
|
@@ -3956,8 +3599,7 @@
|
|
|
3956
3599
|
]
|
|
3957
3600
|
},
|
|
3958
3601
|
"aged17OrOverTenantsOrLodgers": {
|
|
3959
|
-
"rdsRef": "Property/Flags"
|
|
3960
|
-
"title": "Are any of them tenants or lodgers?"
|
|
3602
|
+
"rdsRef": "Property/Flags"
|
|
3961
3603
|
},
|
|
3962
3604
|
"vacantPossession": {
|
|
3963
3605
|
"oneOf": [
|
|
@@ -3965,12 +3607,10 @@
|
|
|
3965
3607
|
{
|
|
3966
3608
|
"properties": {
|
|
3967
3609
|
"aged17OrOverAgreedToLeave": {
|
|
3968
|
-
"rdsRef": "RightsHolders,TenureAgreements,Notifications"
|
|
3969
|
-
"title": "Have all occupiers aged 17 or over agreed to leave prior to completion?"
|
|
3610
|
+
"rdsRef": "RightsHolders,TenureAgreements,Notifications"
|
|
3970
3611
|
},
|
|
3971
3612
|
"aged17OrOverWillSignToConfirmWillVacate": {
|
|
3972
3613
|
"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
3614
|
"discriminator": {
|
|
3975
3615
|
"propertyName": "yesNo"
|
|
3976
3616
|
},
|
|
@@ -4004,12 +3644,7 @@
|
|
|
4004
3644
|
],
|
|
4005
3645
|
"properties": {
|
|
4006
3646
|
"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
|
-
]
|
|
3647
|
+
"rdsRef": "Participants"
|
|
4013
3648
|
}
|
|
4014
3649
|
}
|
|
4015
3650
|
}
|
|
@@ -4018,12 +3653,10 @@
|
|
|
4018
3653
|
"completionAndMoving": {
|
|
4019
3654
|
"properties": {
|
|
4020
3655
|
"sellerWillEnsure": {
|
|
4021
|
-
"rdsRef": "RightsHolders/Flags"
|
|
4022
|
-
"title": "Please confirm that on completion you will:"
|
|
3656
|
+
"rdsRef": "RightsHolders/Flags"
|
|
4023
3657
|
},
|
|
4024
3658
|
"otherPropertyInChain": {
|
|
4025
3659
|
"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
3660
|
"discriminator": {
|
|
4028
3661
|
"propertyName": "yesNo"
|
|
4029
3662
|
},
|
|
@@ -4050,8 +3683,6 @@
|
|
|
4050
3683
|
},
|
|
4051
3684
|
"moveRestrictionDates": {
|
|
4052
3685
|
"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
3686
|
"discriminator": {
|
|
4056
3687
|
"propertyName": "yesNo"
|
|
4057
3688
|
},
|