@pdtf/schemas 3.0.0-9 → 3.0.1-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.
Files changed (31) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +1 -1
  3. package/src/examples/v3/exampleAddParticipantVouch.json +32 -0
  4. package/src/examples/v3/exampleDocumentedVouch.json +40 -0
  5. package/src/examples/v3/exampleElectronicRecord.json +30 -0
  6. package/src/examples/v3/exampleTransaction.json +716 -668
  7. package/src/examples/v3/exampleVouch.json +25 -0
  8. package/src/schemas/v2/combined.json +10 -2
  9. package/src/schemas/v2/overlays/baspi.json +14 -2
  10. package/src/schemas/v2/overlays/ta6.json +7 -0
  11. package/src/schemas/v2/pdtf-transaction.json +4 -6
  12. package/src/schemas/v2/skeleton.json +2 -1
  13. package/src/schemas/v3/combined.json +22993 -22893
  14. package/src/schemas/v3/overlays/baspi.json +5825 -6167
  15. package/src/schemas/v3/overlays/con29DW.json +568 -557
  16. package/src/schemas/v3/overlays/con29R.json +1 -1
  17. package/src/schemas/v3/overlays/fme1.json +1039 -1039
  18. package/src/schemas/v3/overlays/llc1.json +5 -5
  19. package/src/schemas/v3/overlays/lpe1.json +1720 -1680
  20. package/src/schemas/v3/overlays/nts.json +1436 -1245
  21. package/src/schemas/v3/overlays/oc1.json +821 -821
  22. package/src/schemas/v3/overlays/piq.json +2295 -2494
  23. package/src/schemas/v3/overlays/rds.json +2899 -3191
  24. package/src/schemas/v3/overlays/ta10.json +5280 -4282
  25. package/src/schemas/v3/overlays/ta6.json +3160 -3089
  26. package/src/schemas/v3/overlays/ta7.json +1071 -807
  27. package/src/schemas/v3/pdtf-transaction.json +19396 -18694
  28. package/src/schemas/v3/skeleton.json +2808 -2755
  29. package/src/tests/v3/transactionSchema.test.js +57 -46
  30. package/src/tests/v3/verifiedClaimsValidator.test.js +13 -13
  31. package/src/utils/extractOverlay.js +13 -6
@@ -3,62 +3,149 @@
3
3
  "$id": "https://trust.propdata.org.uk/schemas/v3/overlays/ta7.json",
