@pdtf/schemas 1.1.2 → 2.0.0-1
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 +86 -19
- package/package.json +5 -3
- package/src/examples/v2/exampleTransaction.json +943 -0
- package/src/schemas/v1/freehold-information.json +2051 -0
- package/src/schemas/v1/material-facts.json +3 -3
- package/src/schemas/v2/baspiNotes.html +102 -0
- package/src/schemas/v2/combined.json +27846 -0
- package/src/schemas/v2/core.json +26224 -0
- package/src/schemas/v2/merged.json +28693 -0
- package/src/schemas/v2/overlays/baspi.json +8965 -0
- package/src/schemas/v2/overlays/con29DW.json +656 -0
- package/src/schemas/v2/overlays/con29R.json +3115 -0
- package/src/schemas/v2/overlays/fme1.json +1610 -0
- package/src/schemas/v2/overlays/llc1.json +46 -0
- package/src/schemas/v2/overlays/lpe1.json +2419 -0
- package/src/schemas/v2/overlays/nts.json +162 -0
- package/src/schemas/v2/overlays/oc1.json +2799 -0
- package/src/schemas/v2/overlays/rds.json +3747 -0
- package/src/schemas/v2/overlays/ta10.json +4 -0
- package/src/schemas/v2/overlays/ta6.json +2311 -0
- package/src/schemas/v2/overlays/ta7.json +902 -0
- package/src/tests/{pdtfVerifiedClaims.test.js → v1/pdtfVerifiedClaims.test.js} +4 -4
- package/src/tests/{transactionSchema.test.js → v1/transactionSchema.test.js} +3 -3
- package/src/tests/{verifiedClaimsValidator.test.js → v1/verifiedClaimsValidator.test.js} +3 -3
- package/src/tests/v2/transactionSchema.test.js +255 -0
- package/src/utils/extractOverlay.js +128 -0
- /package/src/examples/{exampleAddParticipantVouch.json → v1/exampleAddParticipantVouch.json} +0 -0
- /package/src/examples/{exampleDocumentedVouch.json → v1/exampleDocumentedVouch.json} +0 -0
- /package/src/examples/{exampleElectronicRecord.json → v1/exampleElectronicRecord.json} +0 -0
- /package/src/examples/{exampleTransaction.json → v1/exampleTransaction.json} +0 -0
- /package/src/examples/{exampleVouch.json → v1/exampleVouch.json} +0 -0
|
@@ -0,0 +1,902 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://trust.propdata.org.uk/schemas/v2/overlays/ta7.json",
|
|
4
|
+
"properties": {
|
|
5
|
+
"propertyPack": {
|
|
6
|
+
"properties": {
|
|
7
|
+
"materialFacts": {
|
|
8
|
+
"properties": {
|
|
9
|
+
"ownership": {
|
|
10
|
+
"ta7Ref": "1",
|
|
11
|
+
"title": "Ownership",
|
|
12
|
+
"properties": {
|
|
13
|
+
"ownershipsToBeTransferred": {
|
|
14
|
+
"ta7Ref": "1",
|
|
15
|
+
"title": "Ownerships to be transferred on sale",
|
|
16
|
+
"minItems": 1,
|
|
17
|
+
"items": {
|
|
18
|
+
"properties": {
|
|
19
|
+
"ownershipType": {
|
|
20
|
+
"ta7Ref": "1.1",
|
|
21
|
+
"title": "What type of ownership is the property?",
|
|
22
|
+
"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.",
|
|
23
|
+
"enum": [
|
|
24
|
+
"Freehold",
|
|
25
|
+
"Managed Freehold",
|
|
26
|
+
"Commonhold",
|
|
27
|
+
"Leasehold",
|
|
28
|
+
"Other"
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"oneOf": [
|
|
33
|
+
null,
|
|
34
|
+
{
|
|
35
|
+
"properties": {
|
|
36
|
+
"managedFreeholdOrCommonholdInformation": {
|
|
37
|
+
"properties": {
|
|
38
|
+
"contactDetails": {
|
|
39
|
+
"properties": {
|
|
40
|
+
"managementCompany": {
|
|
41
|
+
"properties": {
|
|
42
|
+
"contact": {
|
|
43
|
+
"ta7Ref": "4.1b"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"managingAgent": {
|
|
48
|
+
"properties": {
|
|
49
|
+
"contact": {
|
|
50
|
+
"ta7Ref": "4.1c"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"properties": {
|
|
62
|
+
"leaseholdInformation": {
|
|
63
|
+
"properties": {
|
|
64
|
+
"contactDetails": {
|
|
65
|
+
"ta7Ref": "4.1",
|
|
66
|
+
"title": "Contact Details",
|
|
67
|
+
"properties": {
|
|
68
|
+
"contacts": {
|
|
69
|
+
"ta7Ref": "4.1",
|
|
70
|
+
"title": "Contacts",
|
|
71
|
+
"description": "Complete the details for the relevant parties",
|
|
72
|
+
"properties": {
|
|
73
|
+
"landlord": {
|
|
74
|
+
"ta7Ref": "4.1a",
|
|
75
|
+
"title": "Landlord",
|
|
76
|
+
"description": "The landlord (or freeholder) may be, for example, a private individual, a housing association, or a management company owned by the residents",
|
|
77
|
+
"properties": {
|
|
78
|
+
"contact": {
|
|
79
|
+
"ta7Ref": "4.1a"
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"managementCompany": {
|
|
84
|
+
"properties": {
|
|
85
|
+
"contact": {
|
|
86
|
+
"ta7Ref": "4.1b"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"managingAgent": {
|
|
91
|
+
"ta7Ref": "4.1b",
|
|
92
|
+
"title": "Managing Agent",
|
|
93
|
+
"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.",
|
|
94
|
+
"properties": {
|
|
95
|
+
"contact": {
|
|
96
|
+
"ta7Ref": "4.1c"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"serviceContactAssignments": {
|
|
103
|
+
"properties": {
|
|
104
|
+
"organisesBuildingInsurance": {
|
|
105
|
+
"ta7Ref": "5.1",
|
|
106
|
+
"title": "Who organises and administers the buildings insurance?",
|
|
107
|
+
"enum": [
|
|
108
|
+
"Rentcharge Owner",
|
|
109
|
+
"Landlord",
|
|
110
|
+
"Management Company",
|
|
111
|
+
"Managing Agent",
|
|
112
|
+
"the Lessees",
|
|
113
|
+
"N/A"
|
|
114
|
+
]
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"transferAndRegistration": {
|
|
121
|
+
"properties": {
|
|
122
|
+
"awareOfConsents": {
|
|
123
|
+
"ta7Ref": "9.3",
|
|
124
|
+
"title": "Are you aware of consent having been given to any alterations or additions to the Property?",
|
|
125
|
+
"discriminator": {
|
|
126
|
+
"propertyName": "yesNo"
|
|
127
|
+
},
|
|
128
|
+
"oneOf": [
|
|
129
|
+
{
|
|
130
|
+
"properties": {
|
|
131
|
+
"yesNo": {
|
|
132
|
+
"enum": [
|
|
133
|
+
"No"
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"properties": {
|
|
140
|
+
"yesNo": {
|
|
141
|
+
"enum": [
|
|
142
|
+
"Yes"
|
|
143
|
+
]
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
"changesInTermOfLease": {
|
|
150
|
+
"ta7Ref": "7.1",
|
|
151
|
+
"title": "Is the seller aware of any changes in the terms of the lease or of the landlord giving any consents under the lease?",
|
|
152
|
+
"discriminator": {
|
|
153
|
+
"propertyName": "isSellerAwareOfChanges"
|
|
154
|
+
},
|
|
155
|
+
"oneOf": [
|
|
156
|
+
{
|
|
157
|
+
"properties": {
|
|
158
|
+
"isSellerAwareOfChanges": {
|
|
159
|
+
"enum": [
|
|
160
|
+
"No",
|
|
161
|
+
"Attached",
|
|
162
|
+
"To follow",
|
|
163
|
+
"Lost"
|
|
164
|
+
]
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"properties": {
|
|
170
|
+
"isSellerAwareOfChanges": {
|
|
171
|
+
"enum": [
|
|
172
|
+
"Yes"
|
|
173
|
+
]
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
]
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"groundRent": {
|
|
182
|
+
"ta7Ref": "1.2",
|
|
183
|
+
"title": "Ground Rent",
|
|
184
|
+
"discriminator": {
|
|
185
|
+
"propertyName": "isGroundRentPayable"
|
|
186
|
+
},
|
|
187
|
+
"oneOf": [
|
|
188
|
+
{
|
|
189
|
+
"properties": {
|
|
190
|
+
"isGroundRentPayable": {
|
|
191
|
+
"enum": [
|
|
192
|
+
"No"
|
|
193
|
+
]
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"properties": {
|
|
199
|
+
"isGroundRentPayable": {
|
|
200
|
+
"enum": [
|
|
201
|
+
"Yes"
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
"annualGroundRent": {
|
|
205
|
+
"ta7Ref": "1.2a",
|
|
206
|
+
"title": "What is the annual ground rent payable?"
|
|
207
|
+
},
|
|
208
|
+
"groundRentFrequency": {
|
|
209
|
+
"ta7Ref": "1.2b",
|
|
210
|
+
"title": "How regularly is the rent paid? (e.g. annually)"
|
|
211
|
+
},
|
|
212
|
+
"rentSubjectToIncrease": {
|
|
213
|
+
"ta7Ref": "1.2c",
|
|
214
|
+
"title": "Is the ground rent subject to increase?",
|
|
215
|
+
"discriminator": {
|
|
216
|
+
"propertyName": "yesNo"
|
|
217
|
+
},
|
|
218
|
+
"oneOf": [
|
|
219
|
+
{
|
|
220
|
+
"properties": {
|
|
221
|
+
"yesNo": {
|
|
222
|
+
"enum": [
|
|
223
|
+
"No"
|
|
224
|
+
]
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"properties": {
|
|
230
|
+
"yesNo": {
|
|
231
|
+
"enum": [
|
|
232
|
+
"Yes"
|
|
233
|
+
]
|
|
234
|
+
},
|
|
235
|
+
"rentReviewFrequency": {
|
|
236
|
+
"ta7Ref": "1.2d",
|
|
237
|
+
"title": "How often is the rent reviewed?"
|
|
238
|
+
},
|
|
239
|
+
"rentIncreaseCalculated": {
|
|
240
|
+
"ta7Ref": "1.2e",
|
|
241
|
+
"title": "How is the increase calculated?",
|
|
242
|
+
"description": "eg set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc"
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
]
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
],
|
|
251
|
+
"properties": {
|
|
252
|
+
"isGroundRentPayable": {
|
|
253
|
+
"ta7Ref": "1.2",
|
|
254
|
+
"title": "Does the seller pay ground rent for the property?",
|
|
255
|
+
"enum": [
|
|
256
|
+
"Yes",
|
|
257
|
+
"No"
|
|
258
|
+
]
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
"ownershipAndManagement": {
|
|
263
|
+
"ta7Ref": "2",
|
|
264
|
+
"title": "Ownership and management",
|
|
265
|
+
"properties": {
|
|
266
|
+
"freeholdOwner": {
|
|
267
|
+
"ta7Ref": "2.1",
|
|
268
|
+
"title": "Is the freeholder a person or a company that the tenants control?",
|
|
269
|
+
"enum": [
|
|
270
|
+
"Yes",
|
|
271
|
+
"No"
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
"hasHeadlease": {
|
|
275
|
+
"ta7Ref": "2.2",
|
|
276
|
+
"title": "Is there a headlease?",
|
|
277
|
+
"discriminator": {
|
|
278
|
+
"propertyName": "yesNo"
|
|
279
|
+
},
|
|
280
|
+
"oneOf": [
|
|
281
|
+
{
|
|
282
|
+
"properties": {
|
|
283
|
+
"yesNo": {
|
|
284
|
+
"enum": [
|
|
285
|
+
"No"
|
|
286
|
+
]
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"properties": {
|
|
292
|
+
"yesNo": {
|
|
293
|
+
"enum": [
|
|
294
|
+
"Yes"
|
|
295
|
+
]
|
|
296
|
+
},
|
|
297
|
+
"headLeaseholderControlled": {
|
|
298
|
+
"ta7Ref": "1.2d",
|
|
299
|
+
"title": "If Yes, is the head leaseholder a person or company that is controlled by the tenants?",
|
|
300
|
+
"enum": [
|
|
301
|
+
"Yes",
|
|
302
|
+
"No"
|
|
303
|
+
]
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
]
|
|
308
|
+
},
|
|
309
|
+
"buildingManager": {
|
|
310
|
+
"ta7Ref": "2.3",
|
|
311
|
+
"title": "Who is responsible for managing the building?",
|
|
312
|
+
"discriminator": {
|
|
313
|
+
"propertyName": "buildingManagerType"
|
|
314
|
+
},
|
|
315
|
+
"oneOf": [
|
|
316
|
+
{
|
|
317
|
+
"properties": {
|
|
318
|
+
"buildingManagerType": {
|
|
319
|
+
"enum": [
|
|
320
|
+
"Freeholder",
|
|
321
|
+
"Headleaseholder",
|
|
322
|
+
"Management company named in lease of the property",
|
|
323
|
+
"Right to manage company set up by the tenants under statutory rights"
|
|
324
|
+
]
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"properties": {
|
|
330
|
+
"buildingManagerType": {
|
|
331
|
+
"enum": [
|
|
332
|
+
"Other"
|
|
333
|
+
]
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
]
|
|
338
|
+
},
|
|
339
|
+
"hasTenantCompanyDissolved": {
|
|
340
|
+
"ta7Ref": "2.4",
|
|
341
|
+
"title": "Has any tenants’ management company been dissolved or struck off the register at Companies House?",
|
|
342
|
+
"enum": [
|
|
343
|
+
"Yes",
|
|
344
|
+
"No"
|
|
345
|
+
]
|
|
346
|
+
},
|
|
347
|
+
"isManagingAgentEmployed": {
|
|
348
|
+
"ta7Ref": "2.5",
|
|
349
|
+
"title": "Does the landlord, tenants’ management company or Right to Manage company employ a managing agent to collect rent or manage the building?",
|
|
350
|
+
"enum": [
|
|
351
|
+
"Yes",
|
|
352
|
+
"No"
|
|
353
|
+
]
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
"serviceCharge": {
|
|
358
|
+
"properties": {
|
|
359
|
+
"sellerContributesToServiceCharge": {
|
|
360
|
+
"ta7Ref": "5.4",
|
|
361
|
+
"title": "Does the seller contribute to the cost of maintaining the building (a service charge)?",
|
|
362
|
+
"enum": [
|
|
363
|
+
"Yes",
|
|
364
|
+
"No"
|
|
365
|
+
]
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"oneOf": [
|
|
369
|
+
null,
|
|
370
|
+
{
|
|
371
|
+
"properties": {
|
|
372
|
+
"largeAdditionalExpense": {
|
|
373
|
+
"ta7Ref": "5.5",
|
|
374
|
+
"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?",
|
|
375
|
+
"discriminator": {
|
|
376
|
+
"propertyName": "yesNo"
|
|
377
|
+
},
|
|
378
|
+
"oneOf": [
|
|
379
|
+
{
|
|
380
|
+
"properties": {
|
|
381
|
+
"yesNo": {
|
|
382
|
+
"enum": [
|
|
383
|
+
"No"
|
|
384
|
+
]
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"properties": {
|
|
390
|
+
"yesNo": {
|
|
391
|
+
"enum": [
|
|
392
|
+
"Yes"
|
|
393
|
+
]
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
]
|
|
398
|
+
},
|
|
399
|
+
"problemInServiceChargeLevel": {
|
|
400
|
+
"ta7Ref": "5.6",
|
|
401
|
+
"title": "Does the seller know of any problems in the last three years regarding the level of service charges or with the management? If Yes, please give details:",
|
|
402
|
+
"discriminator": {
|
|
403
|
+
"propertyName": "yesNo"
|
|
404
|
+
},
|
|
405
|
+
"oneOf": [
|
|
406
|
+
{
|
|
407
|
+
"properties": {
|
|
408
|
+
"yesNo": {
|
|
409
|
+
"enum": [
|
|
410
|
+
"No"
|
|
411
|
+
]
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"properties": {
|
|
417
|
+
"yesNo": {
|
|
418
|
+
"enum": [
|
|
419
|
+
"Yes"
|
|
420
|
+
]
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
]
|
|
425
|
+
},
|
|
426
|
+
"serviceChargeChallenged": {
|
|
427
|
+
"ta7Ref": "5.7",
|
|
428
|
+
"title": "Has the seller challenged the service charge or any expense in the last three years? If Yes, please give details:",
|
|
429
|
+
"discriminator": {
|
|
430
|
+
"propertyName": "yesNo"
|
|
431
|
+
},
|
|
432
|
+
"oneOf": [
|
|
433
|
+
{
|
|
434
|
+
"properties": {
|
|
435
|
+
"yesNo": {
|
|
436
|
+
"enum": [
|
|
437
|
+
"No"
|
|
438
|
+
]
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"properties": {
|
|
444
|
+
"yesNo": {
|
|
445
|
+
"enum": [
|
|
446
|
+
"Yes"
|
|
447
|
+
]
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
]
|
|
452
|
+
},
|
|
453
|
+
"dangerousCladdingOrDefects": {
|
|
454
|
+
"ta7Ref": "5.8",
|
|
455
|
+
"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?",
|
|
456
|
+
"enum": [
|
|
457
|
+
"Yes",
|
|
458
|
+
"No"
|
|
459
|
+
]
|
|
460
|
+
},
|
|
461
|
+
"difficultyInCollectingServiceCharge": {
|
|
462
|
+
"ta7Ref": "5.9",
|
|
463
|
+
"title": "Is the seller aware of any difficulties encountered in collecting the service charges from other flat owners? If Yes, please give details:",
|
|
464
|
+
"discriminator": {
|
|
465
|
+
"propertyName": "yesNo"
|
|
466
|
+
},
|
|
467
|
+
"oneOf": [
|
|
468
|
+
{
|
|
469
|
+
"properties": {
|
|
470
|
+
"yesNo": {
|
|
471
|
+
"enum": [
|
|
472
|
+
"No"
|
|
473
|
+
]
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"properties": {
|
|
479
|
+
"yesNo": {
|
|
480
|
+
"enum": [
|
|
481
|
+
"Yes"
|
|
482
|
+
]
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
]
|
|
487
|
+
},
|
|
488
|
+
"serviceChargeOwed": {
|
|
489
|
+
"ta7Ref": "5.10",
|
|
490
|
+
"title": "Does the seller owe any service charges, rent, insurance premium or other financial contribution? If Yes, please give details:",
|
|
491
|
+
"discriminator": {
|
|
492
|
+
"propertyName": "yesNo"
|
|
493
|
+
},
|
|
494
|
+
"oneOf": [
|
|
495
|
+
{
|
|
496
|
+
"properties": {
|
|
497
|
+
"yesNo": {
|
|
498
|
+
"enum": [
|
|
499
|
+
"No"
|
|
500
|
+
]
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"properties": {
|
|
506
|
+
"yesNo": {
|
|
507
|
+
"enum": [
|
|
508
|
+
"Yes"
|
|
509
|
+
]
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
]
|
|
514
|
+
},
|
|
515
|
+
"lastDecoratedPeriod": {
|
|
516
|
+
"properties": {
|
|
517
|
+
"internally": {
|
|
518
|
+
"ta7Ref": "5.3",
|
|
519
|
+
"title": "Internally"
|
|
520
|
+
},
|
|
521
|
+
"externally": {
|
|
522
|
+
"ta7Ref": "5.2",
|
|
523
|
+
"title": "Externally"
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
"deedOfCertificateServed": {
|
|
528
|
+
"ta7Ref": "11.3",
|
|
529
|
+
"title": "Has a Leaseholder Deed of Certificate been served on the Landlord in relation to the property or remedial works required to the property?",
|
|
530
|
+
"discriminator": {
|
|
531
|
+
"propertyName": "yesNoNotApplicable"
|
|
532
|
+
},
|
|
533
|
+
"oneOf": [
|
|
534
|
+
{
|
|
535
|
+
"properties": {
|
|
536
|
+
"yesNoNotApplicable": {
|
|
537
|
+
"enum": [
|
|
538
|
+
"N/A"
|
|
539
|
+
]
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"properties": {
|
|
545
|
+
"yesNoNotApplicable": {
|
|
546
|
+
"enum": [
|
|
547
|
+
"No Certificate Served"
|
|
548
|
+
]
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"properties": {
|
|
554
|
+
"yesNoNotApplicable": {
|
|
555
|
+
"enum": [
|
|
556
|
+
"Yes"
|
|
557
|
+
]
|
|
558
|
+
},
|
|
559
|
+
"sellerCompletedDeedOfCertificate": {
|
|
560
|
+
"ta7Ref": "11.3a",
|
|
561
|
+
"title": "Did the seller (the current leaseholder) complete the deed of certificate or was it completed by a previous leaseholder?",
|
|
562
|
+
"enum": [
|
|
563
|
+
"Current leaseholder",
|
|
564
|
+
"Previous leaseholder"
|
|
565
|
+
]
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
]
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
]
|
|
574
|
+
},
|
|
575
|
+
"disputesAndEnfranchisement": {
|
|
576
|
+
"properties": {
|
|
577
|
+
"sellerReceivedComplaint": {
|
|
578
|
+
"ta7Ref": "8.1",
|
|
579
|
+
"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? If Yes, please give details",
|
|
580
|
+
"discriminator": {
|
|
581
|
+
"propertyName": "yesNo"
|
|
582
|
+
},
|
|
583
|
+
"oneOf": [
|
|
584
|
+
{
|
|
585
|
+
"properties": {
|
|
586
|
+
"yesNo": {
|
|
587
|
+
"enum": [
|
|
588
|
+
"No"
|
|
589
|
+
]
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"properties": {
|
|
595
|
+
"yesNo": {
|
|
596
|
+
"enum": [
|
|
597
|
+
"Yes"
|
|
598
|
+
]
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
]
|
|
603
|
+
},
|
|
604
|
+
"sellerSentComplaint": {
|
|
605
|
+
"ta7Ref": "8.2",
|
|
606
|
+
"title": "Has the seller complained or had cause to complain to or about the landlord, the management company, or any neighbour? If Yes, please give details:",
|
|
607
|
+
"discriminator": {
|
|
608
|
+
"propertyName": "yesNo"
|
|
609
|
+
},
|
|
610
|
+
"oneOf": [
|
|
611
|
+
{
|
|
612
|
+
"properties": {
|
|
613
|
+
"yesNo": {
|
|
614
|
+
"enum": [
|
|
615
|
+
"No"
|
|
616
|
+
]
|
|
617
|
+
}
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"properties": {
|
|
622
|
+
"yesNo": {
|
|
623
|
+
"enum": [
|
|
624
|
+
"Yes"
|
|
625
|
+
]
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
]
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
"general": {
|
|
634
|
+
"properties": {
|
|
635
|
+
"typeOfLeasehold": {
|
|
636
|
+
"properties": {
|
|
637
|
+
"leaseholdType": {
|
|
638
|
+
"ta7Ref": "1.1",
|
|
639
|
+
"title": "What type of leasehold property does the seller own?",
|
|
640
|
+
"description": "‘Flat’ includes maisonette and apartment.",
|
|
641
|
+
"enum": [
|
|
642
|
+
"Flat",
|
|
643
|
+
"Shared ownership",
|
|
644
|
+
"Long leasehold house"
|
|
645
|
+
]
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
"sellerAwareOfAlterations": {
|
|
650
|
+
"ta7Ref": "9.1",
|
|
651
|
+
"title": "Is the seller aware of any alterations having been made to the property since the lease was originally granted?",
|
|
652
|
+
"discriminator": {
|
|
653
|
+
"propertyName": "yesNo"
|
|
654
|
+
},
|
|
655
|
+
"oneOf": [
|
|
656
|
+
{
|
|
657
|
+
"properties": {
|
|
658
|
+
"yesNo": {
|
|
659
|
+
"enum": [
|
|
660
|
+
"No"
|
|
661
|
+
]
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"properties": {
|
|
667
|
+
"yesNo": {
|
|
668
|
+
"enum": [
|
|
669
|
+
"Yes"
|
|
670
|
+
]
|
|
671
|
+
},
|
|
672
|
+
"details": {
|
|
673
|
+
"ta7Ref": "9.2",
|
|
674
|
+
"title": "Please give details of these alterations"
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
]
|
|
679
|
+
},
|
|
680
|
+
"sellerOwnedProperty": {
|
|
681
|
+
"ta7Ref": "10.1",
|
|
682
|
+
"title": "Has the seller owned the property for at least two years?",
|
|
683
|
+
"enum": [
|
|
684
|
+
"Yes",
|
|
685
|
+
"No"
|
|
686
|
+
]
|
|
687
|
+
},
|
|
688
|
+
"sellerServedNoticeOnLandlord": {
|
|
689
|
+
"ta7Ref": "10.2",
|
|
690
|
+
"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.",
|
|
691
|
+
"enum": [
|
|
692
|
+
"Yes",
|
|
693
|
+
"No",
|
|
694
|
+
"Not known",
|
|
695
|
+
"Not required",
|
|
696
|
+
"Attached",
|
|
697
|
+
"To follow"
|
|
698
|
+
]
|
|
699
|
+
},
|
|
700
|
+
"sellerAwareOfNoticeOfCollectivePurchase": {
|
|
701
|
+
"ta7Ref": "10.3",
|
|
702
|
+
"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.",
|
|
703
|
+
"enum": [
|
|
704
|
+
"Yes",
|
|
705
|
+
"No",
|
|
706
|
+
"Not known",
|
|
707
|
+
"Not required",
|
|
708
|
+
"Attached",
|
|
709
|
+
"To follow"
|
|
710
|
+
]
|
|
711
|
+
},
|
|
712
|
+
"sellerAwareOfResponse": {
|
|
713
|
+
"ta7Ref": "10.4",
|
|
714
|
+
"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",
|
|
715
|
+
"enum": [
|
|
716
|
+
"Yes",
|
|
717
|
+
"No",
|
|
718
|
+
"Not known",
|
|
719
|
+
"Not required",
|
|
720
|
+
"Attached",
|
|
721
|
+
"To follow"
|
|
722
|
+
]
|
|
723
|
+
},
|
|
724
|
+
"isLeaseQualifying": {
|
|
725
|
+
"ta7Ref": "11.2",
|
|
726
|
+
"title": "Is the lease of the property a qualifying lease?",
|
|
727
|
+
"enum": [
|
|
728
|
+
"Yes",
|
|
729
|
+
"No"
|
|
730
|
+
]
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
"requiredDocuments": {
|
|
735
|
+
"properties": {
|
|
736
|
+
"noticeOfSale": {
|
|
737
|
+
"ta7Ref": "6.1",
|
|
738
|
+
"title": "Has the seller received a notice that the landlord wants to sell the building? If Yes, please supply a copy.",
|
|
739
|
+
"enum": [
|
|
740
|
+
"Yes",
|
|
741
|
+
"No",
|
|
742
|
+
"Attached",
|
|
743
|
+
"To follow",
|
|
744
|
+
"Lost"
|
|
745
|
+
]
|
|
746
|
+
},
|
|
747
|
+
"noticeOfBuildingCondition": {
|
|
748
|
+
"ta7Ref": "6.2",
|
|
749
|
+
"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.",
|
|
750
|
+
"enum": [
|
|
751
|
+
"Yes",
|
|
752
|
+
"No",
|
|
753
|
+
"Attached",
|
|
754
|
+
"To follow",
|
|
755
|
+
"Lost"
|
|
756
|
+
]
|
|
757
|
+
},
|
|
758
|
+
"landlordNotifiedOfSale": {
|
|
759
|
+
"ta7Ref": "11.4",
|
|
760
|
+
"title": "Has the freeholder / landlord been notified of the intention to sell?",
|
|
761
|
+
"enum": [
|
|
762
|
+
"Yes",
|
|
763
|
+
"No"
|
|
764
|
+
]
|
|
765
|
+
},
|
|
766
|
+
"copyOfcorrespondence": {
|
|
767
|
+
"ta7Ref": "3.2",
|
|
768
|
+
"title": "Please supply a copy of any correspondence from the landlord, any management company and any managing agent.",
|
|
769
|
+
"enum": [
|
|
770
|
+
"Attached",
|
|
771
|
+
"To follow"
|
|
772
|
+
]
|
|
773
|
+
},
|
|
774
|
+
"serviceChargeAccounts": {
|
|
775
|
+
"ta7Ref": "3.3a",
|
|
776
|
+
"title": "The last 3 years published Service Charge accounts.",
|
|
777
|
+
"enum": [
|
|
778
|
+
"Enclosed",
|
|
779
|
+
"To follow",
|
|
780
|
+
"N/A"
|
|
781
|
+
]
|
|
782
|
+
},
|
|
783
|
+
"groundRent": {
|
|
784
|
+
"ta7Ref": "3.3b",
|
|
785
|
+
"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.",
|
|
786
|
+
"enum": [
|
|
787
|
+
"Enclosed",
|
|
788
|
+
"To follow",
|
|
789
|
+
"N/A"
|
|
790
|
+
]
|
|
791
|
+
},
|
|
792
|
+
"buildingsInsurancePolicy": {
|
|
793
|
+
"ta7Ref": "3.4",
|
|
794
|
+
"title": "Buildings insurance policy and schedule.",
|
|
795
|
+
"properties": {
|
|
796
|
+
"arrangedBySeller": {
|
|
797
|
+
"ta7Ref": "3.4a",
|
|
798
|
+
"title": "Arranged by the seller and a receipt for payment of the last premium",
|
|
799
|
+
"enum": [
|
|
800
|
+
"Attached",
|
|
801
|
+
"To follow"
|
|
802
|
+
]
|
|
803
|
+
},
|
|
804
|
+
"arrangedByLandlord": {
|
|
805
|
+
"ta7Ref": "3.4b",
|
|
806
|
+
"title": "Arranged by the landlord or management company and the schedule for the current year",
|
|
807
|
+
"enum": [
|
|
808
|
+
"Attached",
|
|
809
|
+
"To follow"
|
|
810
|
+
]
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
"additionalRegulationsNotInLease": {
|
|
815
|
+
"ta7Ref": "3.1b",
|
|
816
|
+
"title": "Any additional regulations or rules affecting the Property which are not contained in the lease.",
|
|
817
|
+
"enum": [
|
|
818
|
+
"Enclosed",
|
|
819
|
+
"To follow",
|
|
820
|
+
"N/A"
|
|
821
|
+
]
|
|
822
|
+
},
|
|
823
|
+
"deedsOfVariation": {
|
|
824
|
+
"ta7Ref": "3.1a",
|
|
825
|
+
"title": "Any Deeds of Variation or other document varying the terms of the lease of this Property.",
|
|
826
|
+
"enum": [
|
|
827
|
+
"Enclosed",
|
|
828
|
+
"To follow",
|
|
829
|
+
"Landlord's lawyer provides",
|
|
830
|
+
"Please supply draft",
|
|
831
|
+
"N/A"
|
|
832
|
+
]
|
|
833
|
+
},
|
|
834
|
+
"deedOfCovenant": {
|
|
835
|
+
"ta7Ref": "3.1a",
|
|
836
|
+
"title": "Any required Deed of Covenant.",
|
|
837
|
+
"enum": [
|
|
838
|
+
"Enclosed",
|
|
839
|
+
"To follow",
|
|
840
|
+
"N/A"
|
|
841
|
+
]
|
|
842
|
+
},
|
|
843
|
+
"memorandumAndArticles": {
|
|
844
|
+
"ta7Ref": "3.5a",
|
|
845
|
+
"title": "Memorandum and Articles of Association of the Management Company.",
|
|
846
|
+
"enum": [
|
|
847
|
+
"Enclosed",
|
|
848
|
+
"To follow",
|
|
849
|
+
"N/A"
|
|
850
|
+
]
|
|
851
|
+
},
|
|
852
|
+
"shareOrMembershipCertificate": {
|
|
853
|
+
"ta7Ref": "3.5b",
|
|
854
|
+
"title": "Share or membership certificate",
|
|
855
|
+
"enum": [
|
|
856
|
+
"Attached",
|
|
857
|
+
"To follow"
|
|
858
|
+
]
|
|
859
|
+
},
|
|
860
|
+
"companyAccounts": {
|
|
861
|
+
"ta7Ref": "3.5c",
|
|
862
|
+
"title": "Company accounts for the past three years",
|
|
863
|
+
"enum": [
|
|
864
|
+
"Attached",
|
|
865
|
+
"To follow"
|
|
866
|
+
]
|
|
867
|
+
},
|
|
868
|
+
"deedOfCertificate": {
|
|
869
|
+
"ta7Ref": "3.1a",
|
|
870
|
+
"title": "Leaseholder Deed of Certificate.",
|
|
871
|
+
"enum": [
|
|
872
|
+
"Enclosed",
|
|
873
|
+
"To follow",
|
|
874
|
+
"N/A"
|
|
875
|
+
]
|
|
876
|
+
},
|
|
877
|
+
"landlordsCertificate": {
|
|
878
|
+
"ta7Ref": "11.5",
|
|
879
|
+
"title": "Landlord's Certificate.",
|
|
880
|
+
"enum": [
|
|
881
|
+
"Enclosed",
|
|
882
|
+
"To follow",
|
|
883
|
+
"N/A"
|
|
884
|
+
]
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
}
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
]
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
}
|