@pdtf/schemas 2.3.0 → 3.0.0-2
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 +37 -81
- package/package.json +1 -1
- package/src/examples/v2/exampleTransaction.json +6 -20
- package/src/examples/v3/exampleTransaction.json +900 -0
- package/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
- package/src/mappings/adf.js +1 -1
- package/src/schemas/v2/combined.json +13206 -12615
- package/src/schemas/v2/overlays/con29DW.json +771 -762
- package/src/schemas/v2/overlays/con29R.json +3052 -3073
- package/src/schemas/v2/overlays/llc1.json +12 -33
- package/src/schemas/v2/overlays/rds.json +32 -0
- package/src/schemas/v2/pdtf-transaction.json +13656 -12911
- package/src/schemas/v2/skeleton.json +1342 -1155
- package/src/schemas/v3/combined.json +38325 -0
- package/src/schemas/v3/overlays/baspi.json +9812 -0
- package/src/schemas/v3/overlays/con29DW.json +794 -0
- package/src/schemas/v3/overlays/con29R.json +3094 -0
- package/src/schemas/v3/overlays/fme1.json +1444 -0
- package/src/schemas/v3/overlays/llc1.json +25 -0
- package/src/schemas/v3/overlays/lpe1.json +2463 -0
- package/src/schemas/v3/overlays/nts.json +1884 -0
- package/src/schemas/v3/overlays/oc1.json +2799 -0
- package/src/schemas/v3/overlays/piq.json +3931 -0
- package/src/schemas/v3/overlays/rds.json +4086 -0
- package/src/schemas/v3/overlays/ta10.json +6521 -0
- package/src/schemas/v3/overlays/ta6.json +5285 -0
- package/src/schemas/v3/overlays/ta7.json +1399 -0
- package/src/schemas/v3/pdtf-transaction.json +34771 -0
- package/src/schemas/v3/skeleton.json +3986 -0
- package/src/tests/v2/transactionSchema.test.js +26 -16
- package/src/tests/v3/transactionSchema.test.js +350 -0
- package/src/tests/v3/verifiedClaimsValidator.test.js +128 -0
- package/src/utils/extractOverlay.js +7 -7
- package/src/utils/hmlrLLC1.json +0 -275
|
@@ -0,0 +1,1399 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://trust.propdata.org.uk/schemas/v3/overlays/ta7.json",
|
|
4
|
+
"properties": {
|
|
5
|
+
"propertyPack": {
|
|
6
|
+
"properties": {
|
|
7
|
+
"materialFacts": {
|
|
8
|
+
"properties": {
|
|
9
|
+
"address": {
|
|
10
|
+
"ta7Ref": "0.1",
|
|
11
|
+
"title": "Property Address",
|
|
12
|
+
"properties": {
|
|
13
|
+
"line1": {
|
|
14
|
+
"ta7Ref": "0.1.1",
|
|
15
|
+
"title": "Address line 1"
|
|
16
|
+
},
|
|
17
|
+
"line2": {
|
|
18
|
+
"ta7Ref": "0.1.2",
|
|
19
|
+
"title": "Address line 2"
|
|
20
|
+
},
|
|
21
|
+
"line3": {
|
|
22
|
+
"ta7Ref": "0.1.3",
|
|
23
|
+
"title": "Address line 3"
|
|
24
|
+
},
|
|
25
|
+
"town": {
|
|
26
|
+
"ta7Ref": "0.1.4",
|
|
27
|
+
"title": "Town"
|
|
28
|
+
},
|
|
29
|
+
"postcode": {
|
|
30
|
+
"ta7Ref": "0.1.5",
|
|
31
|
+
"title": "Postcode"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"ownership": {
|
|
36
|
+
"ta7Ref": "1",
|
|
37
|
+
"title": "Ownership",
|
|
38
|
+
"properties": {
|
|
39
|
+
"ownershipsToBeTransferred": {
|
|
40
|
+
"ta7Ref": "1",
|
|
41
|
+
"title": "Ownerships to be transferred on sale",
|
|
42
|
+
"minItems": 1,
|
|
43
|
+
"items": {
|
|
44
|
+
"properties": {
|
|
45
|
+
"ownershipType": {
|
|
46
|
+
"ta7Ref": "1.1",
|
|
47
|
+
"title": "What type of ownership is the property?",
|
|
48
|
+
"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.",
|
|
49
|
+
"enum": [
|
|
50
|
+
"Freehold",
|
|
51
|
+
"Managed Freehold",
|
|
52
|
+
"Commonhold",
|
|
53
|
+
"Leasehold",
|
|
54
|
+
"Other"
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"oneOf": [
|
|
59
|
+
null,
|
|
60
|
+
{
|
|
61
|
+
"properties": {
|
|
62
|
+
"managedFreeholdOrCommonholdInformation": {
|
|
63
|
+
"properties": {
|
|
64
|
+
"contactDetails": {
|
|
65
|
+
"properties": {
|
|
66
|
+
"managementCompany": {
|
|
67
|
+
"properties": {
|
|
68
|
+
"contact": {
|
|
69
|
+
"ta7Ref": "4.1b",
|
|
70
|
+
"properties": {
|
|
71
|
+
"nameOrOrganisation": {
|
|
72
|
+
"ta7Ref": "4.1b.1",
|
|
73
|
+
"title": "Name or organisation"
|
|
74
|
+
},
|
|
75
|
+
"address": {
|
|
76
|
+
"properties": {
|
|
77
|
+
"line1": {
|
|
78
|
+
"ta7Ref": "4.1b.2",
|
|
79
|
+
"title": "Address line 1"
|
|
80
|
+
},
|
|
81
|
+
"line2": {
|
|
82
|
+
"ta7Ref": "4.1b.3",
|
|
83
|
+
"title": "Address line 2"
|
|
84
|
+
},
|
|
85
|
+
"line3": {
|
|
86
|
+
"ta7Ref": "4.1b.4",
|
|
87
|
+
"title": "Address line 3"
|
|
88
|
+
},
|
|
89
|
+
"town": {
|
|
90
|
+
"ta7Ref": "4.1b.5",
|
|
91
|
+
"title": "Town"
|
|
92
|
+
},
|
|
93
|
+
"postcode": {
|
|
94
|
+
"ta7Ref": "4.1b.6",
|
|
95
|
+
"title": "Postcode"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"telephone": {
|
|
100
|
+
"ta7Ref": "4.1b.7",
|
|
101
|
+
"title": "Telephone"
|
|
102
|
+
},
|
|
103
|
+
"emailAddress": {
|
|
104
|
+
"ta7Ref": "4.1b.8",
|
|
105
|
+
"title": "Email address"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"managingAgent": {
|
|
112
|
+
"properties": {
|
|
113
|
+
"contact": {
|
|
114
|
+
"ta7Ref": "4.1c",
|
|
115
|
+
"properties": {
|
|
116
|
+
"nameOrOrganisation": {
|
|
117
|
+
"ta7Ref": "4.1c.1",
|
|
118
|
+
"title": "Name or organisation"
|
|
119
|
+
},
|
|
120
|
+
"address": {
|
|
121
|
+
"properties": {
|
|
122
|
+
"line1": {
|
|
123
|
+
"ta7Ref": "4.1c.2",
|
|
124
|
+
"title": "Address line 1"
|
|
125
|
+
},
|
|
126
|
+
"line2": {
|
|
127
|
+
"ta7Ref": "4.1c.3",
|
|
128
|
+
"title": "Address line 2"
|
|
129
|
+
},
|
|
130
|
+
"line3": {
|
|
131
|
+
"ta7Ref": "4.1c.4",
|
|
132
|
+
"title": "Address line 3"
|
|
133
|
+
},
|
|
134
|
+
"town": {
|
|
135
|
+
"ta7Ref": "4.1c.5",
|
|
136
|
+
"title": "Town"
|
|
137
|
+
},
|
|
138
|
+
"postcode": {
|
|
139
|
+
"ta7Ref": "4.1c.6",
|
|
140
|
+
"title": "Postcode"
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"telephone": {
|
|
145
|
+
"ta7Ref": "4.1c.7",
|
|
146
|
+
"title": "Telephone"
|
|
147
|
+
},
|
|
148
|
+
"emailAddress": {
|
|
149
|
+
"ta7Ref": "4.1c.8",
|
|
150
|
+
"title": "Email address"
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"required": [
|
|
164
|
+
"leaseholdInformation"
|
|
165
|
+
],
|
|
166
|
+
"properties": {
|
|
167
|
+
"leaseholdInformation": {
|
|
168
|
+
"required": [
|
|
169
|
+
"typeOfLeasehold",
|
|
170
|
+
"leaseTerm",
|
|
171
|
+
"contactDetails",
|
|
172
|
+
"transferAndRegistration",
|
|
173
|
+
"groundRent",
|
|
174
|
+
"ownershipAndManagement",
|
|
175
|
+
"disputesAndEnfranchisement",
|
|
176
|
+
"general",
|
|
177
|
+
"requiredDocuments"
|
|
178
|
+
],
|
|
179
|
+
"properties": {
|
|
180
|
+
"typeOfLeasehold": {
|
|
181
|
+
"properties": {
|
|
182
|
+
"leaseholdType": {
|
|
183
|
+
"ta7Ref": "1.1",
|
|
184
|
+
"title": "What type of leasehold property does the seller own?",
|
|
185
|
+
"description": "‘Flat’ includes maisonette and apartment.",
|
|
186
|
+
"enum": [
|
|
187
|
+
"Flat",
|
|
188
|
+
"Shared ownership",
|
|
189
|
+
"Long leasehold house"
|
|
190
|
+
]
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"contactDetails": {
|
|
195
|
+
"ta7Ref": "4.1",
|
|
196
|
+
"title": "Contact Details",
|
|
197
|
+
"required": [
|
|
198
|
+
"contacts"
|
|
199
|
+
],
|
|
200
|
+
"properties": {
|
|
201
|
+
"contacts": {
|
|
202
|
+
"ta7Ref": "4.1",
|
|
203
|
+
"title": "Contacts",
|
|
204
|
+
"description": "Complete the details for the relevant parties",
|
|
205
|
+
"required": [
|
|
206
|
+
"landlord",
|
|
207
|
+
"managementCompany",
|
|
208
|
+
"managingAgent"
|
|
209
|
+
],
|
|
210
|
+
"properties": {
|
|
211
|
+
"landlord": {
|
|
212
|
+
"ta7Ref": "4.1a",
|
|
213
|
+
"title": "Landlord",
|
|
214
|
+
"description": "The landlord (or freeholder) may be, for example, a private individual, a housing association, or a management company owned by the residents",
|
|
215
|
+
"properties": {
|
|
216
|
+
"contact": {
|
|
217
|
+
"ta7Ref": "4.1a",
|
|
218
|
+
"properties": {
|
|
219
|
+
"nameOrOrganisation": {
|
|
220
|
+
"ta7Ref": "4.1a.1",
|
|
221
|
+
"title": "Name or organisation"
|
|
222
|
+
},
|
|
223
|
+
"address": {
|
|
224
|
+
"properties": {
|
|
225
|
+
"line1": {
|
|
226
|
+
"ta7Ref": "4.1a.2",
|
|
227
|
+
"title": "Address line 1"
|
|
228
|
+
},
|
|
229
|
+
"line2": {
|
|
230
|
+
"ta7Ref": "4.1a.3",
|
|
231
|
+
"title": "Address line 2"
|
|
232
|
+
},
|
|
233
|
+
"line3": {
|
|
234
|
+
"ta7Ref": "4.1a.4",
|
|
235
|
+
"title": "Address line 3"
|
|
236
|
+
},
|
|
237
|
+
"town": {
|
|
238
|
+
"ta7Ref": "4.1a.5",
|
|
239
|
+
"title": "Town"
|
|
240
|
+
},
|
|
241
|
+
"postcode": {
|
|
242
|
+
"ta7Ref": "4.1a.6",
|
|
243
|
+
"title": "Postcode"
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"telephone": {
|
|
248
|
+
"ta7Ref": "4.1a.7",
|
|
249
|
+
"title": "Telephone"
|
|
250
|
+
},
|
|
251
|
+
"emailAddress": {
|
|
252
|
+
"ta7Ref": "4.1a.8",
|
|
253
|
+
"title": "Email address"
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"managementCompany": {
|
|
260
|
+
"properties": {
|
|
261
|
+
"contact": {
|
|
262
|
+
"ta7Ref": "4.1b",
|
|
263
|
+
"properties": {
|
|
264
|
+
"nameOrOrganisation": {
|
|
265
|
+
"ta7Ref": "4.1b.1",
|
|
266
|
+
"title": "Name or organisation"
|
|
267
|
+
},
|
|
268
|
+
"address": {
|
|
269
|
+
"properties": {
|
|
270
|
+
"line1": {
|
|
271
|
+
"ta7Ref": "4.1b.2",
|
|
272
|
+
"title": "Address line 1"
|
|
273
|
+
},
|
|
274
|
+
"line2": {
|
|
275
|
+
"ta7Ref": "4.1b.3",
|
|
276
|
+
"title": "Address line 2"
|
|
277
|
+
},
|
|
278
|
+
"line3": {
|
|
279
|
+
"ta7Ref": "4.1b.4",
|
|
280
|
+
"title": "Address line 3"
|
|
281
|
+
},
|
|
282
|
+
"town": {
|
|
283
|
+
"ta7Ref": "4.1b.5",
|
|
284
|
+
"title": "Town"
|
|
285
|
+
},
|
|
286
|
+
"postcode": {
|
|
287
|
+
"ta7Ref": "4.1b.6",
|
|
288
|
+
"title": "Postcode"
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"telephone": {
|
|
293
|
+
"ta7Ref": "4.1b.7",
|
|
294
|
+
"title": "Telephone"
|
|
295
|
+
},
|
|
296
|
+
"emailAddress": {
|
|
297
|
+
"ta7Ref": "4.1b.8",
|
|
298
|
+
"title": "Email address"
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
"managingAgent": {
|
|
305
|
+
"ta7Ref": "4.1c",
|
|
306
|
+
"title": "Managing Agent",
|
|
307
|
+
"description": "A managing agent may be employed by the landlord or by the tenants’ management company to collect the rent and/or manage the building.",
|
|
308
|
+
"properties": {
|
|
309
|
+
"contact": {
|
|
310
|
+
"ta7Ref": "4.1c",
|
|
311
|
+
"properties": {
|
|
312
|
+
"nameOrOrganisation": {
|
|
313
|
+
"ta7Ref": "4.1c.1",
|
|
314
|
+
"title": "Name or organisation"
|
|
315
|
+
},
|
|
316
|
+
"address": {
|
|
317
|
+
"properties": {
|
|
318
|
+
"line1": {
|
|
319
|
+
"ta7Ref": "4.1c.2",
|
|
320
|
+
"title": "Address line 1"
|
|
321
|
+
},
|
|
322
|
+
"line2": {
|
|
323
|
+
"ta7Ref": "4.1c.3",
|
|
324
|
+
"title": "Address line 2"
|
|
325
|
+
},
|
|
326
|
+
"line3": {
|
|
327
|
+
"ta7Ref": "4.1c.4",
|
|
328
|
+
"title": "Address line 3"
|
|
329
|
+
},
|
|
330
|
+
"town": {
|
|
331
|
+
"ta7Ref": "4.1c.5",
|
|
332
|
+
"title": "Town"
|
|
333
|
+
},
|
|
334
|
+
"postcode": {
|
|
335
|
+
"ta7Ref": "4.1c.6",
|
|
336
|
+
"title": "Postcode"
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"telephone": {
|
|
341
|
+
"ta7Ref": "4.1c.7",
|
|
342
|
+
"title": "Telephone"
|
|
343
|
+
},
|
|
344
|
+
"emailAddress": {
|
|
345
|
+
"ta7Ref": "4.1c.8",
|
|
346
|
+
"title": "Email address"
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
"serviceContactAssignments": {
|
|
355
|
+
"properties": {
|
|
356
|
+
"organisesBuildingInsurance": {
|
|
357
|
+
"ta7Ref": "5.1",
|
|
358
|
+
"title": "Who organises and administers the buildings insurance?",
|
|
359
|
+
"enum": [
|
|
360
|
+
"Rentcharge Owner",
|
|
361
|
+
"Landlord",
|
|
362
|
+
"Management Company",
|
|
363
|
+
"Managing Agent",
|
|
364
|
+
"the Lessees",
|
|
365
|
+
"Not applicable"
|
|
366
|
+
]
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"transferAndRegistration": {
|
|
373
|
+
"required": [
|
|
374
|
+
"awareOfConsents",
|
|
375
|
+
"changesInTermOfLease"
|
|
376
|
+
],
|
|
377
|
+
"properties": {
|
|
378
|
+
"awareOfConsents": {
|
|
379
|
+
"ta7Ref": "9.3",
|
|
380
|
+
"title": "Are you aware of consent having been given to any alterations or additions to the Property?",
|
|
381
|
+
"discriminator": {
|
|
382
|
+
"propertyName": "yesNo"
|
|
383
|
+
},
|
|
384
|
+
"oneOf": [
|
|
385
|
+
{
|
|
386
|
+
"properties": {
|
|
387
|
+
"yesNo": {
|
|
388
|
+
"enum": [
|
|
389
|
+
"No"
|
|
390
|
+
]
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"properties": {
|
|
396
|
+
"yesNo": {
|
|
397
|
+
"enum": [
|
|
398
|
+
"Yes"
|
|
399
|
+
]
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
],
|
|
404
|
+
"properties": {
|
|
405
|
+
"yesNo": {
|
|
406
|
+
"ta7Ref": "9.3.1",
|
|
407
|
+
"enum": [
|
|
408
|
+
"Yes",
|
|
409
|
+
"No"
|
|
410
|
+
]
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
"changesInTermOfLease": {
|
|
415
|
+
"ta7Ref": "7.1",
|
|
416
|
+
"title": "Is the seller aware of any changes in the terms of the lease or of the landlord giving any consents under the lease?",
|
|
417
|
+
"discriminator": {
|
|
418
|
+
"propertyName": "isSellerAwareOfChanges"
|
|
419
|
+
},
|
|
420
|
+
"oneOf": [
|
|
421
|
+
{
|
|
422
|
+
"properties": {
|
|
423
|
+
"isSellerAwareOfChanges": {
|
|
424
|
+
"enum": [
|
|
425
|
+
"No",
|
|
426
|
+
"Attached",
|
|
427
|
+
"To follow",
|
|
428
|
+
"Lost"
|
|
429
|
+
]
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"properties": {
|
|
435
|
+
"isSellerAwareOfChanges": {
|
|
436
|
+
"enum": [
|
|
437
|
+
"Yes"
|
|
438
|
+
]
|
|
439
|
+
},
|
|
440
|
+
"details": {
|
|
441
|
+
"ta7Ref": "7.1.3",
|
|
442
|
+
"title": "Please supply a copy or, if not in writing, please give details:"
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
]
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
"groundRent": {
|
|
451
|
+
"ta7Ref": "1.2",
|
|
452
|
+
"title": "Ground Rent",
|
|
453
|
+
"discriminator": {
|
|
454
|
+
"propertyName": "isGroundRentPayable"
|
|
455
|
+
},
|
|
456
|
+
"oneOf": [
|
|
457
|
+
{
|
|
458
|
+
"properties": {
|
|
459
|
+
"isGroundRentPayable": {
|
|
460
|
+
"enum": [
|
|
461
|
+
"No"
|
|
462
|
+
]
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"properties": {
|
|
468
|
+
"isGroundRentPayable": {
|
|
469
|
+
"enum": [
|
|
470
|
+
"Yes"
|
|
471
|
+
]
|
|
472
|
+
},
|
|
473
|
+
"annualGroundRent": {
|
|
474
|
+
"ta7Ref": "1.2a",
|
|
475
|
+
"title": "What is the annual ground rent payable? (£)"
|
|
476
|
+
},
|
|
477
|
+
"groundRentFrequency": {
|
|
478
|
+
"ta7Ref": "1.2b",
|
|
479
|
+
"title": "How regularly is the rent paid? (e.g. annually)"
|
|
480
|
+
},
|
|
481
|
+
"rentSubjectToIncrease": {
|
|
482
|
+
"ta7Ref": "1.2c",
|
|
483
|
+
"title": "Is the ground rent subject to increase?",
|
|
484
|
+
"discriminator": {
|
|
485
|
+
"propertyName": "yesNo"
|
|
486
|
+
},
|
|
487
|
+
"oneOf": [
|
|
488
|
+
{
|
|
489
|
+
"properties": {
|
|
490
|
+
"yesNo": {
|
|
491
|
+
"enum": [
|
|
492
|
+
"No"
|
|
493
|
+
]
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"properties": {
|
|
499
|
+
"yesNo": {
|
|
500
|
+
"enum": [
|
|
501
|
+
"Yes"
|
|
502
|
+
]
|
|
503
|
+
},
|
|
504
|
+
"rentReviewFrequency": {
|
|
505
|
+
"ta7Ref": "1.2d",
|
|
506
|
+
"title": "How often is the rent reviewed?"
|
|
507
|
+
},
|
|
508
|
+
"rentIncreaseCalculated": {
|
|
509
|
+
"ta7Ref": "1.2e",
|
|
510
|
+
"title": "How is the increase calculated?",
|
|
511
|
+
"description": "e.g. set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc"
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
],
|
|
516
|
+
"properties": {
|
|
517
|
+
"yesNo": {
|
|
518
|
+
"ta7Ref": "1.2c.1",
|
|
519
|
+
"enum": [
|
|
520
|
+
"Yes",
|
|
521
|
+
"No"
|
|
522
|
+
]
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"required": [
|
|
530
|
+
"isGroundRentPayable"
|
|
531
|
+
],
|
|
532
|
+
"properties": {
|
|
533
|
+
"isGroundRentPayable": {
|
|
534
|
+
"ta7Ref": "1.2.1",
|
|
535
|
+
"title": "Does the seller pay ground rent for the property?",
|
|
536
|
+
"enum": [
|
|
537
|
+
"Yes",
|
|
538
|
+
"No"
|
|
539
|
+
]
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
"ownershipAndManagement": {
|
|
544
|
+
"ta7Ref": "2",
|
|
545
|
+
"title": "Ownership and management",
|
|
546
|
+
"required": [
|
|
547
|
+
"freeholdOwner",
|
|
548
|
+
"hasHeadlease",
|
|
549
|
+
"buildingManager",
|
|
550
|
+
"hasTenantCompanyDissolved",
|
|
551
|
+
"isManagingAgentEmployed"
|
|
552
|
+
],
|
|
553
|
+
"properties": {
|
|
554
|
+
"freeholdOwner": {
|
|
555
|
+
"ta7Ref": "2.1b",
|
|
556
|
+
"title": "Is the freeholder a person or a company that the tenants control?",
|
|
557
|
+
"enum": [
|
|
558
|
+
"Yes",
|
|
559
|
+
"No"
|
|
560
|
+
]
|
|
561
|
+
},
|
|
562
|
+
"hasHeadlease": {
|
|
563
|
+
"ta7Ref": "2.2",
|
|
564
|
+
"title": "Is there a headlease?",
|
|
565
|
+
"discriminator": {
|
|
566
|
+
"propertyName": "yesNo"
|
|
567
|
+
},
|
|
568
|
+
"oneOf": [
|
|
569
|
+
{
|
|
570
|
+
"properties": {
|
|
571
|
+
"yesNo": {
|
|
572
|
+
"enum": [
|
|
573
|
+
"No"
|
|
574
|
+
]
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"properties": {
|
|
580
|
+
"yesNo": {
|
|
581
|
+
"enum": [
|
|
582
|
+
"Yes"
|
|
583
|
+
]
|
|
584
|
+
},
|
|
585
|
+
"headLeaseholderControlled": {
|
|
586
|
+
"ta7Ref": "2.2.2",
|
|
587
|
+
"title": "Is the head leaseholder a person or company that is controlled by the tenants?",
|
|
588
|
+
"enum": [
|
|
589
|
+
"Yes",
|
|
590
|
+
"No"
|
|
591
|
+
]
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
],
|
|
596
|
+
"properties": {
|
|
597
|
+
"yesNo": {
|
|
598
|
+
"ta7Ref": "2.2.1",
|
|
599
|
+
"enum": [
|
|
600
|
+
"Yes",
|
|
601
|
+
"No"
|
|
602
|
+
]
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
"buildingManager": {
|
|
607
|
+
"ta7Ref": "2.3",
|
|
608
|
+
"title": "Who is responsible for managing the building?",
|
|
609
|
+
"discriminator": {
|
|
610
|
+
"propertyName": "buildingManagerType"
|
|
611
|
+
},
|
|
612
|
+
"oneOf": [
|
|
613
|
+
{
|
|
614
|
+
"properties": {
|
|
615
|
+
"buildingManagerType": {
|
|
616
|
+
"enum": [
|
|
617
|
+
"Freeholder",
|
|
618
|
+
"Headleaseholder",
|
|
619
|
+
"Management company named in lease of the property",
|
|
620
|
+
"Right to manage company set up by the tenants under statutory rights"
|
|
621
|
+
]
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"properties": {
|
|
627
|
+
"buildingManagerType": {
|
|
628
|
+
"enum": [
|
|
629
|
+
"Other"
|
|
630
|
+
]
|
|
631
|
+
},
|
|
632
|
+
"details": {
|
|
633
|
+
"ta7Ref": "2.3e",
|
|
634
|
+
"title": "Please specify"
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
]
|
|
639
|
+
},
|
|
640
|
+
"hasTenantCompanyDissolved": {
|
|
641
|
+
"ta7Ref": "2.4",
|
|
642
|
+
"title": "Has any tenants’ management company been dissolved or struck off the register at Companies House?",
|
|
643
|
+
"enum": [
|
|
644
|
+
"Yes",
|
|
645
|
+
"No"
|
|
646
|
+
]
|
|
647
|
+
},
|
|
648
|
+
"isManagingAgentEmployed": {
|
|
649
|
+
"ta7Ref": "2.5",
|
|
650
|
+
"title": "Does the landlord, tenants’ management company or Right to Manage company employ a managing agent to collect rent or manage the building?",
|
|
651
|
+
"enum": [
|
|
652
|
+
"Yes",
|
|
653
|
+
"No"
|
|
654
|
+
]
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
},
|
|
658
|
+
"serviceCharge": {
|
|
659
|
+
"properties": {
|
|
660
|
+
"sellerContributesToServiceCharge": {
|
|
661
|
+
"ta7Ref": "5.4",
|
|
662
|
+
"title": "Does the seller contribute to the cost of maintaining the building (a service charge)?",
|
|
663
|
+
"enum": [
|
|
664
|
+
"Yes",
|
|
665
|
+
"No"
|
|
666
|
+
]
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
"oneOf": [
|
|
670
|
+
null,
|
|
671
|
+
{
|
|
672
|
+
"properties": {
|
|
673
|
+
"largeAdditionalExpense": {
|
|
674
|
+
"ta7Ref": "5.5",
|
|
675
|
+
"title": "Does the seller know of any expense (e.g. the cost of redecoration of outside or communal areas not usually incurred annually) likely to be shown in the service charge accounts within the next three years?",
|
|
676
|
+
"discriminator": {
|
|
677
|
+
"propertyName": "yesNo"
|
|
678
|
+
},
|
|
679
|
+
"oneOf": [
|
|
680
|
+
{
|
|
681
|
+
"properties": {
|
|
682
|
+
"yesNo": {
|
|
683
|
+
"enum": [
|
|
684
|
+
"No"
|
|
685
|
+
]
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"properties": {
|
|
691
|
+
"yesNo": {
|
|
692
|
+
"enum": [
|
|
693
|
+
"Yes"
|
|
694
|
+
]
|
|
695
|
+
},
|
|
696
|
+
"details": {
|
|
697
|
+
"ta7Ref": "5.5.2",
|
|
698
|
+
"title": "Details"
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
],
|
|
703
|
+
"properties": {
|
|
704
|
+
"yesNo": {
|
|
705
|
+
"ta7Ref": "5.5.1",
|
|
706
|
+
"enum": [
|
|
707
|
+
"Yes",
|
|
708
|
+
"No"
|
|
709
|
+
]
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
"problemInServiceChargeLevel": {
|
|
714
|
+
"ta7Ref": "5.6",
|
|
715
|
+
"title": "Does the seller know of any problems in the last three years regarding the level of service charges or with the management?",
|
|
716
|
+
"discriminator": {
|
|
717
|
+
"propertyName": "yesNo"
|
|
718
|
+
},
|
|
719
|
+
"oneOf": [
|
|
720
|
+
{
|
|
721
|
+
"properties": {
|
|
722
|
+
"yesNo": {
|
|
723
|
+
"enum": [
|
|
724
|
+
"No"
|
|
725
|
+
]
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"properties": {
|
|
731
|
+
"yesNo": {
|
|
732
|
+
"enum": [
|
|
733
|
+
"Yes"
|
|
734
|
+
]
|
|
735
|
+
},
|
|
736
|
+
"details": {
|
|
737
|
+
"ta7Ref": "5.6.2",
|
|
738
|
+
"title": "Please give details:"
|
|
739
|
+
}
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
],
|
|
743
|
+
"properties": {
|
|
744
|
+
"yesNo": {
|
|
745
|
+
"ta7Ref": "5.6.1",
|
|
746
|
+
"enum": [
|
|
747
|
+
"Yes",
|
|
748
|
+
"No"
|
|
749
|
+
]
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
"serviceChargeChallenged": {
|
|
754
|
+
"ta7Ref": "5.7",
|
|
755
|
+
"title": "Has the seller challenged the service charge or any expense in the last three years?",
|
|
756
|
+
"discriminator": {
|
|
757
|
+
"propertyName": "yesNo"
|
|
758
|
+
},
|
|
759
|
+
"oneOf": [
|
|
760
|
+
{
|
|
761
|
+
"properties": {
|
|
762
|
+
"yesNo": {
|
|
763
|
+
"enum": [
|
|
764
|
+
"No"
|
|
765
|
+
]
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"properties": {
|
|
771
|
+
"yesNo": {
|
|
772
|
+
"enum": [
|
|
773
|
+
"Yes"
|
|
774
|
+
]
|
|
775
|
+
},
|
|
776
|
+
"details": {
|
|
777
|
+
"ta7Ref": "5.7.2",
|
|
778
|
+
"title": "Please give details"
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
],
|
|
783
|
+
"properties": {
|
|
784
|
+
"yesNo": {
|
|
785
|
+
"ta7Ref": "5.7.1",
|
|
786
|
+
"enum": [
|
|
787
|
+
"Yes",
|
|
788
|
+
"No"
|
|
789
|
+
]
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
"dangerousCladdingOrDefects": {
|
|
794
|
+
"ta7Ref": "5.8",
|
|
795
|
+
"title": "Does the seller know of the existence or suspected existence in the building of dangerous cladding or any other defects that create a building safety risk?",
|
|
796
|
+
"enum": [
|
|
797
|
+
"Yes",
|
|
798
|
+
"No"
|
|
799
|
+
]
|
|
800
|
+
},
|
|
801
|
+
"difficultyInCollectingServiceCharge": {
|
|
802
|
+
"ta7Ref": "5.9",
|
|
803
|
+
"title": "Is the seller aware of any difficulties encountered in collecting the service charges from other flat owners?",
|
|
804
|
+
"discriminator": {
|
|
805
|
+
"propertyName": "yesNo"
|
|
806
|
+
},
|
|
807
|
+
"oneOf": [
|
|
808
|
+
{
|
|
809
|
+
"properties": {
|
|
810
|
+
"yesNo": {
|
|
811
|
+
"enum": [
|
|
812
|
+
"No"
|
|
813
|
+
]
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"properties": {
|
|
819
|
+
"yesNo": {
|
|
820
|
+
"enum": [
|
|
821
|
+
"Yes"
|
|
822
|
+
]
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
],
|
|
827
|
+
"properties": {
|
|
828
|
+
"yesNo": {
|
|
829
|
+
"ta7Ref": "5.9.1",
|
|
830
|
+
"enum": [
|
|
831
|
+
"Yes",
|
|
832
|
+
"No"
|
|
833
|
+
]
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
},
|
|
837
|
+
"serviceChargeOwed": {
|
|
838
|
+
"ta7Ref": "5.10",
|
|
839
|
+
"title": "Does the seller owe any service charges, rent, insurance premium or other financial contribution?",
|
|
840
|
+
"discriminator": {
|
|
841
|
+
"propertyName": "yesNo"
|
|
842
|
+
},
|
|
843
|
+
"oneOf": [
|
|
844
|
+
{
|
|
845
|
+
"properties": {
|
|
846
|
+
"yesNo": {
|
|
847
|
+
"enum": [
|
|
848
|
+
"No"
|
|
849
|
+
]
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"properties": {
|
|
855
|
+
"yesNo": {
|
|
856
|
+
"enum": [
|
|
857
|
+
"Yes"
|
|
858
|
+
]
|
|
859
|
+
},
|
|
860
|
+
"details": {
|
|
861
|
+
"ta7Ref": "5.10.2",
|
|
862
|
+
"title": "Please give details"
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
],
|
|
867
|
+
"properties": {
|
|
868
|
+
"yesNo": {
|
|
869
|
+
"ta7Ref": "5.10.1",
|
|
870
|
+
"enum": [
|
|
871
|
+
"Yes",
|
|
872
|
+
"No"
|
|
873
|
+
]
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
"lastDecoratedPeriod": {
|
|
878
|
+
"properties": {
|
|
879
|
+
"internally": {
|
|
880
|
+
"ta7Ref": "5.3",
|
|
881
|
+
"title": "Internally"
|
|
882
|
+
},
|
|
883
|
+
"externally": {
|
|
884
|
+
"ta7Ref": "5.2",
|
|
885
|
+
"title": "Externally"
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
},
|
|
889
|
+
"deedOfCertificateServed": {
|
|
890
|
+
"ta7Ref": "11.3",
|
|
891
|
+
"title": "Is there a Leaseholder Deed of Certificate for the property?",
|
|
892
|
+
"discriminator": {
|
|
893
|
+
"propertyName": "yesNoNotApplicable"
|
|
894
|
+
},
|
|
895
|
+
"oneOf": [
|
|
896
|
+
{
|
|
897
|
+
"properties": {
|
|
898
|
+
"yesNoNotApplicable": {
|
|
899
|
+
"enum": [
|
|
900
|
+
"Not applicable"
|
|
901
|
+
]
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"properties": {
|
|
907
|
+
"yesNoNotApplicable": {
|
|
908
|
+
"enum": [
|
|
909
|
+
"No"
|
|
910
|
+
]
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"properties": {
|
|
916
|
+
"yesNoNotApplicable": {
|
|
917
|
+
"enum": [
|
|
918
|
+
"Yes"
|
|
919
|
+
]
|
|
920
|
+
},
|
|
921
|
+
"sellerCompletedDeedOfCertificate": {
|
|
922
|
+
"ta7Ref": "11.3a",
|
|
923
|
+
"title": "Did the seller (the current leaseholder) complete the deed of certificate or was it completed by a previous leaseholder?",
|
|
924
|
+
"enum": [
|
|
925
|
+
"Current leaseholder",
|
|
926
|
+
"Previous leaseholder"
|
|
927
|
+
]
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
],
|
|
932
|
+
"properties": {
|
|
933
|
+
"yesNoNotApplicable": {
|
|
934
|
+
"ta7Ref": "11.3.1",
|
|
935
|
+
"enum": [
|
|
936
|
+
"Yes",
|
|
937
|
+
"No",
|
|
938
|
+
"Not applicable"
|
|
939
|
+
]
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
]
|
|
946
|
+
},
|
|
947
|
+
"disputesAndEnfranchisement": {
|
|
948
|
+
"required": [
|
|
949
|
+
"sellerReceivedComplaint",
|
|
950
|
+
"sellerSentComplaint"
|
|
951
|
+
],
|
|
952
|
+
"properties": {
|
|
953
|
+
"sellerReceivedComplaint": {
|
|
954
|
+
"ta7Ref": "8.1",
|
|
955
|
+
"title": "Has the seller received any complaint from the landlord, the management company or any neighbour about anything the seller has or has not done?",
|
|
956
|
+
"discriminator": {
|
|
957
|
+
"propertyName": "yesNo"
|
|
958
|
+
},
|
|
959
|
+
"oneOf": [
|
|
960
|
+
{
|
|
961
|
+
"properties": {
|
|
962
|
+
"yesNo": {
|
|
963
|
+
"enum": [
|
|
964
|
+
"No"
|
|
965
|
+
]
|
|
966
|
+
}
|
|
967
|
+
}
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"properties": {
|
|
971
|
+
"yesNo": {
|
|
972
|
+
"enum": [
|
|
973
|
+
"Yes"
|
|
974
|
+
]
|
|
975
|
+
},
|
|
976
|
+
"details": {
|
|
977
|
+
"ta7Ref": "8.1.2",
|
|
978
|
+
"title": "Please give details"
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
],
|
|
983
|
+
"properties": {
|
|
984
|
+
"yesNo": {
|
|
985
|
+
"ta7Ref": "8.1.1",
|
|
986
|
+
"enum": [
|
|
987
|
+
"Yes",
|
|
988
|
+
"No"
|
|
989
|
+
]
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
},
|
|
993
|
+
"sellerSentComplaint": {
|
|
994
|
+
"ta7Ref": "8.2",
|
|
995
|
+
"title": "Has the seller complained or had cause to complain to or about the landlord, the management company, or any neighbour?",
|
|
996
|
+
"discriminator": {
|
|
997
|
+
"propertyName": "yesNo"
|
|
998
|
+
},
|
|
999
|
+
"oneOf": [
|
|
1000
|
+
{
|
|
1001
|
+
"properties": {
|
|
1002
|
+
"yesNo": {
|
|
1003
|
+
"enum": [
|
|
1004
|
+
"No"
|
|
1005
|
+
]
|
|
1006
|
+
}
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"properties": {
|
|
1011
|
+
"yesNo": {
|
|
1012
|
+
"enum": [
|
|
1013
|
+
"Yes"
|
|
1014
|
+
]
|
|
1015
|
+
},
|
|
1016
|
+
"details": {
|
|
1017
|
+
"ta7Ref": "8.2.2",
|
|
1018
|
+
"title": "Please give details"
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
],
|
|
1023
|
+
"properties": {
|
|
1024
|
+
"yesNo": {
|
|
1025
|
+
"ta7Ref": "8.2.1",
|
|
1026
|
+
"enum": [
|
|
1027
|
+
"Yes",
|
|
1028
|
+
"No"
|
|
1029
|
+
]
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
"general": {
|
|
1036
|
+
"required": [
|
|
1037
|
+
"sellerAwareOfAlterations",
|
|
1038
|
+
"sellerOwnedProperty",
|
|
1039
|
+
"sellerServedNoticeOnLandlord",
|
|
1040
|
+
"sellerAwareOfNoticeOfCollectivePurchase",
|
|
1041
|
+
"sellerAwareOfResponse",
|
|
1042
|
+
"isLeaseQualifying"
|
|
1043
|
+
],
|
|
1044
|
+
"properties": {
|
|
1045
|
+
"sellerAwareOfAlterations": {
|
|
1046
|
+
"ta7Ref": "9.1",
|
|
1047
|
+
"title": "Is the seller aware of any alterations having been made to the property since the lease was originally granted?",
|
|
1048
|
+
"discriminator": {
|
|
1049
|
+
"propertyName": "yesNo"
|
|
1050
|
+
},
|
|
1051
|
+
"oneOf": [
|
|
1052
|
+
{
|
|
1053
|
+
"properties": {
|
|
1054
|
+
"yesNo": {
|
|
1055
|
+
"enum": [
|
|
1056
|
+
"No"
|
|
1057
|
+
]
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"properties": {
|
|
1063
|
+
"yesNo": {
|
|
1064
|
+
"enum": [
|
|
1065
|
+
"Yes"
|
|
1066
|
+
]
|
|
1067
|
+
},
|
|
1068
|
+
"details": {
|
|
1069
|
+
"ta7Ref": "9.2",
|
|
1070
|
+
"title": "Please give details of these alterations"
|
|
1071
|
+
}
|
|
1072
|
+
}
|
|
1073
|
+
}
|
|
1074
|
+
],
|
|
1075
|
+
"properties": {
|
|
1076
|
+
"yesNo": {
|
|
1077
|
+
"ta7Ref": "9.1.1",
|
|
1078
|
+
"enum": [
|
|
1079
|
+
"Yes",
|
|
1080
|
+
"No"
|
|
1081
|
+
]
|
|
1082
|
+
}
|
|
1083
|
+
}
|
|
1084
|
+
},
|
|
1085
|
+
"sellerOwnedProperty": {
|
|
1086
|
+
"ta7Ref": "10.1",
|
|
1087
|
+
"title": "Has the seller owned the property for at least two years?",
|
|
1088
|
+
"enum": [
|
|
1089
|
+
"Yes",
|
|
1090
|
+
"No"
|
|
1091
|
+
]
|
|
1092
|
+
},
|
|
1093
|
+
"sellerServedNoticeOnLandlord": {
|
|
1094
|
+
"ta7Ref": "10.2",
|
|
1095
|
+
"title": "Has the seller served on the landlord a formal notice stating the seller’s wish to buy the freehold or be granted an extended lease? If Yes, please supply a copy.",
|
|
1096
|
+
"enum": [
|
|
1097
|
+
"Yes",
|
|
1098
|
+
"No",
|
|
1099
|
+
"Not known",
|
|
1100
|
+
"Not required",
|
|
1101
|
+
"Attached",
|
|
1102
|
+
"To follow"
|
|
1103
|
+
]
|
|
1104
|
+
},
|
|
1105
|
+
"sellerAwareOfNoticeOfCollectivePurchase": {
|
|
1106
|
+
"ta7Ref": "10.3",
|
|
1107
|
+
"title": "Is the seller aware of the service of any notice relating to the possible collective purchase of the freehold of the building or part of it by a group of tenants? If Yes, please supply a copy.",
|
|
1108
|
+
"enum": [
|
|
1109
|
+
"Yes",
|
|
1110
|
+
"No",
|
|
1111
|
+
"Not known",
|
|
1112
|
+
"Not required",
|
|
1113
|
+
"Attached",
|
|
1114
|
+
"To follow"
|
|
1115
|
+
]
|
|
1116
|
+
},
|
|
1117
|
+
"sellerAwareOfResponse": {
|
|
1118
|
+
"ta7Ref": "10.4",
|
|
1119
|
+
"title": "Is the seller aware of any response to a notice disclosed in replies to 10.2 and 10.3 above? If Yes, please supply a copy",
|
|
1120
|
+
"enum": [
|
|
1121
|
+
"Yes",
|
|
1122
|
+
"No",
|
|
1123
|
+
"Not known",
|
|
1124
|
+
"Not required",
|
|
1125
|
+
"Attached",
|
|
1126
|
+
"To follow"
|
|
1127
|
+
]
|
|
1128
|
+
},
|
|
1129
|
+
"isLeaseQualifying": {
|
|
1130
|
+
"ta7Ref": "11.2",
|
|
1131
|
+
"title": "Is the lease of the property a qualifying lease?",
|
|
1132
|
+
"enum": [
|
|
1133
|
+
"Yes",
|
|
1134
|
+
"No"
|
|
1135
|
+
]
|
|
1136
|
+
}
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1139
|
+
"requiredDocuments": {
|
|
1140
|
+
"required": [
|
|
1141
|
+
"noticeOfSale",
|
|
1142
|
+
"noticeOfBuildingCondition",
|
|
1143
|
+
"landlordNotifiedOfSale",
|
|
1144
|
+
"copyOfcorrespondence",
|
|
1145
|
+
"serviceChargeAccounts",
|
|
1146
|
+
"groundRent",
|
|
1147
|
+
"buildingsInsurancePolicy",
|
|
1148
|
+
"additionalRegulationsNotInLease",
|
|
1149
|
+
"deedsOfVariation",
|
|
1150
|
+
"deedOfCovenant",
|
|
1151
|
+
"memorandumAndArticles",
|
|
1152
|
+
"shareOrMembershipCertificate",
|
|
1153
|
+
"companyAccounts",
|
|
1154
|
+
"deedOfCertificate",
|
|
1155
|
+
"landlordsCertificate"
|
|
1156
|
+
],
|
|
1157
|
+
"properties": {
|
|
1158
|
+
"noticeOfSale": {
|
|
1159
|
+
"ta7Ref": "6.1",
|
|
1160
|
+
"title": "Has the seller received a notice that the landlord wants to sell the building? If Yes, please supply a copy.",
|
|
1161
|
+
"enum": [
|
|
1162
|
+
"Yes",
|
|
1163
|
+
"No",
|
|
1164
|
+
"Attached",
|
|
1165
|
+
"To follow",
|
|
1166
|
+
"Lost"
|
|
1167
|
+
]
|
|
1168
|
+
},
|
|
1169
|
+
"noticeOfBuildingCondition": {
|
|
1170
|
+
"ta7Ref": "6.2",
|
|
1171
|
+
"title": "Has the seller received any other notice about the building, its use, its condition or its repair and maintenance? If Yes, please supply a copy.",
|
|
1172
|
+
"enum": [
|
|
1173
|
+
"Yes",
|
|
1174
|
+
"No",
|
|
1175
|
+
"Attached",
|
|
1176
|
+
"To follow",
|
|
1177
|
+
"Lost"
|
|
1178
|
+
]
|
|
1179
|
+
},
|
|
1180
|
+
"landlordNotifiedOfSale": {
|
|
1181
|
+
"ta7Ref": "11.4",
|
|
1182
|
+
"title": "Has the freeholder / landlord been notified of the intention to sell?",
|
|
1183
|
+
"enum": [
|
|
1184
|
+
"Yes",
|
|
1185
|
+
"No"
|
|
1186
|
+
]
|
|
1187
|
+
},
|
|
1188
|
+
"copyOfcorrespondence": {
|
|
1189
|
+
"ta7Ref": "3.2",
|
|
1190
|
+
"title": "Please supply a copy of any correspondence from the landlord, any management company and any managing agent.",
|
|
1191
|
+
"enum": [
|
|
1192
|
+
"Attached",
|
|
1193
|
+
"To follow"
|
|
1194
|
+
]
|
|
1195
|
+
},
|
|
1196
|
+
"serviceChargeAccounts": {
|
|
1197
|
+
"ta7Ref": "3.3a",
|
|
1198
|
+
"title": "The last 3 years published Service Charge accounts.",
|
|
1199
|
+
"enum": [
|
|
1200
|
+
"Enclosed",
|
|
1201
|
+
"To follow",
|
|
1202
|
+
"Not applicable"
|
|
1203
|
+
]
|
|
1204
|
+
},
|
|
1205
|
+
"groundRent": {
|
|
1206
|
+
"ta7Ref": "3.3b",
|
|
1207
|
+
"title": "Please supply a copy of any invoices or demands and any statements and receipts for the payment of ground rent for the last three years.",
|
|
1208
|
+
"enum": [
|
|
1209
|
+
"Enclosed",
|
|
1210
|
+
"To follow",
|
|
1211
|
+
"Not applicable"
|
|
1212
|
+
]
|
|
1213
|
+
},
|
|
1214
|
+
"buildingsInsurancePolicy": {
|
|
1215
|
+
"ta7Ref": "3.4",
|
|
1216
|
+
"title": "Buildings insurance policy and schedule.",
|
|
1217
|
+
"properties": {
|
|
1218
|
+
"arrangedBySeller": {
|
|
1219
|
+
"ta7Ref": "3.4a",
|
|
1220
|
+
"title": "Arranged by the seller and a receipt for payment of the last premium",
|
|
1221
|
+
"enum": [
|
|
1222
|
+
"Attached",
|
|
1223
|
+
"To follow"
|
|
1224
|
+
]
|
|
1225
|
+
},
|
|
1226
|
+
"arrangedByLandlord": {
|
|
1227
|
+
"ta7Ref": "3.4b",
|
|
1228
|
+
"title": "Arranged by the landlord or management company and the schedule for the current year",
|
|
1229
|
+
"enum": [
|
|
1230
|
+
"Attached",
|
|
1231
|
+
"To follow"
|
|
1232
|
+
]
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
},
|
|
1236
|
+
"additionalRegulationsNotInLease": {
|
|
1237
|
+
"ta7Ref": "3.1b",
|
|
1238
|
+
"title": "Any additional regulations or rules affecting the Property which are not contained in the lease.",
|
|
1239
|
+
"enum": [
|
|
1240
|
+
"Enclosed",
|
|
1241
|
+
"To follow",
|
|
1242
|
+
"Not applicable"
|
|
1243
|
+
]
|
|
1244
|
+
},
|
|
1245
|
+
"deedsOfVariation": {
|
|
1246
|
+
"ta7Ref": "3.1a",
|
|
1247
|
+
"title": "Any Deeds of Variation or other document varying the terms of the lease of this Property.",
|
|
1248
|
+
"enum": [
|
|
1249
|
+
"Enclosed",
|
|
1250
|
+
"To follow",
|
|
1251
|
+
"Landlord's lawyer provides",
|
|
1252
|
+
"Please supply draft",
|
|
1253
|
+
"Not applicable"
|
|
1254
|
+
]
|
|
1255
|
+
},
|
|
1256
|
+
"deedOfCovenant": {
|
|
1257
|
+
"ta7Ref": "3.1a",
|
|
1258
|
+
"title": "Any required Deed of Covenant.",
|
|
1259
|
+
"enum": [
|
|
1260
|
+
"Enclosed",
|
|
1261
|
+
"To follow",
|
|
1262
|
+
"Not applicable"
|
|
1263
|
+
]
|
|
1264
|
+
},
|
|
1265
|
+
"memorandumAndArticles": {
|
|
1266
|
+
"ta7Ref": "3.5a",
|
|
1267
|
+
"title": "Memorandum and Articles of Association of the Management Company.",
|
|
1268
|
+
"enum": [
|
|
1269
|
+
"Enclosed",
|
|
1270
|
+
"To follow",
|
|
1271
|
+
"Not applicable"
|
|
1272
|
+
]
|
|
1273
|
+
},
|
|
1274
|
+
"shareOrMembershipCertificate": {
|
|
1275
|
+
"ta7Ref": "3.5b",
|
|
1276
|
+
"title": "Share or membership certificate",
|
|
1277
|
+
"enum": [
|
|
1278
|
+
"Attached",
|
|
1279
|
+
"To follow"
|
|
1280
|
+
]
|
|
1281
|
+
},
|
|
1282
|
+
"companyAccounts": {
|
|
1283
|
+
"ta7Ref": "3.5c",
|
|
1284
|
+
"title": "Company accounts for the past three years",
|
|
1285
|
+
"enum": [
|
|
1286
|
+
"Attached",
|
|
1287
|
+
"To follow"
|
|
1288
|
+
]
|
|
1289
|
+
},
|
|
1290
|
+
"deedOfCertificate": {
|
|
1291
|
+
"ta7Ref": "11.3b",
|
|
1292
|
+
"title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence",
|
|
1293
|
+
"enum": [
|
|
1294
|
+
"Enclosed",
|
|
1295
|
+
"To follow",
|
|
1296
|
+
"Not applicable"
|
|
1297
|
+
]
|
|
1298
|
+
},
|
|
1299
|
+
"landlordsCertificate": {
|
|
1300
|
+
"ta7Ref": "11.5",
|
|
1301
|
+
"title": "Has the seller received a Landlord’s Certificate and the accompanying evidence?",
|
|
1302
|
+
"enum": [
|
|
1303
|
+
"Enclosed",
|
|
1304
|
+
"To follow",
|
|
1305
|
+
"No"
|
|
1306
|
+
]
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
]
|
|
1315
|
+
}
|
|
1316
|
+
}
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
"typeOfConstruction": {
|
|
1320
|
+
"properties": {
|
|
1321
|
+
"buildingSafety": {
|
|
1322
|
+
"ta7Ref": "11.1",
|
|
1323
|
+
"title": "Have any remediation works on the building been proposed or carried out?",
|
|
1324
|
+
"description": "For example issues related to unsafe cladding, integrity of building materials used in construction (e.g. asbestos), risk of collapse (e.g. damaged roofs or strucutural failures), at-risk wooden decking for external structures (including balconies), lack of emergency lighting where required or insufficient fire/smoke alarm systems",
|
|
1325
|
+
"discriminator": {
|
|
1326
|
+
"propertyName": "yesNo"
|
|
1327
|
+
},
|
|
1328
|
+
"oneOf": [
|
|
1329
|
+
{
|
|
1330
|
+
"properties": {
|
|
1331
|
+
"yesNo": {
|
|
1332
|
+
"enum": [
|
|
1333
|
+
"No",
|
|
1334
|
+
"Not applicable"
|
|
1335
|
+
]
|
|
1336
|
+
}
|
|
1337
|
+
}
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"properties": {
|
|
1341
|
+
"yesNo": {
|
|
1342
|
+
"enum": [
|
|
1343
|
+
"Yes"
|
|
1344
|
+
]
|
|
1345
|
+
},
|
|
1346
|
+
"details": {
|
|
1347
|
+
"ta7Ref": "11.1.2",
|
|
1348
|
+
"title": "Please provide details of the remediation works proposed and evidence of any carried out."
|
|
1349
|
+
},
|
|
1350
|
+
"workAlreadyDone": {
|
|
1351
|
+
"ta7Ref": "11.1.2",
|
|
1352
|
+
"title": "What work has already been done?"
|
|
1353
|
+
},
|
|
1354
|
+
"workToBeDone": {
|
|
1355
|
+
"ta7Ref": "11.1.2",
|
|
1356
|
+
"title": "What work is required to be done?"
|
|
1357
|
+
},
|
|
1358
|
+
"potentialCost": {
|
|
1359
|
+
"ta7Ref": "11.1.2",
|
|
1360
|
+
"title": "What will the potential cost be?"
|
|
1361
|
+
},
|
|
1362
|
+
"abilityToResideAtProperty": {
|
|
1363
|
+
"ta7Ref": "11.1.2",
|
|
1364
|
+
"title": "Will the work impact the ability to reside at the property?"
|
|
1365
|
+
},
|
|
1366
|
+
"attachments": {
|
|
1367
|
+
"ta7Ref": "11.1.3",
|
|
1368
|
+
"title": "Attachments",
|
|
1369
|
+
"description": "Please attach evidence in support of the above",
|
|
1370
|
+
"enum": [
|
|
1371
|
+
"Attached",
|
|
1372
|
+
"To follow"
|
|
1373
|
+
]
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
],
|
|
1378
|
+
"required": [
|
|
1379
|
+
"yesNo"
|
|
1380
|
+
],
|
|
1381
|
+
"properties": {
|
|
1382
|
+
"yesNo": {
|
|
1383
|
+
"ta7Ref": "11.1.1",
|
|
1384
|
+
"enum": [
|
|
1385
|
+
"Yes",
|
|
1386
|
+
"No",
|
|
1387
|
+
"Not applicable"
|
|
1388
|
+
]
|
|
1389
|
+
}
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
}
|
|
1394
|
+
}
|
|
1395
|
+
}
|
|
1396
|
+
}
|
|
1397
|
+
}
|
|
1398
|
+
}
|
|
1399
|
+
}
|