@pdtf/schemas 3.6.0-dev.7 → 3.6.0-dev.8
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/busy-spence-79c6bf/CLAUDE.md +101 -0
- package/busy-spence-79c6bf/LICENSE +21 -0
- package/busy-spence-79c6bf/README.md +435 -0
- package/busy-spence-79c6bf/docs/branch-release-workflow.md +138 -0
- package/busy-spence-79c6bf/docs/sef25-extensions-ui-spec.md +355 -0
- package/busy-spence-79c6bf/index.js +654 -0
- package/busy-spence-79c6bf/package-lock.json +7299 -0
- package/busy-spence-79c6bf/package.json +44 -0
- package/busy-spence-79c6bf/scripts/ta6ed6-titles.js +403 -0
- package/busy-spence-79c6bf/scripts/ta7ed5-titles.js +183 -0
- package/busy-spence-79c6bf/src/examples/v1/exampleAddParticipantVouch.json +32 -0
- package/busy-spence-79c6bf/src/examples/v1/exampleDocumentedVouch.json +40 -0
- package/busy-spence-79c6bf/src/examples/v1/exampleElectronicRecord.json +30 -0
- package/busy-spence-79c6bf/src/examples/v1/exampleTransaction.json +878 -0
- package/busy-spence-79c6bf/src/examples/v1/exampleVouch.json +25 -0
- package/busy-spence-79c6bf/src/examples/v2/exampleTransaction.json +901 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleAddParticipantVouch.json +38 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleCustomOverlay.json +55 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleCustomOverlay2.json +93 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleDocumentedVouch.json +47 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleElectronicRecord.json +36 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleTransaction.json +1038 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleVouch.json +32 -0
- package/busy-spence-79c6bf/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
- package/busy-spence-79c6bf/src/mappings/adf.js +198 -0
- package/busy-spence-79c6bf/src/schemas/v1/GeoJSON.json +1279 -0
- package/busy-spence-79c6bf/src/schemas/v1/baspiNotes.html +102 -0
- package/busy-spence-79c6bf/src/schemas/v1/energy-performance-certificate.json +124 -0
- package/busy-spence-79c6bf/src/schemas/v1/freehold-information.json +2051 -0
- package/busy-spence-79c6bf/src/schemas/v1/leasehold-information.json +2064 -0
- package/busy-spence-79c6bf/src/schemas/v1/legal-information.json +1045 -0
- package/busy-spence-79c6bf/src/schemas/v1/material-facts.json +2109 -0
- package/busy-spence-79c6bf/src/schemas/v1/pdtf-transaction-search-results.json +40 -0
- package/busy-spence-79c6bf/src/schemas/v1/pdtf-transaction.json +191 -0
- package/busy-spence-79c6bf/src/schemas/v1/searches/drainage-and-water.json +261 -0
- package/busy-spence-79c6bf/src/schemas/v1/searches/local-land-charges.json +69 -0
- package/busy-spence-79c6bf/src/schemas/v1/searches/local-searches-required.json +857 -0
- package/busy-spence-79c6bf/src/schemas/v1/searches.json +237 -0
- package/busy-spence-79c6bf/src/schemas/v1/title-deed.json +841 -0
- package/busy-spence-79c6bf/src/schemas/v2/baspiNotes.html +102 -0
- package/busy-spence-79c6bf/src/schemas/v2/combined.json +37731 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/baspi.json +8132 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/con29DW.json +705 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/con29R.json +2956 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/fme1.json +1259 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/llc1.json +25 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/lpe1.json +2171 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/nts.json +326 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/oc1.json +2799 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/piq.json +3419 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/rds.json +3736 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/ta10.json +5306 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/ta6.json +4533 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/ta7.json +1045 -0
- package/busy-spence-79c6bf/src/schemas/v2/pdtf-transaction.json +34351 -0
- package/busy-spence-79c6bf/src/schemas/v2/skeleton.json +3973 -0
- package/busy-spence-79c6bf/src/schemas/v3/combined.json +48643 -0
- package/busy-spence-79c6bf/src/schemas/v3/compactSkeleton.txt +4519 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/README.md +299 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/baspi4.json +8030 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/baspi5.json +8180 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/con29DW.json +716 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/con29R.json +2981 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/ac.json +334 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/as.json +74 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/dk.json +33 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/dr.json +73 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/er.json +85 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/fd.json +75 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/hi.json +51 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/hs.json +73 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/ic.json +94 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/jk.json +96 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/la.json +85 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/lc.json +76 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/ma.json +90 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/mc.json +38 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/mi.json +70 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/nd.json +44 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/oa.json +24 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/oc.json +57 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/pc.json +38 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/ph.json +195 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/rw.json +69 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/sb.json +73 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/sc.json +133 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/sd.json +64 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/sf.json +74 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/sl.json +68 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/ta.json +204 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/tf.json +103 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/tr.json +74 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/wg.json +351 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/fme1.json +1266 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/llc1.json +25 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/lpe1.json +2199 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/nts.json +2159 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/nts2.json +2744 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ntsl.json +1815 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ntsl2.json +2219 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/oc1.json +2817 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/piq.json +3324 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/rds.json +3668 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/sef25.json +1653 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/sr24.json +38 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ta10.json +4645 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ta6.json +4572 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ta6ed6.json +6665 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ta7.json +1537 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ta7ed5.json +1585 -0
- package/busy-spence-79c6bf/src/schemas/v3/pdtf-transaction.json +41570 -0
- package/busy-spence-79c6bf/src/schemas/v3/skeleton.json +5767 -0
- package/busy-spence-79c6bf/src/schemas/verifiedClaims/README.md +21 -0
- package/busy-spence-79c6bf/src/schemas/verifiedClaims/pdtf-verified-claims.json +447 -0
- package/busy-spence-79c6bf/src/utils/compactSkeleton.js +84 -0
- package/busy-spence-79c6bf/src/utils/countTokens.js +67 -0
- package/busy-spence-79c6bf/src/utils/extractExtensionOverlays.js +633 -0
- package/busy-spence-79c6bf/src/utils/extractOverlay.js +381 -0
- package/busy-spence-79c6bf/src/utils/extractProperties.js +44 -0
- package/busy-spence-79c6bf/src/utils/listPathTitles.js +36 -0
- package/busy-spence-79c6bf/src/utils/minimalSkeleton.js +85 -0
- package/busy-spence-79c6bf/src/utils/pathList.csv +903 -0
- package/busy-spence-79c6bf/src/utils/pathSkeleton.js +181 -0
- package/busy-spence-79c6bf/ta6ed6-titles-plan.md +118 -0
- package/busy-spence-79c6bf/ta7ed5-titles-spec.md +89 -0
- package/package.json +1 -1
- package/src/schemas/v3/combined.json +225 -47
- package/src/schemas/v3/overlays/llc1.json +1 -2
- package/src/schemas/v3/overlays/ta6ed6.json +204 -75
- package/src/schemas/v3/overlays/ta7ed5.json +54 -20
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"properties": {
|
|
11
11
|
"address": {
|
|
12
12
|
"ta7ed5Ref": "1.1",
|
|
13
|
+
"title": "Address of the property",
|
|
13
14
|
"properties": {
|
|
14
15
|
"line1": {
|
|
15
16
|
"ta7ed5Ref": "1.1.1"
|
|
@@ -29,7 +30,8 @@
|
|
|
29
30
|
}
|
|
30
31
|
},
|
|
31
32
|
"uprn": {
|
|
32
|
-
"ta7ed5Ref": "1.1.3"
|
|
33
|
+
"ta7ed5Ref": "1.1.3",
|
|
34
|
+
"title": "UPRN (if known)"
|
|
33
35
|
},
|
|
34
36
|
"ownership": {
|
|
35
37
|
"ta7ed5Ref": "2",
|
|
@@ -138,6 +140,7 @@
|
|
|
138
140
|
"contacts",
|
|
139
141
|
"serviceContactAssignments"
|
|
140
142
|
],
|
|
143
|
+
"title": "Contact details",
|
|
141
144
|
"properties": {
|
|
142
145
|
"contacts": {
|
|
143
146
|
"ta7ed5Ref": "3",
|
|
@@ -149,7 +152,8 @@
|
|
|
149
152
|
"ta7ed5Ref": "3.1.1",
|
|
150
153
|
"properties": {
|
|
151
154
|
"nameOrOrganisation": {
|
|
152
|
-
"ta7ed5Ref": "3.1.1.1"
|
|
155
|
+
"ta7ed5Ref": "3.1.1.1",
|
|
156
|
+
"title": "Name"
|
|
153
157
|
},
|
|
154
158
|
"address": {
|
|
155
159
|
"ta7ed5Ref": "3.1.1.2",
|
|
@@ -163,7 +167,8 @@
|
|
|
163
167
|
}
|
|
164
168
|
},
|
|
165
169
|
"emailAddress": {
|
|
166
|
-
"ta7ed5Ref": "3.1.1.3"
|
|
170
|
+
"ta7ed5Ref": "3.1.1.3",
|
|
171
|
+
"title": "Email"
|
|
167
172
|
}
|
|
168
173
|
}
|
|
169
174
|
}
|
|
@@ -171,12 +176,14 @@
|
|
|
171
176
|
},
|
|
172
177
|
"managementCompany": {
|
|
173
178
|
"ta7ed5Ref": "3.1.2",
|
|
179
|
+
"title": "Management company",
|
|
174
180
|
"properties": {
|
|
175
181
|
"contact": {
|
|
176
182
|
"ta7ed5Ref": "3.1.2",
|
|
177
183
|
"properties": {
|
|
178
184
|
"nameOrOrganisation": {
|
|
179
|
-
"ta7ed5Ref": "3.1.2.1"
|
|
185
|
+
"ta7ed5Ref": "3.1.2.1",
|
|
186
|
+
"title": "Name"
|
|
180
187
|
},
|
|
181
188
|
"address": {
|
|
182
189
|
"ta7ed5Ref": "3.1.2.2",
|
|
@@ -190,7 +197,8 @@
|
|
|
190
197
|
}
|
|
191
198
|
},
|
|
192
199
|
"emailAddress": {
|
|
193
|
-
"ta7ed5Ref": "3.1.2.3"
|
|
200
|
+
"ta7ed5Ref": "3.1.2.3",
|
|
201
|
+
"title": "Email"
|
|
194
202
|
}
|
|
195
203
|
}
|
|
196
204
|
}
|
|
@@ -203,7 +211,8 @@
|
|
|
203
211
|
"ta7ed5Ref": "3.1.3",
|
|
204
212
|
"properties": {
|
|
205
213
|
"nameOrOrganisation": {
|
|
206
|
-
"ta7ed5Ref": "3.1.3.1"
|
|
214
|
+
"ta7ed5Ref": "3.1.3.1",
|
|
215
|
+
"title": "Name"
|
|
207
216
|
},
|
|
208
217
|
"address": {
|
|
209
218
|
"ta7ed5Ref": "3.1.3.2",
|
|
@@ -217,7 +226,8 @@
|
|
|
217
226
|
}
|
|
218
227
|
},
|
|
219
228
|
"emailAddress": {
|
|
220
|
-
"ta7ed5Ref": "3.1.3.3"
|
|
229
|
+
"ta7ed5Ref": "3.1.3.3",
|
|
230
|
+
"title": "Email"
|
|
221
231
|
}
|
|
222
232
|
}
|
|
223
233
|
}
|
|
@@ -230,7 +240,8 @@
|
|
|
230
240
|
"ta7ed5Ref": "3.1.4",
|
|
231
241
|
"properties": {
|
|
232
242
|
"nameOrOrganisation": {
|
|
233
|
-
"ta7ed5Ref": "3.1.4.1"
|
|
243
|
+
"ta7ed5Ref": "3.1.4.1",
|
|
244
|
+
"title": "Name"
|
|
234
245
|
},
|
|
235
246
|
"address": {
|
|
236
247
|
"ta7ed5Ref": "3.1.4.2",
|
|
@@ -244,7 +255,8 @@
|
|
|
244
255
|
}
|
|
245
256
|
},
|
|
246
257
|
"emailAddress": {
|
|
247
|
-
"ta7ed5Ref": "3.1.4.3"
|
|
258
|
+
"ta7ed5Ref": "3.1.4.3",
|
|
259
|
+
"title": "Email"
|
|
248
260
|
}
|
|
249
261
|
}
|
|
250
262
|
}
|
|
@@ -257,7 +269,8 @@
|
|
|
257
269
|
"ta7ed5Ref": "3.1.5",
|
|
258
270
|
"properties": {
|
|
259
271
|
"nameOrOrganisation": {
|
|
260
|
-
"ta7ed5Ref": "3.1.5.1"
|
|
272
|
+
"ta7ed5Ref": "3.1.5.1",
|
|
273
|
+
"title": "Name"
|
|
261
274
|
},
|
|
262
275
|
"address": {
|
|
263
276
|
"ta7ed5Ref": "3.1.5.2",
|
|
@@ -271,7 +284,8 @@
|
|
|
271
284
|
}
|
|
272
285
|
},
|
|
273
286
|
"emailAddress": {
|
|
274
|
-
"ta7ed5Ref": "3.1.5.3"
|
|
287
|
+
"ta7ed5Ref": "3.1.5.3",
|
|
288
|
+
"title": "Email"
|
|
275
289
|
}
|
|
276
290
|
}
|
|
277
291
|
}
|
|
@@ -292,7 +306,8 @@
|
|
|
292
306
|
],
|
|
293
307
|
"properties": {
|
|
294
308
|
"nameOrOrganisation": {
|
|
295
|
-
"ta7ed5Ref": "4.1.2.1"
|
|
309
|
+
"ta7ed5Ref": "4.1.2.1",
|
|
310
|
+
"title": "Name"
|
|
296
311
|
},
|
|
297
312
|
"address": {
|
|
298
313
|
"ta7ed5Ref": "4.1.2.2",
|
|
@@ -306,7 +321,8 @@
|
|
|
306
321
|
}
|
|
307
322
|
},
|
|
308
323
|
"emailAddress": {
|
|
309
|
-
"ta7ed5Ref": "4.1.2.3"
|
|
324
|
+
"ta7ed5Ref": "4.1.2.3",
|
|
325
|
+
"title": "Email"
|
|
310
326
|
}
|
|
311
327
|
}
|
|
312
328
|
}
|
|
@@ -358,6 +374,7 @@
|
|
|
358
374
|
"required": [
|
|
359
375
|
"collector"
|
|
360
376
|
],
|
|
377
|
+
"title": "If ground rent is payable, is it collected by the managing agent?",
|
|
361
378
|
"properties": {
|
|
362
379
|
"collector": {
|
|
363
380
|
"ta7ed5Ref": "4.3.2",
|
|
@@ -410,6 +427,7 @@
|
|
|
410
427
|
"required": [
|
|
411
428
|
"collector"
|
|
412
429
|
],
|
|
430
|
+
"title": "Does the managing agent arrange or collect charges for the insurance of the building?",
|
|
413
431
|
"properties": {
|
|
414
432
|
"collector": {
|
|
415
433
|
"ta7ed5Ref": "4.2.2",
|
|
@@ -459,7 +477,7 @@
|
|
|
459
477
|
},
|
|
460
478
|
"details": {
|
|
461
479
|
"ta7ed5Ref": "8.1.2",
|
|
462
|
-
"title": "Please supply further details and any documents relating to the variation
|
|
480
|
+
"title": "Please supply further details and any documents relating to the variation"
|
|
463
481
|
},
|
|
464
482
|
"attachments": {
|
|
465
483
|
"ta7ed5Ref": "8.1.3"
|
|
@@ -473,6 +491,7 @@
|
|
|
473
491
|
"required": [
|
|
474
492
|
"isSellerAwareOfChanges"
|
|
475
493
|
],
|
|
494
|
+
"title": "Are you aware of any changes to the terms of the lease?",
|
|
476
495
|
"properties": {
|
|
477
496
|
"isSellerAwareOfChanges": {
|
|
478
497
|
"ta7ed5Ref": "8.1.1"
|
|
@@ -548,7 +567,8 @@
|
|
|
548
567
|
]
|
|
549
568
|
},
|
|
550
569
|
"mostRecentGroundRentDemandStatus": {
|
|
551
|
-
"ta7ed5Ref": "2.2a"
|
|
570
|
+
"ta7ed5Ref": "2.2a",
|
|
571
|
+
"title": "Ground rent"
|
|
552
572
|
}
|
|
553
573
|
},
|
|
554
574
|
"required": [
|
|
@@ -636,7 +656,8 @@
|
|
|
636
656
|
]
|
|
637
657
|
},
|
|
638
658
|
"attachments": {
|
|
639
|
-
"ta7ed5Ref": "4.4.2"
|
|
659
|
+
"ta7ed5Ref": "4.4.2",
|
|
660
|
+
"title": "Supply evidence of your ownership or share certificate for membership of the organisation that is responsible for the management of the building."
|
|
640
661
|
}
|
|
641
662
|
},
|
|
642
663
|
"required": [
|
|
@@ -687,7 +708,8 @@
|
|
|
687
708
|
]
|
|
688
709
|
},
|
|
689
710
|
"mostRecentServiceChargeDemandStatus": {
|
|
690
|
-
"ta7ed5Ref": "2.2b"
|
|
711
|
+
"ta7ed5Ref": "2.2b",
|
|
712
|
+
"title": "Service charge"
|
|
691
713
|
},
|
|
692
714
|
"largeAdditionalExpense": {
|
|
693
715
|
"ta7ed5Ref": "5.4",
|
|
@@ -712,7 +734,8 @@
|
|
|
712
734
|
]
|
|
713
735
|
},
|
|
714
736
|
"details": {
|
|
715
|
-
"ta7ed5Ref": "5.4.2"
|
|
737
|
+
"ta7ed5Ref": "5.4.2",
|
|
738
|
+
"title": "Please give details"
|
|
716
739
|
}
|
|
717
740
|
},
|
|
718
741
|
"required": [
|
|
@@ -723,6 +746,7 @@
|
|
|
723
746
|
"required": [
|
|
724
747
|
"yesNo"
|
|
725
748
|
],
|
|
749
|
+
"title": "Do you know of any expense (e.g. the cost of redecoration of outside or communal areas that is not usually incurred annually) that is likely to be shown in the service charge accounts within the next three years?",
|
|
726
750
|
"properties": {
|
|
727
751
|
"yesNo": {
|
|
728
752
|
"ta7ed5Ref": "5.4.1"
|
|
@@ -763,6 +787,7 @@
|
|
|
763
787
|
"required": [
|
|
764
788
|
"yesNo"
|
|
765
789
|
],
|
|
790
|
+
"title": "Do you know of any issues in the last three years regarding the level of service charges or with the management?",
|
|
766
791
|
"properties": {
|
|
767
792
|
"yesNo": {
|
|
768
793
|
"ta7ed5Ref": "5.6.1"
|
|
@@ -803,6 +828,7 @@
|
|
|
803
828
|
"required": [
|
|
804
829
|
"yesNo"
|
|
805
830
|
],
|
|
831
|
+
"title": "Have you challenged the service charge or any expense in the last three years?",
|
|
806
832
|
"properties": {
|
|
807
833
|
"yesNo": {
|
|
808
834
|
"ta7ed5Ref": "5.5.1"
|
|
@@ -855,6 +881,7 @@
|
|
|
855
881
|
"properties": {
|
|
856
882
|
"externally": {
|
|
857
883
|
"ta7ed5Ref": "5.1",
|
|
884
|
+
"title": "In what year was the outside of the building last decorated?",
|
|
858
885
|
"properties": {
|
|
859
886
|
"year": {
|
|
860
887
|
"ta7ed5Ref": "5.1.1"
|
|
@@ -863,6 +890,7 @@
|
|
|
863
890
|
},
|
|
864
891
|
"internally": {
|
|
865
892
|
"ta7ed5Ref": "5.2",
|
|
893
|
+
"title": "In what year were any internal communal parts last decorated?",
|
|
866
894
|
"properties": {
|
|
867
895
|
"year": {
|
|
868
896
|
"ta7ed5Ref": "5.2.1"
|
|
@@ -887,7 +915,8 @@
|
|
|
887
915
|
],
|
|
888
916
|
"properties": {
|
|
889
917
|
"sellerContributesToServiceCharge": {
|
|
890
|
-
"ta7ed5Ref": "5.3"
|
|
918
|
+
"ta7ed5Ref": "5.3",
|
|
919
|
+
"title": "Do you contribute to the cost of maintaining the building?"
|
|
891
920
|
}
|
|
892
921
|
}
|
|
893
922
|
},
|
|
@@ -898,7 +927,8 @@
|
|
|
898
927
|
],
|
|
899
928
|
"properties": {
|
|
900
929
|
"mostRecentBuildingsInsuranceDemandStatus": {
|
|
901
|
-
"ta7ed5Ref": "2.2c"
|
|
930
|
+
"ta7ed5Ref": "2.2c",
|
|
931
|
+
"title": "Buildings insurance"
|
|
902
932
|
}
|
|
903
933
|
}
|
|
904
934
|
},
|
|
@@ -908,6 +938,7 @@
|
|
|
908
938
|
"sellerReceivedComplaint",
|
|
909
939
|
"sellerSentComplaint"
|
|
910
940
|
],
|
|
941
|
+
"title": "Complaints",
|
|
911
942
|
"properties": {
|
|
912
943
|
"sellerReceivedComplaint": {
|
|
913
944
|
"ta7ed5Ref": "10.1",
|
|
@@ -1003,6 +1034,7 @@
|
|
|
1003
1034
|
"deedOfCertificateServed",
|
|
1004
1035
|
"landlordsCertificateServed"
|
|
1005
1036
|
],
|
|
1037
|
+
"title": "Building safety for blocks of flats",
|
|
1006
1038
|
"properties": {
|
|
1007
1039
|
"isLeaseQualifying": {
|
|
1008
1040
|
"ta7ed5Ref": "11.3",
|
|
@@ -1197,6 +1229,7 @@
|
|
|
1197
1229
|
"required": [
|
|
1198
1230
|
"yesNo"
|
|
1199
1231
|
],
|
|
1232
|
+
"title": "Are you aware of any alterations having been made to the property since the lease was originally granted?",
|
|
1200
1233
|
"properties": {
|
|
1201
1234
|
"yesNo": {
|
|
1202
1235
|
"ta7ed5Ref": "9.1.1"
|
|
@@ -1335,6 +1368,7 @@
|
|
|
1335
1368
|
"required": [
|
|
1336
1369
|
"yesNo"
|
|
1337
1370
|
],
|
|
1371
|
+
"title": "Are you aware of any response to a notice disclosed in replies to 7.1 and 7.2 above?",
|
|
1338
1372
|
"properties": {
|
|
1339
1373
|
"yesNo": {
|
|
1340
1374
|
"ta7ed5Ref": "7.3.1"
|