@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
|
@@ -3400,6 +3400,7 @@
|
|
|
3400
3400
|
"serviceCharge",
|
|
3401
3401
|
"buildingsInsurance",
|
|
3402
3402
|
"disputesAndEnfranchisement",
|
|
3403
|
+
"buildingSafety",
|
|
3403
3404
|
"general",
|
|
3404
3405
|
"requiredDocuments",
|
|
3405
3406
|
"confirmation"
|
|
@@ -3423,9 +3424,11 @@
|
|
|
3423
3424
|
"leaseTerm",
|
|
3424
3425
|
"contactDetails",
|
|
3425
3426
|
"transferAndRegistration",
|
|
3427
|
+
"serviceCharge",
|
|
3426
3428
|
"groundRent",
|
|
3427
3429
|
"ownershipAndManagement",
|
|
3428
3430
|
"disputesAndEnfranchisement",
|
|
3431
|
+
"buildingSafety",
|
|
3429
3432
|
"general",
|
|
3430
3433
|
"requiredDocuments"
|
|
3431
3434
|
],
|
|
@@ -4227,6 +4230,7 @@
|
|
|
4227
4230
|
}
|
|
4228
4231
|
},
|
|
4229
4232
|
"serviceContactAssignments": {
|
|
4233
|
+
"ta7Ref": "5.1",
|
|
4230
4234
|
"lpe1Ref": "1.6",
|
|
4231
4235
|
"type": "object",
|
|
4232
4236
|
"lpe1Required": [
|
|
@@ -4876,100 +4880,107 @@
|
|
|
4876
4880
|
"dealsWithDayToDayMaintenanceOfBuilding": {
|
|
4877
4881
|
"lpe1Ref": "1.10",
|
|
4878
4882
|
"title": "Who deals with the day to day maintenance of the building?",
|
|
4879
|
-
"type": "
|
|
4880
|
-
"
|
|
4881
|
-
"Landlord",
|
|
4882
|
-
"Management Company",
|
|
4883
|
-
"Managing Agent",
|
|
4884
|
-
"the Lessees"
|
|
4885
|
-
]
|
|
4886
|
-
}
|
|
4887
|
-
},
|
|
4888
|
-
"discriminator": {
|
|
4889
|
-
"propertyName": "dealsWithDayToDayMaintenanceOfBuilding"
|
|
4890
|
-
},
|
|
4891
|
-
"oneOf": [
|
|
4892
|
-
{
|
|
4883
|
+
"type": "object",
|
|
4884
|
+
"lpe1Required": ["assignedContact"],
|
|
4893
4885
|
"properties": {
|
|
4894
|
-
"
|
|
4886
|
+
"assignedContact": {
|
|
4887
|
+
"title": "",
|
|
4888
|
+
"type": "string",
|
|
4895
4889
|
"enum": [
|
|
4896
4890
|
"Landlord",
|
|
4897
4891
|
"Management Company",
|
|
4898
|
-
"Managing Agent"
|
|
4892
|
+
"Managing Agent",
|
|
4893
|
+
"the Lessees"
|
|
4899
4894
|
]
|
|
4900
4895
|
}
|
|
4901
|
-
}
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4896
|
+
},
|
|
4897
|
+
"discriminator": {
|
|
4898
|
+
"propertyName": "assignedContact"
|
|
4899
|
+
},
|
|
4900
|
+
"oneOf": [
|
|
4901
|
+
{
|
|
4902
|
+
"properties": {
|
|
4903
|
+
"assignedContact": {
|
|
4904
|
+
"enum": [
|
|
4905
|
+
"Landlord",
|
|
4906
|
+
"Management Company",
|
|
4907
|
+
"Managing Agent"
|
|
4908
|
+
]
|
|
4909
|
+
}
|
|
4910
|
+
}
|
|
4907
4911
|
},
|
|
4908
|
-
|
|
4909
|
-
"lpe1Ref": "1.10.1",
|
|
4910
|
-
"title": "If the Lessees, please provide contact details of the Lessee in charge",
|
|
4911
|
-
"type": "object",
|
|
4912
|
+
{
|
|
4912
4913
|
"properties": {
|
|
4913
|
-
"
|
|
4914
|
-
"
|
|
4915
|
-
"type": "string",
|
|
4916
|
-
"minLength": 1
|
|
4914
|
+
"assignedContact": {
|
|
4915
|
+
"enum": ["the Lessees"]
|
|
4917
4916
|
},
|
|
4918
|
-
"
|
|
4919
|
-
"
|
|
4917
|
+
"lesseeInCharge": {
|
|
4918
|
+
"lpe1Ref": "1.10.1",
|
|
4919
|
+
"title": "If the Lessees, please provide contact details of the Lessee in charge",
|
|
4920
4920
|
"type": "object",
|
|
4921
4921
|
"properties": {
|
|
4922
|
-
"
|
|
4923
|
-
"title": "
|
|
4922
|
+
"nameOrOrganisation": {
|
|
4923
|
+
"title": "Name or organisation",
|
|
4924
4924
|
"type": "string",
|
|
4925
4925
|
"minLength": 1
|
|
4926
4926
|
},
|
|
4927
|
-
"
|
|
4928
|
-
"title": "Address
|
|
4929
|
-
"type": "
|
|
4930
|
-
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
|
|
4927
|
+
"address": {
|
|
4928
|
+
"title": "Address",
|
|
4929
|
+
"type": "object",
|
|
4930
|
+
"properties": {
|
|
4931
|
+
"line1": {
|
|
4932
|
+
"title": "Address line 1",
|
|
4933
|
+
"type": "string",
|
|
4934
|
+
"minLength": 1
|
|
4935
|
+
},
|
|
4936
|
+
"line2": {
|
|
4937
|
+
"title": "Address line 2",
|
|
4938
|
+
"type": "string"
|
|
4939
|
+
},
|
|
4940
|
+
"line3": {
|
|
4941
|
+
"title": "Address line 3",
|
|
4942
|
+
"type": "string"
|
|
4943
|
+
},
|
|
4944
|
+
"town": {
|
|
4945
|
+
"title": "Town",
|
|
4946
|
+
"type": "string"
|
|
4947
|
+
},
|
|
4948
|
+
"postcode": {
|
|
4949
|
+
"title": "Postcode",
|
|
4950
|
+
"type": "string",
|
|
4951
|
+
"minLength": 1
|
|
4952
|
+
}
|
|
4953
|
+
},
|
|
4954
|
+
"lpe1Required": [
|
|
4955
|
+
"line1",
|
|
4956
|
+
"postcode"
|
|
4957
|
+
]
|
|
4938
4958
|
},
|
|
4939
|
-
"
|
|
4940
|
-
"title": "
|
|
4959
|
+
"telephone": {
|
|
4960
|
+
"title": "Telephone",
|
|
4941
4961
|
"type": "string",
|
|
4942
4962
|
"minLength": 1
|
|
4963
|
+
},
|
|
4964
|
+
"emailAddress": {
|
|
4965
|
+
"title": "Email address",
|
|
4966
|
+
"type": "string",
|
|
4967
|
+
"format": "email"
|
|
4943
4968
|
}
|
|
4944
4969
|
},
|
|
4945
4970
|
"lpe1Required": [
|
|
4971
|
+
"nameOrOrganisation",
|
|
4946
4972
|
"line1",
|
|
4947
|
-
"postcode"
|
|
4973
|
+
"postcode",
|
|
4974
|
+
"telephone",
|
|
4975
|
+
"emailAddress"
|
|
4948
4976
|
]
|
|
4949
|
-
},
|
|
4950
|
-
"telephone": {
|
|
4951
|
-
"title": "Telephone",
|
|
4952
|
-
"type": "string",
|
|
4953
|
-
"minLength": 1
|
|
4954
|
-
},
|
|
4955
|
-
"emailAddress": {
|
|
4956
|
-
"title": "Email address",
|
|
4957
|
-
"type": "string",
|
|
4958
|
-
"format": "email"
|
|
4959
4977
|
}
|
|
4960
4978
|
},
|
|
4961
|
-
"lpe1Required": [
|
|
4962
|
-
"nameOrOrganisation",
|
|
4963
|
-
"line1",
|
|
4964
|
-
"postcode",
|
|
4965
|
-
"telephone",
|
|
4966
|
-
"emailAddress"
|
|
4967
|
-
]
|
|
4979
|
+
"lpe1Required": ["lesseeInCharge"]
|
|
4968
4980
|
}
|
|
4969
|
-
|
|
4970
|
-
"lpe1Required": ["lesseeInCharge"]
|
|
4981
|
+
]
|
|
4971
4982
|
}
|
|
4972
|
-
|
|
4983
|
+
}
|
|
4973
4984
|
}
|
|
4974
4985
|
}
|
|
4975
4986
|
},
|
|
@@ -5482,6 +5493,7 @@
|
|
|
5482
5493
|
"ta7Required": ["buildingManagerType"],
|
|
5483
5494
|
"properties": {
|
|
5484
5495
|
"buildingManagerType": {
|
|
5496
|
+
"ta7Ref": "2.3.1",
|
|
5485
5497
|
"title": "",
|
|
5486
5498
|
"type": "string",
|
|
5487
5499
|
"enum": [
|
|
@@ -6310,78 +6322,6 @@
|
|
|
6310
6322
|
"lpe1Required": ["details"]
|
|
6311
6323
|
}
|
|
6312
6324
|
]
|
|
6313
|
-
},
|
|
6314
|
-
"deedOfCertificateServed": {
|
|
6315
|
-
"lpe1Ref": "4.14",
|
|
6316
|
-
"ta7Ref": "11.3",
|
|
6317
|
-
"title": "Has a Leaseholder Deed of Certificate been served on the Landlord in relation to the property or remedial works required to the property?",
|
|
6318
|
-
"ta7Title": "Is there a Leaseholder Deed of Certificate for the property?",
|
|
6319
|
-
"type": "object",
|
|
6320
|
-
"properties": {
|
|
6321
|
-
"yesNoNotApplicable": {
|
|
6322
|
-
"ta7Ref": "11.3.1",
|
|
6323
|
-
"type": "string",
|
|
6324
|
-
"title": "",
|
|
6325
|
-
"enum": ["Yes", "No", "Not applicable"]
|
|
6326
|
-
}
|
|
6327
|
-
},
|
|
6328
|
-
"discriminator": {
|
|
6329
|
-
"propertyName": "yesNoNotApplicable"
|
|
6330
|
-
},
|
|
6331
|
-
"oneOf": [
|
|
6332
|
-
{
|
|
6333
|
-
"properties": {
|
|
6334
|
-
"yesNoNotApplicable": {
|
|
6335
|
-
"enum": ["Not applicable"]
|
|
6336
|
-
}
|
|
6337
|
-
}
|
|
6338
|
-
},
|
|
6339
|
-
{
|
|
6340
|
-
"properties": {
|
|
6341
|
-
"yesNoNotApplicable": {
|
|
6342
|
-
"enum": ["No"]
|
|
6343
|
-
}
|
|
6344
|
-
}
|
|
6345
|
-
},
|
|
6346
|
-
{
|
|
6347
|
-
"properties": {
|
|
6348
|
-
"yesNoNotApplicable": {
|
|
6349
|
-
"enum": ["Yes"]
|
|
6350
|
-
},
|
|
6351
|
-
"sellerCompletedDeedOfCertificate": {
|
|
6352
|
-
"ta7Ref": "11.3a",
|
|
6353
|
-
"title": "Did the seller (the current leaseholder) complete the deed of certificate or was it completed by a previous leaseholder?",
|
|
6354
|
-
"type": "string",
|
|
6355
|
-
"enum": [
|
|
6356
|
-
"Current leaseholder",
|
|
6357
|
-
"Previous leaseholder"
|
|
6358
|
-
]
|
|
6359
|
-
}
|
|
6360
|
-
},
|
|
6361
|
-
"lpe1Required": [
|
|
6362
|
-
"sellerCompletedDeedOfCertificate"
|
|
6363
|
-
]
|
|
6364
|
-
}
|
|
6365
|
-
],
|
|
6366
|
-
"lpe1Required": ["yesNoNotApplicable"],
|
|
6367
|
-
"ta7Required": ["yesNoNotApplicable"]
|
|
6368
|
-
},
|
|
6369
|
-
"landlordsCertificateServed": {
|
|
6370
|
-
"lpe1Ref": "4.14",
|
|
6371
|
-
"title": "Has a Landlord's Certificate been served?",
|
|
6372
|
-
"type": "object",
|
|
6373
|
-
"properties": {
|
|
6374
|
-
"yesNoNotApplicable": {
|
|
6375
|
-
"type": "string",
|
|
6376
|
-
"title": "",
|
|
6377
|
-
"enum": [
|
|
6378
|
-
"Yes",
|
|
6379
|
-
"No Certificate Served",
|
|
6380
|
-
"Not applicable"
|
|
6381
|
-
]
|
|
6382
|
-
}
|
|
6383
|
-
},
|
|
6384
|
-
"lpe1Required": ["yesNoNotApplicable"]
|
|
6385
6325
|
}
|
|
6386
6326
|
},
|
|
6387
6327
|
"lpe1Required": [
|
|
@@ -6404,10 +6344,7 @@
|
|
|
6404
6344
|
"increaseInServiceChargeAnticipated",
|
|
6405
6345
|
"outstandingServiceChargeConsultation",
|
|
6406
6346
|
"japaneseKnotweedAffectingManagedAreas",
|
|
6407
|
-
"transferFees"
|
|
6408
|
-
"allPropertiesContribute",
|
|
6409
|
-
"deedOfCertificateServed",
|
|
6410
|
-
"landlordsCertificateServed"
|
|
6347
|
+
"transferFees"
|
|
6411
6348
|
],
|
|
6412
6349
|
"ta7Required": [
|
|
6413
6350
|
"annualServiceCharge",
|
|
@@ -6417,8 +6354,7 @@
|
|
|
6417
6354
|
"dangerousCladdingOrDefects",
|
|
6418
6355
|
"difficultyInCollectingServiceCharge",
|
|
6419
6356
|
"serviceChargeOwed",
|
|
6420
|
-
"lastDecoratedPeriod"
|
|
6421
|
-
"deedOfCertificateServed"
|
|
6357
|
+
"lastDecoratedPeriod"
|
|
6422
6358
|
],
|
|
6423
6359
|
"baspiRequired": [
|
|
6424
6360
|
"annualServiceCharge",
|
|
@@ -7118,6 +7054,139 @@
|
|
|
7118
7054
|
}
|
|
7119
7055
|
}
|
|
7120
7056
|
},
|
|
7057
|
+
"buildingSafety": {
|
|
7058
|
+
"ta7Ref": "11",
|
|
7059
|
+
"title": "Building safety",
|
|
7060
|
+
"type": "object",
|
|
7061
|
+
"ta7Required": [
|
|
7062
|
+
"isLeaseQualifying",
|
|
7063
|
+
"landlordNotifiedOfSale",
|
|
7064
|
+
"deedOfCertificateServed",
|
|
7065
|
+
"landlordsCertificateServed"
|
|
7066
|
+
],
|
|
7067
|
+
"properties": {
|
|
7068
|
+
"isLeaseQualifying": {
|
|
7069
|
+
"ta7Ref": "11.2",
|
|
7070
|
+
"title": "Is the lease of the property a qualifying lease?",
|
|
7071
|
+
"type": "string",
|
|
7072
|
+
"enum": ["Yes", "No"]
|
|
7073
|
+
},
|
|
7074
|
+
"deedOfCertificateServed": {
|
|
7075
|
+
"lpe1Ref": "4.14",
|
|
7076
|
+
"ta7Ref": "11.3",
|
|
7077
|
+
"title": "Has a Leaseholder Deed of Certificate been served on the Landlord in relation to the property or remedial works required to the property?",
|
|
7078
|
+
"ta7Title": "Is there a Leaseholder Deed of Certificate for the property?",
|
|
7079
|
+
"type": "object",
|
|
7080
|
+
"properties": {
|
|
7081
|
+
"yesNoNotApplicable": {
|
|
7082
|
+
"ta7Ref": "11.3.1",
|
|
7083
|
+
"lpe1Ref": "4.14",
|
|
7084
|
+
"type": "string",
|
|
7085
|
+
"title": "",
|
|
7086
|
+
"enum": ["Yes", "No", "Not applicable"]
|
|
7087
|
+
}
|
|
7088
|
+
},
|
|
7089
|
+
"discriminator": {
|
|
7090
|
+
"propertyName": "yesNoNotApplicable"
|
|
7091
|
+
},
|
|
7092
|
+
"oneOf": [
|
|
7093
|
+
{
|
|
7094
|
+
"properties": {
|
|
7095
|
+
"yesNoNotApplicable": {
|
|
7096
|
+
"enum": ["Not applicable", "No"]
|
|
7097
|
+
}
|
|
7098
|
+
}
|
|
7099
|
+
},
|
|
7100
|
+
{
|
|
7101
|
+
"properties": {
|
|
7102
|
+
"yesNoNotApplicable": {
|
|
7103
|
+
"enum": ["Yes"]
|
|
7104
|
+
},
|
|
7105
|
+
"sellerCompletedDeedOfCertificate": {
|
|
7106
|
+
"ta7Ref": "11.3a",
|
|
7107
|
+
"title": "Did the seller (the current leaseholder) complete the deed of certificate or was it completed by a previous leaseholder?",
|
|
7108
|
+
"type": "string",
|
|
7109
|
+
"enum": [
|
|
7110
|
+
"Current leaseholder",
|
|
7111
|
+
"Previous leaseholder"
|
|
7112
|
+
]
|
|
7113
|
+
},
|
|
7114
|
+
"attachments": {
|
|
7115
|
+
"lpe1Ref": "8.19",
|
|
7116
|
+
"ta7Ref": "11.3b",
|
|
7117
|
+
"title": "Leaseholder Deed of Certificate.",
|
|
7118
|
+
"ta7Title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence",
|
|
7119
|
+
"type": "string",
|
|
7120
|
+
"enum": ["Enclosed", "To follow"]
|
|
7121
|
+
}
|
|
7122
|
+
},
|
|
7123
|
+
"lpe1Required": [
|
|
7124
|
+
"sellerCompletedDeedOfCertificate",
|
|
7125
|
+
"attachments"
|
|
7126
|
+
],
|
|
7127
|
+
"ta7Required": [
|
|
7128
|
+
"sellerCompletedDeedOfCertificate",
|
|
7129
|
+
"attachments"
|
|
7130
|
+
]
|
|
7131
|
+
}
|
|
7132
|
+
],
|
|
7133
|
+
"lpe1Required": ["yesNoNotApplicable"],
|
|
7134
|
+
"ta7Required": ["yesNoNotApplicable"]
|
|
7135
|
+
},
|
|
7136
|
+
"landlordNotifiedOfSale": {
|
|
7137
|
+
"ta7Ref": "11.4",
|
|
7138
|
+
"title": "Has the freeholder / landlord been notified of the intention to sell?",
|
|
7139
|
+
"type": "string",
|
|
7140
|
+
"enum": ["Yes", "No"]
|
|
7141
|
+
},
|
|
7142
|
+
"landlordsCertificateServed": {
|
|
7143
|
+
"lpe1Ref": "4.14",
|
|
7144
|
+
"ta7Ref": "11.5",
|
|
7145
|
+
"title": "Has a Landlord's Certificate been served?",
|
|
7146
|
+
"ta7Title": "Has the seller received a Landlord’s Certificate and the accompanying evidence?",
|
|
7147
|
+
"type": "object",
|
|
7148
|
+
"lpe1Required": ["yesNoNotApplicable"],
|
|
7149
|
+
"ta7Required": ["yesNoNotApplicable"],
|
|
7150
|
+
"properties": {
|
|
7151
|
+
"yesNoNotApplicable": {
|
|
7152
|
+
"ta7Ref": "11.5.2",
|
|
7153
|
+
"type": "string",
|
|
7154
|
+
"title": "",
|
|
7155
|
+
"enum": ["Yes", "No", "Not applicable"]
|
|
7156
|
+
}
|
|
7157
|
+
},
|
|
7158
|
+
"discriminator": {
|
|
7159
|
+
"propertyName": "yesNoNotApplicable"
|
|
7160
|
+
},
|
|
7161
|
+
"oneOf": [
|
|
7162
|
+
{
|
|
7163
|
+
"properties": {
|
|
7164
|
+
"yesNoNotApplicable": {
|
|
7165
|
+
"enum": ["Not applicable", "No"]
|
|
7166
|
+
}
|
|
7167
|
+
}
|
|
7168
|
+
},
|
|
7169
|
+
{
|
|
7170
|
+
"properties": {
|
|
7171
|
+
"yesNoNotApplicable": {
|
|
7172
|
+
"enum": ["Yes"]
|
|
7173
|
+
},
|
|
7174
|
+
"attachments": {
|
|
7175
|
+
"lpe1Ref": "8.20",
|
|
7176
|
+
"ta7Ref": "11.5.2",
|
|
7177
|
+
"title": "Landlord's Certificate.",
|
|
7178
|
+
"ta7Title": "Please supply a copy and the accompanying evidence.",
|
|
7179
|
+
"type": "string",
|
|
7180
|
+
"enum": ["Enclosed", "To follow"]
|
|
7181
|
+
}
|
|
7182
|
+
},
|
|
7183
|
+
"lpe1Required": ["attachments"],
|
|
7184
|
+
"ta7Required": ["attachments"]
|
|
7185
|
+
}
|
|
7186
|
+
]
|
|
7187
|
+
}
|
|
7188
|
+
}
|
|
7189
|
+
},
|
|
7121
7190
|
"general": {
|
|
7122
7191
|
"lpe1Ref": "7",
|
|
7123
7192
|
"title": "General",
|
|
@@ -7128,7 +7197,6 @@
|
|
|
7128
7197
|
"sellerServedNoticeOnLandlord",
|
|
7129
7198
|
"sellerAwareOfNoticeOfCollectivePurchase",
|
|
7130
7199
|
"sellerAwareOfResponse",
|
|
7131
|
-
"isLeaseQualifying",
|
|
7132
7200
|
"otherPropertiesInManagedArea",
|
|
7133
7201
|
"leasedOnSimilarTerms",
|
|
7134
7202
|
"buildingKnownToBeHMO",
|
|
@@ -7140,8 +7208,7 @@
|
|
|
7140
7208
|
"sellerOwnedProperty",
|
|
7141
7209
|
"sellerServedNoticeOnLandlord",
|
|
7142
7210
|
"sellerAwareOfNoticeOfCollectivePurchase",
|
|
7143
|
-
"sellerAwareOfResponse"
|
|
7144
|
-
"isLeaseQualifying"
|
|
7211
|
+
"sellerAwareOfResponse"
|
|
7145
7212
|
],
|
|
7146
7213
|
"properties": {
|
|
7147
7214
|
"sellerAwareOfAlterations": {
|
|
@@ -7235,7 +7302,7 @@
|
|
|
7235
7302
|
},
|
|
7236
7303
|
"sellerAwareOfResponse": {
|
|
7237
7304
|
"ta7Ref": "10.4",
|
|
7238
|
-
"title": "Is the seller aware of any response to a notice disclosed in replies
|
|
7305
|
+
"title": "Is the seller aware of any response to a notice disclosed in replies above? If Yes, please supply a copy",
|
|
7239
7306
|
"type": "string",
|
|
7240
7307
|
"enum": [
|
|
7241
7308
|
"Yes",
|
|
@@ -7246,12 +7313,6 @@
|
|
|
7246
7313
|
"To follow"
|
|
7247
7314
|
]
|
|
7248
7315
|
},
|
|
7249
|
-
"isLeaseQualifying": {
|
|
7250
|
-
"ta7Ref": "11.2",
|
|
7251
|
-
"title": "Is the lease of the property a qualifying lease?",
|
|
7252
|
-
"type": "string",
|
|
7253
|
-
"enum": ["Yes", "No"]
|
|
7254
|
-
},
|
|
7255
7316
|
"otherPropertiesInManagedArea": {
|
|
7256
7317
|
"lpe1Ref": "7.1",
|
|
7257
7318
|
"title": "How many other properties are there in the Managed Area?",
|
|
@@ -7417,8 +7478,8 @@
|
|
|
7417
7478
|
},
|
|
7418
7479
|
"requiredDocuments": {
|
|
7419
7480
|
"lpe1Ref": "8",
|
|
7420
|
-
"title": "Required
|
|
7421
|
-
"
|
|
7481
|
+
"title": "Required documents",
|
|
7482
|
+
"ta7Title": "Relevant documents",
|
|
7422
7483
|
"type": "object",
|
|
7423
7484
|
"lpe1Required": [
|
|
7424
7485
|
"noticeOfSale",
|
|
@@ -7441,16 +7502,14 @@
|
|
|
7441
7502
|
"noticesServedOnLessee",
|
|
7442
7503
|
"asbestosSurvey",
|
|
7443
7504
|
"managedAreaFireRiskAssessment",
|
|
7444
|
-
"
|
|
7505
|
+
"managementCompanyDocuments",
|
|
7445
7506
|
"managementCompanyAGMMinutes",
|
|
7446
|
-
"deedOfCertificate",
|
|
7447
|
-
"landlordsCertificate",
|
|
7448
7507
|
"enforcementNotices"
|
|
7449
7508
|
],
|
|
7450
7509
|
"ta7Required": [
|
|
7510
|
+
"lease",
|
|
7451
7511
|
"noticeOfSale",
|
|
7452
7512
|
"noticeOfBuildingCondition",
|
|
7453
|
-
"landlordNotifiedOfSale",
|
|
7454
7513
|
"copyOfcorrespondence",
|
|
7455
7514
|
"serviceChargeAccounts",
|
|
7456
7515
|
"groundRent",
|
|
@@ -7458,43 +7517,34 @@
|
|
|
7458
7517
|
"additionalRegulationsNotInLease",
|
|
7459
7518
|
"deedsOfVariation",
|
|
7460
7519
|
"deedOfCovenant",
|
|
7461
|
-
"
|
|
7462
|
-
"shareOrMembershipCertificate",
|
|
7463
|
-
"companyAccounts",
|
|
7464
|
-
"deedOfCertificate",
|
|
7465
|
-
"landlordsCertificate"
|
|
7520
|
+
"managementCompanyDocuments"
|
|
7466
7521
|
],
|
|
7467
7522
|
"properties": {
|
|
7468
|
-
"
|
|
7469
|
-
"ta7Ref": "
|
|
7470
|
-
"title": "
|
|
7523
|
+
"lease": {
|
|
7524
|
+
"ta7Ref": "3.1a1",
|
|
7525
|
+
"title": "Please supply a copy of the lease.",
|
|
7471
7526
|
"type": "string",
|
|
7472
|
-
"enum": [
|
|
7473
|
-
"Yes",
|
|
7474
|
-
"No",
|
|
7475
|
-
"Attached",
|
|
7476
|
-
"To follow",
|
|
7477
|
-
"Lost"
|
|
7478
|
-
]
|
|
7527
|
+
"enum": ["Enclosed", "To follow"]
|
|
7479
7528
|
},
|
|
7480
|
-
"
|
|
7481
|
-
"
|
|
7482
|
-
"
|
|
7529
|
+
"deedsOfVariation": {
|
|
7530
|
+
"lpe1Ref": "8.9",
|
|
7531
|
+
"ta7Ref": "3.1a2",
|
|
7532
|
+
"title": "Any Deeds of Variation or other document varying the terms of the lease of this Property.",
|
|
7533
|
+
"ta7Title": "Any supplemental deeds.",
|
|
7483
7534
|
"type": "string",
|
|
7484
7535
|
"enum": [
|
|
7485
|
-
"
|
|
7486
|
-
"No",
|
|
7487
|
-
"Attached",
|
|
7536
|
+
"Enclosed",
|
|
7488
7537
|
"To follow",
|
|
7489
|
-
"
|
|
7538
|
+
"Landlord's lawyer provides",
|
|
7539
|
+
"Please supply draft",
|
|
7540
|
+
"Not applicable"
|
|
7541
|
+
],
|
|
7542
|
+
"ta7Enum": [
|
|
7543
|
+
"Enclosed",
|
|
7544
|
+
"To follow",
|
|
7545
|
+
"Not applicable"
|
|
7490
7546
|
]
|
|
7491
7547
|
},
|
|
7492
|
-
"landlordNotifiedOfSale": {
|
|
7493
|
-
"ta7Ref": "11.4",
|
|
7494
|
-
"title": "Has the freeholder / landlord been notified of the intention to sell?",
|
|
7495
|
-
"type": "string",
|
|
7496
|
-
"enum": ["Yes", "No"]
|
|
7497
|
-
},
|
|
7498
7548
|
"copyOfcorrespondence": {
|
|
7499
7549
|
"ta7Ref": "3.2",
|
|
7500
7550
|
"title": "Please supply a copy of any correspondence from the landlord, any management company and any managing agent.",
|
|
@@ -7532,16 +7582,48 @@
|
|
|
7532
7582
|
"ta7Ref": "3.4a",
|
|
7533
7583
|
"title": "Arranged by the seller and a receipt for payment of the last premium",
|
|
7534
7584
|
"type": "string",
|
|
7535
|
-
"enum": [
|
|
7585
|
+
"enum": [
|
|
7586
|
+
"Attached",
|
|
7587
|
+
"To follow",
|
|
7588
|
+
"Not applicable"
|
|
7589
|
+
]
|
|
7536
7590
|
},
|
|
7537
7591
|
"arrangedByLandlord": {
|
|
7538
7592
|
"ta7Ref": "3.4b",
|
|
7539
7593
|
"title": "Arranged by the landlord or management company and the schedule for the current year",
|
|
7540
7594
|
"type": "string",
|
|
7541
|
-
"enum": [
|
|
7595
|
+
"enum": [
|
|
7596
|
+
"Attached",
|
|
7597
|
+
"To follow",
|
|
7598
|
+
"Not applicable"
|
|
7599
|
+
]
|
|
7542
7600
|
}
|
|
7543
7601
|
}
|
|
7544
7602
|
},
|
|
7603
|
+
"noticeOfSale": {
|
|
7604
|
+
"ta7Ref": "6.1",
|
|
7605
|
+
"title": "Has the seller received a notice that the landlord wants to sell the building? If Yes, please supply a copy.",
|
|
7606
|
+
"type": "string",
|
|
7607
|
+
"enum": [
|
|
7608
|
+
"Yes",
|
|
7609
|
+
"No",
|
|
7610
|
+
"Attached",
|
|
7611
|
+
"To follow",
|
|
7612
|
+
"Lost"
|
|
7613
|
+
]
|
|
7614
|
+
},
|
|
7615
|
+
"noticeOfBuildingCondition": {
|
|
7616
|
+
"ta7Ref": "6.2",
|
|
7617
|
+
"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.",
|
|
7618
|
+
"type": "string",
|
|
7619
|
+
"enum": [
|
|
7620
|
+
"Yes",
|
|
7621
|
+
"No",
|
|
7622
|
+
"Attached",
|
|
7623
|
+
"To follow",
|
|
7624
|
+
"Lost"
|
|
7625
|
+
]
|
|
7626
|
+
},
|
|
7545
7627
|
"managedAreasBuildingsInsurancePolicy": {
|
|
7546
7628
|
"lpe1Ref": "8.3",
|
|
7547
7629
|
"title": "Buildings insurance policy and schedule for the Managed Areas.",
|
|
@@ -7603,22 +7685,8 @@
|
|
|
7603
7685
|
"Not applicable"
|
|
7604
7686
|
]
|
|
7605
7687
|
},
|
|
7606
|
-
"deedsOfVariation": {
|
|
7607
|
-
"lpe1Ref": "8.9",
|
|
7608
|
-
"ta7Ref": "3.1a",
|
|
7609
|
-
"title": "Any Deeds of Variation or other document varying the terms of the lease of this Property.",
|
|
7610
|
-
"type": "string",
|
|
7611
|
-
"enum": [
|
|
7612
|
-
"Enclosed",
|
|
7613
|
-
"To follow",
|
|
7614
|
-
"Landlord's lawyer provides",
|
|
7615
|
-
"Please supply draft",
|
|
7616
|
-
"Not applicable"
|
|
7617
|
-
]
|
|
7618
|
-
},
|
|
7619
7688
|
"deedOfCovenant": {
|
|
7620
7689
|
"lpe1Ref": "8.10",
|
|
7621
|
-
"ta7Ref": "3.1a",
|
|
7622
7690
|
"title": "Any required Deed of Covenant.",
|
|
7623
7691
|
"type": "string",
|
|
7624
7692
|
"enum": [
|
|
@@ -7694,28 +7762,44 @@
|
|
|
7694
7762
|
"Not applicable"
|
|
7695
7763
|
]
|
|
7696
7764
|
},
|
|
7697
|
-
"
|
|
7765
|
+
"managementCompanyDocuments": {
|
|
7766
|
+
"ta7Ref": "3.5",
|
|
7698
7767
|
"lpe1Ref": "8.17",
|
|
7699
|
-
"
|
|
7700
|
-
"
|
|
7701
|
-
"
|
|
7702
|
-
|
|
7703
|
-
|
|
7704
|
-
|
|
7705
|
-
|
|
7706
|
-
|
|
7707
|
-
|
|
7708
|
-
|
|
7709
|
-
|
|
7710
|
-
|
|
7711
|
-
|
|
7712
|
-
|
|
7713
|
-
|
|
7714
|
-
|
|
7715
|
-
|
|
7716
|
-
|
|
7717
|
-
|
|
7718
|
-
|
|
7768
|
+
"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:",
|
|
7769
|
+
"type": "object",
|
|
7770
|
+
"properties": {
|
|
7771
|
+
"memorandumAndArticles": {
|
|
7772
|
+
"lpe1Ref": "8.17.1",
|
|
7773
|
+
"ta7Ref": "3.5a",
|
|
7774
|
+
"title": "Memorandum and Articles of Association of the Management Company.",
|
|
7775
|
+
"type": "string",
|
|
7776
|
+
"enum": [
|
|
7777
|
+
"Enclosed",
|
|
7778
|
+
"To follow",
|
|
7779
|
+
"Not applicable"
|
|
7780
|
+
]
|
|
7781
|
+
},
|
|
7782
|
+
"shareOrMembershipCertificate": {
|
|
7783
|
+
"ta7Ref": "3.5b",
|
|
7784
|
+
"title": "Share or membership certificate",
|
|
7785
|
+
"type": "string",
|
|
7786
|
+
"enum": [
|
|
7787
|
+
"Attached",
|
|
7788
|
+
"To follow",
|
|
7789
|
+
"Not applicable"
|
|
7790
|
+
]
|
|
7791
|
+
},
|
|
7792
|
+
"companyAccounts": {
|
|
7793
|
+
"ta7Ref": "3.5c",
|
|
7794
|
+
"title": "Company accounts for the past three years",
|
|
7795
|
+
"type": "string",
|
|
7796
|
+
"enum": [
|
|
7797
|
+
"Attached",
|
|
7798
|
+
"To follow",
|
|
7799
|
+
"Not applicable"
|
|
7800
|
+
]
|
|
7801
|
+
}
|
|
7802
|
+
}
|
|
7719
7803
|
},
|
|
7720
7804
|
"managementCompanyAGMMinutes": {
|
|
7721
7805
|
"lpe1Ref": "8.18",
|
|
@@ -7727,37 +7811,6 @@
|
|
|
7727
7811
|
"Not applicable"
|
|
7728
7812
|
]
|
|
7729
7813
|
},
|
|
7730
|
-
"deedOfCertificate": {
|
|
7731
|
-
"lpe1Ref": "8.19",
|
|
7732
|
-
"ta7Ref": "11.3b",
|
|
7733
|
-
"title": "Leaseholder Deed of Certificate.",
|
|
7734
|
-
"ta7Title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence",
|
|
7735
|
-
"type": "string",
|
|
7736
|
-
"enum": [
|
|
7737
|
-
"Enclosed",
|
|
7738
|
-
"To follow",
|
|
7739
|
-
"Not applicable"
|
|
7740
|
-
]
|
|
7741
|
-
},
|
|
7742
|
-
"landlordsCertificate": {
|
|
7743
|
-
"lpe1Ref": "8.20",
|
|
7744
|
-
"ta7Ref": "11.5",
|
|
7745
|
-
"title": "Landlord's Certificate.",
|
|
7746
|
-
"ta7Title": "Has the seller received a Landlord’s Certificate and the accompanying evidence?",
|
|
7747
|
-
"type": "string",
|
|
7748
|
-
"enum": [
|
|
7749
|
-
"Enclosed",
|
|
7750
|
-
"To follow",
|
|
7751
|
-
"No",
|
|
7752
|
-
"Not applicable"
|
|
7753
|
-
],
|
|
7754
|
-
"ta7Enum": ["Enclosed", "To follow", "No"],
|
|
7755
|
-
"lpe1Enum": [
|
|
7756
|
-
"Enclosed",
|
|
7757
|
-
"To follow",
|
|
7758
|
-
"Not applicable"
|
|
7759
|
-
]
|
|
7760
|
-
},
|
|
7761
7814
|
"enforcementNotices": {
|
|
7762
7815
|
"lpe1Ref": "8.21",
|
|
7763
7816
|
"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).",
|
|
@@ -8928,7 +8981,9 @@
|
|
|
8928
8981
|
"ta6Ref": "2.1",
|
|
8929
8982
|
"piqRef": "A2.1",
|
|
8930
8983
|
"title": "Have any disputes or complaints occurred, regarding this property, a property nearby, or their use?",
|
|
8984
|
+
"ta6Title": "Have there been any disputes or complaints regarding this property or a property nearby?",
|
|
8931
8985
|
"description": "E.g boundary disagreement, noise, trespass etc",
|
|
8986
|
+
"ta6Description": "",
|
|
8932
8987
|
"type": "object",
|
|
8933
8988
|
"properties": {
|
|
8934
8989
|
"yesNo": {
|
|
@@ -9153,6 +9208,7 @@
|
|
|
9153
9208
|
"properties": {
|
|
9154
9209
|
"yesNo": {
|
|
9155
9210
|
"baspiRef": "A3.5.2.1",
|
|
9211
|
+
"ta6Ref": "4.2.1",
|
|
9156
9212
|
"type": "string",
|
|
9157
9213
|
"title": "",
|
|
9158
9214
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -10345,6 +10401,7 @@
|
|
|
10345
10401
|
"rdsRef": "Property/Flags,Planning",
|
|
10346
10402
|
"piqRef": "A4.1",
|
|
10347
10403
|
"title": "The owner of a neighbouring property is proposing to develop property or land nearby, make alterations to nearby buildings or change the use?",
|
|
10404
|
+
"ta6Title": "Is the seller aware of any proposals to develop property or land nearby, or of any proposals to make alterations to buildings nearby?",
|
|
10348
10405
|
"type": "object",
|
|
10349
10406
|
"properties": {
|
|
10350
10407
|
"yesNo": {
|
|
@@ -10842,6 +10899,7 @@
|
|
|
10842
10899
|
"ta6Ref": "7.8",
|
|
10843
10900
|
"piqRef": "A5.3",
|
|
10844
10901
|
"title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
|
|
10902
|
+
"ta6Title": "Is the property affected by Japanese knotweed?",
|
|
10845
10903
|
"type": "object",
|
|
10846
10904
|
"properties": {
|
|
10847
10905
|
"yesNo": {
|
|
@@ -10850,7 +10908,8 @@
|
|
|
10850
10908
|
"piqRef": "A5.3.1",
|
|
10851
10909
|
"type": "string",
|
|
10852
10910
|
"title": "",
|
|
10853
|
-
"enum": ["Yes", "No", "Not known"]
|
|
10911
|
+
"enum": ["Yes", "No", "Not known"],
|
|
10912
|
+
"baspiEnum": ["Yes", "No"]
|
|
10854
10913
|
}
|
|
10855
10914
|
},
|
|
10856
10915
|
"baspiRequired": ["yesNo"],
|
|
@@ -10880,13 +10939,13 @@
|
|
|
10880
10939
|
"attachments": {
|
|
10881
10940
|
"baspiRef": "A5.3.3",
|
|
10882
10941
|
"ta6Ref": "7.8.3",
|
|
10883
|
-
"title": "Please supply a copy with any insurance cover linked to the plan",
|
|
10942
|
+
"title": "Please supply a copy with any insurance cover linked to the plan.",
|
|
10884
10943
|
"type": "string",
|
|
10885
10944
|
"enum": ["Attached", "To follow"]
|
|
10886
10945
|
}
|
|
10887
10946
|
},
|
|
10888
10947
|
"baspiRequired": ["managementPlanInPlace"],
|
|
10889
|
-
"ta6Required": ["managementPlanInPlace"]
|
|
10948
|
+
"ta6Required": ["managementPlanInPlace", "attachments"]
|
|
10890
10949
|
}
|
|
10891
10950
|
],
|
|
10892
10951
|
"ta6Required": ["yesNo"]
|
|
@@ -18535,7 +18594,8 @@
|
|
|
18535
18594
|
"ta6Ref": "13.3.2",
|
|
18536
18595
|
"piqRef": "A7.1.8",
|
|
18537
18596
|
"title": "Supplier",
|
|
18538
|
-
"type": "string"
|
|
18597
|
+
"type": "string",
|
|
18598
|
+
"minLength": 1
|
|
18539
18599
|
},
|
|
18540
18600
|
"details": {
|
|
18541
18601
|
"con29DWRef": "3.1.2",
|
|
@@ -18549,6 +18609,7 @@
|
|
|
18549
18609
|
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
|
|
18550
18610
|
"title": "Location of stopcock",
|
|
18551
18611
|
"type": "object",
|
|
18612
|
+
"required": ["location"],
|
|
18552
18613
|
"properties": {
|
|
18553
18614
|
"location": {
|
|
18554
18615
|
"baspiRef": "4.6.1.1",
|
|
@@ -18569,7 +18630,7 @@
|
|
|
18569
18630
|
"type": "object",
|
|
18570
18631
|
"ntsRef": "B3.2.1.1",
|
|
18571
18632
|
"baspiRef": "A7.",
|
|
18572
|
-
"ta6Ref": "13.
|
|
18633
|
+
"ta6Ref": "13.3b1",
|
|
18573
18634
|
"ntsRequired": ["isSupplyMetered"],
|
|
18574
18635
|
"baspiRequired": ["isSupplyMetered"],
|
|
18575
18636
|
"ta6Required": ["isSupplyMetered"],
|
|
@@ -18602,7 +18663,7 @@
|
|
|
18602
18663
|
},
|
|
18603
18664
|
"location": {
|
|
18604
18665
|
"baspiRef": "4.6.2.1",
|
|
18605
|
-
"ta6Ref": "13.
|
|
18666
|
+
"ta6Ref": "13.3b3",
|
|
18606
18667
|
"con29DWRef": "3.6",
|
|
18607
18668
|
"title": "Describe the location of the meter",
|
|
18608
18669
|
"type": "string",
|
|
@@ -18908,9 +18969,17 @@
|
|
|
18908
18969
|
"title": "Details",
|
|
18909
18970
|
"type": "string",
|
|
18910
18971
|
"minLength": 1
|
|
18972
|
+
},
|
|
18973
|
+
"supplier": {
|
|
18974
|
+
"ta6Ref": "13.4a",
|
|
18975
|
+
"baspiRef": "A7.1.0.11.2",
|
|
18976
|
+
"title": "Supplier",
|
|
18977
|
+
"type": "string",
|
|
18978
|
+
"minLength": 1
|
|
18911
18979
|
}
|
|
18912
18980
|
},
|
|
18913
|
-
"con29DWRequired": ["details"]
|
|
18981
|
+
"con29DWRequired": ["details"],
|
|
18982
|
+
"ta6Required": ["supplier"]
|
|
18914
18983
|
},
|
|
18915
18984
|
{
|
|
18916
18985
|
"properties": {
|
|
@@ -19031,6 +19100,7 @@
|
|
|
19031
19100
|
"ta6Ref": "12.10",
|
|
19032
19101
|
"piqRef": "A7.1.30",
|
|
19033
19102
|
"title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
|
|
19103
|
+
"ta6Title": "Is any part of the septic tank, sewage treatment plant (including any soakaway or outfall) or cesspool, or the access to it, outside the boundary of the property?",
|
|
19034
19104
|
"type": "object",
|
|
19035
19105
|
"properties": {
|
|
19036
19106
|
"yesNo": {
|
|
@@ -19822,19 +19892,20 @@
|
|
|
19822
19892
|
},
|
|
19823
19893
|
"supplier": {
|
|
19824
19894
|
"baspiRef": "A7.1.0",
|
|
19825
|
-
"
|
|
19895
|
+
"ta6Ref": "13.2b",
|
|
19896
|
+
"title": "Supplier",
|
|
19826
19897
|
"type": "string"
|
|
19827
19898
|
},
|
|
19828
19899
|
"gasMeter": {
|
|
19829
19900
|
"baspiRef": "B4.5",
|
|
19830
|
-
"ta6Ref": "13.
|
|
19901
|
+
"ta6Ref": "13.2c",
|
|
19831
19902
|
"rdsRef": "Objects/class='meters'&access=?&accessLocation=?",
|
|
19832
|
-
"title": "Location of gas meter
|
|
19903
|
+
"title": "Location of gas meter",
|
|
19833
19904
|
"type": "object",
|
|
19834
19905
|
"properties": {
|
|
19835
19906
|
"location": {
|
|
19836
19907
|
"baspiRef": "4.5.1",
|
|
19837
|
-
"ta6Ref": "13.
|
|
19908
|
+
"ta6Ref": "13.2c1",
|
|
19838
19909
|
"title": "Describe the location of the meter",
|
|
19839
19910
|
"type": "string",
|
|
19840
19911
|
"minLength": 1
|
|
@@ -20083,7 +20154,8 @@
|
|
|
20083
20154
|
"type": "string",
|
|
20084
20155
|
"title": "",
|
|
20085
20156
|
"enum": ["Yes", "To be connected", "No"],
|
|
20086
|
-
"ntsEnum": ["Yes", "No"]
|
|
20157
|
+
"ntsEnum": ["Yes", "No"],
|
|
20158
|
+
"ta6Enum": ["Yes", "No"]
|
|
20087
20159
|
}
|
|
20088
20160
|
},
|
|
20089
20161
|
"baspiRequired": ["yesNo"],
|
|
@@ -20151,7 +20223,8 @@
|
|
|
20151
20223
|
"type": "string",
|
|
20152
20224
|
"title": "",
|
|
20153
20225
|
"enum": ["Yes", "To be connected", "No"],
|
|
20154
|
-
"ntsEnum": ["Yes", "No"]
|
|
20226
|
+
"ntsEnum": ["Yes", "No"],
|
|
20227
|
+
"ta6Enum": ["Yes", "No"]
|
|
20155
20228
|
}
|
|
20156
20229
|
},
|
|
20157
20230
|
"baspiRequired": ["yesNo"],
|
|
@@ -20423,6 +20496,7 @@
|
|
|
20423
20496
|
"ta6Ref": "6.1",
|
|
20424
20497
|
"piqRef": "A8.2",
|
|
20425
20498
|
"title": "Do you insure the property?",
|
|
20499
|
+
"ta6Title": "Does the seller insure the property?",
|
|
20426
20500
|
"type": "string",
|
|
20427
20501
|
"enum": ["Yes", "No"]
|
|
20428
20502
|
}
|
|
@@ -20465,6 +20539,7 @@
|
|
|
20465
20539
|
"ta6Ref": "6.4",
|
|
20466
20540
|
"piqRef": "A8.1",
|
|
20467
20541
|
"title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?",
|
|
20542
|
+
"ta6Title": "Has any buildings insurance taken out by the seller ever been:",
|
|
20468
20543
|
"type": "object",
|
|
20469
20544
|
"baspiRequired": [
|
|
20470
20545
|
"abnormalRiseInPremiums",
|
|
@@ -20678,6 +20753,7 @@
|
|
|
20678
20753
|
"rdsRef": "Insurance/Claims",
|
|
20679
20754
|
"ta6Ref": "6.5",
|
|
20680
20755
|
"title": "Have you ever made a claim against your building insurance in relation to the property?",
|
|
20756
|
+
"Title": "Has the seller made any buildings insurance claims?",
|
|
20681
20757
|
"type": "object",
|
|
20682
20758
|
"properties": {
|
|
20683
20759
|
"yesNo": {
|
|
@@ -21043,7 +21119,7 @@
|
|
|
21043
21119
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
21044
21120
|
"ta6Ref": "8.4a",
|
|
21045
21121
|
"piqRef": "A10.5b",
|
|
21046
|
-
"title": "Rights of support from
|
|
21122
|
+
"title": "Rights of support from adjoining properties",
|
|
21047
21123
|
"type": "object",
|
|
21048
21124
|
"properties": {
|
|
21049
21125
|
"yesNo": {
|
|
@@ -23436,6 +23512,7 @@
|
|
|
23436
23512
|
"baspiRef": "B2.1.0.2",
|
|
23437
23513
|
"ta6Ref": "1.1",
|
|
23438
23514
|
"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.",
|
|
23515
|
+
"ta6title": "Looking towards the property from the road, who owns or accepts responsibility to maintain or repair the boundary features:",
|
|
23439
23516
|
"type": "object",
|
|
23440
23517
|
"properties": {
|
|
23441
23518
|
"left": {
|
|
@@ -23518,6 +23595,7 @@
|
|
|
23518
23595
|
"ta6Ref": "1.3",
|
|
23519
23596
|
"piqRef": "B3.3",
|
|
23520
23597
|
"title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
|
|
23598
|
+
"ta6Title": "Is the seller aware of any boundary feature having been moved in the last 10 years or during the seller’s period of ownership if longer?",
|
|
23521
23599
|
"type": "object",
|
|
23522
23600
|
"properties": {
|
|
23523
23601
|
"yesNo": {
|
|
@@ -23566,6 +23644,7 @@
|
|
|
23566
23644
|
"rdsRef": "Property/Flags,Property/GUID/name='UPRN'&id=?",
|
|
23567
23645
|
"ta6Ref": "1.4",
|
|
23568
23646
|
"title": "Has any adjacent land or property been purchased by you that will be included in the sale?",
|
|
23647
|
+
"ta6Title": "During the seller’s ownership, has any adjacent land or property been purchased by the seller?",
|
|
23569
23648
|
"type": "object",
|
|
23570
23649
|
"properties": {
|
|
23571
23650
|
"yesNo": {
|
|
@@ -23613,7 +23692,9 @@
|
|
|
23613
23692
|
"rdsRef": "Tenure/tenure=?",
|
|
23614
23693
|
"ta6Ref": "1.5",
|
|
23615
23694
|
"title": "Is there a flying freehold?",
|
|
23695
|
+
"ta6Title": "Does any part of the property or any building on the property overhang, or project under, the boundary of the neighbouring property or road, for example cellars under the pavement, overhanging eaves or covered walkways?",
|
|
23616
23696
|
"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.",
|
|
23697
|
+
"ta6Description": "",
|
|
23617
23698
|
"type": "object",
|
|
23618
23699
|
"properties": {
|
|
23619
23700
|
"yesNo": {
|
|
@@ -23679,6 +23760,7 @@
|
|
|
23679
23760
|
"ta6Ref": "8.7",
|
|
23680
23761
|
"piqRef": "B4.1",
|
|
23681
23762
|
"title": "Are you aware of any pipes, wires, cables or drains bringing services to the property which cross any neighbouring land or property?",
|
|
23763
|
+
"ta6Title": "Do any drains, pipes or wires serving the property cross any neighbour’s property?",
|
|
23682
23764
|
"type": "object",
|
|
23683
23765
|
"properties": {
|
|
23684
23766
|
"yesNo": {
|
|
@@ -23711,6 +23793,7 @@
|
|
|
23711
23793
|
"details": {
|
|
23712
23794
|
"baspiRef": "B3.1.2",
|
|
23713
23795
|
"piqRef": "B4.1.2",
|
|
23796
|
+
"ta6Ref": "8.7.2",
|
|
23714
23797
|
"title": "Please provide details",
|
|
23715
23798
|
"type": "string",
|
|
23716
23799
|
"minLength": 1
|
|
@@ -23722,7 +23805,8 @@
|
|
|
23722
23805
|
"enum": ["Attached", "To follow"]
|
|
23723
23806
|
}
|
|
23724
23807
|
},
|
|
23725
|
-
"baspiRequired": ["details"]
|
|
23808
|
+
"baspiRequired": ["details"],
|
|
23809
|
+
"ta6Required": ["details"]
|
|
23726
23810
|
}
|
|
23727
23811
|
]
|
|
23728
23812
|
},
|
|
@@ -23732,6 +23816,7 @@
|
|
|
23732
23816
|
"ta6Ref": "8.8",
|
|
23733
23817
|
"piqRef": "B4.2",
|
|
23734
23818
|
"title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
|
|
23819
|
+
"ta6Ttle": "Do any drains, pipes or wires leading to any neighbour’s property cross the property?",
|
|
23735
23820
|
"type": "object",
|
|
23736
23821
|
"properties": {
|
|
23737
23822
|
"yesNo": {
|
|
@@ -23763,6 +23848,7 @@
|
|
|
23763
23848
|
},
|
|
23764
23849
|
"details": {
|
|
23765
23850
|
"baspiRef": "B3.2.2",
|
|
23851
|
+
"ta6Ref": "8.8.2",
|
|
23766
23852
|
"piqRef": "B4.2.2",
|
|
23767
23853
|
"title": "Please provide details",
|
|
23768
23854
|
"type": "string",
|
|
@@ -23775,7 +23861,8 @@
|
|
|
23775
23861
|
"enum": ["Attached", "To follow"]
|
|
23776
23862
|
}
|
|
23777
23863
|
},
|
|
23778
|
-
"baspiRequired": ["details"]
|
|
23864
|
+
"baspiRequired": ["details"],
|
|
23865
|
+
"ta6Required": ["details"]
|
|
23779
23866
|
}
|
|
23780
23867
|
]
|
|
23781
23868
|
},
|
|
@@ -23785,6 +23872,7 @@
|
|
|
23785
23872
|
"ta6Ref": "8.9",
|
|
23786
23873
|
"piqRef": "B4.3",
|
|
23787
23874
|
"title": "Are you aware of any formal or informal agreements or arrangements for pipes, wires cables or drains to cross either your property or neighbouring property?",
|
|
23875
|
+
"ta6Title": "Is there any agreement or arrangement about drains, pipes or wires?",
|
|
23788
23876
|
"type": "object",
|
|
23789
23877
|
"properties": {
|
|
23790
23878
|
"yesNo": {
|
|
@@ -23825,7 +23913,7 @@
|
|
|
23825
23913
|
"attachments": {
|
|
23826
23914
|
"baspiRef": "B3.3.3",
|
|
23827
23915
|
"ta6Ref": "8.9.3",
|
|
23828
|
-
"title": "
|
|
23916
|
+
"title": "Please supply a copy",
|
|
23829
23917
|
"type": "string",
|
|
23830
23918
|
"enum": ["Attached", "To follow"]
|
|
23831
23919
|
}
|
|
@@ -23920,7 +24008,8 @@
|
|
|
23920
24008
|
"piqRef": "B7.2.1",
|
|
23921
24009
|
"type": "string",
|
|
23922
24010
|
"title": "",
|
|
23923
|
-
"enum": ["Yes", "No", "Not known"]
|
|
24011
|
+
"enum": ["Yes", "No", "Not known"],
|
|
24012
|
+
"baspiEnum": ["Yes", "No"]
|
|
23924
24013
|
}
|
|
23925
24014
|
},
|
|
23926
24015
|
"baspiRequired": ["yesNo"],
|
|
@@ -23953,29 +24042,40 @@
|
|
|
23953
24042
|
"type": "string",
|
|
23954
24043
|
"minLength": 1
|
|
23955
24044
|
},
|
|
23956
|
-
"
|
|
24045
|
+
"suppliedCertificate": {
|
|
24046
|
+
"title": "Please supply one of the following:",
|
|
24047
|
+
"type": "object",
|
|
23957
24048
|
"baspiRef": "B4.2.4.1",
|
|
23958
24049
|
"ta6Ref": "12.2.2a",
|
|
23959
|
-
"
|
|
23960
|
-
"
|
|
23961
|
-
"
|
|
23962
|
-
|
|
23963
|
-
|
|
23964
|
-
|
|
23965
|
-
|
|
23966
|
-
|
|
23967
|
-
|
|
23968
|
-
|
|
23969
|
-
|
|
23970
|
-
|
|
23971
|
-
|
|
23972
|
-
|
|
23973
|
-
|
|
23974
|
-
|
|
23975
|
-
|
|
24050
|
+
"baspiRequired": ["certificateType", "attachments"],
|
|
24051
|
+
"ta6Required": ["certificateType", "attachments"],
|
|
24052
|
+
"properties": {
|
|
24053
|
+
"certificateType": {
|
|
24054
|
+
"baspiRef": "B4.2.3.1",
|
|
24055
|
+
"ta6Ref": "12.2.2a.1",
|
|
24056
|
+
"type": "string",
|
|
24057
|
+
"enum": [
|
|
24058
|
+
"Electrical Safety Certificate (BS7671)",
|
|
24059
|
+
"Building Regulations Compliance Certificate",
|
|
24060
|
+
"Building Control Completion Certificate"
|
|
24061
|
+
]
|
|
24062
|
+
},
|
|
24063
|
+
"attachments": {
|
|
24064
|
+
"baspiRef": "B4.2.3.2",
|
|
24065
|
+
"ta6Ref": "12.2.2a.2",
|
|
24066
|
+
"title": "Attachments",
|
|
24067
|
+
"type": "string",
|
|
24068
|
+
"enum": ["Attached", "To follow"]
|
|
24069
|
+
}
|
|
24070
|
+
}
|
|
23976
24071
|
}
|
|
23977
24072
|
},
|
|
23978
|
-
"baspiRequired": [
|
|
24073
|
+
"baspiRequired": [
|
|
24074
|
+
"yearWorkCarriedOut",
|
|
24075
|
+
"details",
|
|
24076
|
+
"suppliedCertificate"
|
|
24077
|
+
],
|
|
24078
|
+
"ta6Required": ["suppliedCertificate"]
|
|
23979
24079
|
}
|
|
23980
24080
|
]
|
|
23981
24081
|
}
|
|
@@ -24668,6 +24768,7 @@
|
|
|
24668
24768
|
"ta6Ref": "5.2",
|
|
24669
24769
|
"piqRef": "B5.2",
|
|
24670
24770
|
"title": "Are there any outstanding claims or current applications relating to any of the above?",
|
|
24771
|
+
"ta6Title": "Have any claims been made under any of these guarantees or warranties?",
|
|
24671
24772
|
"type": "object",
|
|
24672
24773
|
"properties": {
|
|
24673
24774
|
"yesNo": {
|