4
4
  "properties": {
5
5
  "propertyPack": {
6
+ "required": [
7
+ "ownership"
8
+ ],
6
9
  "properties": {
7
- "materialFacts": {
10
+ "address": {
11
+ "ta7Ref": "0.1",
8
12
  "properties": {
9
- "address": {
10
- "ta7Ref": "0.1",
11
- "properties": {
12
- "line1": {
13
- "ta7Ref": "0.1.1"
14
- },
15
- "line2": {
16
- "ta7Ref": "0.1.2"
17
- },
18
- "line3": {
19
- "ta7Ref": "0.1.3"
20
- },
21
- "town": {
22
- "ta7Ref": "0.1.4"
23
- },
24
- "postcode": {
25
- "ta7Ref": "0.1.5"
26
- }
27
- }
13
+ "line1": {
14
+ "ta7Ref": "0.1.1"
15
+ },
16
+ "line2": {
17
+ "ta7Ref": "0.1.2"
28
18
  },
29
- "ownership": {
19
+ "line3": {
20
+ "ta7Ref": "0.1.3"
21
+ },
22
+ "town": {
23
+ "ta7Ref": "0.1.4"
24
+ },
25
+ "postcode": {
26
+ "ta7Ref": "0.1.5"
27
+ }
28
+ }
29
+ },
30
+ "ownership": {
31
+ "ta7Ref": "1",
32
+ "required": [
33
+ "ownershipsToBeTransferred"
34
+ ],
35
+ "properties": {
36
+ "ownershipsToBeTransferred": {
30
37
  "ta7Ref": "1",
31
- "properties": {
32
- "ownershipsToBeTransferred": {
33
- "ta7Ref": "1",
34
- "items": {
35
- "ta7Ref": "1",
36
- "discriminator": {
37
- "propertyName": "ownershipType"
38
- },
39
- "oneOf": [
40
- {
41
- "properties": {
42
- "ownershipType": {
43
- "enum": [
44
- "Freehold"
45
- ]
46
- }
47
- }
38
+ "items": {
39
+ "discriminator": {
40
+ "propertyName": "ownershipType"
41
+ },
42
+ "ta7Ref": "1",
43
+ "oneOf": [
44
+ {
45
+ "properties": {
46
+ "ownershipType": {
47
+ "enum": [
48
+ "Freehold"
49
+ ]
50
+ }
51
+ }
52
+ },
53
+ {
54
+ "properties": {
55
+ "ownershipType": {
56
+ "enum": [
57
+ "Managed Freehold",
58
+ "Commonhold"
59
+ ]
60
+ }
61
+ }
62
+ },
63
+ {
64
+ "properties": {
65
+ "ownershipType": {
66
+ "enum": [
67
+ "Leasehold"
68
+ ]
48
69
  },
49
- {
70
+ "leaseholdInformation": {
71
+ "required": [
72
+ "sharedOwnership",
73
+ "leaseTerm",
74
+ "contactDetails",
75
+ "consents",
76
+ "groundRent",
77
+ "ownershipAndManagement",
78
+ "serviceCharge",
79
+ "disputes",
80
+ "buildingSafetyAct",
81
+ "enfranchisement",
82
+ "buildingSafety",
83
+ "general",
84
+ "requiredDocuments",
85
+ "confirmationOfAccuracy"
86
+ ],
50
87
  "properties": {
51
- "ownershipType": {
52
- "enum": [
53
- "Managed Freehold",
54
- "Commonhold"
55
- ]
88
+ "sharedOwnership": {
89
+ "required": [
90
+ "isSharedOwnership"
91
+ ],
92
+ "properties": {
93
+ "isSharedOwnership": {
94
+ "ta7Ref": "1.1"
95
+ }
96
+ }
56
97
  },
57
- "managedFreeholdOrCommonholdInformation": {
98
+ "contactDetails": {
99
+ "ta7Ref": "4.1",
100
+ "required": [
101
+ "contacts",
102
+ "serviceContactAssignments"
103
+ ],
58
104
  "properties": {
59
- "contactDetails": {
105
+ "contacts": {
106
+ "ta7Ref": "4.1",
60
107
  "properties": {
108
+ "landlord": {
109
+ "ta7Ref": "4.1a",
110
+ "properties": {
111
+ "contact": {
112
+ "ta7Ref": "4.1a",
113
+ "properties": {
114
+ "nameOrOrganisation": {
115
+ "ta7Ref": "4.1a.1"
116
+ },
117
+ "address": {
118
+ "ta7Ref": "4.1a.0",
119
+ "properties": {
120
+ "line1": {
121
+ "ta7Ref": "4.1a.2"
122
+ },
123
+ "line2": {
124
+ "ta7Ref": "4.1a.3"
125
+ },
126
+ "line3": {
127
+ "ta7Ref": "4.1a.4"
128
+ },
129
+ "town": {
130
+ "ta7Ref": "4.1a.5"
131
+ },
132
+ "postcode": {
133
+ "ta7Ref": "4.1a.6"
134
+ }
135
+ }
136
+ },
137
+ "telephone": {
138
+ "ta7Ref": "4.1a.7"
139
+ },
140
+ "emailAddress": {
141
+ "ta7Ref": "4.1a.8"
142
+ }
143
+ }
144
+ }
145
+ }
146
+ },
61
147
  "managementCompany": {
148
+ "ta7Ref": "4.1b",
62
149
  "properties": {
63
150
  "contact": {
64
151
  "ta7Ref": "4.1b",
@@ -67,6 +154,7 @@
67
154
  "ta7Ref": "4.1b.1"
68
155
  },
69
156
  "address": {
157
+ "ta7Ref": "4.1b.0",
70
158
  "properties": {
71
159
  "line1": {
72
160
  "ta7Ref": "4.1b.2"
@@ -96,6 +184,7 @@
96
184
  }
97
185
  },
98
186
  "managingAgent": {
187
+ "ta7Ref": "4.1c",
99
188
  "properties": {
100
189
  "contact": {
101
190
  "ta7Ref": "4.1c",
@@ -104,6 +193,7 @@
104
193
  "ta7Ref": "4.1c.1"
105
194
  },
106
195
  "address": {
196
+ "ta7Ref": "4.1c.0",
107
197
  "properties": {
108
198
  "line1": {
109
199
  "ta7Ref": "4.1c.2"
@@ -133,184 +223,99 @@
133
223
  }
134
224
  }
135
225
  }
226
+ },
227
+ "serviceContactAssignments": {
228
+ "ta7Ref": "5.1",
229
+ "required": [
230
+ "organisesBuildingInsurance"
231
+ ],
232
+ "properties": {
233
+ "organisesBuildingInsurance": {
234
+ "ta7Ref": "5.1",
235
+ "title": "Who is responsible for arranging the buildings insurance on the property?"
236
+ }
237
+ }
136
238
  }
137
239
  }
138
- }
139
- }
140
- },
141
- {
142
- "properties": {
143
- "ownershipType": {
144
- "enum": [
145
- "Leasehold"
146
- ]
147
240
  },
148
- "leaseholdInformation": {
241
+ "consents": {
242
+ "ta7Ref": "7",
149
243
  "required": [
150
- "typeOfLeasehold",
151
- "leaseTerm",
152
- "contactDetails",
153
- "transferAndRegistration",
154
- "groundRent",
155
- "ownershipAndManagement",
156
- "disputesAndEnfranchisement",
157
- "general",
158
- "requiredDocuments"
244
+ "changesInTermOfLease"
159
245
  ],
160
246
  "properties": {
161
- "typeOfLeasehold": {
162
- "properties": {
163
- "leaseholdType": {
164
- "ta7Ref": "1.1"
165
- }
166
- }
167
- },
168
- "contactDetails": {
169
- "ta7Ref": "4.1",
170
- "required": [
171
- "contacts"
172
- ],
173
- "properties": {
174
- "contacts": {
175
- "ta7Ref": "4.1",
176
- "required": [
177
- "landlord",
178
- "managementCompany",
179
- "managingAgent"
180
- ],
247
+ "changesInTermOfLease": {
248
+ "ta7Ref": "7.1",
249
+ "discriminator": {
250
+ "propertyName": "isSellerAwareOfChanges"
251
+ },
252
+ "oneOf": [
253
+ {
181
254
  "properties": {
182
- "landlord": {
183
- "ta7Ref": "4.1a",
184
- "properties": {
185
- "contact": {
186
- "ta7Ref": "4.1a",
187
- "properties": {
188
- "nameOrOrganisation": {
189
- "ta7Ref": "4.1a.1"
190
- },
191
- "address": {
192
- "properties": {
193
- "line1": {
194
- "ta7Ref": "4.1a.2"
195
- },
196
- "line2": {
197
- "ta7Ref": "4.1a.3"
198
- },
199
- "line3": {
200
- "ta7Ref": "4.1a.4"
201
- },
202
- "town": {
203
- "ta7Ref": "4.1a.5"
204
- },
205
- "postcode": {
206
- "ta7Ref": "4.1a.6"
207
- }
208
- }
209
- },
210
- "telephone": {
211
- "ta7Ref": "4.1a.7"
212
- },
213
- "emailAddress": {
214
- "ta7Ref": "4.1a.8"
215
- }
216
- }
217
- }
218
- }
219
- },
220
- "managementCompany": {
221
- "properties": {
222
- "contact": {
223
- "ta7Ref": "4.1b",
224
- "properties": {
225
- "nameOrOrganisation": {
226
- "ta7Ref": "4.1b.1"
227
- },
228
- "address": {
229
- "properties": {
230
- "line1": {
231
- "ta7Ref": "4.1b.2"
232
- },
233
- "line2": {
234
- "ta7Ref": "4.1b.3"
235
- },
236
- "line3": {
237
- "ta7Ref": "4.1b.4"
238
- },
239
- "town": {
240
- "ta7Ref": "4.1b.5"
241
- },
242
- "postcode": {
243
- "ta7Ref": "4.1b.6"
244
- }
245
- }
246
- },
247
- "telephone": {
248
- "ta7Ref": "4.1b.7"
249
- },
250
- "emailAddress": {
251
- "ta7Ref": "4.1b.8"
252
- }
253
- }
254
- }
255
- }
256
- },
257
- "managingAgent": {
258
- "ta7Ref": "4.1c",
259
- "properties": {
260
- "contact": {
261
- "ta7Ref": "4.1c",
262
- "properties": {
263
- "nameOrOrganisation": {
264
- "ta7Ref": "4.1c.1"
265
- },
266
- "address": {
267
- "properties": {
268
- "line1": {
269
- "ta7Ref": "4.1c.2"
270
- },
271
- "line2": {
272
- "ta7Ref": "4.1c.3"
273
- },
274
- "line3": {
275
- "ta7Ref": "4.1c.4"
276
- },
277
- "town": {
278
- "ta7Ref": "4.1c.5"
279
- },
280
- "postcode": {
281
- "ta7Ref": "4.1c.6"
282
- }
283
- }
284
- },
285
- "telephone": {
286
- "ta7Ref": "4.1c.7"
287
- },
288
- "emailAddress": {
289
- "ta7Ref": "4.1c.8"
290
- }
291
- }
292
- }
293
- }
255
+ "isSellerAwareOfChanges": {
256
+ "enum": [
257
+ "No"
258
+ ]
294
259
  }
295
260
  }
296
261
  },
297
- "serviceContactAssignments": {
262
+ {
298
263
  "properties": {
299
- "organisesBuildingInsurance": {
300
- "ta7Ref": "5.1"
264
+ "isSellerAwareOfChanges": {
265
+ "enum": [
266
+ "Yes"
267
+ ]
268
+ },
269
+ "details": {
270
+ "ta7Ref": "7.1.2"
271
+ },
272
+ "attachments": {
273
+ "ta7Ref": "7.1.3"
301
274
  }
302
275
  }
303
276
  }
304
- }
305
- },
306
- "transferAndRegistration": {
277
+ ],
307
278
  "required": [
308
- "awareOfConsents",
309
- "changesInTermOfLease"
279
+ "isSellerAwareOfChanges"
310
280
  ],
311
281
  "properties": {
312
- "awareOfConsents": {
313
- "ta7Ref": "9.3",
282
+ "isSellerAwareOfChanges": {
283
+ "ta7Ref": "7.1.1"
284
+ }
285
+ }
286
+ }
287
+ }
288
+ },
289
+ "groundRent": {
290
+ "ta7Ref": "1.2",
291
+ "discriminator": {
292
+ "propertyName": "isGroundRentPayable"
293
+ },
294
+ "oneOf": [
295
+ {
296
+ "properties": {
297
+ "isGroundRentPayable": {
298
+ "enum": [
299
+ "No"
300
+ ]
301
+ }
302
+ }
303
+ },
304
+ {
305
+ "properties": {
306
+ "isGroundRentPayable": {
307
+ "enum": [
308
+ "Yes"
309
+ ]
310
+ },
311
+ "annualGroundRent": {
312
+ "ta7Ref": "1.2a"
313
+ },
314
+ "groundRentFrequency": {
315
+ "ta7Ref": "1.2b"
316
+ },
317
+ "rentSubjectToIncrease": {
318
+ "ta7Ref": "1.2c",
314
319
  "discriminator": {
315
320
  "propertyName": "yesNo"
316
321
  },
@@ -330,6 +335,12 @@
330
335
  "enum": [
331
336
  "Yes"
332
337
  ]
338
+ },
339
+ "rentReviewFrequency": {
340
+ "ta7Ref": "1.2d"
341
+ },
342
+ "rentIncreaseCalculated": {
343
+ "ta7Ref": "1.2e"
333
344
  }
334
345
  }
335
346
  }
@@ -339,56 +350,44 @@
339
350
  ],
340
351
  "properties": {
341
352
  "yesNo": {
342
- "ta7Ref": "9.3.1"
353
+ "ta7Ref": "1.2c.1"
343
354
  }
344
355
  }
345
- },
346
- "changesInTermOfLease": {
347
- "ta7Ref": "7.1",
348
- "discriminator": {
349
- "propertyName": "isSellerAwareOfChanges"
350
- },
351
- "oneOf": [
352
- {
353
- "properties": {
354
- "isSellerAwareOfChanges": {
355
- "enum": [
356
- "No",
357
- "Attached",
358
- "To follow",
359
- "Lost"
360
- ]
361
- }
362
- }
363
- },
364
- {
365
- "properties": {
366
- "isSellerAwareOfChanges": {
367
- "enum": [
368
- "Yes"
369
- ]
370
- },
371
- "details": {
372
- "ta7Ref": "7.1.3"
373
- }
374
- }
375
- }
376
- ],
377
- "required": [
378
- "isSellerAwareOfChanges"
379
- ]
380
356
  }
381
357
  }
358
+ }
359
+ ],
360
+ "required": [
361
+ "isGroundRentPayable"
362
+ ],
363
+ "properties": {
364
+ "isGroundRentPayable": {
365
+ "ta7Ref": "1.2.1"
366
+ }
367
+ }
368
+ },
369
+ "ownershipAndManagement": {
370
+ "ta7Ref": "2",
371
+ "required": [
372
+ "freeholdOwner",
373
+ "hasHeadlease",
374
+ "buildingManager",
375
+ "hasTenantCompanyDissolved",
376
+ "isManagingAgentEmployed"
377
+ ],
378
+ "properties": {
379
+ "freeholdOwner": {
380
+ "ta7Ref": "2.1b"
382
381
  },
383
- "groundRent": {
384
- "ta7Ref": "1.2",
382
+ "hasHeadlease": {
383
+ "ta7Ref": "2.2",
385
384
  "discriminator": {
386
- "propertyName": "isGroundRentPayable"
385
+ "propertyName": "yesNo"
387
386
  },
388
387
  "oneOf": [
389
388
  {
390
389
  "properties": {
391
- "isGroundRentPayable": {
390
+ "yesNo": {
392
391
  "enum": [
393
392
  "No"
394
393
  ]
@@ -397,91 +396,111 @@
397
396
  },
398
397
  {
399
398
  "properties": {
400
- "isGroundRentPayable": {
399
+ "yesNo": {
401
400
  "enum": [
402
401
  "Yes"
403
402
  ]
404
403
  },
405
- "annualGroundRent": {
406
- "ta7Ref": "1.2a"
407
- },
408
- "groundRentFrequency": {
409
- "ta7Ref": "1.2b"
410
- },
411
- "rentSubjectToIncrease": {
412
- "ta7Ref": "1.2c",
413
- "discriminator": {
414
- "propertyName": "yesNo"
415
- },
416
- "oneOf": [
417
- {
418
- "properties": {
419
- "yesNo": {
420
- "enum": [
421
- "No"
422
- ]
423
- }
424
- }
425
- },
426
- {
427
- "properties": {
428
- "yesNo": {
429
- "enum": [
430
- "Yes"
431
- ]
432
- },
433
- "rentReviewFrequency": {
434
- "ta7Ref": "1.2d"
435
- },
436
- "rentIncreaseCalculated": {
437
- "ta7Ref": "1.2e"
438
- }
439
- }
440
- }
441
- ],
442
- "required": [
443
- "yesNo"
444
- ],
445
- "properties": {
446
- "yesNo": {
447
- "ta7Ref": "1.2c.1"
448
- }
449
- }
404
+ "headLeaseholderControlled": {
405
+ "ta7Ref": "2.2.2"
450
406
  }
451
- }
407
+ },
408
+ "required": [
409
+ "headLeaseholderControlled"
410
+ ]
452
411
  }
453
412
  ],
454
413
  "required": [
455
- "isGroundRentPayable"
414
+ "yesNo"
456
415
  ],
457
416
  "properties": {
458
- "isGroundRentPayable": {
459
- "ta7Ref": "1.2.1"
417
+ "yesNo": {
418
+ "ta7Ref": "2.2.1"
460
419
  }
461
420
  }
462
421
  },
463
- "ownershipAndManagement": {
464
- "ta7Ref": "2",
465
- "required": [
466
- "freeholdOwner",
467
- "hasHeadlease",
468
- "buildingManager",
469
- "hasTenantCompanyDissolved",
470
- "isManagingAgentEmployed"
471
- ],
472
- "properties": {
473
- "freeholdOwner": {
474
- "ta7Ref": "2.1b"
422
+ "buildingManager": {
423
+ "ta7Ref": "2.3",
424
+ "discriminator": {
425
+ "propertyName": "buildingManagerType"
426
+ },
427
+ "oneOf": [
428
+ {
429
+ "properties": {
430
+ "buildingManagerType": {
431
+ "enum": [
432
+ "Freeholder",
433
+ "Headleaseholder",
434
+ "Management company named in lease of the property",
435
+ "A Right to Manage company set up by the tenants under statutory rights"
436
+ ]
437
+ }
438
+ }
475
439
  },
476
- "hasHeadlease": {
477
- "ta7Ref": "2.2",
478
- "discriminator": {
479
- "propertyName": "yesNo"
480
- },
481
- "oneOf": [
482
- {
483
- "properties": {
484
- "yesNo": {
440
+ {
441
+ "properties": {
442
+ "buildingManagerType": {
443
+ "enum": [
444
+ "Other"
445
+ ]
446
+ },
447
+ "details": {
448
+ "ta7Ref": "2.3e"
449
+ }
450
+ },
451
+ "required": [
452
+ "details"
453
+ ]
454
+ }
455
+ ],
456
+ "required": [
457
+ "buildingManagerType"
458
+ ],
459
+ "properties": {
460
+ "buildingManagerType": {
461
+ "ta7Ref": "2.3.1"
462
+ }
463
+ }
464
+ },
465
+ "hasTenantCompanyDissolved": {
466
+ "ta7Ref": "2.4"
467
+ },
468
+ "isManagingAgentEmployed": {
469
+ "ta7Ref": "2.5"
470
+ }
471
+ }
472
+ },
473
+ "serviceCharge": {
474
+ "ta7Ref": "5.4",
475
+ "discriminator": {
476
+ "propertyName": "sellerContributesToServiceCharge"
477
+ },
478
+ "oneOf": [
479
+ {
480
+ "properties": {
481
+ "sellerContributesToServiceCharge": {
482
+ "enum": [
483
+ "No"
484
+ ]
485
+ }
486
+ }
487
+ },
488
+ {
489
+ "properties": {
490
+ "sellerContributesToServiceCharge": {
491
+ "enum": [
492
+ "Yes"
493
+ ]
494
+ },
495
+ "largeAdditionalExpense": {
496
+ "ta7Ref": "5.5",
497
+ "discriminator": {
498
+ "propertyName": "yesNo"
499
+ },
500
+ "oneOf": [
501
+ {
502
+ "properties": {
503
+ "yesNo": {
485
504
  "enum": [
486
505
  "No"
487
506
  ]
@@ -495,10 +514,13 @@
495
514
  "Yes"
496
515
  ]
497
516
  },
498
- "headLeaseholderControlled": {
499
- "ta7Ref": "2.2.2"
517
+ "details": {
518
+ "ta7Ref": "5.5.2"
500
519
  }
501
- }
520
+ },
521
+ "required": [
522
+ "details"
523
+ ]
502
524
  }
503
525
  ],
504
526
  "required": [
@@ -506,532 +528,775 @@
506
528
  ],
507
529
  "properties": {
508
530
  "yesNo": {
509
- "ta7Ref": "2.2.1"
531
+ "ta7Ref": "5.5.1"
510
532
  }
511
533
  }
512
534
  },
513
- "buildingManager": {
514
- "ta7Ref": "2.3",
535
+ "problemInServiceChargeLevel": {
536
+ "ta7Ref": "5.6",
515
537
  "discriminator": {
516
- "propertyName": "buildingManagerType"
538
+ "propertyName": "yesNo"
517
539
  },
518
540
  "oneOf": [
519
541
  {
520
542
  "properties": {
521
- "buildingManagerType": {
543
+ "yesNo": {
522
544
  "enum": [
523
- "Freeholder",
524
- "Headleaseholder",
525
- "Management company named in lease of the property",
526
- "Right to manage company set up by the tenants under statutory rights"
545
+ "No"
527
546
  ]
528
547
  }
529
548
  }
530
549
  },
531
550
  {
532
551
  "properties": {
533
- "buildingManagerType": {
552
+ "yesNo": {
534
553
  "enum": [
535
- "Other"
554
+ "Yes"
536
555
  ]
537
556
  },
538
557
  "details": {
539
- "ta7Ref": "2.3e"
558
+ "ta7Ref": "5.6.2"
540
559
  }
541
- }
560
+ },
561
+ "required": [
562
+ "details"
563
+ ]
542
564
  }
543
565
  ],
544
566
  "required": [
545
- "buildingManagerType"
546
- ]
547
- },
548
- "hasTenantCompanyDissolved": {
549
- "ta7Ref": "2.4"
550
- },
551
- "isManagingAgentEmployed": {
552
- "ta7Ref": "2.5"
553
- }
554
- }
555
- },
556
- "serviceCharge": {
557
- "ta7Ref": "5.4",
558
- "discriminator": {
559
- "propertyName": "sellerContributesToServiceCharge"
560
- },
561
- "oneOf": [
562
- {
567
+ "yesNo"
568
+ ],
563
569
  "properties": {
564
- "sellerContributesToServiceCharge": {
565
- "enum": [
566
- "No"
567
- ]
570
+ "yesNo": {
571
+ "ta7Ref": "5.6.1"
568
572
  }
569
573
  }
570
574
  },
571
- {
572
- "properties": {
573
- "sellerContributesToServiceCharge": {
574
- "enum": [
575
- "Yes"
576
- ]
577
- },
578
- "largeAdditionalExpense": {
579
- "ta7Ref": "5.5",
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
- "details": {
601
- "ta7Ref": "5.5.2"
602
- }
603
- }
604
- }
605
- ],
606
- "required": [
607
- "yesNo"
608
- ],
575
+ "serviceChargeChallenged": {
576
+ "ta7Ref": "5.7",
577
+ "discriminator": {
578
+ "propertyName": "yesNo"
579
+ },
580
+ "oneOf": [
581
+ {
609
582
  "properties": {
610
583
  "yesNo": {
611
- "ta7Ref": "5.5.1"
584
+ "enum": [
585
+ "No"
586
+ ]
612
587
  }
613
588
  }
614
589
  },
615
- "problemInServiceChargeLevel": {
616
- "ta7Ref": "5.6",
617
- "discriminator": {
618
- "propertyName": "yesNo"
619
- },
620
- "oneOf": [
621
- {
622
- "properties": {
623
- "yesNo": {
624
- "enum": [
625
- "No"
626
- ]
627
- }
628
- }
590
+ {
591
+ "properties": {
592
+ "yesNo": {
593
+ "enum": [
594
+ "Yes"
595
+ ]
629
596
  },
630
- {
631
- "properties": {
632
- "yesNo": {
633
- "enum": [
634
- "Yes"
635
- ]
636
- },
637
- "details": {
638
- "ta7Ref": "5.6.2"
639
- }
640
- }
597
+ "details": {
598
+ "ta7Ref": "5.7.2"
641
599
  }
642
- ],
643
- "required": [
644
- "yesNo"
645
- ],
600
+ }
601
+ }
602
+ ],
603
+ "required": [
604
+ "yesNo"
605
+ ],
606
+ "properties": {
607
+ "yesNo": {
608
+ "ta7Ref": "5.7.1"
609
+ }
610
+ }
611
+ },
612
+ "dangerousCladdingOrDefects": {
613
+ "ta7Ref": "5.8"
614
+ },
615
+ "difficultyInCollectingServiceCharge": {
616
+ "ta7Ref": "5.9",
617
+ "discriminator": {
618
+ "propertyName": "yesNo"
619
+ },
620
+ "oneOf": [
621
+ {
646
622
  "properties": {
647
623
  "yesNo": {
648
- "ta7Ref": "5.6.1"
624
+ "enum": [
625
+ "No"
626
+ ]
649
627
  }
650
628
  }
651
629
  },
652
- "serviceChargeChallenged": {
653
- "ta7Ref": "5.7",
654
- "discriminator": {
655
- "propertyName": "yesNo"
656
- },
657
- "oneOf": [
658
- {
659
- "properties": {
660
- "yesNo": {
661
- "enum": [
662
- "No"
663
- ]
664
- }
665
- }
630
+ {
631
+ "properties": {
632
+ "yesNo": {
633
+ "enum": [
634
+ "Yes"
635
+ ]
666
636
  },
667
- {
668
- "properties": {
669
- "yesNo": {
670
- "enum": [
671
- "Yes"
672
- ]
673
- },
674
- "details": {
675
- "ta7Ref": "5.7.2"
676
- }
677
- }
637
+ "details": {
638
+ "ta7Ref": "5.9.2"
678
639
  }
679
- ],
640
+ },
680
641
  "required": [
681
- "yesNo"
682
- ],
642
+ "details"
643
+ ]
644
+ }
645
+ ],
646
+ "required": [
647
+ "yesNo"
648
+ ],
649
+ "properties": {
650
+ "yesNo": {
651
+ "ta7Ref": "5.9.1"
652
+ }
653
+ }
654
+ },
655
+ "serviceChargeOwed": {
656
+ "ta7Ref": "5.10",
657
+ "discriminator": {
658
+ "propertyName": "yesNo"
659
+ },
660
+ "oneOf": [
661
+ {
683
662
  "properties": {
684
663
  "yesNo": {
685
- "ta7Ref": "5.7.1"
664
+ "enum": [
665
+ "No"
666
+ ]
686
667
  }
687
668
  }
688
669
  },
689
- "dangerousCladdingOrDefects": {
690
- "ta7Ref": "5.8"
691
- },
692
- "difficultyInCollectingServiceCharge": {
693
- "ta7Ref": "5.9",
694
- "discriminator": {
695
- "propertyName": "yesNo"
696
- },
697
- "oneOf": [
698
- {
699
- "properties": {
700
- "yesNo": {
701
- "enum": [
702
- "No"
703
- ]
704
- }
705
- }
670
+ {
671
+ "properties": {
672
+ "yesNo": {
673
+ "enum": [
674
+ "Yes"
675
+ ]
706
676
  },
707
- {
708
- "properties": {
709
- "yesNo": {
710
- "enum": [
711
- "Yes"
712
- ]
713
- }
714
- }
677
+ "details": {
678
+ "ta7Ref": "5.10.2"
715
679
  }
716
- ],
717
- "required": [
718
- "yesNo"
719
- ],
680
+ }
681
+ }
682
+ ],
683
+ "required": [
684
+ "yesNo"
685
+ ],
686
+ "properties": {
687
+ "yesNo": {
688
+ "ta7Ref": "5.10.1"
689
+ }
690
+ }
691
+ },
692
+ "lastDecoratedPeriod": {
693
+ "ta7Ref": "5",
694
+ "properties": {
695
+ "externally": {
696
+ "ta7Ref": "5.2",
720
697
  "properties": {
721
- "yesNo": {
722
- "ta7Ref": "5.9.1"
698
+ "year": {
699
+ "ta7Ref": "5.2.1"
723
700
  }
724
701
  }
725
702
  },
726
- "serviceChargeOwed": {
727
- "ta7Ref": "5.10",
728
- "discriminator": {
729
- "propertyName": "yesNo"
730
- },
731
- "oneOf": [
732
- {
733
- "properties": {
734
- "yesNo": {
735
- "enum": [
736
- "No"
737
- ]
738
- }
739
- }
740
- },
741
- {
742
- "properties": {
743
- "yesNo": {
744
- "enum": [
745
- "Yes"
746
- ]
747
- },
748
- "details": {
749
- "ta7Ref": "5.10.2"
750
- }
751
- }
752
- }
753
- ],
754
- "required": [
755
- "yesNo"
756
- ],
703
+ "internally": {
704
+ "ta7Ref": "5.3",
705
+ "title": "The internal communal parts (if known)",
757
706
  "properties": {
758
- "yesNo": {
759
- "ta7Ref": "5.10.1"
707
+ "year": {
708
+ "ta7Ref": "5.3.1"
760
709
  }
761
710
  }
711
+ }
712
+ }
713
+ }
714
+ },
715
+ "required": [
716
+ "largeAdditionalExpense",
717
+ "problemInServiceChargeLevel",
718
+ "serviceChargeChallenged",
719
+ "dangerousCladdingOrDefects",
720
+ "difficultyInCollectingServiceCharge",
721
+ "serviceChargeOwed",
722
+ "lastDecoratedPeriod"
723
+ ]
724
+ }
725
+ ],
726
+ "required": [
727
+ "sellerContributesToServiceCharge"
728
+ ],
729
+ "properties": {
730
+ "sellerContributesToServiceCharge": {
731
+ "ta7Ref": "5.4"
732
+ }
733
+ }
734
+ },
735
+ "disputes": {
736
+ "ta7Ref": "8",
737
+ "required": [
738
+ "sellerReceivedComplaint",
739
+ "sellerSentComplaint"
740
+ ],
741
+ "properties": {
742
+ "sellerReceivedComplaint": {
743
+ "ta7Ref": "8.1",
744
+ "discriminator": {
745
+ "propertyName": "yesNo"
746
+ },
747
+ "oneOf": [
748
+ {
749
+ "properties": {
750
+ "yesNo": {
751
+ "enum": [
752
+ "No"
753
+ ]
754
+ }
755
+ }
756
+ },
757
+ {
758
+ "properties": {
759
+ "yesNo": {
760
+ "enum": [
761
+ "Yes"
762
+ ]
762
763
  },
763
- "lastDecoratedPeriod": {
764
- "properties": {
765
- "internally": {
766
- "ta7Ref": "5.3"
767
- },
768
- "externally": {
769
- "ta7Ref": "5.2"
770
- }
771
- }
764
+ "details": {
765
+ "ta7Ref": "8.1.2"
766
+ }
767
+ },
768
+ "required": [
769
+ "details"
770
+ ]
771
+ }
772
+ ],
773
+ "required": [
774
+ "yesNo"
775
+ ],
776
+ "properties": {
777
+ "yesNo": {
778
+ "ta7Ref": "8.1.1"
779
+ }
780
+ }
781
+ },
782
+ "sellerSentComplaint": {
783
+ "ta7Ref": "8.2",
784
+ "discriminator": {
785
+ "propertyName": "yesNo"
786
+ },
787
+ "oneOf": [
788
+ {
789
+ "properties": {
790
+ "yesNo": {
791
+ "enum": [
792
+ "No"
793
+ ]
794
+ }
795
+ }
796
+ },
797
+ {
798
+ "properties": {
799
+ "yesNo": {
800
+ "enum": [
801
+ "Yes"
802
+ ]
803
+ },
804
+ "details": {
805
+ "ta7Ref": "8.2.2"
806
+ }
807
+ },
808
+ "required": [
809
+ "details"
810
+ ]
811
+ }
812
+ ],
813
+ "required": [
814
+ "yesNo"
815
+ ],
816
+ "properties": {
817
+ "yesNo": {
818
+ "ta7Ref": "8.2.1"
819
+ }
820
+ }
821
+ }
822
+ }
823
+ },
824
+ "buildingSafetyAct": {
825
+ "ta7Ref": "11",
826
+ "required": [
827
+ "isLeaseQualifying",
828
+ "landlordNotifiedOfSale",
829
+ "deedOfCertificateServed",
830
+ "landlordsCertificateServed"
831
+ ],
832
+ "properties": {
833
+ "isLeaseQualifying": {
834
+ "ta7Ref": "11.2"
835
+ },
836
+ "deedOfCertificateServed": {
837
+ "ta7Ref": "11.3",
838
+ "discriminator": {
839
+ "propertyName": "yesNoNotApplicable"
840
+ },
841
+ "oneOf": [
842
+ {
843
+ "properties": {
844
+ "yesNoNotApplicable": {
845
+ "enum": [
846
+ "Not applicable",
847
+ "No"
848
+ ]
849
+ }
850
+ }
851
+ },
852
+ {
853
+ "properties": {
854
+ "yesNoNotApplicable": {
855
+ "enum": [
856
+ "Yes"
857
+ ]
858
+ },
859
+ "sellerCompletedDeedOfCertificate": {
860
+ "ta7Ref": "11.3a"
861
+ },
862
+ "attachments": {
863
+ "ta7Ref": "11.3b",
864
+ "title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence"
865
+ }
866
+ },
867
+ "required": [
868
+ "sellerCompletedDeedOfCertificate",
869
+ "attachments"
870
+ ]
871
+ }
872
+ ],
873
+ "required": [
874
+ "yesNoNotApplicable"
875
+ ],
876
+ "title": "Is there a Leaseholder Deed of Certificate for the property?",
877
+ "properties": {
878
+ "yesNoNotApplicable": {
879
+ "ta7Ref": "11.3.1"
880
+ }
881
+ }
882
+ },
883
+ "landlordNotifiedOfSale": {
884
+ "ta7Ref": "11.4"
885
+ },
886
+ "landlordsCertificateServed": {
887
+ "ta7Ref": "11.5",
888
+ "discriminator": {
889
+ "propertyName": "yesNoNotApplicable"
890
+ },
891
+ "oneOf": [
892
+ {
893
+ "properties": {
894
+ "yesNoNotApplicable": {
895
+ "enum": [
896
+ "Not applicable",
897
+ "No"
898
+ ]
899
+ }
900
+ }
901
+ },
902
+ {
903
+ "properties": {
904
+ "yesNoNotApplicable": {
905
+ "enum": [
906
+ "Yes"
907
+ ]
908
+ },
909
+ "attachments": {
910
+ "ta7Ref": "11.5.2",
911
+ "title": "Please supply a copy and the accompanying evidence."
912
+ }
913
+ },
914
+ "required": [
915
+ "attachments"
916
+ ]
917
+ }
918
+ ],
919
+ "required": [
920
+ "yesNoNotApplicable"
921
+ ],
922
+ "title": "Has the seller received a Landlord’s Certificate and the accompanying evidence?",
923
+ "properties": {
924
+ "yesNoNotApplicable": {
925
+ "ta7Ref": "11.5.1",
926
+ "enum": [
927
+ "Yes",
928
+ "No"
929
+ ]
930
+ }
931
+ }
932
+ }
933
+ }
934
+ },
935
+ "alterations": {
936
+ "ta7Ref": "9",
937
+ "required": [
938
+ "sellerAwareOfAlterations"
939
+ ],
940
+ "properties": {
941
+ "sellerAwareOfAlterations": {
942
+ "ta7Ref": "9.1",
943
+ "discriminator": {
944
+ "propertyName": "yesNo"
945
+ },
946
+ "oneOf": [
947
+ {
948
+ "properties": {
949
+ "yesNo": {
950
+ "enum": [
951
+ "No"
952
+ ]
953
+ }
954
+ }
955
+ },
956
+ {
957
+ "properties": {
958
+ "yesNo": {
959
+ "enum": [
960
+ "Yes"
961
+ ]
772
962
  },
773
- "deedOfCertificateServed": {
774
- "ta7Ref": "11.3",
963
+ "details": {
964
+ "ta7Ref": "9.2"
965
+ },
966
+ "landlordConsentObtained": {
967
+ "ta7Ref": "9.3",
775
968
  "discriminator": {
776
- "propertyName": "yesNoNotApplicable"
969
+ "propertyName": "yesNo"
777
970
  },
778
971
  "oneOf": [
779
972
  {
780
973
  "properties": {
781
- "yesNoNotApplicable": {
782
- "enum": [
783
- "Not applicable"
784
- ]
785
- }
786
- }
787
- },
788
- {
789
- "properties": {
790
- "yesNoNotApplicable": {
974
+ "yesNo": {
791
975
  "enum": [
792
- "No"
976
+ "No",
977
+ "Not known",
978
+ "Not required"
793
979
  ]
794
980
  }
795
981
  }
796
982
  },
797
983
  {
798
984
  "properties": {
799
- "yesNoNotApplicable": {
985
+ "yesNo": {
800
986
  "enum": [
801
987
  "Yes"
802
988
  ]
803
989
  },
804
- "sellerCompletedDeedOfCertificate": {
805
- "ta7Ref": "11.3a"
990
+ "attachments": {
991
+ "ta7Ref": "9.3.2"
806
992
  }
807
- }
993
+ },
994
+ "required": [
995
+ "attachments"
996
+ ]
808
997
  }
809
998
  ],
810
999
  "required": [
811
- "yesNoNotApplicable"
1000
+ "yesNo"
812
1001
  ],
813
- "title": "Is there a Leaseholder Deed of Certificate for the property?",
814
1002
  "properties": {
815
- "yesNoNotApplicable": {
816
- "ta7Ref": "11.3.1"
1003
+ "yesNo": {
1004
+ "ta7Ref": "9.3.1"
817
1005
  }
818
1006
  }
819
1007
  }
820
- }
1008
+ },
1009
+ "required": [
1010
+ "details",
1011
+ "landlordConsentObtained"
1012
+ ]
821
1013
  }
822
1014
  ],
823
1015
  "required": [
824
- "sellerContributesToServiceCharge"
1016
+ "yesNo"
825
1017
  ],
826
1018
  "properties": {
827
- "sellerContributesToServiceCharge": {
828
- "ta7Ref": "5.4"
1019
+ "yesNo": {
1020
+ "ta7Ref": "9.1.1"
829
1021
  }
830
1022
  }
1023
+ }
1024
+ }
1025
+ },
1026
+ "enfranchisement": {
1027
+ "ta7Ref": "10",
1028
+ "required": [
1029
+ "sellerOwnedProperty",
1030
+ "sellerServedNoticeOnLandlord",
1031
+ "sellerAwareOfNoticeOfCollectivePurchase",
1032
+ "sellerAwareOfResponse"
1033
+ ],
1034
+ "properties": {
1035
+ "sellerOwnedProperty": {
1036
+ "ta7Ref": "10.1"
831
1037
  },
832
- "disputesAndEnfranchisement": {
833
- "required": [
834
- "sellerReceivedComplaint",
835
- "sellerSentComplaint"
836
- ],
837
- "properties": {
838
- "sellerReceivedComplaint": {
839
- "ta7Ref": "8.1",
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": "8.1.2"
862
- }
863
- }
864
- }
865
- ],
866
- "required": [
867
- "yesNo"
868
- ],
1038
+ "sellerServedNoticeOnLandlord": {
1039
+ "ta7Ref": "10.2",
1040
+ "discriminator": {
1041
+ "propertyName": "yesNo"
1042
+ },
1043
+ "oneOf": [
1044
+ {
869
1045
  "properties": {
870
1046
  "yesNo": {
871
- "ta7Ref": "8.1.1"
1047
+ "enum": [
1048
+ "No",
1049
+ "Not known",
1050
+ "Not required"
1051
+ ]
872
1052
  }
873
1053
  }
874
1054
  },
875
- "sellerSentComplaint": {
876
- "ta7Ref": "8.2",
877
- "discriminator": {
878
- "propertyName": "yesNo"
879
- },
880
- "oneOf": [
881
- {
882
- "properties": {
883
- "yesNo": {
884
- "enum": [
885
- "No"
886
- ]
887
- }
888
- }
1055
+ {
1056
+ "properties": {
1057
+ "yesNo": {
1058
+ "enum": [
1059
+ "Yes"
1060
+ ]
889
1061
  },
890
- {
891
- "properties": {
892
- "yesNo": {
893
- "enum": [
894
- "Yes"
895
- ]
896
- },
897
- "details": {
898
- "ta7Ref": "8.2.2"
899
- }
900
- }
1062
+ "attachments": {
1063
+ "ta7Ref": "10.2.2"
901
1064
  }
902
- ],
1065
+ },
903
1066
  "required": [
904
- "yesNo"
905
- ],
1067
+ "attachments"
1068
+ ]
1069
+ }
1070
+ ],
1071
+ "required": [
1072
+ "yesNo"
1073
+ ],
1074
+ "properties": {
1075
+ "yesNo": {
1076
+ "ta7Ref": "10.2.1"
1077
+ }
1078
+ }
1079
+ },
1080
+ "sellerAwareOfNoticeOfCollectivePurchase": {
1081
+ "ta7Ref": "10.3",
1082
+ "discriminator": {
1083
+ "propertyName": "yesNo"
1084
+ },
1085
+ "oneOf": [
1086
+ {
906
1087
  "properties": {
907
1088
  "yesNo": {
908
- "ta7Ref": "8.2.1"
1089
+ "enum": [
1090
+ "No",
1091
+ "Not known",
1092
+ "Not required"
1093
+ ]
909
1094
  }
910
1095
  }
1096
+ },
1097
+ {
1098
+ "properties": {
1099
+ "yesNo": {
1100
+ "enum": [
1101
+ "Yes"
1102
+ ]
1103
+ },
1104
+ "attachments": {
1105
+ "ta7Ref": "10.3.2"
1106
+ }
1107
+ },
1108
+ "required": [
1109
+ "attachments"
1110
+ ]
911
1111
  }
912
- }
913
- },
914
- "general": {
1112
+ ],
915
1113
  "required": [
916
- "sellerAwareOfAlterations",
917
- "sellerOwnedProperty",
918
- "sellerServedNoticeOnLandlord",
919
- "sellerAwareOfNoticeOfCollectivePurchase",
920
- "sellerAwareOfResponse",
921
- "isLeaseQualifying"
1114
+ "yesNo"
922
1115
  ],
923
1116
  "properties": {
924
- "sellerAwareOfAlterations": {
925
- "ta7Ref": "9.1",
926
- "discriminator": {
927
- "propertyName": "yesNo"
928
- },
929
- "oneOf": [
930
- {
931
- "properties": {
932
- "yesNo": {
933
- "enum": [
934
- "No"
935
- ]
936
- }
937
- }
938
- },
939
- {
940
- "properties": {
941
- "yesNo": {
942
- "enum": [
943
- "Yes"
944
- ]
945
- },
946
- "details": {
947
- "ta7Ref": "9.2"
948
- }
949
- }
950
- }
951
- ],
952
- "required": [
953
- "yesNo"
954
- ],
1117
+ "yesNo": {
1118
+ "ta7Ref": "10.3.1"
1119
+ }
1120
+ }
1121
+ },
1122
+ "sellerAwareOfResponse": {
1123
+ "ta7Ref": "10.4",
1124
+ "discriminator": {
1125
+ "propertyName": "yesNo"
1126
+ },
1127
+ "oneOf": [
1128
+ {
955
1129
  "properties": {
956
1130
  "yesNo": {
957
- "ta7Ref": "9.1.1"
1131
+ "enum": [
1132
+ "No",
1133
+ "Not known",
1134
+ "Not required"
1135
+ ]
958
1136
  }
959
1137
  }
960
1138
  },
961
- "sellerOwnedProperty": {
962
- "ta7Ref": "10.1"
963
- },
964
- "sellerServedNoticeOnLandlord": {
965
- "ta7Ref": "10.2"
966
- },
967
- "sellerAwareOfNoticeOfCollectivePurchase": {
968
- "ta7Ref": "10.3"
969
- },
970
- "sellerAwareOfResponse": {
971
- "ta7Ref": "10.4"
972
- },
973
- "isLeaseQualifying": {
974
- "ta7Ref": "11.2"
1139
+ {
1140
+ "properties": {
1141
+ "yesNo": {
1142
+ "enum": [
1143
+ "Yes"
1144
+ ]
1145
+ },
1146
+ "attachments": {
1147
+ "ta7Ref": "10.4.2"
1148
+ }
1149
+ },
1150
+ "required": [
1151
+ "attachments"
1152
+ ]
975
1153
  }
976
- }
977
- },
978
- "requiredDocuments": {
1154
+ ],
979
1155
  "required": [
980
- "noticeOfSale",
981
- "noticeOfBuildingCondition",
982
- "landlordNotifiedOfSale",
983
- "copyOfcorrespondence",
984
- "serviceChargeAccounts",
985
- "groundRent",
986
- "buildingsInsurancePolicy",
987
- "additionalRegulationsNotInLease",
988
- "deedsOfVariation",
989
- "deedOfCovenant",
990
- "memorandumAndArticles",
991
- "shareOrMembershipCertificate",
992
- "companyAccounts",
993
- "deedOfCertificate",
994
- "landlordsCertificate"
1156
+ "yesNo"
995
1157
  ],
996
1158
  "properties": {
997
- "noticeOfSale": {
998
- "ta7Ref": "6.1"
999
- },
1000
- "noticeOfBuildingCondition": {
1001
- "ta7Ref": "6.2"
1002
- },
1003
- "landlordNotifiedOfSale": {
1004
- "ta7Ref": "11.4"
1005
- },
1006
- "copyOfcorrespondence": {
1007
- "ta7Ref": "3.2"
1008
- },
1009
- "serviceChargeAccounts": {
1010
- "ta7Ref": "3.3a"
1159
+ "yesNo": {
1160
+ "ta7Ref": "10.4.1"
1161
+ }
1162
+ }
1163
+ }
1164
+ }
1165
+ },
1166
+ "requiredDocuments": {
1167
+ "ta7Ref": "3",
1168
+ "required": [
1169
+ "lease",
1170
+ "noticeOfSale",
1171
+ "noticeOfBuildingCondition",
1172
+ "copyOfcorrespondence",
1173
+ "serviceCharges",
1174
+ "groundRent",
1175
+ "buildingsInsurancePolicy",
1176
+ "additionalRegulationsNotInLease",
1177
+ "deedsOfVariation",
1178
+ "managementCompanyDocuments"
1179
+ ],
1180
+ "title": "Relevant documents",
1181
+ "properties": {
1182
+ "lease": {
1183
+ "ta7Ref": "3.1a"
1184
+ },
1185
+ "deedsOfVariation": {
1186
+ "ta7Ref": "3.1b",
1187
+ "title": "Any supplemental deeds.",
1188
+ "enum": [
1189
+ "Attached",
1190
+ "To follow",
1191
+ "Not applicable"
1192
+ ]
1193
+ },
1194
+ "copyOfcorrespondence": {
1195
+ "ta7Ref": "3.2"
1196
+ },
1197
+ "serviceCharges": {
1198
+ "ta7Ref": "3.3a"
1199
+ },
1200
+ "groundRent": {
1201
+ "ta7Ref": "3.3b"
1202
+ },
1203
+ "buildingsInsurancePolicy": {
1204
+ "ta7Ref": "3.4",
1205
+ "properties": {
1206
+ "arrangedBySeller": {
1207
+ "ta7Ref": "3.4a"
1011
1208
  },
1012
- "groundRent": {
1013
- "ta7Ref": "3.3b"
1209
+ "arrangedByLandlord": {
1210
+ "ta7Ref": "3.4b"
1211
+ }
1212
+ }
1213
+ },
1214
+ "noticeOfSale": {
1215
+ "ta7Ref": "6.1",
1216
+ "discriminator": {
1217
+ "propertyName": "yesNo"
1218
+ },
1219
+ "oneOf": [
1220
+ {
1221
+ "properties": {
1222
+ "yesNo": {
1223
+ "enum": [
1224
+ "No"
1225
+ ]
1226
+ }
1227
+ }
1014
1228
  },
1015
- "buildingsInsurancePolicy": {
1016
- "ta7Ref": "3.4",
1229
+ {
1017
1230
  "properties": {
1018
- "arrangedBySeller": {
1019
- "ta7Ref": "3.4a"
1231
+ "yesNo": {
1232
+ "enum": [
1233
+ "Yes"
1234
+ ]
1020
1235
  },
1021
- "arrangedByLandlord": {
1022
- "ta7Ref": "3.4b"
1236
+ "attachments": {
1237
+ "ta7Ref": "6.1.2"
1238
+ }
1239
+ },
1240
+ "required": [
1241
+ "attachments"
1242
+ ]
1243
+ }
1244
+ ],
1245
+ "required": [
1246
+ "yesNo"
1247
+ ],
1248
+ "properties": {
1249
+ "yesNo": {
1250
+ "ta7Ref": "6.1.1"
1251
+ }
1252
+ }
1253
+ },
1254
+ "noticeOfBuildingCondition": {
1255
+ "ta7Ref": "6.2",
1256
+ "discriminator": {
1257
+ "propertyName": "yesNo"
1258
+ },
1259
+ "oneOf": [
1260
+ {
1261
+ "properties": {
1262
+ "yesNo": {
1263
+ "enum": [
1264
+ "No"
1265
+ ]
1023
1266
  }
1024
1267
  }
1025
1268
  },
1026
- "additionalRegulationsNotInLease": {
1027
- "ta7Ref": "3.1b"
1028
- },
1029
- "deedsOfVariation": {
1030
- "ta7Ref": "3.1a"
1031
- },
1032
- "deedOfCovenant": {
1033
- "ta7Ref": "3.1a"
1034
- },
1269
+ {
1270
+ "properties": {
1271
+ "yesNo": {
1272
+ "enum": [
1273
+ "Yes"
1274
+ ]
1275
+ },
1276
+ "attachments": {
1277
+ "ta7Ref": "6.2.2"
1278
+ }
1279
+ },
1280
+ "required": [
1281
+ "attachments"
1282
+ ]
1283
+ }
1284
+ ],
1285
+ "required": [
1286
+ "yesNo"
1287
+ ],
1288
+ "properties": {
1289
+ "yesNo": {
1290
+ "ta7Ref": "6.2.1"
1291
+ }
1292
+ }
1293
+ },
1294
+ "additionalRegulationsNotInLease": {
1295
+ "ta7Ref": "3.1b"
1296
+ },
1297
+ "managementCompanyDocuments": {
1298
+ "ta7Ref": "3.5",
1299
+ "properties": {
1035
1300
  "memorandumAndArticles": {
1036
1301
  "ta7Ref": "3.5a"
1037
1302
  },
@@ -1040,112 +1305,111 @@
1040
1305
  },
1041
1306
  "companyAccounts": {
1042
1307
  "ta7Ref": "3.5c"
1043
- },
1044
- "deedOfCertificate": {
1045
- "ta7Ref": "11.3b",
1046
- "title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence"
1047
- },
1048
- "landlordsCertificate": {
1049
- "ta7Ref": "11.5",
1050
- "title": "Has the seller received a Landlord’s Certificate and the accompanying evidence?",
1051
- "enum": [
1052
- "Enclosed",
1053
- "To follow",
1054
- "No"
1055
- ]
1056
1308
  }
1057
1309
  }
1058
1310
  }
1059
1311
  }
1060
- }
1061
- },
1062
- "required": [
1063
- "leaseholdInformation"
1064
- ]
1065
- },
1066
- {
1067
- "properties": {
1068
- "ownershipType": {
1069
- "enum": [
1070
- "Other"
1071
- ]
1312
+ },
1313
+ "confirmationOfAccuracy": {
1314
+ "ta7Ref": "12",
1315
+ "required": [
1316
+ "confirmation"
1317
+ ],
1318
+ "properties": {
1319
+ "confirmation": {
1320
+ "ta7Ref": "12.1",
1321
+ "title": "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer"
1322
+ }
1323
+ }
1072
1324
  }
1073
1325
  }
1074
1326
  }
1075
- ],
1327
+ },
1076
1328
  "required": [
1077
- "ownershipType"
1078
- ],
1329
+ "leaseholdInformation"
1330
+ ]
1331
+ },
1332
+ {
1079
1333
  "properties": {
1080
1334
  "ownershipType": {
1081
- "ta7Ref": "1.1"
1335
+ "enum": [
1336
+ "Other"
1337
+ ]
1082
1338
  }
1083
1339
  }
1084
1340
  }
1341
+ ],
1342
+ "required": [
1343
+ "ownershipType"
1344
+ ],
1345
+ "properties": {
1346
+ "ownershipType": {
1347
+ "ta7Ref": "1.1"
1348
+ }
1085
1349
  }
1086
1350
  }
1087
- },
1088
- "typeOfConstruction": {
1089
- "properties": {
1090
- "buildingSafety": {
1091
- "ta7Ref": "11.1",
1092
- "discriminator": {
1093
- "propertyName": "yesNo"
1094
- },
1095
- "oneOf": [
1096
- {
1097
- "properties": {
1098
- "yesNo": {
1099
- "enum": [
1100
- "No",
1101
- "Not applicable"
1102
- ]
1103
- }
1104
- }
1105
- },
1106
- {
1107
- "properties": {
1108
- "yesNo": {
1109
- "enum": [
1110
- "Yes"
1111
- ]
1112
- },
1113
- "details": {
1114
- "ta7Ref": "11.1.2",
1115
- "title": "Please provide details of the remediation works proposed and evidence of any carried out."
1116
- },
1117
- "workAlreadyDone": {
1118
- "ta7Ref": "11.1.2"
1119
- },
1120
- "workToBeDone": {
1121
- "ta7Ref": "11.1.2"
1122
- },
1123
- "potentialCost": {
1124
- "ta7Ref": "11.1.2"
1125
- },
1126
- "abilityToResideAtProperty": {
1127
- "ta7Ref": "11.1.2"
1128
- },
1129
- "attachments": {
1130
- "ta7Ref": "11.1.3"
1131
- }
1132
- }
1133
- }
1134
- ],
1135
- "required": [
1136
- "yesNo"
1137
- ],
1138
- "title": "Have any remediation works on the building been proposed or carried out?",
1351
+ }
1352
+ }
1353
+ },
1354
+ "typeOfConstruction": {
1355
+ "properties": {
1356
+ "buildingSafety": {
1357
+ "ta7Ref": "11.1",
1358
+ "discriminator": {
1359
+ "propertyName": "yesNo"
1360
+ },
1361
+ "oneOf": [
1362
+ {
1139
1363
  "properties": {
1140
1364
  "yesNo": {
1141
- "ta7Ref": "11.1.1",
1142
1365
  "enum": [
1143
- "Yes",
1144
1366
  "No",
1145
1367
  "Not applicable"
1146
1368
  ]
1147
1369
  }
1148
1370
  }
1371
+ },
1372
+ {
1373
+ "properties": {
1374
+ "yesNo": {
1375
+ "enum": [
1376
+ "Yes"
1377
+ ]
1378
+ },
1379
+ "details": {
1380
+ "ta7Ref": "11.1.2",
1381
+ "title": "Please provide details of the remediation works proposed and evidence of any carried out."
1382
+ },
1383
+ "workAlreadyDone": {
1384
+ "ta7Ref": "11.1.2"
1385
+ },
1386
+ "workToBeDone": {
1387
+ "ta7Ref": "11.1.2"
1388
+ },
1389
+ "potentialCost": {
1390
+ "ta7Ref": "11.1.2"
1391
+ },
1392
+ "abilityToResideAtProperty": {
1393
+ "ta7Ref": "11.1.2"
1394
+ },
1395
+ "attachments": {
1396
+ "ta7Ref": "11.1.3"
1397
+ }
1398
+ }
1399
+ }
1400
+ ],
1401
+ "required": [
1402
+ "yesNo"
1403
+ ],
1404
+ "title": "Have any remediation works on the building been proposed or carried out?",
1405
+ "properties": {
1406
+ "yesNo": {
1407
+ "ta7Ref": "11.1.1",
1408
+ "enum": [
1409
+ "Yes",
1410
+ "No",
1411
+ "Not applicable"
1412
+ ]
1149
1413
  }
1150
1414
  }
1151
1415
  }