@pdtf/schemas 3.0.0-25 → 3.0.0-26
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/exampleTransaction.json +4 -1
- package/src/schemas/v3/combined.json +396 -295
- package/src/schemas/v3/overlays/baspi.json +29 -11
- package/src/schemas/v3/overlays/lpe1.json +145 -118
- package/src/schemas/v3/overlays/ta6.json +77 -21
- package/src/schemas/v3/overlays/ta7.json +150 -95
- package/src/schemas/v3/pdtf-transaction.json +292 -241
- package/src/schemas/v3/skeleton.json +41 -33
- package/src/utils/extractOverlay.js +5 -0
|
@@ -4200,86 +4200,92 @@
|
|
|
4200
4200
|
},
|
|
4201
4201
|
"dealsWithDayToDayMaintenanceOfBuilding": {
|
|
4202
4202
|
"title": "Who deals with the day to day maintenance of the building?",
|
|
4203
|
-
"type": "
|
|
4204
|
-
"enum": [
|
|
4205
|
-
"Landlord",
|
|
4206
|
-
"Management Company",
|
|
4207
|
-
"Managing Agent",
|
|
4208
|
-
"the Lessees"
|
|
4209
|
-
]
|
|
4210
|
-
}
|
|
4211
|
-
},
|
|
4212
|
-
"oneOf": [
|
|
4213
|
-
{
|
|
4203
|
+
"type": "object",
|
|
4214
4204
|
"properties": {
|
|
4215
|
-
"
|
|
4205
|
+
"assignedContact": {
|
|
4206
|
+
"title": "",
|
|
4207
|
+
"type": "string",
|
|
4216
4208
|
"enum": [
|
|
4217
4209
|
"Landlord",
|
|
4218
4210
|
"Management Company",
|
|
4219
|
-
"Managing Agent"
|
|
4220
|
-
]
|
|
4221
|
-
}
|
|
4222
|
-
}
|
|
4223
|
-
},
|
|
4224
|
-
{
|
|
4225
|
-
"properties": {
|
|
4226
|
-
"dealsWithDayToDayMaintenanceOfBuilding": {
|
|
4227
|
-
"enum": [
|
|
4211
|
+
"Managing Agent",
|
|
4228
4212
|
"the Lessees"
|
|
4229
4213
|
]
|
|
4214
|
+
}
|
|
4215
|
+
},
|
|
4216
|
+
"oneOf": [
|
|
4217
|
+
{
|
|
4218
|
+
"properties": {
|
|
4219
|
+
"assignedContact": {
|
|
4220
|
+
"enum": [
|
|
4221
|
+
"Landlord",
|
|
4222
|
+
"Management Company",
|
|
4223
|
+
"Managing Agent"
|
|
4224
|
+
]
|
|
4225
|
+
}
|
|
4226
|
+
}
|
|
4230
4227
|
},
|
|
4231
|
-
|
|
4232
|
-
"title": "If the Lessees, please provide contact details of the Lessee in charge",
|
|
4233
|
-
"type": "object",
|
|
4228
|
+
{
|
|
4234
4229
|
"properties": {
|
|
4235
|
-
"
|
|
4236
|
-
"
|
|
4237
|
-
|
|
4238
|
-
|
|
4230
|
+
"assignedContact": {
|
|
4231
|
+
"enum": [
|
|
4232
|
+
"the Lessees"
|
|
4233
|
+
]
|
|
4239
4234
|
},
|
|
4240
|
-
"
|
|
4241
|
-
"title": "
|
|
4235
|
+
"lesseeInCharge": {
|
|
4236
|
+
"title": "If the Lessees, please provide contact details of the Lessee in charge",
|
|
4242
4237
|
"type": "object",
|
|
4243
4238
|
"properties": {
|
|
4244
|
-
"
|
|
4245
|
-
"title": "
|
|
4239
|
+
"nameOrOrganisation": {
|
|
4240
|
+
"title": "Name or organisation",
|
|
4246
4241
|
"type": "string",
|
|
4247
4242
|
"minLength": 1
|
|
4248
4243
|
},
|
|
4249
|
-
"
|
|
4250
|
-
"title": "Address
|
|
4251
|
-
"type": "
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
|
|
4259
|
-
|
|
4244
|
+
"address": {
|
|
4245
|
+
"title": "Address",
|
|
4246
|
+
"type": "object",
|
|
4247
|
+
"properties": {
|
|
4248
|
+
"line1": {
|
|
4249
|
+
"title": "Address line 1",
|
|
4250
|
+
"type": "string",
|
|
4251
|
+
"minLength": 1
|
|
4252
|
+
},
|
|
4253
|
+
"line2": {
|
|
4254
|
+
"title": "Address line 2",
|
|
4255
|
+
"type": "string"
|
|
4256
|
+
},
|
|
4257
|
+
"line3": {
|
|
4258
|
+
"title": "Address line 3",
|
|
4259
|
+
"type": "string"
|
|
4260
|
+
},
|
|
4261
|
+
"town": {
|
|
4262
|
+
"title": "Town",
|
|
4263
|
+
"type": "string"
|
|
4264
|
+
},
|
|
4265
|
+
"postcode": {
|
|
4266
|
+
"title": "Postcode",
|
|
4267
|
+
"type": "string",
|
|
4268
|
+
"minLength": 1
|
|
4269
|
+
}
|
|
4270
|
+
}
|
|
4260
4271
|
},
|
|
4261
|
-
"
|
|
4262
|
-
"title": "
|
|
4272
|
+
"telephone": {
|
|
4273
|
+
"title": "Telephone",
|
|
4263
4274
|
"type": "string",
|
|
4264
4275
|
"minLength": 1
|
|
4276
|
+
},
|
|
4277
|
+
"emailAddress": {
|
|
4278
|
+
"title": "Email address",
|
|
4279
|
+
"type": "string",
|
|
4280
|
+
"format": "email"
|
|
4265
4281
|
}
|
|
4266
4282
|
}
|
|
4267
|
-
},
|
|
4268
|
-
"telephone": {
|
|
4269
|
-
"title": "Telephone",
|
|
4270
|
-
"type": "string",
|
|
4271
|
-
"minLength": 1
|
|
4272
|
-
},
|
|
4273
|
-
"emailAddress": {
|
|
4274
|
-
"title": "Email address",
|
|
4275
|
-
"type": "string",
|
|
4276
|
-
"format": "email"
|
|
4277
4283
|
}
|
|
4278
4284
|
}
|
|
4279
4285
|
}
|
|
4280
|
-
|
|
4286
|
+
]
|
|
4281
4287
|
}
|
|
4282
|
-
|
|
4288
|
+
}
|
|
4283
4289
|
}
|
|
4284
4290
|
}
|
|
4285
4291
|
},
|
|
@@ -5482,73 +5488,6 @@
|
|
|
5482
5488
|
}
|
|
5483
5489
|
}
|
|
5484
5490
|
]
|
|
5485
|
-
},
|
|
5486
|
-
"deedOfCertificateServed": {
|
|
5487
|
-
"title": "Has a Leaseholder Deed of Certificate been served on the Landlord in relation to the property or remedial works required to the property?",
|
|
5488
|
-
"type": "object",
|
|
5489
|
-
"properties": {
|
|
5490
|
-
"yesNoNotApplicable": {
|
|
5491
|
-
"type": "string",
|
|
5492
|
-
"title": "",
|
|
5493
|
-
"enum": [
|
|
5494
|
-
"Yes",
|
|
5495
|
-
"No",
|
|
5496
|
-
"Not applicable"
|
|
5497
|
-
]
|
|
5498
|
-
}
|
|
5499
|
-
},
|
|
5500
|
-
"oneOf": [
|
|
5501
|
-
{
|
|
5502
|
-
"properties": {
|
|
5503
|
-
"yesNoNotApplicable": {
|
|
5504
|
-
"enum": [
|
|
5505
|
-
"Not applicable"
|
|
5506
|
-
]
|
|
5507
|
-
}
|
|
5508
|
-
}
|
|
5509
|
-
},
|
|
5510
|
-
{
|
|
5511
|
-
"properties": {
|
|
5512
|
-
"yesNoNotApplicable": {
|
|
5513
|
-
"enum": [
|
|
5514
|
-
"No"
|
|
5515
|
-
]
|
|
5516
|
-
}
|
|
5517
|
-
}
|
|
5518
|
-
},
|
|
5519
|
-
{
|
|
5520
|
-
"properties": {
|
|
5521
|
-
"yesNoNotApplicable": {
|
|
5522
|
-
"enum": [
|
|
5523
|
-
"Yes"
|
|
5524
|
-
]
|
|
5525
|
-
},
|
|
5526
|
-
"sellerCompletedDeedOfCertificate": {
|
|
5527
|
-
"title": "Did the seller (the current leaseholder) complete the deed of certificate or was it completed by a previous leaseholder?",
|
|
5528
|
-
"type": "string",
|
|
5529
|
-
"enum": [
|
|
5530
|
-
"Current leaseholder",
|
|
5531
|
-
"Previous leaseholder"
|
|
5532
|
-
]
|
|
5533
|
-
}
|
|
5534
|
-
}
|
|
5535
|
-
}
|
|
5536
|
-
]
|
|
5537
|
-
},
|
|
5538
|
-
"landlordsCertificateServed": {
|
|
5539
|
-
"title": "Has a Landlord's Certificate been served?",
|
|
5540
|
-
"type": "object",
|
|
5541
|
-
"properties": {
|
|
5542
|
-
"yesNoNotApplicable": {
|
|
5543
|
-
"type": "string",
|
|
5544
|
-
"title": "",
|
|
5545
|
-
"enum": [
|
|
5546
|
-
"Yes",
|
|
5547
|
-
"No Certificate Served",
|
|
5548
|
-
"Not applicable"
|
|
5549
|
-
]
|
|
5550
|
-
}
|
|
5551
|
-
}
|
|
5552
5491
|
}
|
|
5553
5492
|
}
|
|
5554
5493
|
}
|
|
@@ -6208,6 +6147,124 @@
|
|
|
6208
6147
|
}
|
|
6209
6148
|
}
|
|
6210
6149
|
},
|
|
6150
|
+
"buildingSafety": {
|
|
6151
|
+
"title": "Building safety",
|
|
6152
|
+
"type": "object",
|
|
6153
|
+
"properties": {
|
|
6154
|
+
"isLeaseQualifying": {
|
|
6155
|
+
"title": "Is the lease of the property a qualifying lease?",
|
|
6156
|
+
"type": "string",
|
|
6157
|
+
"enum": [
|
|
6158
|
+
"Yes",
|
|
6159
|
+
"No"
|
|
6160
|
+
]
|
|
6161
|
+
},
|
|
6162
|
+
"deedOfCertificateServed": {
|
|
6163
|
+
"title": "Has a Leaseholder Deed of Certificate been served on the Landlord in relation to the property or remedial works required to the property?",
|
|
6164
|
+
"type": "object",
|
|
6165
|
+
"properties": {
|
|
6166
|
+
"yesNoNotApplicable": {
|
|
6167
|
+
"type": "string",
|
|
6168
|
+
"title": "",
|
|
6169
|
+
"enum": [
|
|
6170
|
+
"Yes",
|
|
6171
|
+
"No",
|
|
6172
|
+
"Not applicable"
|
|
6173
|
+
]
|
|
6174
|
+
}
|
|
6175
|
+
},
|
|
6176
|
+
"oneOf": [
|
|
6177
|
+
{
|
|
6178
|
+
"properties": {
|
|
6179
|
+
"yesNoNotApplicable": {
|
|
6180
|
+
"enum": [
|
|
6181
|
+
"Not applicable",
|
|
6182
|
+
"No"
|
|
6183
|
+
]
|
|
6184
|
+
}
|
|
6185
|
+
}
|
|
6186
|
+
},
|
|
6187
|
+
{
|
|
6188
|
+
"properties": {
|
|
6189
|
+
"yesNoNotApplicable": {
|
|
6190
|
+
"enum": [
|
|
6191
|
+
"Yes"
|
|
6192
|
+
]
|
|
6193
|
+
},
|
|
6194
|
+
"sellerCompletedDeedOfCertificate": {
|
|
6195
|
+
"title": "Did the seller (the current leaseholder) complete the deed of certificate or was it completed by a previous leaseholder?",
|
|
6196
|
+
"type": "string",
|
|
6197
|
+
"enum": [
|
|
6198
|
+
"Current leaseholder",
|
|
6199
|
+
"Previous leaseholder"
|
|
6200
|
+
]
|
|
6201
|
+
},
|
|
6202
|
+
"attachments": {
|
|
6203
|
+
"title": "Leaseholder Deed of Certificate.",
|
|
6204
|
+
"type": "string",
|
|
6205
|
+
"enum": [
|
|
6206
|
+
"Enclosed",
|
|
6207
|
+
"To follow"
|
|
6208
|
+
]
|
|
6209
|
+
}
|
|
6210
|
+
}
|
|
6211
|
+
}
|
|
6212
|
+
]
|
|
6213
|
+
},
|
|
6214
|
+
"landlordNotifiedOfSale": {
|
|
6215
|
+
"title": "Has the freeholder / landlord been notified of the intention to sell?",
|
|
6216
|
+
"type": "string",
|
|
6217
|
+
"enum": [
|
|
6218
|
+
"Yes",
|
|
6219
|
+
"No"
|
|
6220
|
+
]
|
|
6221
|
+
},
|
|
6222
|
+
"landlordsCertificateServed": {
|
|
6223
|
+
"title": "Has a Landlord's Certificate been served?",
|
|
6224
|
+
"type": "object",
|
|
6225
|
+
"properties": {
|
|
6226
|
+
"yesNoNotApplicable": {
|
|
6227
|
+
"type": "string",
|
|
6228
|
+
"title": "",
|
|
6229
|
+
"enum": [
|
|
6230
|
+
"Yes",
|
|
6231
|
+
"No",
|
|
6232
|
+
"Not applicable"
|
|
6233
|
+
]
|
|
6234
|
+
}
|
|
6235
|
+
},
|
|
6236
|
+
"oneOf": [
|
|
6237
|
+
{
|
|
6238
|
+
"properties": {
|
|
6239
|
+
"yesNoNotApplicable": {
|
|
6240
|
+
"enum": [
|
|
6241
|
+
"Not applicable",
|
|
6242
|
+
"No"
|
|
6243
|
+
]
|
|
6244
|
+
}
|
|
6245
|
+
}
|
|
6246
|
+
},
|
|
6247
|
+
{
|
|
6248
|
+
"properties": {
|
|
6249
|
+
"yesNoNotApplicable": {
|
|
6250
|
+
"enum": [
|
|
6251
|
+
"Yes"
|
|
6252
|
+
]
|
|
6253
|
+
},
|
|
6254
|
+
"attachments": {
|
|
6255
|
+
"title": "Landlord's Certificate.",
|
|
6256
|
+
"type": "string",
|
|
6257
|
+
"enum": [
|
|
6258
|
+
"Enclosed",
|
|
6259
|
+
"To follow"
|
|
6260
|
+
]
|
|
6261
|
+
}
|
|
6262
|
+
}
|
|
6263
|
+
}
|
|
6264
|
+
]
|
|
6265
|
+
}
|
|
6266
|
+
}
|
|
6267
|
+
},
|
|
6211
6268
|
"general": {
|
|
6212
6269
|
"title": "General",
|
|
6213
6270
|
"type": "object",
|
|
@@ -6299,7 +6356,7 @@
|
|
|
6299
6356
|
]
|
|
6300
6357
|
},
|
|
6301
6358
|
"sellerAwareOfResponse": {
|
|
6302
|
-
"title": "Is the seller aware of any response to a notice disclosed in replies
|
|
6359
|
+
"title": "Is the seller aware of any response to a notice disclosed in replies above? If Yes, please supply a copy",
|
|
6303
6360
|
"type": "string",
|
|
6304
6361
|
"enum": [
|
|
6305
6362
|
"Yes",
|
|
@@ -6310,14 +6367,6 @@
|
|
|
6310
6367
|
"To follow"
|
|
6311
6368
|
]
|
|
6312
6369
|
},
|
|
6313
|
-
"isLeaseQualifying": {
|
|
6314
|
-
"title": "Is the lease of the property a qualifying lease?",
|
|
6315
|
-
"type": "string",
|
|
6316
|
-
"enum": [
|
|
6317
|
-
"Yes",
|
|
6318
|
-
"No"
|
|
6319
|
-
]
|
|
6320
|
-
},
|
|
6321
6370
|
"otherPropertiesInManagedArea": {
|
|
6322
6371
|
"title": "How many other properties are there in the Managed Area?",
|
|
6323
6372
|
"type": "number"
|
|
@@ -6485,38 +6534,26 @@
|
|
|
6485
6534
|
}
|
|
6486
6535
|
},
|
|
6487
6536
|
"requiredDocuments": {
|
|
6488
|
-
"title": "Required
|
|
6489
|
-
"description": "Please provide the following applicable documents:",
|
|
6537
|
+
"title": "Required documents",
|
|
6490
6538
|
"type": "object",
|
|
6491
6539
|
"properties": {
|
|
6492
|
-
"
|
|
6493
|
-
"title": "
|
|
6540
|
+
"lease": {
|
|
6541
|
+
"title": "Please supply a copy of the lease.",
|
|
6494
6542
|
"type": "string",
|
|
6495
6543
|
"enum": [
|
|
6496
|
-
"
|
|
6497
|
-
"
|
|
6498
|
-
"Attached",
|
|
6499
|
-
"To follow",
|
|
6500
|
-
"Lost"
|
|
6544
|
+
"Enclosed",
|
|
6545
|
+
"To follow"
|
|
6501
6546
|
]
|
|
6502
6547
|
},
|
|
6503
|
-
"
|
|
6504
|
-
"title": "
|
|
6548
|
+
"deedsOfVariation": {
|
|
6549
|
+
"title": "Any Deeds of Variation or other document varying the terms of the lease of this Property.",
|
|
6505
6550
|
"type": "string",
|
|
6506
6551
|
"enum": [
|
|
6507
|
-
"
|
|
6508
|
-
"No",
|
|
6509
|
-
"Attached",
|
|
6552
|
+
"Enclosed",
|
|
6510
6553
|
"To follow",
|
|
6511
|
-
"
|
|
6512
|
-
|
|
6513
|
-
|
|
6514
|
-
"landlordNotifiedOfSale": {
|
|
6515
|
-
"title": "Has the freeholder / landlord been notified of the intention to sell?",
|
|
6516
|
-
"type": "string",
|
|
6517
|
-
"enum": [
|
|
6518
|
-
"Yes",
|
|
6519
|
-
"No"
|
|
6554
|
+
"Landlord's lawyer provides",
|
|
6555
|
+
"Please supply draft",
|
|
6556
|
+
"Not applicable"
|
|
6520
6557
|
]
|
|
6521
6558
|
},
|
|
6522
6559
|
"copyOfcorrespondence": {
|
|
@@ -6554,7 +6591,8 @@
|
|
|
6554
6591
|
"type": "string",
|
|
6555
6592
|
"enum": [
|
|
6556
6593
|
"Attached",
|
|
6557
|
-
"To follow"
|
|
6594
|
+
"To follow",
|
|
6595
|
+
"Not applicable"
|
|
6558
6596
|
]
|
|
6559
6597
|
},
|
|
6560
6598
|
"arrangedByLandlord": {
|
|
@@ -6562,11 +6600,34 @@
|
|
|
6562
6600
|
"type": "string",
|
|
6563
6601
|
"enum": [
|
|
6564
6602
|
"Attached",
|
|
6565
|
-
"To follow"
|
|
6603
|
+
"To follow",
|
|
6604
|
+
"Not applicable"
|
|
6566
6605
|
]
|
|
6567
6606
|
}
|
|
6568
6607
|
}
|
|
6569
6608
|
},
|
|
6609
|
+
"noticeOfSale": {
|
|
6610
|
+
"title": "Has the seller received a notice that the landlord wants to sell the building? If Yes, please supply a copy.",
|
|
6611
|
+
"type": "string",
|
|
6612
|
+
"enum": [
|
|
6613
|
+
"Yes",
|
|
6614
|
+
"No",
|
|
6615
|
+
"Attached",
|
|
6616
|
+
"To follow",
|
|
6617
|
+
"Lost"
|
|
6618
|
+
]
|
|
6619
|
+
},
|
|
6620
|
+
"noticeOfBuildingCondition": {
|
|
6621
|
+
"title": "Has the seller received any other notice about the building, its use, its condition or its repair and maintenance? If Yes, please supply a copy.",
|
|
6622
|
+
"type": "string",
|
|
6623
|
+
"enum": [
|
|
6624
|
+
"Yes",
|
|
6625
|
+
"No",
|
|
6626
|
+
"Attached",
|
|
6627
|
+
"To follow",
|
|
6628
|
+
"Lost"
|
|
6629
|
+
]
|
|
6630
|
+
},
|
|
6570
6631
|
"managedAreasBuildingsInsurancePolicy": {
|
|
6571
6632
|
"title": "Buildings insurance policy and schedule for the Managed Areas.",
|
|
6572
6633
|
"type": "string",
|
|
@@ -6621,17 +6682,6 @@
|
|
|
6621
6682
|
"Not applicable"
|
|
6622
6683
|
]
|
|
6623
6684
|
},
|
|
6624
|
-
"deedsOfVariation": {
|
|
6625
|
-
"title": "Any Deeds of Variation or other document varying the terms of the lease of this Property.",
|
|
6626
|
-
"type": "string",
|
|
6627
|
-
"enum": [
|
|
6628
|
-
"Enclosed",
|
|
6629
|
-
"To follow",
|
|
6630
|
-
"Landlord's lawyer provides",
|
|
6631
|
-
"Please supply draft",
|
|
6632
|
-
"Not applicable"
|
|
6633
|
-
]
|
|
6634
|
-
},
|
|
6635
6685
|
"deedOfCovenant": {
|
|
6636
6686
|
"title": "Any required Deed of Covenant.",
|
|
6637
6687
|
"type": "string",
|
|
@@ -6701,30 +6751,38 @@
|
|
|
6701
6751
|
"Not applicable"
|
|
6702
6752
|
]
|
|
6703
6753
|
},
|
|
6704
|
-
"
|
|
6705
|
-
"title": "
|
|
6706
|
-
"type": "
|
|
6707
|
-
"
|
|
6708
|
-
"
|
|
6709
|
-
|
|
6710
|
-
|
|
6711
|
-
|
|
6712
|
-
|
|
6713
|
-
|
|
6714
|
-
|
|
6715
|
-
|
|
6716
|
-
|
|
6717
|
-
"
|
|
6718
|
-
|
|
6719
|
-
|
|
6720
|
-
|
|
6721
|
-
|
|
6722
|
-
|
|
6723
|
-
|
|
6724
|
-
|
|
6725
|
-
|
|
6726
|
-
"
|
|
6727
|
-
|
|
6754
|
+
"managementCompanyDocuments": {
|
|
6755
|
+
"title": "If a landlord is a company controlled by the tenants and/or if a tenants’ management company or Right to Manage company is managing the building, please supply a copy of:",
|
|
6756
|
+
"type": "object",
|
|
6757
|
+
"properties": {
|
|
6758
|
+
"memorandumAndArticles": {
|
|
6759
|
+
"title": "Memorandum and Articles of Association of the Management Company.",
|
|
6760
|
+
"type": "string",
|
|
6761
|
+
"enum": [
|
|
6762
|
+
"Enclosed",
|
|
6763
|
+
"To follow",
|
|
6764
|
+
"Not applicable"
|
|
6765
|
+
]
|
|
6766
|
+
},
|
|
6767
|
+
"shareOrMembershipCertificate": {
|
|
6768
|
+
"title": "Share or membership certificate",
|
|
6769
|
+
"type": "string",
|
|
6770
|
+
"enum": [
|
|
6771
|
+
"Attached",
|
|
6772
|
+
"To follow",
|
|
6773
|
+
"Not applicable"
|
|
6774
|
+
]
|
|
6775
|
+
},
|
|
6776
|
+
"companyAccounts": {
|
|
6777
|
+
"title": "Company accounts for the past three years",
|
|
6778
|
+
"type": "string",
|
|
6779
|
+
"enum": [
|
|
6780
|
+
"Attached",
|
|
6781
|
+
"To follow",
|
|
6782
|
+
"Not applicable"
|
|
6783
|
+
]
|
|
6784
|
+
}
|
|
6785
|
+
}
|
|
6728
6786
|
},
|
|
6729
6787
|
"managementCompanyAGMMinutes": {
|
|
6730
6788
|
"title": "Minutes from the last AGM for the Management Company.",
|
|
@@ -6735,25 +6793,6 @@
|
|
|
6735
6793
|
"Not applicable"
|
|
6736
6794
|
]
|
|
6737
6795
|
},
|
|
6738
|
-
"deedOfCertificate": {
|
|
6739
|
-
"title": "Leaseholder Deed of Certificate.",
|
|
6740
|
-
"type": "string",
|
|
6741
|
-
"enum": [
|
|
6742
|
-
"Enclosed",
|
|
6743
|
-
"To follow",
|
|
6744
|
-
"Not applicable"
|
|
6745
|
-
]
|
|
6746
|
-
},
|
|
6747
|
-
"landlordsCertificate": {
|
|
6748
|
-
"title": "Landlord's Certificate.",
|
|
6749
|
-
"type": "string",
|
|
6750
|
-
"enum": [
|
|
6751
|
-
"Enclosed",
|
|
6752
|
-
"To follow",
|
|
6753
|
-
"No",
|
|
6754
|
-
"Not applicable"
|
|
6755
|
-
]
|
|
6756
|
-
},
|
|
6757
6796
|
"enforcementNotices": {
|
|
6758
6797
|
"title": "Known enforcement notices served on the landlord or accountable person (where the building is residential and is at least 18 meters or 7 storeys).",
|
|
6759
6798
|
"type": "string",
|
|
@@ -7737,6 +7776,7 @@
|
|
|
7737
7776
|
"hasDisputesAndComplaints": {
|
|
7738
7777
|
"title": "Have any disputes or complaints occurred, regarding this property, a property nearby, or their use?",
|
|
7739
7778
|
"description": "E.g boundary disagreement, noise, trespass etc",
|
|
7779
|
+
"ta6Description": "",
|
|
7740
7780
|
"type": "object",
|
|
7741
7781
|
"properties": {
|
|
7742
7782
|
"yesNo": {
|
|
@@ -9415,7 +9455,7 @@
|
|
|
9415
9455
|
]
|
|
9416
9456
|
},
|
|
9417
9457
|
"attachments": {
|
|
9418
|
-
"title": "Please supply a copy with any insurance cover linked to the plan",
|
|
9458
|
+
"title": "Please supply a copy with any insurance cover linked to the plan.",
|
|
9419
9459
|
"type": "string",
|
|
9420
9460
|
"enum": [
|
|
9421
9461
|
"Attached",
|
|
@@ -16135,7 +16175,8 @@
|
|
|
16135
16175
|
},
|
|
16136
16176
|
"supplier": {
|
|
16137
16177
|
"title": "Supplier",
|
|
16138
|
-
"type": "string"
|
|
16178
|
+
"type": "string",
|
|
16179
|
+
"minLength": 1
|
|
16139
16180
|
},
|
|
16140
16181
|
"details": {
|
|
16141
16182
|
"title": "Details",
|
|
@@ -16145,6 +16186,9 @@
|
|
|
16145
16186
|
"stopcock": {
|
|
16146
16187
|
"title": "Location of stopcock",
|
|
16147
16188
|
"type": "object",
|
|
16189
|
+
"required": [
|
|
16190
|
+
"location"
|
|
16191
|
+
],
|
|
16148
16192
|
"properties": {
|
|
16149
16193
|
"location": {
|
|
16150
16194
|
"title": "Describe the location of the stopcock",
|
|
@@ -16440,6 +16484,11 @@
|
|
|
16440
16484
|
"title": "Details",
|
|
16441
16485
|
"type": "string",
|
|
16442
16486
|
"minLength": 1
|
|
16487
|
+
},
|
|
16488
|
+
"supplier": {
|
|
16489
|
+
"title": "Supplier",
|
|
16490
|
+
"type": "string",
|
|
16491
|
+
"minLength": 1
|
|
16443
16492
|
}
|
|
16444
16493
|
}
|
|
16445
16494
|
},
|
|
@@ -17213,11 +17262,11 @@
|
|
|
17213
17262
|
]
|
|
17214
17263
|
},
|
|
17215
17264
|
"supplier": {
|
|
17216
|
-
"title": "Supplier
|
|
17265
|
+
"title": "Supplier",
|
|
17217
17266
|
"type": "string"
|
|
17218
17267
|
},
|
|
17219
17268
|
"gasMeter": {
|
|
17220
|
-
"title": "Location of gas meter
|
|
17269
|
+
"title": "Location of gas meter",
|
|
17221
17270
|
"type": "object",
|
|
17222
17271
|
"properties": {
|
|
17223
17272
|
"location": {
|
|
@@ -17948,6 +17997,7 @@
|
|
|
17948
17997
|
},
|
|
17949
17998
|
"insuranceClaims": {
|
|
17950
17999
|
"title": "Have you ever made a claim against your building insurance in relation to the property?",
|
|
18000
|
+
"Title": "Has the seller made any buildings insurance claims?",
|
|
17951
18001
|
"type": "object",
|
|
17952
18002
|
"properties": {
|
|
17953
18003
|
"yesNo": {
|
|
@@ -18209,7 +18259,7 @@
|
|
|
18209
18259
|
]
|
|
18210
18260
|
},
|
|
18211
18261
|
"rightsOfSupport": {
|
|
18212
|
-
"title": "Rights of support from
|
|
18262
|
+
"title": "Rights of support from adjoining properties",
|
|
18213
18263
|
"type": "object",
|
|
18214
18264
|
"properties": {
|
|
18215
18265
|
"yesNo": {
|
|
@@ -20460,6 +20510,7 @@
|
|
|
20460
20510
|
},
|
|
20461
20511
|
"uniformBoundaries": {
|
|
20462
20512
|
"title": "Please indicate who has repaired, or treated as belonging to them, each of the boundaries. Identify each boundary as if you were looking at the property from the road.",
|
|
20513
|
+
"ta6title": "Looking towards the property from the road, who owns or accepts responsibility to maintain or repair the boundary features:",
|
|
20463
20514
|
"type": "object",
|
|
20464
20515
|
"properties": {
|
|
20465
20516
|
"left": {
|
|
@@ -20624,6 +20675,7 @@
|
|
|
20624
20675
|
"flyingFreehold": {
|
|
20625
20676
|
"title": "Is there a flying freehold?",
|
|
20626
20677
|
"description": "NOTE: a flying freehold is when part of the property overhangs a neighbour's property or an accessway - e.g. a terrace house where part of the upstairs is over an accessway which belongs to someone else.",
|
|
20678
|
+
"ta6Description": "",
|
|
20627
20679
|
"type": "object",
|
|
20628
20680
|
"properties": {
|
|
20629
20681
|
"yesNo": {
|
|
@@ -20720,6 +20772,7 @@
|
|
|
20720
20772
|
},
|
|
20721
20773
|
"pipesWiresCablesDrainsFromProperty": {
|
|
20722
20774
|
"title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
|
|
20775
|
+
"ta6Ttle": "Do any drains, pipes or wires leading to any neighbour’s property cross the property?",
|
|
20723
20776
|
"type": "object",
|
|
20724
20777
|
"properties": {
|
|
20725
20778
|
"yesNo": {
|
|
@@ -20805,7 +20858,7 @@
|
|
|
20805
20858
|
"minLength": 1
|
|
20806
20859
|
},
|
|
20807
20860
|
"attachments": {
|
|
20808
|
-
"title": "
|
|
20861
|
+
"title": "Please supply a copy",
|
|
20809
20862
|
"type": "string",
|
|
20810
20863
|
"enum": [
|
|
20811
20864
|
"Attached",
|
|
@@ -20909,29 +20962,27 @@
|
|
|
20909
20962
|
"type": "string",
|
|
20910
20963
|
"minLength": 1
|
|
20911
20964
|
},
|
|
20912
|
-
"
|
|
20913
|
-
"title": "Please
|
|
20914
|
-
"type": "
|
|
20915
|
-
"
|
|
20916
|
-
"
|
|
20917
|
-
|
|
20918
|
-
|
|
20919
|
-
|
|
20920
|
-
|
|
20921
|
-
|
|
20922
|
-
|
|
20923
|
-
|
|
20924
|
-
"
|
|
20925
|
-
|
|
20926
|
-
|
|
20927
|
-
|
|
20928
|
-
|
|
20929
|
-
|
|
20930
|
-
|
|
20931
|
-
|
|
20932
|
-
|
|
20933
|
-
"To follow"
|
|
20934
|
-
]
|
|
20965
|
+
"suppliedCertificate": {
|
|
20966
|
+
"title": "Please supply one of the following:",
|
|
20967
|
+
"type": "object",
|
|
20968
|
+
"properties": {
|
|
20969
|
+
"certificateType": {
|
|
20970
|
+
"type": "string",
|
|
20971
|
+
"enum": [
|
|
20972
|
+
"Electrical Safety Certificate (BS7671)",
|
|
20973
|
+
"Building Regulations Compliance Certificate",
|
|
20974
|
+
"Building Control Completion Certificate"
|
|
20975
|
+
]
|
|
20976
|
+
},
|
|
20977
|
+
"attachments": {
|
|
20978
|
+
"title": "Attachments",
|
|
20979
|
+
"type": "string",
|
|
20980
|
+
"enum": [
|
|
20981
|
+
"Attached",
|
|
20982
|
+
"To follow"
|
|
20983
|
+
]
|
|
20984
|
+
}
|
|
20985
|
+
}
|
|
20935
20986
|
}
|
|
20936
20987
|
}
|
|
20937
20988
|
}
|