@pdtf/schemas 0.7.0 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +7 -6
- package/package.json +1 -1
- package/src/examples/exampleAddParticipantVouch.json +32 -0
- package/src/examples/exampleDocumentedVouch.json +2 -1
- package/src/mappings/adf.js +198 -0
- package/src/schemas/{baspi-b-legal-information.json → legal-information.json} +18 -10
- package/src/schemas/{baspi-a-material-facts.json → material-facts.json} +434 -140
- package/src/schemas/pdtf-transaction.json +2 -2
- package/src/schemas/pdtf-verified-claims.json +7 -11
- package/src/tests/pdtfVerifiedClaims.test.js +9 -9
- package/src/tests/transactionSchema.test.js +4 -4
- package/src/tests/verifiedClaimsValidator.test.js +5 -5
- package/src/schemas/verified_claims-12.json +0 -621
|
@@ -43,10 +43,204 @@
|
|
|
43
43
|
"title": "Property Address",
|
|
44
44
|
"$ref": "#/$defs/address"
|
|
45
45
|
},
|
|
46
|
+
"propertyType": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"enum": [
|
|
49
|
+
"Not Specified",
|
|
50
|
+
"Terraced House",
|
|
51
|
+
"End of terrace house",
|
|
52
|
+
"Semi-detached house",
|
|
53
|
+
"Detached house",
|
|
54
|
+
"Mews house",
|
|
55
|
+
"Cluster house",
|
|
56
|
+
"Ground floor flat",
|
|
57
|
+
"Flat",
|
|
58
|
+
"Studio flat",
|
|
59
|
+
"Ground floor maisonette",
|
|
60
|
+
"Maisonette",
|
|
61
|
+
"Bungalow",
|
|
62
|
+
"Terraced bungalow",
|
|
63
|
+
"Semi-detached bungalow",
|
|
64
|
+
"Detached bungalow",
|
|
65
|
+
"Mobile home",
|
|
66
|
+
"Land (Residential)",
|
|
67
|
+
"Link detached house",
|
|
68
|
+
"Town house",
|
|
69
|
+
"Cottage",
|
|
70
|
+
"Chalet",
|
|
71
|
+
"Character Property",
|
|
72
|
+
"House (unspecified)",
|
|
73
|
+
"Villa",
|
|
74
|
+
"Apartment",
|
|
75
|
+
"Penthouse",
|
|
76
|
+
"Finca",
|
|
77
|
+
"Barn Conversion",
|
|
78
|
+
"Serviced apartment",
|
|
79
|
+
"Parking",
|
|
80
|
+
"Sheltered Housing",
|
|
81
|
+
"Retirement property",
|
|
82
|
+
"House share",
|
|
83
|
+
"Flat share",
|
|
84
|
+
"Park home",
|
|
85
|
+
"Garages",
|
|
86
|
+
"Farm House",
|
|
87
|
+
"Equestrian facility",
|
|
88
|
+
"Duplex",
|
|
89
|
+
"Triplex",
|
|
90
|
+
"Longere",
|
|
91
|
+
"Gite",
|
|
92
|
+
"Barn",
|
|
93
|
+
"Trulli",
|
|
94
|
+
"Mill",
|
|
95
|
+
"Ruins",
|
|
96
|
+
"Restaurant",
|
|
97
|
+
"Cafe",
|
|
98
|
+
"Castle",
|
|
99
|
+
"Village House",
|
|
100
|
+
"Cave House",
|
|
101
|
+
"Cortijo",
|
|
102
|
+
"Farm Land",
|
|
103
|
+
"Plot",
|
|
104
|
+
"Country House",
|
|
105
|
+
"Stone House",
|
|
106
|
+
"Caravan",
|
|
107
|
+
"Lodge",
|
|
108
|
+
"Log Cabin",
|
|
109
|
+
"Manor House",
|
|
110
|
+
"Stately Home",
|
|
111
|
+
"Off-Plan",
|
|
112
|
+
"Semi-detached Villa",
|
|
113
|
+
"Detached Villa",
|
|
114
|
+
"Bar/Nightclub",
|
|
115
|
+
"Shop",
|
|
116
|
+
"Riad",
|
|
117
|
+
"House Boat",
|
|
118
|
+
"Hotel Room",
|
|
119
|
+
"Block of Apartments",
|
|
120
|
+
"Private Halls",
|
|
121
|
+
"Office",
|
|
122
|
+
"Business Park",
|
|
123
|
+
"Serviced Office",
|
|
124
|
+
"Retail Property (High Street)",
|
|
125
|
+
"Retail Property (Out of Town)",
|
|
126
|
+
"Convenience Store",
|
|
127
|
+
"Hairdresser/Barber Shop",
|
|
128
|
+
"Hotel",
|
|
129
|
+
"Petrol Station",
|
|
130
|
+
"Post Office",
|
|
131
|
+
"Pub",
|
|
132
|
+
"Workshop & Retail Space",
|
|
133
|
+
"Distribution Warehouse",
|
|
134
|
+
"Factory",
|
|
135
|
+
"Heavy Industrial",
|
|
136
|
+
"Industrial Park",
|
|
137
|
+
"Light Industrial",
|
|
138
|
+
"Storage",
|
|
139
|
+
"Showroom",
|
|
140
|
+
"Warehouse",
|
|
141
|
+
"Land (Commercial)",
|
|
142
|
+
"Commercial Development",
|
|
143
|
+
"Industrial Development",
|
|
144
|
+
"Residential Development",
|
|
145
|
+
"Commercial Property",
|
|
146
|
+
"Data Centre",
|
|
147
|
+
"Farm",
|
|
148
|
+
"Healthcare Facility",
|
|
149
|
+
"Marine Property",
|
|
150
|
+
"Mixed Use",
|
|
151
|
+
"Research & Development Facility",
|
|
152
|
+
"Science Park",
|
|
153
|
+
"Guest House",
|
|
154
|
+
"Hospitality",
|
|
155
|
+
"Leisure Facility",
|
|
156
|
+
"Takeaway",
|
|
157
|
+
"Childcare Facility",
|
|
158
|
+
"Smallholding",
|
|
159
|
+
"Place of Worship",
|
|
160
|
+
"Trade Counter",
|
|
161
|
+
"Coach House",
|
|
162
|
+
"House of Multiple Occupation",
|
|
163
|
+
"Sports facilities",
|
|
164
|
+
"Spa",
|
|
165
|
+
"Campsite & Holiday Village"
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
"isNewBuild": {
|
|
169
|
+
"type": "boolean"
|
|
170
|
+
},
|
|
171
|
+
"location": {
|
|
172
|
+
"latitude": {
|
|
173
|
+
"type": "number",
|
|
174
|
+
"minimum": -90,
|
|
175
|
+
"maximum": 90
|
|
176
|
+
},
|
|
177
|
+
"longitude": {
|
|
178
|
+
"type": "number",
|
|
179
|
+
"minimum": -180,
|
|
180
|
+
"maximum": 180
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"localAuthority": {
|
|
184
|
+
"localAuthorityName": {
|
|
185
|
+
"type": "string"
|
|
186
|
+
},
|
|
187
|
+
"localAuthorityReference": {
|
|
188
|
+
"type": "string"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"priceInformation": {
|
|
192
|
+
"price": {
|
|
193
|
+
"type": "number",
|
|
194
|
+
"minimum": 1
|
|
195
|
+
},
|
|
196
|
+
"priceQualifier": {
|
|
197
|
+
"type": "string",
|
|
198
|
+
"enum": [
|
|
199
|
+
"POA",
|
|
200
|
+
"Guide price",
|
|
201
|
+
"Fixed price",
|
|
202
|
+
"Offers in excess of",
|
|
203
|
+
"Offers in region of",
|
|
204
|
+
"Sale by tender"
|
|
205
|
+
]
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"summaryDescription": {
|
|
209
|
+
"type": "string"
|
|
210
|
+
},
|
|
211
|
+
"media": {
|
|
212
|
+
"type": "array",
|
|
213
|
+
"items": {
|
|
214
|
+
"type": "object",
|
|
215
|
+
"title": "Media item",
|
|
216
|
+
"required": ["mediaUrl"],
|
|
217
|
+
"properties": {
|
|
218
|
+
"mediaType": {
|
|
219
|
+
"type": "string",
|
|
220
|
+
"enum": [
|
|
221
|
+
"Image",
|
|
222
|
+
"Floorplan",
|
|
223
|
+
"Brochure",
|
|
224
|
+
"Virtual tour",
|
|
225
|
+
"Audio tour",
|
|
226
|
+
"EPC",
|
|
227
|
+
"EPC graph"
|
|
228
|
+
]
|
|
229
|
+
},
|
|
230
|
+
"mediaUrl": {
|
|
231
|
+
"type": "string",
|
|
232
|
+
"format": "uri"
|
|
233
|
+
},
|
|
234
|
+
"caption": {
|
|
235
|
+
"type": "string"
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
},
|
|
46
240
|
"delayFactors": {
|
|
47
241
|
"baspiRef": "A1.2",
|
|
48
242
|
"RDSMapping": {
|
|
49
|
-
"hasDelayFactors/yesNo": "
|
|
243
|
+
"hasDelayFactors/yesNo": "Metadata/PotentialDelays",
|
|
50
244
|
"hasDelayFactors/details": "Metadata/PotentialDelayDuration"
|
|
51
245
|
},
|
|
52
246
|
"title": "Delay Factors",
|
|
@@ -71,7 +265,7 @@
|
|
|
71
265
|
"RDSRef": "Tenure/Tenure",
|
|
72
266
|
"lawSocietyRef": "TA7/1.1",
|
|
73
267
|
"title": "What type of ownership is the property?",
|
|
74
|
-
"description": "
|
|
268
|
+
"description": "A Managed Freehold is any freehold where there are shared amenities, the maintenance of which you pay for through an estate rentcharge, service charge, informal or formal contribution.",
|
|
75
269
|
"type": "string",
|
|
76
270
|
"enum": [
|
|
77
271
|
"Freehold",
|
|
@@ -89,9 +283,23 @@
|
|
|
89
283
|
{
|
|
90
284
|
"properties": {
|
|
91
285
|
"ownershipType": {
|
|
92
|
-
"enum": ["Freehold"
|
|
286
|
+
"enum": ["Freehold"]
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"additionalProperties": false
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"properties": {
|
|
293
|
+
"ownershipType": {
|
|
294
|
+
"enum": ["Other"]
|
|
295
|
+
},
|
|
296
|
+
"otherOwnershipDetails": {
|
|
297
|
+
"title": "Details of the ownership type",
|
|
298
|
+
"type": "string",
|
|
299
|
+
"minLength": 1
|
|
93
300
|
}
|
|
94
301
|
},
|
|
302
|
+
"required": ["otherOwnershipDetails"],
|
|
95
303
|
"additionalProperties": false
|
|
96
304
|
},
|
|
97
305
|
{
|
|
@@ -99,152 +307,234 @@
|
|
|
99
307
|
"ownershipType": {
|
|
100
308
|
"enum": ["Leasehold"]
|
|
101
309
|
},
|
|
102
|
-
"
|
|
103
|
-
"baspiRef": "A1.4",
|
|
104
|
-
"title": "
|
|
105
|
-
"type": "
|
|
106
|
-
"
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
"
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
},
|
|
164
|
-
"freeholderContactDetails": {
|
|
165
|
-
"baspiRef": "A1.5.4",
|
|
166
|
-
"RDSRef": "TenureAgreements/Assignor",
|
|
167
|
-
"title": "The name, address and email address of the freeholder or rentcharge owner",
|
|
168
|
-
"$ref": "#/$defs/contactDetails"
|
|
169
|
-
},
|
|
170
|
-
"managingAgentContactDetails": {
|
|
171
|
-
"baspiRef": "A1.5.5",
|
|
172
|
-
"RDSRef": "Participants/Role",
|
|
173
|
-
"title": "The name, address and email address of the managing agent",
|
|
174
|
-
"$ref": "#/$defs/contactDetails"
|
|
175
|
-
},
|
|
176
|
-
"managementCompanyDirectorRequirement": {
|
|
177
|
-
"baspiRef": "A1.5.6",
|
|
178
|
-
"RDSRef": "Property/Flags",
|
|
179
|
-
"title": "Is the owner of the Property required to become a director in a management company for the maintenance of shared amenities?",
|
|
180
|
-
"$ref": "#/$defs/yesNo"
|
|
181
|
-
}
|
|
182
|
-
}
|
|
310
|
+
"startYearOfLease": {
|
|
311
|
+
"baspiRef": "A1.4.1b",
|
|
312
|
+
"title": "Year that the lease commenced",
|
|
313
|
+
"type": "integer",
|
|
314
|
+
"minimum": 1000
|
|
315
|
+
},
|
|
316
|
+
"lengthOfLeaseInYears": {
|
|
317
|
+
"baspiRef": "A1.4.1a",
|
|
318
|
+
"title": "Length of lease (years)",
|
|
319
|
+
"type": "integer"
|
|
320
|
+
},
|
|
321
|
+
"currentGroundRent": {
|
|
322
|
+
"baspiRef": "A1.4.2",
|
|
323
|
+
"RDSRef": "TenureAgreements/RentPayable/Value",
|
|
324
|
+
"lawSocietyRef": "TA7/1.2",
|
|
325
|
+
"title": "Current annual ground rent (£)",
|
|
326
|
+
"type": "integer"
|
|
327
|
+
},
|
|
328
|
+
"rentIncrease": {
|
|
329
|
+
"baspiRef": "A1.4.3",
|
|
330
|
+
"RDSRef": "TenureAgreement/isRentChangeable, TenureAgreements/RentChanges",
|
|
331
|
+
"title": "Does the ground rent increase?",
|
|
332
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
333
|
+
"description": "Please provide full details of the ground rent increase e.g. how often and by how much and when the next increase is due."
|
|
334
|
+
},
|
|
335
|
+
"annualServiceCharge": {
|
|
336
|
+
"baspiRef": "A1.5.1",
|
|
337
|
+
"RDSRef": "TenureAgreements/ServiceCharges",
|
|
338
|
+
"title": "Amount of current annual service charge/estate rentcharge/maintenance contribution (£)",
|
|
339
|
+
"type": "integer"
|
|
340
|
+
},
|
|
341
|
+
"largeAdditionalExpense": {
|
|
342
|
+
"baspiRef": "A1.5.2",
|
|
343
|
+
"RDSRef": "TenureAgreements/Repairs,TenureAgreements/ServicesCharges/Breakdown",
|
|
344
|
+
"title": "Have you received notice of any large expense in addition to the annual payment?",
|
|
345
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
346
|
+
"description": "If yes, please provide details and confirm whether there is a reserve fund or sinking fund which will cover the cost of the works."
|
|
347
|
+
},
|
|
348
|
+
"additionalFeesOnSale": {
|
|
349
|
+
"baspiRef": "A1.5.3",
|
|
350
|
+
"RDSRef": "TenureAgreements/LegalCosts/Actual, TenureAgreements/LegalCosts/Estimated",
|
|
351
|
+
"title": "Additional fees payable on sale (£)",
|
|
352
|
+
"type": "integer"
|
|
353
|
+
},
|
|
354
|
+
"freeholderContactDetails": {
|
|
355
|
+
"baspiRef": "A1.5.4",
|
|
356
|
+
"RDSRef": "TenureAgreements/Assignor",
|
|
357
|
+
"title": "The name, address and email address of the freeholder or rentcharge owner",
|
|
358
|
+
"$ref": "#/$defs/contactDetails"
|
|
359
|
+
},
|
|
360
|
+
"managingAgentContactDetails": {
|
|
361
|
+
"baspiRef": "A1.5.5",
|
|
362
|
+
"RDSRef": "Participants/Role",
|
|
363
|
+
"title": "The name, address and email address of the managing agent",
|
|
364
|
+
"$ref": "#/$defs/contactDetails"
|
|
365
|
+
},
|
|
366
|
+
"managementCompanyDirectorRequirement": {
|
|
367
|
+
"baspiRef": "A1.5.6",
|
|
368
|
+
"RDSRef": "Property/Flags",
|
|
369
|
+
"title": "Is the owner of the property required to become a director in a management company for the maintenance of shared amenities?",
|
|
370
|
+
"$ref": "#/$defs/yesNo"
|
|
183
371
|
}
|
|
184
372
|
},
|
|
185
|
-
"required": [
|
|
373
|
+
"required": [
|
|
374
|
+
"startYearOfLease",
|
|
375
|
+
"lengthOfLeaseInYears",
|
|
376
|
+
"currentGroundRent",
|
|
377
|
+
"rentIncrease",
|
|
378
|
+
"annualServiceCharge",
|
|
379
|
+
"largeAdditionalExpense",
|
|
380
|
+
"additionalFeesOnSale",
|
|
381
|
+
"freeholderContactDetails",
|
|
382
|
+
"managingAgentContactDetails",
|
|
383
|
+
"managementCompanyDirectorRequirement"
|
|
384
|
+
]
|
|
186
385
|
},
|
|
187
386
|
{
|
|
188
387
|
"properties": {
|
|
189
388
|
"ownershipType": {
|
|
190
|
-
"enum": ["Managed Freehold", "Commonhold"
|
|
389
|
+
"enum": ["Managed Freehold", "Commonhold"]
|
|
191
390
|
},
|
|
192
|
-
"
|
|
193
|
-
"baspiRef": "A1.5",
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
"
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
"title": "The contact details of the freeholder or rentcharge owner",
|
|
230
|
-
"$ref": "#/$defs/contactDetails"
|
|
231
|
-
},
|
|
232
|
-
"managingAgentContactDetails": {
|
|
233
|
-
"baspiRef": "A1.5.5",
|
|
234
|
-
"RDSRef": "Participants/Role",
|
|
235
|
-
"title": "The contact details of the managing agent",
|
|
236
|
-
"$ref": "#/$defs/contactDetails"
|
|
237
|
-
},
|
|
238
|
-
"managementCompanyDirectorRequirement": {
|
|
239
|
-
"baspiRef": "A1.5.6",
|
|
240
|
-
"RDSRef": "Property/Flags",
|
|
241
|
-
"title": "Is the owner of the Property required to become a director in a management company for the maintenance of shared amenities?",
|
|
242
|
-
"$ref": "#/$defs/yesNo"
|
|
243
|
-
}
|
|
244
|
-
}
|
|
391
|
+
"annualServiceCharge": {
|
|
392
|
+
"baspiRef": "A1.5.1",
|
|
393
|
+
"RDSRef": "TenureAgreements/ServiceCharges",
|
|
394
|
+
"title": "Amount of current annual service charge/estate rentcharge/maintenance contribution (£)",
|
|
395
|
+
"type": "string",
|
|
396
|
+
"minLength": 1
|
|
397
|
+
},
|
|
398
|
+
"largeAdditionalExpense": {
|
|
399
|
+
"baspiRef": "A1.5.2",
|
|
400
|
+
"RDSRef": "TenureAgreements/Repairs,TenureAgreements/ServicesCharges/Breakdown",
|
|
401
|
+
"title": "Have you received notice of any large expense in addition to the annual payment?",
|
|
402
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
403
|
+
"description": "If yes, please provide details and confirm whether there is a reserve fund or sinking fund which will cover the cost of the works."
|
|
404
|
+
},
|
|
405
|
+
"additionalFeesOnSale": {
|
|
406
|
+
"baspiRef": "A1.5.3",
|
|
407
|
+
"RDSRef": "TenureAgreements/LegalCosts/Actual, TenureAgreements/LegalCosts/Estimated",
|
|
408
|
+
"title": "Additional fees payable on sale (£)",
|
|
409
|
+
"type": "integer"
|
|
410
|
+
},
|
|
411
|
+
"freeholderContactDetails": {
|
|
412
|
+
"baspiRef": "A1.5.4",
|
|
413
|
+
"RDSRef": "TenureAgreements/Assignor",
|
|
414
|
+
"title": "The contact details of the freeholder or rentcharge owner",
|
|
415
|
+
"$ref": "#/$defs/contactDetails"
|
|
416
|
+
},
|
|
417
|
+
"managingAgentContactDetails": {
|
|
418
|
+
"baspiRef": "A1.5.5",
|
|
419
|
+
"RDSRef": "Participants/Role",
|
|
420
|
+
"title": "The contact details of the managing agent",
|
|
421
|
+
"$ref": "#/$defs/contactDetails"
|
|
422
|
+
},
|
|
423
|
+
"managementCompanyDirectorRequirement": {
|
|
424
|
+
"baspiRef": "A1.5.6",
|
|
425
|
+
"RDSRef": "Property/Flags",
|
|
426
|
+
"title": "Is the owner of the property required to become a director in a management company for the maintenance of shared amenities?",
|
|
427
|
+
"$ref": "#/$defs/yesNo"
|
|
245
428
|
}
|
|
246
429
|
},
|
|
247
|
-
"required": [
|
|
430
|
+
"required": [
|
|
431
|
+
"annualServiceCharge",
|
|
432
|
+
"largeAdditionalExpense",
|
|
433
|
+
"additionalFeesOnSale",
|
|
434
|
+
"freeholderContactDetails",
|
|
435
|
+
"managingAgentContactDetails",
|
|
436
|
+
"managementCompanyDirectorRequirement"
|
|
437
|
+
]
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"properties": {
|
|
441
|
+
"ownershipType": {
|
|
442
|
+
"enum": ["Shared Ownership"]
|
|
443
|
+
},
|
|
444
|
+
"sharedOwnershipPercentage": {
|
|
445
|
+
"title": "Shared ownership percentage",
|
|
446
|
+
"type": "integer",
|
|
447
|
+
"minimum": 5,
|
|
448
|
+
"exclusiveMaximum": 100
|
|
449
|
+
},
|
|
450
|
+
"sharedOwnershipRent": {
|
|
451
|
+
"title": "Shared ownership rent (£)",
|
|
452
|
+
"type": "integer",
|
|
453
|
+
"minimum": 0
|
|
454
|
+
},
|
|
455
|
+
"sharedOwnershipRentFrequency": {
|
|
456
|
+
"title": "Shared ownership rent frequency",
|
|
457
|
+
"type": "string",
|
|
458
|
+
"enum": ["Yearly", "Monthly", "Weekly"]
|
|
459
|
+
},
|
|
460
|
+
"startYearOfLease": {
|
|
461
|
+
"baspiRef": "A1.4.1b",
|
|
462
|
+
"title": "Year that the lease commenced",
|
|
463
|
+
"type": "integer",
|
|
464
|
+
"minimum": 1000
|
|
465
|
+
},
|
|
466
|
+
"lengthOfLeaseInYears": {
|
|
467
|
+
"baspiRef": "A1.4.1a",
|
|
468
|
+
"title": "Length of lease (years)",
|
|
469
|
+
"type": "integer"
|
|
470
|
+
},
|
|
471
|
+
"currentGroundRent": {
|
|
472
|
+
"baspiRef": "A1.4.2",
|
|
473
|
+
"RDSRef": "TenureAgreements/RentPayable/Value",
|
|
474
|
+
"lawSocietyRef": "TA7/1.2",
|
|
475
|
+
"title": "Current annual ground rent (£)",
|
|
476
|
+
"type": "integer"
|
|
477
|
+
},
|
|
478
|
+
"rentIncrease": {
|
|
479
|
+
"baspiRef": "A1.4.3",
|
|
480
|
+
"RDSRef": "TenureAgreement/isRentChangeable, TenureAgreements/RentChanges",
|
|
481
|
+
"title": "Does the ground rent increase?",
|
|
482
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
483
|
+
"description": "Please provide full details of the ground rent increase e.g. how often and by how much and when the next increase is due."
|
|
484
|
+
},
|
|
485
|
+
"annualServiceCharge": {
|
|
486
|
+
"baspiRef": "A1.5.1",
|
|
487
|
+
"RDSRef": "TenureAgreements/ServiceCharges",
|
|
488
|
+
"title": "Amount of current annual service charge/estate rentcharge/maintenance contribution (£)",
|
|
489
|
+
"type": "integer"
|
|
490
|
+
},
|
|
491
|
+
"largeAdditionalExpense": {
|
|
492
|
+
"baspiRef": "A1.5.2",
|
|
493
|
+
"RDSRef": "TenureAgreements/Repairs,TenureAgreements/ServicesCharges/Breakdown",
|
|
494
|
+
"title": "Have you received notice of any large expense in addition to the annual payment?",
|
|
495
|
+
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
496
|
+
"description": "If yes, please provide details and confirm whether there is a reserve fund or sinking fund which will cover the cost of the works."
|
|
497
|
+
},
|
|
498
|
+
"additionalFeesOnSale": {
|
|
499
|
+
"baspiRef": "A1.5.3",
|
|
500
|
+
"RDSRef": "TenureAgreements/LegalCosts/Actual, TenureAgreements/LegalCosts/Estimated",
|
|
501
|
+
"title": "Additional fees payable on sale or letting (£)",
|
|
502
|
+
"type": "integer"
|
|
503
|
+
},
|
|
504
|
+
"freeholderContactDetails": {
|
|
505
|
+
"baspiRef": "A1.5.4",
|
|
506
|
+
"RDSRef": "TenureAgreements/Assignor",
|
|
507
|
+
"title": "The contact details of the freeholder or rentcharge owner",
|
|
508
|
+
"$ref": "#/$defs/contactDetails"
|
|
509
|
+
},
|
|
510
|
+
"managingAgentContactDetails": {
|
|
511
|
+
"baspiRef": "A1.5.5",
|
|
512
|
+
"RDSRef": "Participants/Role",
|
|
513
|
+
"title": "The contact details of the managing agent",
|
|
514
|
+
"$ref": "#/$defs/contactDetails"
|
|
515
|
+
},
|
|
516
|
+
"managementCompanyDirectorRequirement": {
|
|
517
|
+
"baspiRef": "A1.5.6",
|
|
518
|
+
"RDSRef": "Property/Flags",
|
|
519
|
+
"title": "Is the owner of the Property required to become a director in a management company for the maintenance of shared amenities?",
|
|
520
|
+
"$ref": "#/$defs/yesNo"
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
"required": [
|
|
524
|
+
"sharedOwnershipPercentage",
|
|
525
|
+
"sharedOwnershipRent",
|
|
526
|
+
"sharedOwnershipRentFrequency",
|
|
527
|
+
"startYearOfLease",
|
|
528
|
+
"lengthOfLeaseInYears",
|
|
529
|
+
"currentGroundRent",
|
|
530
|
+
"rentIncrease",
|
|
531
|
+
"annualServiceCharge",
|
|
532
|
+
"largeAdditionalExpense",
|
|
533
|
+
"additionalFeesOnSale",
|
|
534
|
+
"freeholderContactDetails",
|
|
535
|
+
"managingAgentContactDetails",
|
|
536
|
+
"managementCompanyDirectorRequirement"
|
|
537
|
+
]
|
|
248
538
|
}
|
|
249
539
|
]
|
|
250
540
|
}
|
|
@@ -470,6 +760,10 @@
|
|
|
470
760
|
"title": "Have you altered the property in any way to the extent that it might change the Council Tax band e.g. added a bedroom or substantially extended the property?",
|
|
471
761
|
"$ref": "#/$defs/yesNoDetailIfYes",
|
|
472
762
|
"description": "If yes, please give details"
|
|
763
|
+
},
|
|
764
|
+
"councilTaxAnnualCharge": {
|
|
765
|
+
"title": "What is the current annual Council Tax charge? (£)",
|
|
766
|
+
"type": "integer"
|
|
473
767
|
}
|
|
474
768
|
}
|
|
475
769
|
},
|
|
@@ -107,10 +107,10 @@
|
|
|
107
107
|
"type": "object",
|
|
108
108
|
"properties": {
|
|
109
109
|
"materialFacts": {
|
|
110
|
-
"$ref": "https://raw.githubusercontent.com/Property-Data-Trust-Framework/schemas/master/src/schemas/
|
|
110
|
+
"$ref": "https://raw.githubusercontent.com/Property-Data-Trust-Framework/schemas/master/src/schemas/material-facts.json"
|
|
111
111
|
},
|
|
112
112
|
"additionalLegalInfo": {
|
|
113
|
-
"$ref": "https://raw.githubusercontent.com/Property-Data-Trust-Framework/schemas/master/src/schemas/
|
|
113
|
+
"$ref": "https://raw.githubusercontent.com/Property-Data-Trust-Framework/schemas/master/src/schemas/legal-information.json"
|
|
114
114
|
},
|
|
115
115
|
"titlesToBeSold": {
|
|
116
116
|
"RDSRef": "",
|