@pdtf/schemas 3.0.0-22 → 3.0.0-24
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/package.json +1 -1
- package/src/examples/v3/exampleAddParticipantVouch.json +32 -0
- package/src/examples/v3/exampleDocumentedVouch.json +40 -0
- package/src/examples/v3/exampleElectronicRecord.json +30 -0
- package/src/examples/v3/exampleTransaction.json +679 -683
- package/src/examples/v3/exampleVouch.json +25 -0
- package/src/schemas/v3/combined.json +22688 -22733
- package/src/schemas/v3/overlays/baspi.json +5894 -5910
- package/src/schemas/v3/overlays/con29DW.json +568 -572
- package/src/schemas/v3/overlays/fme1.json +1044 -1048
- package/src/schemas/v3/overlays/llc1.json +5 -5
- package/src/schemas/v3/overlays/lpe1.json +1784 -1788
- package/src/schemas/v3/overlays/nts.json +1510 -1517
- package/src/schemas/v3/overlays/oc1.json +821 -821
- package/src/schemas/v3/overlays/piq.json +2352 -2360
- package/src/schemas/v3/overlays/rds.json +2724 -2732
- package/src/schemas/v3/overlays/ta10.json +4404 -4286
- package/src/schemas/v3/overlays/ta6.json +3085 -3077
- package/src/schemas/v3/overlays/ta7.json +756 -760
- package/src/schemas/v3/pdtf-transaction.json +18642 -18658
- package/src/schemas/v3/skeleton.json +2776 -2796
- package/src/tests/v3/transactionSchema.test.js +36 -44
- package/src/tests/v3/verifiedClaimsValidator.test.js +13 -13
|
@@ -3,300 +3,391 @@
|
|
|
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
|
-
"
|
|
10
|
+
"address": {
|
|
11
|
+
"ta7Ref": "0.1",
|
|
12
|
+
"properties": {
|
|
13
|
+
"line1": {
|
|
14
|
+
"ta7Ref": "0.1.1"
|
|
15
|
+
},
|
|
16
|
+
"line2": {
|
|
17
|
+
"ta7Ref": "0.1.2"
|
|
18
|
+
},
|
|
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",
|
|
8
32
|
"required": [
|
|
9
|
-
"
|
|
33
|
+
"ownershipsToBeTransferred"
|
|
10
34
|
],
|
|
11
35
|
"properties": {
|
|
12
|
-
"
|
|
13
|
-
"ta7Ref": "0.1",
|
|
14
|
-
"properties": {
|
|
15
|
-
"line1": {
|
|
16
|
-
"ta7Ref": "0.1.1"
|
|
17
|
-
},
|
|
18
|
-
"line2": {
|
|
19
|
-
"ta7Ref": "0.1.2"
|
|
20
|
-
},
|
|
21
|
-
"line3": {
|
|
22
|
-
"ta7Ref": "0.1.3"
|
|
23
|
-
},
|
|
24
|
-
"town": {
|
|
25
|
-
"ta7Ref": "0.1.4"
|
|
26
|
-
},
|
|
27
|
-
"postcode": {
|
|
28
|
-
"ta7Ref": "0.1.5"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
"ownership": {
|
|
36
|
+
"ownershipsToBeTransferred": {
|
|
33
37
|
"ta7Ref": "1",
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
38
|
+
"items": {
|
|
39
|
+
"ta7Ref": "1",
|
|
40
|
+
"discriminator": {
|
|
41
|
+
"propertyName": "ownershipType"
|
|
42
|
+
},
|
|
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
|
+
]
|
|
64
69
|
},
|
|
65
|
-
{
|
|
70
|
+
"leaseholdInformation": {
|
|
71
|
+
"required": [
|
|
72
|
+
"sharedOwnership",
|
|
73
|
+
"leaseTerm",
|
|
74
|
+
"contactDetails",
|
|
75
|
+
"transferAndRegistration",
|
|
76
|
+
"groundRent",
|
|
77
|
+
"ownershipAndManagement",
|
|
78
|
+
"disputesAndEnfranchisement",
|
|
79
|
+
"general",
|
|
80
|
+
"requiredDocuments"
|
|
81
|
+
],
|
|
66
82
|
"properties": {
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
]
|
|
83
|
+
"sharedOwnership": {
|
|
84
|
+
"required": [
|
|
85
|
+
"isSharedOwnership"
|
|
86
|
+
],
|
|
87
|
+
"properties": {
|
|
88
|
+
"isSharedOwnership": {
|
|
89
|
+
"ta7Ref": "1.1"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
71
92
|
},
|
|
72
|
-
"
|
|
93
|
+
"contactDetails": {
|
|
94
|
+
"ta7Ref": "4.1",
|
|
73
95
|
"required": [
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"contactDetails",
|
|
77
|
-
"transferAndRegistration",
|
|
78
|
-
"groundRent",
|
|
79
|
-
"ownershipAndManagement",
|
|
80
|
-
"disputesAndEnfranchisement",
|
|
81
|
-
"general",
|
|
82
|
-
"requiredDocuments"
|
|
96
|
+
"contacts",
|
|
97
|
+
"serviceContactAssignments"
|
|
83
98
|
],
|
|
84
99
|
"properties": {
|
|
85
|
-
"
|
|
86
|
-
"required": [
|
|
87
|
-
"isSharedOwnership"
|
|
88
|
-
],
|
|
89
|
-
"properties": {
|
|
90
|
-
"isSharedOwnership": {
|
|
91
|
-
"ta7Ref": "1.1"
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
|
-
"contactDetails": {
|
|
100
|
+
"contacts": {
|
|
96
101
|
"ta7Ref": "4.1",
|
|
97
102
|
"required": [
|
|
98
|
-
"
|
|
99
|
-
"
|
|
103
|
+
"landlord",
|
|
104
|
+
"managementCompany",
|
|
105
|
+
"managingAgent"
|
|
100
106
|
],
|
|
101
107
|
"properties": {
|
|
102
|
-
"
|
|
103
|
-
"ta7Ref": "4.
|
|
104
|
-
"required": [
|
|
105
|
-
"landlord",
|
|
106
|
-
"managementCompany",
|
|
107
|
-
"managingAgent"
|
|
108
|
-
],
|
|
108
|
+
"landlord": {
|
|
109
|
+
"ta7Ref": "4.1a",
|
|
109
110
|
"properties": {
|
|
110
|
-
"
|
|
111
|
+
"contact": {
|
|
111
112
|
"ta7Ref": "4.1a",
|
|
112
113
|
"properties": {
|
|
113
|
-
"
|
|
114
|
-
"ta7Ref": "4.1a"
|
|
114
|
+
"nameOrOrganisation": {
|
|
115
|
+
"ta7Ref": "4.1a.1"
|
|
116
|
+
},
|
|
117
|
+
"address": {
|
|
115
118
|
"properties": {
|
|
116
|
-
"
|
|
117
|
-
"ta7Ref": "4.1a.
|
|
119
|
+
"line1": {
|
|
120
|
+
"ta7Ref": "4.1a.2"
|
|
118
121
|
},
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"line1": {
|
|
122
|
-
"ta7Ref": "4.1a.2"
|
|
123
|
-
},
|
|
124
|
-
"line2": {
|
|
125
|
-
"ta7Ref": "4.1a.3"
|
|
126
|
-
},
|
|
127
|
-
"line3": {
|
|
128
|
-
"ta7Ref": "4.1a.4"
|
|
129
|
-
},
|
|
130
|
-
"town": {
|
|
131
|
-
"ta7Ref": "4.1a.5"
|
|
132
|
-
},
|
|
133
|
-
"postcode": {
|
|
134
|
-
"ta7Ref": "4.1a.6"
|
|
135
|
-
}
|
|
136
|
-
}
|
|
122
|
+
"line2": {
|
|
123
|
+
"ta7Ref": "4.1a.3"
|
|
137
124
|
},
|
|
138
|
-
"
|
|
139
|
-
"ta7Ref": "4.1a.
|
|
125
|
+
"line3": {
|
|
126
|
+
"ta7Ref": "4.1a.4"
|
|
140
127
|
},
|
|
141
|
-
"
|
|
142
|
-
"ta7Ref": "4.1a.
|
|
128
|
+
"town": {
|
|
129
|
+
"ta7Ref": "4.1a.5"
|
|
130
|
+
},
|
|
131
|
+
"postcode": {
|
|
132
|
+
"ta7Ref": "4.1a.6"
|
|
143
133
|
}
|
|
144
134
|
}
|
|
135
|
+
},
|
|
136
|
+
"telephone": {
|
|
137
|
+
"ta7Ref": "4.1a.7"
|
|
138
|
+
},
|
|
139
|
+
"emailAddress": {
|
|
140
|
+
"ta7Ref": "4.1a.8"
|
|
145
141
|
}
|
|
146
142
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"managementCompany": {
|
|
147
|
+
"properties": {
|
|
148
|
+
"contact": {
|
|
149
|
+
"ta7Ref": "4.1b",
|
|
149
150
|
"properties": {
|
|
150
|
-
"
|
|
151
|
-
"ta7Ref": "4.1b"
|
|
151
|
+
"nameOrOrganisation": {
|
|
152
|
+
"ta7Ref": "4.1b.1"
|
|
153
|
+
},
|
|
154
|
+
"address": {
|
|
152
155
|
"properties": {
|
|
153
|
-
"
|
|
154
|
-
"ta7Ref": "4.1b.
|
|
156
|
+
"line1": {
|
|
157
|
+
"ta7Ref": "4.1b.2"
|
|
158
|
+
},
|
|
159
|
+
"line2": {
|
|
160
|
+
"ta7Ref": "4.1b.3"
|
|
155
161
|
},
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"line1": {
|
|
159
|
-
"ta7Ref": "4.1b.2"
|
|
160
|
-
},
|
|
161
|
-
"line2": {
|
|
162
|
-
"ta7Ref": "4.1b.3"
|
|
163
|
-
},
|
|
164
|
-
"line3": {
|
|
165
|
-
"ta7Ref": "4.1b.4"
|
|
166
|
-
},
|
|
167
|
-
"town": {
|
|
168
|
-
"ta7Ref": "4.1b.5"
|
|
169
|
-
},
|
|
170
|
-
"postcode": {
|
|
171
|
-
"ta7Ref": "4.1b.6"
|
|
172
|
-
}
|
|
173
|
-
}
|
|
162
|
+
"line3": {
|
|
163
|
+
"ta7Ref": "4.1b.4"
|
|
174
164
|
},
|
|
175
|
-
"
|
|
176
|
-
"ta7Ref": "4.1b.
|
|
165
|
+
"town": {
|
|
166
|
+
"ta7Ref": "4.1b.5"
|
|
177
167
|
},
|
|
178
|
-
"
|
|
179
|
-
"ta7Ref": "4.1b.
|
|
168
|
+
"postcode": {
|
|
169
|
+
"ta7Ref": "4.1b.6"
|
|
180
170
|
}
|
|
181
171
|
}
|
|
172
|
+
},
|
|
173
|
+
"telephone": {
|
|
174
|
+
"ta7Ref": "4.1b.7"
|
|
175
|
+
},
|
|
176
|
+
"emailAddress": {
|
|
177
|
+
"ta7Ref": "4.1b.8"
|
|
182
178
|
}
|
|
183
179
|
}
|
|
184
|
-
}
|
|
185
|
-
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"managingAgent": {
|
|
184
|
+
"ta7Ref": "4.1c",
|
|
185
|
+
"properties": {
|
|
186
|
+
"contact": {
|
|
186
187
|
"ta7Ref": "4.1c",
|
|
187
188
|
"properties": {
|
|
188
|
-
"
|
|
189
|
-
"ta7Ref": "4.1c"
|
|
189
|
+
"nameOrOrganisation": {
|
|
190
|
+
"ta7Ref": "4.1c.1"
|
|
191
|
+
},
|
|
192
|
+
"address": {
|
|
190
193
|
"properties": {
|
|
191
|
-
"
|
|
192
|
-
"ta7Ref": "4.1c.
|
|
194
|
+
"line1": {
|
|
195
|
+
"ta7Ref": "4.1c.2"
|
|
193
196
|
},
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"line1": {
|
|
197
|
-
"ta7Ref": "4.1c.2"
|
|
198
|
-
},
|
|
199
|
-
"line2": {
|
|
200
|
-
"ta7Ref": "4.1c.3"
|
|
201
|
-
},
|
|
202
|
-
"line3": {
|
|
203
|
-
"ta7Ref": "4.1c.4"
|
|
204
|
-
},
|
|
205
|
-
"town": {
|
|
206
|
-
"ta7Ref": "4.1c.5"
|
|
207
|
-
},
|
|
208
|
-
"postcode": {
|
|
209
|
-
"ta7Ref": "4.1c.6"
|
|
210
|
-
}
|
|
211
|
-
}
|
|
197
|
+
"line2": {
|
|
198
|
+
"ta7Ref": "4.1c.3"
|
|
212
199
|
},
|
|
213
|
-
"
|
|
214
|
-
"ta7Ref": "4.1c.
|
|
200
|
+
"line3": {
|
|
201
|
+
"ta7Ref": "4.1c.4"
|
|
215
202
|
},
|
|
216
|
-
"
|
|
217
|
-
"ta7Ref": "4.1c.
|
|
203
|
+
"town": {
|
|
204
|
+
"ta7Ref": "4.1c.5"
|
|
205
|
+
},
|
|
206
|
+
"postcode": {
|
|
207
|
+
"ta7Ref": "4.1c.6"
|
|
218
208
|
}
|
|
219
209
|
}
|
|
210
|
+
},
|
|
211
|
+
"telephone": {
|
|
212
|
+
"ta7Ref": "4.1c.7"
|
|
213
|
+
},
|
|
214
|
+
"emailAddress": {
|
|
215
|
+
"ta7Ref": "4.1c.8"
|
|
220
216
|
}
|
|
221
217
|
}
|
|
222
218
|
}
|
|
223
219
|
}
|
|
224
|
-
},
|
|
225
|
-
"serviceContactAssignments": {
|
|
226
|
-
"required": [
|
|
227
|
-
"organisesBuildingInsurance"
|
|
228
|
-
],
|
|
229
|
-
"properties": {
|
|
230
|
-
"organisesBuildingInsurance": {
|
|
231
|
-
"ta7Ref": "5.1",
|
|
232
|
-
"title": "Who is responsible for arranging the buildings insurance on the property?"
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
220
|
}
|
|
236
221
|
}
|
|
237
222
|
},
|
|
238
|
-
"
|
|
223
|
+
"serviceContactAssignments": {
|
|
239
224
|
"required": [
|
|
240
|
-
"
|
|
241
|
-
"changesInTermOfLease"
|
|
225
|
+
"organisesBuildingInsurance"
|
|
242
226
|
],
|
|
243
227
|
"properties": {
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
|
|
247
|
-
|
|
228
|
+
"organisesBuildingInsurance": {
|
|
229
|
+
"ta7Ref": "5.1",
|
|
230
|
+
"title": "Who is responsible for arranging the buildings insurance on the property?"
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"transferAndRegistration": {
|
|
237
|
+
"required": [
|
|
238
|
+
"awareOfConsents",
|
|
239
|
+
"changesInTermOfLease"
|
|
240
|
+
],
|
|
241
|
+
"properties": {
|
|
242
|
+
"awareOfConsents": {
|
|
243
|
+
"required": [
|
|
244
|
+
"yesNo"
|
|
245
|
+
],
|
|
246
|
+
"properties": {
|
|
247
|
+
"yesNo": {
|
|
248
|
+
"ta7Ref": "9.3.1"
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
"changesInTermOfLease": {
|
|
253
|
+
"ta7Ref": "7.1",
|
|
254
|
+
"discriminator": {
|
|
255
|
+
"propertyName": "isSellerAwareOfChanges"
|
|
256
|
+
},
|
|
257
|
+
"oneOf": [
|
|
258
|
+
{
|
|
248
259
|
"properties": {
|
|
249
|
-
"
|
|
250
|
-
"
|
|
260
|
+
"isSellerAwareOfChanges": {
|
|
261
|
+
"enum": [
|
|
262
|
+
"No",
|
|
263
|
+
"Attached",
|
|
264
|
+
"To follow",
|
|
265
|
+
"Lost"
|
|
266
|
+
]
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"properties": {
|
|
272
|
+
"isSellerAwareOfChanges": {
|
|
273
|
+
"enum": [
|
|
274
|
+
"Yes"
|
|
275
|
+
]
|
|
276
|
+
},
|
|
277
|
+
"details": {
|
|
278
|
+
"ta7Ref": "7.1.3"
|
|
251
279
|
}
|
|
252
280
|
}
|
|
281
|
+
}
|
|
282
|
+
],
|
|
283
|
+
"required": [
|
|
284
|
+
"isSellerAwareOfChanges"
|
|
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
|
+
]
|
|
253
310
|
},
|
|
254
|
-
"
|
|
255
|
-
"ta7Ref": "
|
|
311
|
+
"annualGroundRent": {
|
|
312
|
+
"ta7Ref": "1.2a"
|
|
313
|
+
},
|
|
314
|
+
"groundRentFrequency": {
|
|
315
|
+
"ta7Ref": "1.2b"
|
|
316
|
+
},
|
|
317
|
+
"rentSubjectToIncrease": {
|
|
318
|
+
"ta7Ref": "1.2c",
|
|
256
319
|
"discriminator": {
|
|
257
|
-
"propertyName": "
|
|
320
|
+
"propertyName": "yesNo"
|
|
258
321
|
},
|
|
259
322
|
"oneOf": [
|
|
260
323
|
{
|
|
261
324
|
"properties": {
|
|
262
|
-
"
|
|
325
|
+
"yesNo": {
|
|
263
326
|
"enum": [
|
|
264
|
-
"No"
|
|
265
|
-
"Attached",
|
|
266
|
-
"To follow",
|
|
267
|
-
"Lost"
|
|
327
|
+
"No"
|
|
268
328
|
]
|
|
269
329
|
}
|
|
270
330
|
}
|
|
271
331
|
},
|
|
272
332
|
{
|
|
273
333
|
"properties": {
|
|
274
|
-
"
|
|
334
|
+
"yesNo": {
|
|
275
335
|
"enum": [
|
|
276
336
|
"Yes"
|
|
277
337
|
]
|
|
278
338
|
},
|
|
279
|
-
"
|
|
280
|
-
"ta7Ref": "
|
|
339
|
+
"rentReviewFrequency": {
|
|
340
|
+
"ta7Ref": "1.2d"
|
|
341
|
+
},
|
|
342
|
+
"rentIncreaseCalculated": {
|
|
343
|
+
"ta7Ref": "1.2e"
|
|
281
344
|
}
|
|
282
345
|
}
|
|
283
346
|
}
|
|
284
347
|
],
|
|
285
348
|
"required": [
|
|
286
|
-
"
|
|
287
|
-
]
|
|
349
|
+
"yesNo"
|
|
350
|
+
],
|
|
351
|
+
"properties": {
|
|
352
|
+
"yesNo": {
|
|
353
|
+
"ta7Ref": "1.2c.1"
|
|
354
|
+
}
|
|
355
|
+
}
|
|
288
356
|
}
|
|
289
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"
|
|
290
381
|
},
|
|
291
|
-
"
|
|
292
|
-
"ta7Ref": "
|
|
382
|
+
"hasHeadlease": {
|
|
383
|
+
"ta7Ref": "2.2",
|
|
293
384
|
"discriminator": {
|
|
294
|
-
"propertyName": "
|
|
385
|
+
"propertyName": "yesNo"
|
|
295
386
|
},
|
|
296
387
|
"oneOf": [
|
|
297
388
|
{
|
|
298
389
|
"properties": {
|
|
299
|
-
"
|
|
390
|
+
"yesNo": {
|
|
300
391
|
"enum": [
|
|
301
392
|
"No"
|
|
302
393
|
]
|
|
@@ -305,84 +396,93 @@
|
|
|
305
396
|
},
|
|
306
397
|
{
|
|
307
398
|
"properties": {
|
|
308
|
-
"
|
|
399
|
+
"yesNo": {
|
|
309
400
|
"enum": [
|
|
310
401
|
"Yes"
|
|
311
402
|
]
|
|
312
403
|
},
|
|
313
|
-
"
|
|
314
|
-
"ta7Ref": "
|
|
315
|
-
},
|
|
316
|
-
"groundRentFrequency": {
|
|
317
|
-
"ta7Ref": "1.2b"
|
|
318
|
-
},
|
|
319
|
-
"rentSubjectToIncrease": {
|
|
320
|
-
"ta7Ref": "1.2c",
|
|
321
|
-
"discriminator": {
|
|
322
|
-
"propertyName": "yesNo"
|
|
323
|
-
},
|
|
324
|
-
"oneOf": [
|
|
325
|
-
{
|
|
326
|
-
"properties": {
|
|
327
|
-
"yesNo": {
|
|
328
|
-
"enum": [
|
|
329
|
-
"No"
|
|
330
|
-
]
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"properties": {
|
|
336
|
-
"yesNo": {
|
|
337
|
-
"enum": [
|
|
338
|
-
"Yes"
|
|
339
|
-
]
|
|
340
|
-
},
|
|
341
|
-
"rentReviewFrequency": {
|
|
342
|
-
"ta7Ref": "1.2d"
|
|
343
|
-
},
|
|
344
|
-
"rentIncreaseCalculated": {
|
|
345
|
-
"ta7Ref": "1.2e"
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
],
|
|
350
|
-
"required": [
|
|
351
|
-
"yesNo"
|
|
352
|
-
],
|
|
353
|
-
"properties": {
|
|
354
|
-
"yesNo": {
|
|
355
|
-
"ta7Ref": "1.2c.1"
|
|
356
|
-
}
|
|
357
|
-
}
|
|
404
|
+
"headLeaseholderControlled": {
|
|
405
|
+
"ta7Ref": "2.2.2"
|
|
358
406
|
}
|
|
359
407
|
}
|
|
360
408
|
}
|
|
361
409
|
],
|
|
362
410
|
"required": [
|
|
363
|
-
"
|
|
411
|
+
"yesNo"
|
|
364
412
|
],
|
|
365
413
|
"properties": {
|
|
366
|
-
"
|
|
367
|
-
"ta7Ref": "
|
|
414
|
+
"yesNo": {
|
|
415
|
+
"ta7Ref": "2.2.1"
|
|
368
416
|
}
|
|
369
417
|
}
|
|
370
418
|
},
|
|
371
|
-
"
|
|
372
|
-
"ta7Ref": "2",
|
|
373
|
-
"
|
|
374
|
-
"
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
419
|
+
"buildingManager": {
|
|
420
|
+
"ta7Ref": "2.3",
|
|
421
|
+
"discriminator": {
|
|
422
|
+
"propertyName": "buildingManagerType"
|
|
423
|
+
},
|
|
424
|
+
"oneOf": [
|
|
425
|
+
{
|
|
426
|
+
"properties": {
|
|
427
|
+
"buildingManagerType": {
|
|
428
|
+
"enum": [
|
|
429
|
+
"Freeholder",
|
|
430
|
+
"Headleaseholder",
|
|
431
|
+
"Management company named in lease of the property",
|
|
432
|
+
"Right to manage company set up by the tenants under statutory rights"
|
|
433
|
+
]
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"properties": {
|
|
439
|
+
"buildingManagerType": {
|
|
440
|
+
"enum": [
|
|
441
|
+
"Other"
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
"details": {
|
|
445
|
+
"ta7Ref": "2.3e"
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
}
|
|
379
449
|
],
|
|
450
|
+
"required": [
|
|
451
|
+
"buildingManagerType"
|
|
452
|
+
]
|
|
453
|
+
},
|
|
454
|
+
"hasTenantCompanyDissolved": {
|
|
455
|
+
"ta7Ref": "2.4"
|
|
456
|
+
},
|
|
457
|
+
"isManagingAgentEmployed": {
|
|
458
|
+
"ta7Ref": "2.5"
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
"serviceCharge": {
|
|
463
|
+
"ta7Ref": "5.4",
|
|
464
|
+
"discriminator": {
|
|
465
|
+
"propertyName": "sellerContributesToServiceCharge"
|
|
466
|
+
},
|
|
467
|
+
"oneOf": [
|
|
468
|
+
{
|
|
469
|
+
"properties": {
|
|
470
|
+
"sellerContributesToServiceCharge": {
|
|
471
|
+
"enum": [
|
|
472
|
+
"No"
|
|
473
|
+
]
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
{
|
|
380
478
|
"properties": {
|
|
381
|
-
"
|
|
382
|
-
"
|
|
479
|
+
"sellerContributesToServiceCharge": {
|
|
480
|
+
"enum": [
|
|
481
|
+
"Yes"
|
|
482
|
+
]
|
|
383
483
|
},
|
|
384
|
-
"
|
|
385
|
-
"ta7Ref": "
|
|
484
|
+
"largeAdditionalExpense": {
|
|
485
|
+
"ta7Ref": "5.5",
|
|
386
486
|
"discriminator": {
|
|
387
487
|
"propertyName": "yesNo"
|
|
388
488
|
},
|
|
@@ -403,8 +503,8 @@
|
|
|
403
503
|
"Yes"
|
|
404
504
|
]
|
|
405
505
|
},
|
|
406
|
-
"
|
|
407
|
-
"ta7Ref": "
|
|
506
|
+
"details": {
|
|
507
|
+
"ta7Ref": "5.5.2"
|
|
408
508
|
}
|
|
409
509
|
}
|
|
410
510
|
}
|
|
@@ -414,349 +514,89 @@
|
|
|
414
514
|
],
|
|
415
515
|
"properties": {
|
|
416
516
|
"yesNo": {
|
|
417
|
-
"ta7Ref": "
|
|
517
|
+
"ta7Ref": "5.5.1"
|
|
418
518
|
}
|
|
419
519
|
}
|
|
420
520
|
},
|
|
421
|
-
"
|
|
422
|
-
"ta7Ref": "
|
|
521
|
+
"problemInServiceChargeLevel": {
|
|
522
|
+
"ta7Ref": "5.6",
|
|
423
523
|
"discriminator": {
|
|
424
|
-
"propertyName": "
|
|
524
|
+
"propertyName": "yesNo"
|
|
425
525
|
},
|
|
426
526
|
"oneOf": [
|
|
427
527
|
{
|
|
428
528
|
"properties": {
|
|
429
|
-
"
|
|
529
|
+
"yesNo": {
|
|
430
530
|
"enum": [
|
|
431
|
-
"
|
|
432
|
-
"Headleaseholder",
|
|
433
|
-
"Management company named in lease of the property",
|
|
434
|
-
"Right to manage company set up by the tenants under statutory rights"
|
|
531
|
+
"No"
|
|
435
532
|
]
|
|
436
533
|
}
|
|
437
534
|
}
|
|
438
535
|
},
|
|
439
536
|
{
|
|
440
537
|
"properties": {
|
|
441
|
-
"
|
|
538
|
+
"yesNo": {
|
|
442
539
|
"enum": [
|
|
443
|
-
"
|
|
540
|
+
"Yes"
|
|
444
541
|
]
|
|
445
542
|
},
|
|
446
543
|
"details": {
|
|
447
|
-
"ta7Ref": "2
|
|
544
|
+
"ta7Ref": "5.6.2"
|
|
448
545
|
}
|
|
449
546
|
}
|
|
450
547
|
}
|
|
451
548
|
],
|
|
452
549
|
"required": [
|
|
453
|
-
"
|
|
454
|
-
]
|
|
455
|
-
},
|
|
456
|
-
"hasTenantCompanyDissolved": {
|
|
457
|
-
"ta7Ref": "2.4"
|
|
458
|
-
},
|
|
459
|
-
"isManagingAgentEmployed": {
|
|
460
|
-
"ta7Ref": "2.5"
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
},
|
|
464
|
-
"serviceCharge": {
|
|
465
|
-
"ta7Ref": "5.4",
|
|
466
|
-
"discriminator": {
|
|
467
|
-
"propertyName": "sellerContributesToServiceCharge"
|
|
468
|
-
},
|
|
469
|
-
"oneOf": [
|
|
470
|
-
{
|
|
550
|
+
"yesNo"
|
|
551
|
+
],
|
|
471
552
|
"properties": {
|
|
472
|
-
"
|
|
473
|
-
"
|
|
474
|
-
"No"
|
|
475
|
-
]
|
|
553
|
+
"yesNo": {
|
|
554
|
+
"ta7Ref": "5.6.1"
|
|
476
555
|
}
|
|
477
556
|
}
|
|
478
557
|
},
|
|
479
|
-
{
|
|
480
|
-
"
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
"largeAdditionalExpense": {
|
|
487
|
-
"ta7Ref": "5.5",
|
|
488
|
-
"discriminator": {
|
|
489
|
-
"propertyName": "yesNo"
|
|
490
|
-
},
|
|
491
|
-
"oneOf": [
|
|
492
|
-
{
|
|
493
|
-
"properties": {
|
|
494
|
-
"yesNo": {
|
|
495
|
-
"enum": [
|
|
496
|
-
"No"
|
|
497
|
-
]
|
|
498
|
-
}
|
|
499
|
-
}
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"properties": {
|
|
503
|
-
"yesNo": {
|
|
504
|
-
"enum": [
|
|
505
|
-
"Yes"
|
|
506
|
-
]
|
|
507
|
-
},
|
|
508
|
-
"details": {
|
|
509
|
-
"ta7Ref": "5.5.2"
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
|
-
}
|
|
513
|
-
],
|
|
514
|
-
"required": [
|
|
515
|
-
"yesNo"
|
|
516
|
-
],
|
|
517
|
-
"properties": {
|
|
518
|
-
"yesNo": {
|
|
519
|
-
"ta7Ref": "5.5.1"
|
|
520
|
-
}
|
|
521
|
-
}
|
|
522
|
-
},
|
|
523
|
-
"problemInServiceChargeLevel": {
|
|
524
|
-
"ta7Ref": "5.6",
|
|
525
|
-
"discriminator": {
|
|
526
|
-
"propertyName": "yesNo"
|
|
527
|
-
},
|
|
528
|
-
"oneOf": [
|
|
529
|
-
{
|
|
530
|
-
"properties": {
|
|
531
|
-
"yesNo": {
|
|
532
|
-
"enum": [
|
|
533
|
-
"No"
|
|
534
|
-
]
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"properties": {
|
|
540
|
-
"yesNo": {
|
|
541
|
-
"enum": [
|
|
542
|
-
"Yes"
|
|
543
|
-
]
|
|
544
|
-
},
|
|
545
|
-
"details": {
|
|
546
|
-
"ta7Ref": "5.6.2"
|
|
547
|
-
}
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
],
|
|
551
|
-
"required": [
|
|
552
|
-
"yesNo"
|
|
553
|
-
],
|
|
554
|
-
"properties": {
|
|
555
|
-
"yesNo": {
|
|
556
|
-
"ta7Ref": "5.6.1"
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
},
|
|
560
|
-
"serviceChargeChallenged": {
|
|
561
|
-
"ta7Ref": "5.7",
|
|
562
|
-
"discriminator": {
|
|
563
|
-
"propertyName": "yesNo"
|
|
564
|
-
},
|
|
565
|
-
"oneOf": [
|
|
566
|
-
{
|
|
567
|
-
"properties": {
|
|
568
|
-
"yesNo": {
|
|
569
|
-
"enum": [
|
|
570
|
-
"No"
|
|
571
|
-
]
|
|
572
|
-
}
|
|
573
|
-
}
|
|
574
|
-
},
|
|
575
|
-
{
|
|
576
|
-
"properties": {
|
|
577
|
-
"yesNo": {
|
|
578
|
-
"enum": [
|
|
579
|
-
"Yes"
|
|
580
|
-
]
|
|
581
|
-
},
|
|
582
|
-
"details": {
|
|
583
|
-
"ta7Ref": "5.7.2"
|
|
584
|
-
}
|
|
585
|
-
}
|
|
586
|
-
}
|
|
587
|
-
],
|
|
588
|
-
"required": [
|
|
589
|
-
"yesNo"
|
|
590
|
-
],
|
|
591
|
-
"properties": {
|
|
592
|
-
"yesNo": {
|
|
593
|
-
"ta7Ref": "5.7.1"
|
|
594
|
-
}
|
|
595
|
-
}
|
|
596
|
-
},
|
|
597
|
-
"dangerousCladdingOrDefects": {
|
|
598
|
-
"ta7Ref": "5.8"
|
|
599
|
-
},
|
|
600
|
-
"difficultyInCollectingServiceCharge": {
|
|
601
|
-
"ta7Ref": "5.9",
|
|
602
|
-
"discriminator": {
|
|
603
|
-
"propertyName": "yesNo"
|
|
604
|
-
},
|
|
605
|
-
"oneOf": [
|
|
606
|
-
{
|
|
607
|
-
"properties": {
|
|
608
|
-
"yesNo": {
|
|
609
|
-
"enum": [
|
|
610
|
-
"No"
|
|
611
|
-
]
|
|
612
|
-
}
|
|
613
|
-
}
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"properties": {
|
|
617
|
-
"yesNo": {
|
|
618
|
-
"enum": [
|
|
619
|
-
"Yes"
|
|
620
|
-
]
|
|
621
|
-
}
|
|
622
|
-
}
|
|
623
|
-
}
|
|
624
|
-
],
|
|
625
|
-
"required": [
|
|
626
|
-
"yesNo"
|
|
627
|
-
],
|
|
558
|
+
"serviceChargeChallenged": {
|
|
559
|
+
"ta7Ref": "5.7",
|
|
560
|
+
"discriminator": {
|
|
561
|
+
"propertyName": "yesNo"
|
|
562
|
+
},
|
|
563
|
+
"oneOf": [
|
|
564
|
+
{
|
|
628
565
|
"properties": {
|
|
629
566
|
"yesNo": {
|
|
630
|
-
"
|
|
567
|
+
"enum": [
|
|
568
|
+
"No"
|
|
569
|
+
]
|
|
631
570
|
}
|
|
632
571
|
}
|
|
633
572
|
},
|
|
634
|
-
|
|
635
|
-
"ta7Ref": "5.10",
|
|
636
|
-
"discriminator": {
|
|
637
|
-
"propertyName": "yesNo"
|
|
638
|
-
},
|
|
639
|
-
"oneOf": [
|
|
640
|
-
{
|
|
641
|
-
"properties": {
|
|
642
|
-
"yesNo": {
|
|
643
|
-
"enum": [
|
|
644
|
-
"No"
|
|
645
|
-
]
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
},
|
|
649
|
-
{
|
|
650
|
-
"properties": {
|
|
651
|
-
"yesNo": {
|
|
652
|
-
"enum": [
|
|
653
|
-
"Yes"
|
|
654
|
-
]
|
|
655
|
-
},
|
|
656
|
-
"details": {
|
|
657
|
-
"ta7Ref": "5.10.2"
|
|
658
|
-
}
|
|
659
|
-
}
|
|
660
|
-
}
|
|
661
|
-
],
|
|
662
|
-
"required": [
|
|
663
|
-
"yesNo"
|
|
664
|
-
],
|
|
573
|
+
{
|
|
665
574
|
"properties": {
|
|
666
575
|
"yesNo": {
|
|
667
|
-
"
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
},
|
|
671
|
-
"lastDecoratedPeriod": {
|
|
672
|
-
"ta7Ref": "5",
|
|
673
|
-
"properties": {
|
|
674
|
-
"internally": {
|
|
675
|
-
"ta7Ref": "5.3"
|
|
676
|
-
},
|
|
677
|
-
"externally": {
|
|
678
|
-
"ta7Ref": "5.2"
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
},
|
|
682
|
-
"deedOfCertificateServed": {
|
|
683
|
-
"ta7Ref": "11.3",
|
|
684
|
-
"discriminator": {
|
|
685
|
-
"propertyName": "yesNoNotApplicable"
|
|
686
|
-
},
|
|
687
|
-
"oneOf": [
|
|
688
|
-
{
|
|
689
|
-
"properties": {
|
|
690
|
-
"yesNoNotApplicable": {
|
|
691
|
-
"enum": [
|
|
692
|
-
"Not applicable"
|
|
693
|
-
]
|
|
694
|
-
}
|
|
695
|
-
}
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"properties": {
|
|
699
|
-
"yesNoNotApplicable": {
|
|
700
|
-
"enum": [
|
|
701
|
-
"No"
|
|
702
|
-
]
|
|
703
|
-
}
|
|
704
|
-
}
|
|
576
|
+
"enum": [
|
|
577
|
+
"Yes"
|
|
578
|
+
]
|
|
705
579
|
},
|
|
706
|
-
{
|
|
707
|
-
"
|
|
708
|
-
"yesNoNotApplicable": {
|
|
709
|
-
"enum": [
|
|
710
|
-
"Yes"
|
|
711
|
-
]
|
|
712
|
-
},
|
|
713
|
-
"sellerCompletedDeedOfCertificate": {
|
|
714
|
-
"ta7Ref": "11.3a"
|
|
715
|
-
}
|
|
716
|
-
}
|
|
717
|
-
}
|
|
718
|
-
],
|
|
719
|
-
"required": [
|
|
720
|
-
"yesNoNotApplicable"
|
|
721
|
-
],
|
|
722
|
-
"title": "Is there a Leaseholder Deed of Certificate for the property?",
|
|
723
|
-
"properties": {
|
|
724
|
-
"yesNoNotApplicable": {
|
|
725
|
-
"ta7Ref": "11.3.1"
|
|
580
|
+
"details": {
|
|
581
|
+
"ta7Ref": "5.7.2"
|
|
726
582
|
}
|
|
727
583
|
}
|
|
728
584
|
}
|
|
729
|
-
|
|
585
|
+
],
|
|
730
586
|
"required": [
|
|
731
|
-
"
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
"
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
"sellerContributesToServiceCharge"
|
|
745
|
-
],
|
|
746
|
-
"properties": {
|
|
747
|
-
"sellerContributesToServiceCharge": {
|
|
748
|
-
"ta7Ref": "5.4"
|
|
749
|
-
}
|
|
750
|
-
}
|
|
751
|
-
},
|
|
752
|
-
"disputesAndEnfranchisement": {
|
|
753
|
-
"required": [
|
|
754
|
-
"sellerReceivedComplaint",
|
|
755
|
-
"sellerSentComplaint"
|
|
756
|
-
],
|
|
757
|
-
"properties": {
|
|
758
|
-
"sellerReceivedComplaint": {
|
|
759
|
-
"ta7Ref": "8.1",
|
|
587
|
+
"yesNo"
|
|
588
|
+
],
|
|
589
|
+
"properties": {
|
|
590
|
+
"yesNo": {
|
|
591
|
+
"ta7Ref": "5.7.1"
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
"dangerousCladdingOrDefects": {
|
|
596
|
+
"ta7Ref": "5.8"
|
|
597
|
+
},
|
|
598
|
+
"difficultyInCollectingServiceCharge": {
|
|
599
|
+
"ta7Ref": "5.9",
|
|
760
600
|
"discriminator": {
|
|
761
601
|
"propertyName": "yesNo"
|
|
762
602
|
},
|
|
@@ -776,9 +616,6 @@
|
|
|
776
616
|
"enum": [
|
|
777
617
|
"Yes"
|
|
778
618
|
]
|
|
779
|
-
},
|
|
780
|
-
"details": {
|
|
781
|
-
"ta7Ref": "8.1.2"
|
|
782
619
|
}
|
|
783
620
|
}
|
|
784
621
|
}
|
|
@@ -788,12 +625,12 @@
|
|
|
788
625
|
],
|
|
789
626
|
"properties": {
|
|
790
627
|
"yesNo": {
|
|
791
|
-
"ta7Ref": "
|
|
628
|
+
"ta7Ref": "5.9.1"
|
|
792
629
|
}
|
|
793
630
|
}
|
|
794
631
|
},
|
|
795
|
-
"
|
|
796
|
-
"ta7Ref": "
|
|
632
|
+
"serviceChargeOwed": {
|
|
633
|
+
"ta7Ref": "5.10",
|
|
797
634
|
"discriminator": {
|
|
798
635
|
"propertyName": "yesNo"
|
|
799
636
|
},
|
|
@@ -815,7 +652,7 @@
|
|
|
815
652
|
]
|
|
816
653
|
},
|
|
817
654
|
"details": {
|
|
818
|
-
"ta7Ref": "
|
|
655
|
+
"ta7Ref": "5.10.2"
|
|
819
656
|
}
|
|
820
657
|
}
|
|
821
658
|
}
|
|
@@ -825,31 +662,39 @@
|
|
|
825
662
|
],
|
|
826
663
|
"properties": {
|
|
827
664
|
"yesNo": {
|
|
828
|
-
"ta7Ref": "
|
|
665
|
+
"ta7Ref": "5.10.1"
|
|
829
666
|
}
|
|
830
667
|
}
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
"ta7Ref": "9.1",
|
|
668
|
+
},
|
|
669
|
+
"lastDecoratedPeriod": {
|
|
670
|
+
"ta7Ref": "5",
|
|
671
|
+
"properties": {
|
|
672
|
+
"internally": {
|
|
673
|
+
"ta7Ref": "5.3"
|
|
674
|
+
},
|
|
675
|
+
"externally": {
|
|
676
|
+
"ta7Ref": "5.2"
|
|
677
|
+
}
|
|
678
|
+
}
|
|
679
|
+
},
|
|
680
|
+
"deedOfCertificateServed": {
|
|
681
|
+
"ta7Ref": "11.3",
|
|
846
682
|
"discriminator": {
|
|
847
|
-
"propertyName": "
|
|
683
|
+
"propertyName": "yesNoNotApplicable"
|
|
848
684
|
},
|
|
849
685
|
"oneOf": [
|
|
850
686
|
{
|
|
851
687
|
"properties": {
|
|
852
|
-
"
|
|
688
|
+
"yesNoNotApplicable": {
|
|
689
|
+
"enum": [
|
|
690
|
+
"Not applicable"
|
|
691
|
+
]
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"properties": {
|
|
697
|
+
"yesNoNotApplicable": {
|
|
853
698
|
"enum": [
|
|
854
699
|
"No"
|
|
855
700
|
]
|
|
@@ -858,217 +703,368 @@
|
|
|
858
703
|
},
|
|
859
704
|
{
|
|
860
705
|
"properties": {
|
|
861
|
-
"
|
|
706
|
+
"yesNoNotApplicable": {
|
|
862
707
|
"enum": [
|
|
863
708
|
"Yes"
|
|
864
709
|
]
|
|
865
710
|
},
|
|
866
|
-
"
|
|
867
|
-
"ta7Ref": "
|
|
868
|
-
},
|
|
869
|
-
"landlordConsentObtained": {
|
|
870
|
-
"ta7Ref": "9.3"
|
|
711
|
+
"sellerCompletedDeedOfCertificate": {
|
|
712
|
+
"ta7Ref": "11.3a"
|
|
871
713
|
}
|
|
872
714
|
}
|
|
873
715
|
}
|
|
874
716
|
],
|
|
875
717
|
"required": [
|
|
876
|
-
"
|
|
718
|
+
"yesNoNotApplicable"
|
|
877
719
|
],
|
|
720
|
+
"title": "Is there a Leaseholder Deed of Certificate for the property?",
|
|
721
|
+
"properties": {
|
|
722
|
+
"yesNoNotApplicable": {
|
|
723
|
+
"ta7Ref": "11.3.1"
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
},
|
|
728
|
+
"required": [
|
|
729
|
+
"annualServiceCharge",
|
|
730
|
+
"largeAdditionalExpense",
|
|
731
|
+
"problemInServiceChargeLevel",
|
|
732
|
+
"serviceChargeChallenged",
|
|
733
|
+
"dangerousCladdingOrDefects",
|
|
734
|
+
"difficultyInCollectingServiceCharge",
|
|
735
|
+
"serviceChargeOwed",
|
|
736
|
+
"lastDecoratedPeriod",
|
|
737
|
+
"deedOfCertificateServed"
|
|
738
|
+
]
|
|
739
|
+
}
|
|
740
|
+
],
|
|
741
|
+
"required": [
|
|
742
|
+
"sellerContributesToServiceCharge"
|
|
743
|
+
],
|
|
744
|
+
"properties": {
|
|
745
|
+
"sellerContributesToServiceCharge": {
|
|
746
|
+
"ta7Ref": "5.4"
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
"disputesAndEnfranchisement": {
|
|
751
|
+
"required": [
|
|
752
|
+
"sellerReceivedComplaint",
|
|
753
|
+
"sellerSentComplaint"
|
|
754
|
+
],
|
|
755
|
+
"properties": {
|
|
756
|
+
"sellerReceivedComplaint": {
|
|
757
|
+
"ta7Ref": "8.1",
|
|
758
|
+
"discriminator": {
|
|
759
|
+
"propertyName": "yesNo"
|
|
760
|
+
},
|
|
761
|
+
"oneOf": [
|
|
762
|
+
{
|
|
878
763
|
"properties": {
|
|
879
764
|
"yesNo": {
|
|
880
|
-
"
|
|
765
|
+
"enum": [
|
|
766
|
+
"No"
|
|
767
|
+
]
|
|
881
768
|
}
|
|
882
769
|
}
|
|
883
770
|
},
|
|
884
|
-
|
|
885
|
-
"
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
|
|
771
|
+
{
|
|
772
|
+
"properties": {
|
|
773
|
+
"yesNo": {
|
|
774
|
+
"enum": [
|
|
775
|
+
"Yes"
|
|
776
|
+
]
|
|
777
|
+
},
|
|
778
|
+
"details": {
|
|
779
|
+
"ta7Ref": "8.1.2"
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
],
|
|
784
|
+
"required": [
|
|
785
|
+
"yesNo"
|
|
786
|
+
],
|
|
787
|
+
"properties": {
|
|
788
|
+
"yesNo": {
|
|
789
|
+
"ta7Ref": "8.1.1"
|
|
898
790
|
}
|
|
899
791
|
}
|
|
900
792
|
},
|
|
901
|
-
"
|
|
793
|
+
"sellerSentComplaint": {
|
|
794
|
+
"ta7Ref": "8.2",
|
|
795
|
+
"discriminator": {
|
|
796
|
+
"propertyName": "yesNo"
|
|
797
|
+
},
|
|
798
|
+
"oneOf": [
|
|
799
|
+
{
|
|
800
|
+
"properties": {
|
|
801
|
+
"yesNo": {
|
|
802
|
+
"enum": [
|
|
803
|
+
"No"
|
|
804
|
+
]
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"properties": {
|
|
810
|
+
"yesNo": {
|
|
811
|
+
"enum": [
|
|
812
|
+
"Yes"
|
|
813
|
+
]
|
|
814
|
+
},
|
|
815
|
+
"details": {
|
|
816
|
+
"ta7Ref": "8.2.2"
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
],
|
|
902
821
|
"required": [
|
|
903
|
-
"
|
|
904
|
-
"noticeOfBuildingCondition",
|
|
905
|
-
"landlordNotifiedOfSale",
|
|
906
|
-
"copyOfcorrespondence",
|
|
907
|
-
"serviceChargeAccounts",
|
|
908
|
-
"groundRent",
|
|
909
|
-
"buildingsInsurancePolicy",
|
|
910
|
-
"additionalRegulationsNotInLease",
|
|
911
|
-
"deedsOfVariation",
|
|
912
|
-
"deedOfCovenant",
|
|
913
|
-
"memorandumAndArticles",
|
|
914
|
-
"shareOrMembershipCertificate",
|
|
915
|
-
"companyAccounts",
|
|
916
|
-
"deedOfCertificate",
|
|
917
|
-
"landlordsCertificate"
|
|
822
|
+
"yesNo"
|
|
918
823
|
],
|
|
919
824
|
"properties": {
|
|
920
|
-
"
|
|
921
|
-
"ta7Ref": "
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
825
|
+
"yesNo": {
|
|
826
|
+
"ta7Ref": "8.2.1"
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
"general": {
|
|
833
|
+
"required": [
|
|
834
|
+
"sellerAwareOfAlterations",
|
|
835
|
+
"sellerOwnedProperty",
|
|
836
|
+
"sellerServedNoticeOnLandlord",
|
|
837
|
+
"sellerAwareOfNoticeOfCollectivePurchase",
|
|
838
|
+
"sellerAwareOfResponse",
|
|
839
|
+
"isLeaseQualifying"
|
|
840
|
+
],
|
|
841
|
+
"properties": {
|
|
842
|
+
"sellerAwareOfAlterations": {
|
|
843
|
+
"ta7Ref": "9.1",
|
|
844
|
+
"discriminator": {
|
|
845
|
+
"propertyName": "yesNo"
|
|
846
|
+
},
|
|
847
|
+
"oneOf": [
|
|
848
|
+
{
|
|
849
|
+
"properties": {
|
|
850
|
+
"yesNo": {
|
|
851
|
+
"enum": [
|
|
852
|
+
"No"
|
|
853
|
+
]
|
|
854
|
+
}
|
|
855
|
+
}
|
|
937
856
|
},
|
|
938
|
-
|
|
939
|
-
"ta7Ref": "3.4",
|
|
857
|
+
{
|
|
940
858
|
"properties": {
|
|
941
|
-
"
|
|
942
|
-
"
|
|
859
|
+
"yesNo": {
|
|
860
|
+
"enum": [
|
|
861
|
+
"Yes"
|
|
862
|
+
]
|
|
943
863
|
},
|
|
944
|
-
"
|
|
945
|
-
"ta7Ref": "
|
|
864
|
+
"details": {
|
|
865
|
+
"ta7Ref": "9.2"
|
|
866
|
+
},
|
|
867
|
+
"landlordConsentObtained": {
|
|
868
|
+
"ta7Ref": "9.3"
|
|
946
869
|
}
|
|
947
870
|
}
|
|
871
|
+
}
|
|
872
|
+
],
|
|
873
|
+
"required": [
|
|
874
|
+
"yesNo"
|
|
875
|
+
],
|
|
876
|
+
"properties": {
|
|
877
|
+
"yesNo": {
|
|
878
|
+
"ta7Ref": "9.1.1"
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
},
|
|
882
|
+
"sellerOwnedProperty": {
|
|
883
|
+
"ta7Ref": "10.1"
|
|
884
|
+
},
|
|
885
|
+
"sellerServedNoticeOnLandlord": {
|
|
886
|
+
"ta7Ref": "10.2"
|
|
887
|
+
},
|
|
888
|
+
"sellerAwareOfNoticeOfCollectivePurchase": {
|
|
889
|
+
"ta7Ref": "10.3"
|
|
890
|
+
},
|
|
891
|
+
"sellerAwareOfResponse": {
|
|
892
|
+
"ta7Ref": "10.4"
|
|
893
|
+
},
|
|
894
|
+
"isLeaseQualifying": {
|
|
895
|
+
"ta7Ref": "11.2"
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
"requiredDocuments": {
|
|
900
|
+
"required": [
|
|
901
|
+
"noticeOfSale",
|
|
902
|
+
"noticeOfBuildingCondition",
|
|
903
|
+
"landlordNotifiedOfSale",
|
|
904
|
+
"copyOfcorrespondence",
|
|
905
|
+
"serviceChargeAccounts",
|
|
906
|
+
"groundRent",
|
|
907
|
+
"buildingsInsurancePolicy",
|
|
908
|
+
"additionalRegulationsNotInLease",
|
|
909
|
+
"deedsOfVariation",
|
|
910
|
+
"deedOfCovenant",
|
|
911
|
+
"memorandumAndArticles",
|
|
912
|
+
"shareOrMembershipCertificate",
|
|
913
|
+
"companyAccounts",
|
|
914
|
+
"deedOfCertificate",
|
|
915
|
+
"landlordsCertificate"
|
|
916
|
+
],
|
|
917
|
+
"properties": {
|
|
918
|
+
"noticeOfSale": {
|
|
919
|
+
"ta7Ref": "6.1"
|
|
920
|
+
},
|
|
921
|
+
"noticeOfBuildingCondition": {
|
|
922
|
+
"ta7Ref": "6.2"
|
|
923
|
+
},
|
|
924
|
+
"landlordNotifiedOfSale": {
|
|
925
|
+
"ta7Ref": "11.4"
|
|
926
|
+
},
|
|
927
|
+
"copyOfcorrespondence": {
|
|
928
|
+
"ta7Ref": "3.2"
|
|
929
|
+
},
|
|
930
|
+
"serviceChargeAccounts": {
|
|
931
|
+
"ta7Ref": "3.3a"
|
|
932
|
+
},
|
|
933
|
+
"groundRent": {
|
|
934
|
+
"ta7Ref": "3.3b"
|
|
935
|
+
},
|
|
936
|
+
"buildingsInsurancePolicy": {
|
|
937
|
+
"ta7Ref": "3.4",
|
|
938
|
+
"properties": {
|
|
939
|
+
"arrangedBySeller": {
|
|
940
|
+
"ta7Ref": "3.4a"
|
|
948
941
|
},
|
|
949
|
-
"
|
|
950
|
-
"ta7Ref": "3.
|
|
951
|
-
},
|
|
952
|
-
"deedsOfVariation": {
|
|
953
|
-
"ta7Ref": "3.1a"
|
|
954
|
-
},
|
|
955
|
-
"deedOfCovenant": {
|
|
956
|
-
"ta7Ref": "3.1a"
|
|
957
|
-
},
|
|
958
|
-
"memorandumAndArticles": {
|
|
959
|
-
"ta7Ref": "3.5a"
|
|
960
|
-
},
|
|
961
|
-
"shareOrMembershipCertificate": {
|
|
962
|
-
"ta7Ref": "3.5b"
|
|
963
|
-
},
|
|
964
|
-
"companyAccounts": {
|
|
965
|
-
"ta7Ref": "3.5c"
|
|
966
|
-
},
|
|
967
|
-
"deedOfCertificate": {
|
|
968
|
-
"ta7Ref": "11.3b",
|
|
969
|
-
"title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence"
|
|
970
|
-
},
|
|
971
|
-
"landlordsCertificate": {
|
|
972
|
-
"ta7Ref": "11.5",
|
|
973
|
-
"title": "Has the seller received a Landlord’s Certificate and the accompanying evidence?",
|
|
974
|
-
"enum": [
|
|
975
|
-
"Enclosed",
|
|
976
|
-
"To follow",
|
|
977
|
-
"No"
|
|
978
|
-
]
|
|
942
|
+
"arrangedByLandlord": {
|
|
943
|
+
"ta7Ref": "3.4b"
|
|
979
944
|
}
|
|
980
945
|
}
|
|
946
|
+
},
|
|
947
|
+
"additionalRegulationsNotInLease": {
|
|
948
|
+
"ta7Ref": "3.1b"
|
|
949
|
+
},
|
|
950
|
+
"deedsOfVariation": {
|
|
951
|
+
"ta7Ref": "3.1a"
|
|
952
|
+
},
|
|
953
|
+
"deedOfCovenant": {
|
|
954
|
+
"ta7Ref": "3.1a"
|
|
955
|
+
},
|
|
956
|
+
"memorandumAndArticles": {
|
|
957
|
+
"ta7Ref": "3.5a"
|
|
958
|
+
},
|
|
959
|
+
"shareOrMembershipCertificate": {
|
|
960
|
+
"ta7Ref": "3.5b"
|
|
961
|
+
},
|
|
962
|
+
"companyAccounts": {
|
|
963
|
+
"ta7Ref": "3.5c"
|
|
964
|
+
},
|
|
965
|
+
"deedOfCertificate": {
|
|
966
|
+
"ta7Ref": "11.3b",
|
|
967
|
+
"title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence"
|
|
968
|
+
},
|
|
969
|
+
"landlordsCertificate": {
|
|
970
|
+
"ta7Ref": "11.5",
|
|
971
|
+
"title": "Has the seller received a Landlord’s Certificate and the accompanying evidence?",
|
|
972
|
+
"enum": [
|
|
973
|
+
"Enclosed",
|
|
974
|
+
"To follow",
|
|
975
|
+
"No"
|
|
976
|
+
]
|
|
981
977
|
}
|
|
982
978
|
}
|
|
983
979
|
}
|
|
984
|
-
},
|
|
985
|
-
"required": [
|
|
986
|
-
"leaseholdInformation"
|
|
987
|
-
]
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"properties": {
|
|
991
|
-
"ownershipType": {
|
|
992
|
-
"enum": [
|
|
993
|
-
"Other"
|
|
994
|
-
]
|
|
995
|
-
}
|
|
996
980
|
}
|
|
997
981
|
}
|
|
998
|
-
|
|
982
|
+
},
|
|
999
983
|
"required": [
|
|
1000
|
-
"
|
|
1001
|
-
]
|
|
984
|
+
"leaseholdInformation"
|
|
985
|
+
]
|
|
986
|
+
},
|
|
987
|
+
{
|
|
1002
988
|
"properties": {
|
|
1003
989
|
"ownershipType": {
|
|
1004
|
-
"
|
|
990
|
+
"enum": [
|
|
991
|
+
"Other"
|
|
992
|
+
]
|
|
1005
993
|
}
|
|
1006
994
|
}
|
|
1007
995
|
}
|
|
996
|
+
],
|
|
997
|
+
"required": [
|
|
998
|
+
"ownershipType"
|
|
999
|
+
],
|
|
1000
|
+
"properties": {
|
|
1001
|
+
"ownershipType": {
|
|
1002
|
+
"ta7Ref": "1.1"
|
|
1003
|
+
}
|
|
1008
1004
|
}
|
|
1009
1005
|
}
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
"enum": [
|
|
1023
|
-
"No",
|
|
1024
|
-
"Not applicable"
|
|
1025
|
-
]
|
|
1026
|
-
}
|
|
1027
|
-
}
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"properties": {
|
|
1031
|
-
"yesNo": {
|
|
1032
|
-
"enum": [
|
|
1033
|
-
"Yes"
|
|
1034
|
-
]
|
|
1035
|
-
},
|
|
1036
|
-
"details": {
|
|
1037
|
-
"ta7Ref": "11.1.2",
|
|
1038
|
-
"title": "Please provide details of the remediation works proposed and evidence of any carried out."
|
|
1039
|
-
},
|
|
1040
|
-
"workAlreadyDone": {
|
|
1041
|
-
"ta7Ref": "11.1.2"
|
|
1042
|
-
},
|
|
1043
|
-
"workToBeDone": {
|
|
1044
|
-
"ta7Ref": "11.1.2"
|
|
1045
|
-
},
|
|
1046
|
-
"potentialCost": {
|
|
1047
|
-
"ta7Ref": "11.1.2"
|
|
1048
|
-
},
|
|
1049
|
-
"abilityToResideAtProperty": {
|
|
1050
|
-
"ta7Ref": "11.1.2"
|
|
1051
|
-
},
|
|
1052
|
-
"attachments": {
|
|
1053
|
-
"ta7Ref": "11.1.3"
|
|
1054
|
-
}
|
|
1055
|
-
}
|
|
1056
|
-
}
|
|
1057
|
-
],
|
|
1058
|
-
"required": [
|
|
1059
|
-
"yesNo"
|
|
1060
|
-
],
|
|
1061
|
-
"title": "Have any remediation works on the building been proposed or carried out?",
|
|
1006
|
+
}
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"typeOfConstruction": {
|
|
1010
|
+
"properties": {
|
|
1011
|
+
"buildingSafety": {
|
|
1012
|
+
"ta7Ref": "11.1",
|
|
1013
|
+
"discriminator": {
|
|
1014
|
+
"propertyName": "yesNo"
|
|
1015
|
+
},
|
|
1016
|
+
"oneOf": [
|
|
1017
|
+
{
|
|
1062
1018
|
"properties": {
|
|
1063
1019
|
"yesNo": {
|
|
1064
|
-
"ta7Ref": "11.1.1",
|
|
1065
1020
|
"enum": [
|
|
1066
|
-
"Yes",
|
|
1067
1021
|
"No",
|
|
1068
1022
|
"Not applicable"
|
|
1069
1023
|
]
|
|
1070
1024
|
}
|
|
1071
1025
|
}
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"properties": {
|
|
1029
|
+
"yesNo": {
|
|
1030
|
+
"enum": [
|
|
1031
|
+
"Yes"
|
|
1032
|
+
]
|
|
1033
|
+
},
|
|
1034
|
+
"details": {
|
|
1035
|
+
"ta7Ref": "11.1.2",
|
|
1036
|
+
"title": "Please provide details of the remediation works proposed and evidence of any carried out."
|
|
1037
|
+
},
|
|
1038
|
+
"workAlreadyDone": {
|
|
1039
|
+
"ta7Ref": "11.1.2"
|
|
1040
|
+
},
|
|
1041
|
+
"workToBeDone": {
|
|
1042
|
+
"ta7Ref": "11.1.2"
|
|
1043
|
+
},
|
|
1044
|
+
"potentialCost": {
|
|
1045
|
+
"ta7Ref": "11.1.2"
|
|
1046
|
+
},
|
|
1047
|
+
"abilityToResideAtProperty": {
|
|
1048
|
+
"ta7Ref": "11.1.2"
|
|
1049
|
+
},
|
|
1050
|
+
"attachments": {
|
|
1051
|
+
"ta7Ref": "11.1.3"
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
],
|
|
1056
|
+
"required": [
|
|
1057
|
+
"yesNo"
|
|
1058
|
+
],
|
|
1059
|
+
"title": "Have any remediation works on the building been proposed or carried out?",
|
|
1060
|
+
"properties": {
|
|
1061
|
+
"yesNo": {
|
|
1062
|
+
"ta7Ref": "11.1.1",
|
|
1063
|
+
"enum": [
|
|
1064
|
+
"Yes",
|
|
1065
|
+
"No",
|
|
1066
|
+
"Not applicable"
|
|
1067
|
+
]
|
|
1072
1068
|
}
|
|
1073
1069
|
}
|
|
1074
1070
|
}
|