@pdtf/schemas 3.0.0-24 → 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.
@@ -151,7 +151,6 @@
151
151
  "connectivity",
152
152
  "heating",
153
153
  "insurance",
154
- "boundaries",
155
154
  "rightsAndInformalArrangements",
156
155
  "environmentalIssues",
157
156
  "otherIssues",
@@ -3401,6 +3400,7 @@
3401
3400
  "serviceCharge",
3402
3401
  "buildingsInsurance",
3403
3402
  "disputesAndEnfranchisement",
3403
+ "buildingSafety",
3404
3404
  "general",
3405
3405
  "requiredDocuments",
3406
3406
  "confirmation"
@@ -3424,9 +3424,11 @@
3424
3424
  "leaseTerm",
3425
3425
  "contactDetails",
3426
3426
  "transferAndRegistration",
3427
+ "serviceCharge",
3427
3428
  "groundRent",
3428
3429
  "ownershipAndManagement",
3429
3430
  "disputesAndEnfranchisement",
3431
+ "buildingSafety",
3430
3432
  "general",
3431
3433
  "requiredDocuments"
3432
3434
  ],
@@ -4228,6 +4230,7 @@
4228
4230
  }
4229
4231
  },
4230
4232
  "serviceContactAssignments": {
4233
+ "ta7Ref": "5.1",
4231
4234
  "lpe1Ref": "1.6",
4232
4235
  "type": "object",
4233
4236
  "lpe1Required": [
@@ -4877,100 +4880,107 @@
4877
4880
  "dealsWithDayToDayMaintenanceOfBuilding": {
4878
4881
  "lpe1Ref": "1.10",
4879
4882
  "title": "Who deals with the day to day maintenance of the building?",
4880
- "type": "string",
4881
- "enum": [
4882
- "Landlord",
4883
- "Management Company",
4884
- "Managing Agent",
4885
- "the Lessees"
4886
- ]
4887
- }
4888
- },
4889
- "discriminator": {
4890
- "propertyName": "dealsWithDayToDayMaintenanceOfBuilding"
4891
- },
4892
- "oneOf": [
4893
- {
4883
+ "type": "object",
4884
+ "lpe1Required": ["assignedContact"],
4894
4885
  "properties": {
4895
- "dealsWithDayToDayMaintenanceOfBuilding": {
4886
+ "assignedContact": {
4887
+ "title": "",
4888
+ "type": "string",
4896
4889
  "enum": [
4897
4890
  "Landlord",
4898
4891
  "Management Company",
4899
- "Managing Agent"
4892
+ "Managing Agent",
4893
+ "the Lessees"
4900
4894
  ]
4901
4895
  }
4902
- }
4903
- },
4904
- {
4905
- "properties": {
4906
- "dealsWithDayToDayMaintenanceOfBuilding": {
4907
- "enum": ["the Lessees"]
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
+ }
4908
4911
  },
4909
- "lesseeInCharge": {
4910
- "lpe1Ref": "1.10.1",
4911
- "title": "If the Lessees, please provide contact details of the Lessee in charge",
4912
- "type": "object",
4912
+ {
4913
4913
  "properties": {
4914
- "nameOrOrganisation": {
4915
- "title": "Name or organisation",
4916
- "type": "string",
4917
- "minLength": 1
4914
+ "assignedContact": {
4915
+ "enum": ["the Lessees"]
4918
4916
  },
4919
- "address": {
4920
- "title": "Address",
4917
+ "lesseeInCharge": {
4918
+ "lpe1Ref": "1.10.1",
4919
+ "title": "If the Lessees, please provide contact details of the Lessee in charge",
4921
4920
  "type": "object",
4922
4921
  "properties": {
4923
- "line1": {
4924
- "title": "Address line 1",
4922
+ "nameOrOrganisation": {
4923
+ "title": "Name or organisation",
4925
4924
  "type": "string",
4926
4925
  "minLength": 1
4927
4926
  },
4928
- "line2": {
4929
- "title": "Address line 2",
4930
- "type": "string"
4931
- },
4932
- "line3": {
4933
- "title": "Address line 3",
4934
- "type": "string"
4935
- },
4936
- "town": {
4937
- "title": "Town",
4938
- "type": "string"
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
+ ]
4939
4958
  },
4940
- "postcode": {
4941
- "title": "Postcode",
4959
+ "telephone": {
4960
+ "title": "Telephone",
4942
4961
  "type": "string",
4943
4962
  "minLength": 1
4963
+ },
4964
+ "emailAddress": {
4965
+ "title": "Email address",
4966
+ "type": "string",
4967
+ "format": "email"
4944
4968
  }
4945
4969
  },
4946
4970
  "lpe1Required": [
4971
+ "nameOrOrganisation",
4947
4972
  "line1",
4948
- "postcode"
4973
+ "postcode",
4974
+ "telephone",
4975
+ "emailAddress"
4949
4976
  ]
4950
- },
4951
- "telephone": {
4952
- "title": "Telephone",
4953
- "type": "string",
4954
- "minLength": 1
4955
- },
4956
- "emailAddress": {
4957
- "title": "Email address",
4958
- "type": "string",
4959
- "format": "email"
4960
4977
  }
4961
4978
  },
4962
- "lpe1Required": [
4963
- "nameOrOrganisation",
4964
- "line1",
4965
- "postcode",
4966
- "telephone",
4967
- "emailAddress"
4968
- ]
4979
+ "lpe1Required": ["lesseeInCharge"]
4969
4980
  }
4970
- },
4971
- "lpe1Required": ["lesseeInCharge"]
4981
+ ]
4972
4982
  }
4973
- ]
4983
+ }
4974
4984
  }
4975
4985
  }
4976
4986
  },
@@ -5483,6 +5493,7 @@
5483
5493
  "ta7Required": ["buildingManagerType"],
5484
5494
  "properties": {
5485
5495
  "buildingManagerType": {
5496
+ "ta7Ref": "2.3.1",
5486
5497
  "title": "",
5487
5498
  "type": "string",
5488
5499
  "enum": [
@@ -6311,78 +6322,6 @@
6311
6322
  "lpe1Required": ["details"]
6312
6323
  }
6313
6324
  ]
6314
- },
6315
- "deedOfCertificateServed": {
6316
- "lpe1Ref": "4.14",
6317
- "ta7Ref": "11.3",
6318
- "title": "Has a Leaseholder Deed of Certificate been served on the Landlord in relation to the property or remedial works required to the property?",
6319
- "ta7Title": "Is there a Leaseholder Deed of Certificate for the property?",
6320
- "type": "object",
6321
- "properties": {
6322
- "yesNoNotApplicable": {
6323
- "ta7Ref": "11.3.1",
6324
- "type": "string",
6325
- "title": "",
6326
- "enum": ["Yes", "No", "Not applicable"]
6327
- }
6328
- },
6329
- "discriminator": {
6330
- "propertyName": "yesNoNotApplicable"
6331
- },
6332
- "oneOf": [
6333
- {
6334
- "properties": {
6335
- "yesNoNotApplicable": {
6336
- "enum": ["Not applicable"]
6337
- }
6338
- }
6339
- },
6340
- {
6341
- "properties": {
6342
- "yesNoNotApplicable": {
6343
- "enum": ["No"]
6344
- }
6345
- }
6346
- },
6347
- {
6348
- "properties": {
6349
- "yesNoNotApplicable": {
6350
- "enum": ["Yes"]
6351
- },
6352
- "sellerCompletedDeedOfCertificate": {
6353
- "ta7Ref": "11.3a",
6354
- "title": "Did the seller (the current leaseholder) complete the deed of certificate or was it completed by a previous leaseholder?",
6355
- "type": "string",
6356
- "enum": [
6357
- "Current leaseholder",
6358
- "Previous leaseholder"
6359
- ]
6360
- }
6361
- },
6362
- "lpe1Required": [
6363
- "sellerCompletedDeedOfCertificate"
6364
- ]
6365
- }
6366
- ],
6367
- "lpe1Required": ["yesNoNotApplicable"],
6368
- "ta7Required": ["yesNoNotApplicable"]
6369
- },
6370
- "landlordsCertificateServed": {
6371
- "lpe1Ref": "4.14",
6372
- "title": "Has a Landlord's Certificate been served?",
6373
- "type": "object",
6374
- "properties": {
6375
- "yesNoNotApplicable": {
6376
- "type": "string",
6377
- "title": "",
6378
- "enum": [
6379
- "Yes",
6380
- "No Certificate Served",
6381
- "Not applicable"
6382
- ]
6383
- }
6384
- },
6385
- "lpe1Required": ["yesNoNotApplicable"]
6386
6325
  }
6387
6326
  },
6388
6327
  "lpe1Required": [
@@ -6405,10 +6344,7 @@
6405
6344
  "increaseInServiceChargeAnticipated",
6406
6345
  "outstandingServiceChargeConsultation",
6407
6346
  "japaneseKnotweedAffectingManagedAreas",
6408
- "transferFees",
6409
- "allPropertiesContribute",
6410
- "deedOfCertificateServed",
6411
- "landlordsCertificateServed"
6347
+ "transferFees"
6412
6348
  ],
6413
6349
  "ta7Required": [
6414
6350
  "annualServiceCharge",
@@ -6418,8 +6354,7 @@
6418
6354
  "dangerousCladdingOrDefects",
6419
6355
  "difficultyInCollectingServiceCharge",
6420
6356
  "serviceChargeOwed",
6421
- "lastDecoratedPeriod",
6422
- "deedOfCertificateServed"
6357
+ "lastDecoratedPeriod"
6423
6358
  ],
6424
6359
  "baspiRequired": [
6425
6360
  "annualServiceCharge",
@@ -7119,6 +7054,139 @@
7119
7054
  }
7120
7055
  }
7121
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
+ },
7122
7190
  "general": {
7123
7191
  "lpe1Ref": "7",
7124
7192
  "title": "General",
@@ -7129,7 +7197,6 @@
7129
7197
  "sellerServedNoticeOnLandlord",
7130
7198
  "sellerAwareOfNoticeOfCollectivePurchase",
7131
7199
  "sellerAwareOfResponse",
7132
- "isLeaseQualifying",
7133
7200
  "otherPropertiesInManagedArea",
7134
7201
  "leasedOnSimilarTerms",
7135
7202
  "buildingKnownToBeHMO",
@@ -7141,8 +7208,7 @@
7141
7208
  "sellerOwnedProperty",
7142
7209
  "sellerServedNoticeOnLandlord",
7143
7210
  "sellerAwareOfNoticeOfCollectivePurchase",
7144
- "sellerAwareOfResponse",
7145
- "isLeaseQualifying"
7211
+ "sellerAwareOfResponse"
7146
7212
  ],
7147
7213
  "properties": {
7148
7214
  "sellerAwareOfAlterations": {
@@ -7236,7 +7302,7 @@
7236
7302
  },
7237
7303
  "sellerAwareOfResponse": {
7238
7304
  "ta7Ref": "10.4",
7239
- "title": "Is the seller aware of any response to a notice disclosed in replies to 10.2 and 10.3 above? If Yes, please supply a copy",
7305
+ "title": "Is the seller aware of any response to a notice disclosed in replies above? If Yes, please supply a copy",
7240
7306
  "type": "string",
7241
7307
  "enum": [
7242
7308
  "Yes",
@@ -7247,12 +7313,6 @@
7247
7313
  "To follow"
7248
7314
  ]
7249
7315
  },
7250
- "isLeaseQualifying": {
7251
- "ta7Ref": "11.2",
7252
- "title": "Is the lease of the property a qualifying lease?",
7253
- "type": "string",
7254
- "enum": ["Yes", "No"]
7255
- },
7256
7316
  "otherPropertiesInManagedArea": {
7257
7317
  "lpe1Ref": "7.1",
7258
7318
  "title": "How many other properties are there in the Managed Area?",
@@ -7418,8 +7478,8 @@
7418
7478
  },
7419
7479
  "requiredDocuments": {
7420
7480
  "lpe1Ref": "8",
7421
- "title": "Required Documents",
7422
- "description": "Please provide the following applicable documents:",
7481
+ "title": "Required documents",
7482
+ "ta7Title": "Relevant documents",
7423
7483
  "type": "object",
7424
7484
  "lpe1Required": [
7425
7485
  "noticeOfSale",
@@ -7442,16 +7502,14 @@
7442
7502
  "noticesServedOnLessee",
7443
7503
  "asbestosSurvey",
7444
7504
  "managedAreaFireRiskAssessment",
7445
- "memorandumAndArticles",
7505
+ "managementCompanyDocuments",
7446
7506
  "managementCompanyAGMMinutes",
7447
- "deedOfCertificate",
7448
- "landlordsCertificate",
7449
7507
  "enforcementNotices"
7450
7508
  ],
7451
7509
  "ta7Required": [
7510
+ "lease",
7452
7511
  "noticeOfSale",
7453
7512
  "noticeOfBuildingCondition",
7454
- "landlordNotifiedOfSale",
7455
7513
  "copyOfcorrespondence",
7456
7514
  "serviceChargeAccounts",
7457
7515
  "groundRent",
@@ -7459,43 +7517,34 @@
7459
7517
  "additionalRegulationsNotInLease",
7460
7518
  "deedsOfVariation",
7461
7519
  "deedOfCovenant",
7462
- "memorandumAndArticles",
7463
- "shareOrMembershipCertificate",
7464
- "companyAccounts",
7465
- "deedOfCertificate",
7466
- "landlordsCertificate"
7520
+ "managementCompanyDocuments"
7467
7521
  ],
7468
7522
  "properties": {
7469
- "noticeOfSale": {
7470
- "ta7Ref": "6.1",
7471
- "title": "Has the seller received a notice that the landlord wants to sell the building? If Yes, please supply a copy.",
7523
+ "lease": {
7524
+ "ta7Ref": "3.1a1",
7525
+ "title": "Please supply a copy of the lease.",
7472
7526
  "type": "string",
7473
- "enum": [
7474
- "Yes",
7475
- "No",
7476
- "Attached",
7477
- "To follow",
7478
- "Lost"
7479
- ]
7527
+ "enum": ["Enclosed", "To follow"]
7480
7528
  },
7481
- "noticeOfBuildingCondition": {
7482
- "ta7Ref": "6.2",
7483
- "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.",
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.",
7484
7534
  "type": "string",
7485
7535
  "enum": [
7486
- "Yes",
7487
- "No",
7488
- "Attached",
7536
+ "Enclosed",
7489
7537
  "To follow",
7490
- "Lost"
7538
+ "Landlord's lawyer provides",
7539
+ "Please supply draft",
7540
+ "Not applicable"
7541
+ ],
7542
+ "ta7Enum": [
7543
+ "Enclosed",
7544
+ "To follow",
7545
+ "Not applicable"
7491
7546
  ]
7492
7547
  },
7493
- "landlordNotifiedOfSale": {
7494
- "ta7Ref": "11.4",
7495
- "title": "Has the freeholder / landlord been notified of the intention to sell?",
7496
- "type": "string",
7497
- "enum": ["Yes", "No"]
7498
- },
7499
7548
  "copyOfcorrespondence": {
7500
7549
  "ta7Ref": "3.2",
7501
7550
  "title": "Please supply a copy of any correspondence from the landlord, any management company and any managing agent.",
@@ -7533,16 +7582,48 @@
7533
7582
  "ta7Ref": "3.4a",
7534
7583
  "title": "Arranged by the seller and a receipt for payment of the last premium",
7535
7584
  "type": "string",
7536
- "enum": ["Attached", "To follow"]
7585
+ "enum": [
7586
+ "Attached",
7587
+ "To follow",
7588
+ "Not applicable"
7589
+ ]
7537
7590
  },
7538
7591
  "arrangedByLandlord": {
7539
7592
  "ta7Ref": "3.4b",
7540
7593
  "title": "Arranged by the landlord or management company and the schedule for the current year",
7541
7594
  "type": "string",
7542
- "enum": ["Attached", "To follow"]
7595
+ "enum": [
7596
+ "Attached",
7597
+ "To follow",
7598
+ "Not applicable"
7599
+ ]
7543
7600
  }
7544
7601
  }
7545
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
+ },
7546
7627
  "managedAreasBuildingsInsurancePolicy": {
7547
7628
  "lpe1Ref": "8.3",
7548
7629
  "title": "Buildings insurance policy and schedule for the Managed Areas.",
@@ -7604,22 +7685,8 @@
7604
7685
  "Not applicable"
7605
7686
  ]
7606
7687
  },
7607
- "deedsOfVariation": {
7608
- "lpe1Ref": "8.9",
7609
- "ta7Ref": "3.1a",
7610
- "title": "Any Deeds of Variation or other document varying the terms of the lease of this Property.",
7611
- "type": "string",
7612
- "enum": [
7613
- "Enclosed",
7614
- "To follow",
7615
- "Landlord's lawyer provides",
7616
- "Please supply draft",
7617
- "Not applicable"
7618
- ]
7619
- },
7620
7688
  "deedOfCovenant": {
7621
7689
  "lpe1Ref": "8.10",
7622
- "ta7Ref": "3.1a",
7623
7690
  "title": "Any required Deed of Covenant.",
7624
7691
  "type": "string",
7625
7692
  "enum": [
@@ -7695,28 +7762,44 @@
7695
7762
  "Not applicable"
7696
7763
  ]
7697
7764
  },
7698
- "memorandumAndArticles": {
7765
+ "managementCompanyDocuments": {
7766
+ "ta7Ref": "3.5",
7699
7767
  "lpe1Ref": "8.17",
7700
- "ta7Ref": "3.5a",
7701
- "title": "Memorandum and Articles of Association of the Management Company.",
7702
- "type": "string",
7703
- "enum": [
7704
- "Enclosed",
7705
- "To follow",
7706
- "Not applicable"
7707
- ]
7708
- },
7709
- "shareOrMembershipCertificate": {
7710
- "ta7Ref": "3.5b",
7711
- "title": "Share or membership certificate",
7712
- "type": "string",
7713
- "enum": ["Attached", "To follow"]
7714
- },
7715
- "companyAccounts": {
7716
- "ta7Ref": "3.5c",
7717
- "title": "Company accounts for the past three years",
7718
- "type": "string",
7719
- "enum": ["Attached", "To follow"]
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
+ }
7720
7803
  },
7721
7804
  "managementCompanyAGMMinutes": {
7722
7805
  "lpe1Ref": "8.18",
@@ -7728,37 +7811,6 @@
7728
7811
  "Not applicable"
7729
7812
  ]
7730
7813
  },
7731
- "deedOfCertificate": {
7732
- "lpe1Ref": "8.19",
7733
- "ta7Ref": "11.3b",
7734
- "title": "Leaseholder Deed of Certificate.",
7735
- "ta7Title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence",
7736
- "type": "string",
7737
- "enum": [
7738
- "Enclosed",
7739
- "To follow",
7740
- "Not applicable"
7741
- ]
7742
- },
7743
- "landlordsCertificate": {
7744
- "lpe1Ref": "8.20",
7745
- "ta7Ref": "11.5",
7746
- "title": "Landlord's Certificate.",
7747
- "ta7Title": "Has the seller received a Landlord’s Certificate and the accompanying evidence?",
7748
- "type": "string",
7749
- "enum": [
7750
- "Enclosed",
7751
- "To follow",
7752
- "No",
7753
- "Not applicable"
7754
- ],
7755
- "ta7Enum": ["Enclosed", "To follow", "No"],
7756
- "lpe1Enum": [
7757
- "Enclosed",
7758
- "To follow",
7759
- "Not applicable"
7760
- ]
7761
- },
7762
7814
  "enforcementNotices": {
7763
7815
  "lpe1Ref": "8.21",
7764
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).",
@@ -8929,7 +8981,9 @@
8929
8981
  "ta6Ref": "2.1",
8930
8982
  "piqRef": "A2.1",
8931
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?",
8932
8985
  "description": "E.g boundary disagreement, noise, trespass etc",
8986
+ "ta6Description": "",
8933
8987
  "type": "object",
8934
8988
  "properties": {
8935
8989
  "yesNo": {
@@ -9154,6 +9208,7 @@
9154
9208
  "properties": {
9155
9209
  "yesNo": {
9156
9210
  "baspiRef": "A3.5.2.1",
9211
+ "ta6Ref": "4.2.1",
9157
9212
  "type": "string",
9158
9213
  "title": "",
9159
9214
  "enum": ["Yes", "No", "Not required"]
@@ -10346,6 +10401,7 @@
10346
10401
  "rdsRef": "Property/Flags,Planning",
10347
10402
  "piqRef": "A4.1",
10348
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?",
10349
10405
  "type": "object",
10350
10406
  "properties": {
10351
10407
  "yesNo": {
@@ -10843,6 +10899,7 @@
10843
10899
  "ta6Ref": "7.8",
10844
10900
  "piqRef": "A5.3",
10845
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?",
10846
10903
  "type": "object",
10847
10904
  "properties": {
10848
10905
  "yesNo": {
@@ -10851,7 +10908,8 @@
10851
10908
  "piqRef": "A5.3.1",
10852
10909
  "type": "string",
10853
10910
  "title": "",
10854
- "enum": ["Yes", "No", "Not known"]
10911
+ "enum": ["Yes", "No", "Not known"],
10912
+ "baspiEnum": ["Yes", "No"]
10855
10913
  }
10856
10914
  },
10857
10915
  "baspiRequired": ["yesNo"],
@@ -10881,13 +10939,13 @@
10881
10939
  "attachments": {
10882
10940
  "baspiRef": "A5.3.3",
10883
10941
  "ta6Ref": "7.8.3",
10884
- "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.",
10885
10943
  "type": "string",
10886
10944
  "enum": ["Attached", "To follow"]
10887
10945
  }
10888
10946
  },
10889
10947
  "baspiRequired": ["managementPlanInPlace"],
10890
- "ta6Required": ["managementPlanInPlace"]
10948
+ "ta6Required": ["managementPlanInPlace", "attachments"]
10891
10949
  }
10892
10950
  ],
10893
10951
  "ta6Required": ["yesNo"]
@@ -18536,7 +18594,8 @@
18536
18594
  "ta6Ref": "13.3.2",
18537
18595
  "piqRef": "A7.1.8",
18538
18596
  "title": "Supplier",
18539
- "type": "string"
18597
+ "type": "string",
18598
+ "minLength": 1
18540
18599
  },
18541
18600
  "details": {
18542
18601
  "con29DWRef": "3.1.2",
@@ -18550,6 +18609,7 @@
18550
18609
  "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
18551
18610
  "title": "Location of stopcock",
18552
18611
  "type": "object",
18612
+ "required": ["location"],
18553
18613
  "properties": {
18554
18614
  "location": {
18555
18615
  "baspiRef": "4.6.1.1",
@@ -18570,7 +18630,7 @@
18570
18630
  "type": "object",
18571
18631
  "ntsRef": "B3.2.1.1",
18572
18632
  "baspiRef": "A7.",
18573
- "ta6Ref": "13.3b2",
18633
+ "ta6Ref": "13.3b1",
18574
18634
  "ntsRequired": ["isSupplyMetered"],
18575
18635
  "baspiRequired": ["isSupplyMetered"],
18576
18636
  "ta6Required": ["isSupplyMetered"],
@@ -18603,7 +18663,7 @@
18603
18663
  },
18604
18664
  "location": {
18605
18665
  "baspiRef": "4.6.2.1",
18606
- "ta6Ref": "13.3b2.1",
18666
+ "ta6Ref": "13.3b3",
18607
18667
  "con29DWRef": "3.6",
18608
18668
  "title": "Describe the location of the meter",
18609
18669
  "type": "string",
@@ -18909,9 +18969,17 @@
18909
18969
  "title": "Details",
18910
18970
  "type": "string",
18911
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
18912
18979
  }
18913
18980
  },
18914
- "con29DWRequired": ["details"]
18981
+ "con29DWRequired": ["details"],
18982
+ "ta6Required": ["supplier"]
18915
18983
  },
18916
18984
  {
18917
18985
  "properties": {
@@ -18926,7 +18994,7 @@
18926
18994
  },
18927
18995
  "supplier": {
18928
18996
  "baspiRef": "A7.1.0.11.3",
18929
- "ta6Ref": "12.4a2",
18997
+ "ta6Ref": "13.4.2",
18930
18998
  "title": "Supplier",
18931
18999
  "type": "string"
18932
19000
  }
@@ -18959,7 +19027,8 @@
18959
19027
  "properties": {
18960
19028
  "offMainsDrainageSystemType": {
18961
19029
  "ntsRef": "B3.3.3.1",
18962
- "baspiRef": "A7.",
19030
+ "baspiRef": "A7.1",
19031
+ "ta6Ref": "12.5",
18963
19032
  "type": "string",
18964
19033
  "enum": [
18965
19034
  "Sustainable Drainage System",
@@ -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": {
@@ -19180,7 +19250,7 @@
19180
19250
  },
19181
19251
  "dateReplaced": {
19182
19252
  "baspiRef": "A7.1.0.14.2",
19183
- "ta6Ref": "12.5a2",
19253
+ "ta6Ref": "12.5.1",
19184
19254
  "title": "Date replaced or upgraded",
19185
19255
  "type": "string",
19186
19256
  "format": "date"
@@ -19822,19 +19892,20 @@
19822
19892
  },
19823
19893
  "supplier": {
19824
19894
  "baspiRef": "A7.1.0",
19825
- "title": "Supplier (if known)",
19895
+ "ta6Ref": "13.2b",
19896
+ "title": "Supplier",
19826
19897
  "type": "string"
19827
19898
  },
19828
19899
  "gasMeter": {
19829
19900
  "baspiRef": "B4.5",
19830
- "ta6Ref": "13.2b",
19901
+ "ta6Ref": "13.2c",
19831
19902
  "rdsRef": "Objects/class='meters'&access=?&accessLocation=?",
19832
- "title": "Location of gas meter (if any)",
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.2b1",
19908
+ "ta6Ref": "13.2c1",
19838
19909
  "title": "Describe the location of the meter",
19839
19910
  "type": "string",
19840
19911
  "minLength": 1
@@ -20065,12 +20136,7 @@
20065
20136
  "ta6Ref": "13",
20066
20137
  "title": "Connectivity",
20067
20138
  "type": "object",
20068
- "baspiRequired": [
20069
- "telephone",
20070
- "cableSatelliteTV",
20071
- "broadband",
20072
- "maintenanceAgreements"
20073
- ],
20139
+ "baspiRequired": ["telephone", "cableSatelliteTV", "broadband"],
20074
20140
  "ntsRequired": ["broadband"],
20075
20141
  "ta6Required": ["telephone", "cableSatelliteTV"],
20076
20142
  "properties": {
@@ -20088,7 +20154,8 @@
20088
20154
  "type": "string",
20089
20155
  "title": "",
20090
20156
  "enum": ["Yes", "To be connected", "No"],
20091
- "ntsEnum": ["Yes", "No"]
20157
+ "ntsEnum": ["Yes", "No"],
20158
+ "ta6Enum": ["Yes", "No"]
20092
20159
  }
20093
20160
  },
20094
20161
  "baspiRequired": ["yesNo"],
@@ -20156,7 +20223,8 @@
20156
20223
  "type": "string",
20157
20224
  "title": "",
20158
20225
  "enum": ["Yes", "To be connected", "No"],
20159
- "ntsEnum": ["Yes", "No"]
20226
+ "ntsEnum": ["Yes", "No"],
20227
+ "ta6Enum": ["Yes", "No"]
20160
20228
  }
20161
20229
  },
20162
20230
  "baspiRequired": ["yesNo"],
@@ -20234,28 +20302,28 @@
20234
20302
  "title": "Broadband predicted speed per Ofcom Connected Nations",
20235
20303
  "type": "object",
20236
20304
  "properties": {
20237
- "MaxBbPredictedDown": {
20305
+ "maxBbPredictedDown": {
20238
20306
  "type": "number"
20239
20307
  },
20240
- "MaxBbPredictedUp": {
20308
+ "maxBbPredictedUp": {
20241
20309
  "type": "number"
20242
20310
  },
20243
- "MaxSfbbPredictedDown": {
20311
+ "maxSfbbPredictedDown": {
20244
20312
  "type": "number"
20245
20313
  },
20246
- "MaxSfbbPredictedUp": {
20314
+ "maxSfbbPredictedUp": {
20247
20315
  "type": "number"
20248
20316
  },
20249
- "MaxUfbbPredictedDown": {
20317
+ "maxUfbbPredictedDown": {
20250
20318
  "type": "number"
20251
20319
  },
20252
- "MaxUfbbPredictedUp": {
20320
+ "maxUfbbPredictedUp": {
20253
20321
  "type": "number"
20254
20322
  },
20255
- "MaxPredictedDown": {
20323
+ "maxPredictedDown": {
20256
20324
  "type": "number"
20257
20325
  },
20258
- "MaxPredictedUp": {
20326
+ "maxPredictedUp": {
20259
20327
  "type": "number"
20260
20328
  }
20261
20329
  }
@@ -20428,6 +20496,7 @@
20428
20496
  "ta6Ref": "6.1",
20429
20497
  "piqRef": "A8.2",
20430
20498
  "title": "Do you insure the property?",
20499
+ "ta6Title": "Does the seller insure the property?",
20431
20500
  "type": "string",
20432
20501
  "enum": ["Yes", "No"]
20433
20502
  }
@@ -20470,6 +20539,7 @@
20470
20539
  "ta6Ref": "6.4",
20471
20540
  "piqRef": "A8.1",
20472
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:",
20473
20543
  "type": "object",
20474
20544
  "baspiRequired": [
20475
20545
  "abnormalRiseInPremiums",
@@ -20683,6 +20753,7 @@
20683
20753
  "rdsRef": "Insurance/Claims",
20684
20754
  "ta6Ref": "6.5",
20685
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?",
20686
20757
  "type": "object",
20687
20758
  "properties": {
20688
20759
  "yesNo": {
@@ -20736,34 +20807,45 @@
20736
20807
  }
20737
20808
  ]
20738
20809
  },
20739
- "boundaries": {
20740
- "baspiRef": "A9",
20741
- "title": "Boundaries",
20810
+ "rightsAndInformalArrangements": {
20811
+ "ntsRef": "C2.2",
20812
+ "baspiRef": "A10",
20813
+ "ta6Ref": "8",
20814
+ "title": "Rights and Informal Arrangements",
20742
20815
  "type": "object",
20743
- "description": "You will need to check your title to answer these questions. If you do not have a copy, for a small fee to HM Land Registry, you can download both the title register and the title plan of the property at https://www.gov.uk/search-property-information-land-registry.",
20744
20816
  "baspiRequired": [
20745
- "partOutsideLegalOwnership",
20746
- "partOnSeparateSiteOrDeed",
20747
- "boundariesDifferFromTitlePlan",
20748
- "boundaryAlterationProposal"
20817
+ "sharedContributions",
20818
+ "neighbouringLandRights",
20819
+ "accessRestrictionAttempts",
20820
+ "rightsOrArrangements"
20821
+ ],
20822
+ "ntsRequired": ["rightsOrArrangements"],
20823
+ "ta6Required": [
20824
+ "sharedContributions",
20825
+ "neighbouringLandRights",
20826
+ "accessRestrictionAttempts",
20827
+ "rightsOrArrangements"
20749
20828
  ],
20750
20829
  "properties": {
20751
- "partOutsideLegalOwnership": {
20752
- "baspiRef": "A9.1",
20753
- "rdsRef": "Tenure/Interests",
20754
- "piqRef": "A9.1",
20755
- "title": "Is any part of the property outside the seller’s legal ownership?",
20830
+ "sharedContributions": {
20831
+ "baspiRef": "A10.1",
20832
+ "rdsRef": "Services/SharedCosts",
20833
+ "ta6Ref": "8.1",
20834
+ "piqRef": "A10.1",
20835
+ "title": "Other than service charges and estate rentcharges, do you have to contribute towards the shared cost of a jointly-used service such as a shared driveway, road, parking area, garden or drain?",
20756
20836
  "type": "object",
20757
20837
  "properties": {
20758
20838
  "yesNo": {
20759
- "baspiRef": "A9.1.1",
20760
- "piqRef": "A9.1.1",
20839
+ "baspiRef": "A10.1.1",
20840
+ "ta6Ref": "8.1.1",
20841
+ "piqRef": "A10.1.1",
20761
20842
  "type": "string",
20762
20843
  "title": "",
20763
20844
  "enum": ["Yes", "No"]
20764
20845
  }
20765
20846
  },
20766
20847
  "baspiRequired": ["yesNo"],
20848
+ "ta6Required": ["yesNo"],
20767
20849
  "discriminator": {
20768
20850
  "propertyName": "yesNo"
20769
20851
  },
@@ -20781,31 +20863,38 @@
20781
20863
  "enum": ["Yes"]
20782
20864
  },
20783
20865
  "details": {
20784
- "baspiRef": "A9.1.2",
20785
- "piqRef": "A9.1.2",
20786
- "title": "Please provide details. E.g. parking, garden, outbuilding, accessway, etc",
20866
+ "baspiRef": "A10.1.2",
20867
+ "ta6Ref": "8.1.2",
20868
+ "piqRef": "A10.1.2",
20869
+ "title": "Please give details including who collects payments and organises the work, the amount of the payments in the last year and whether they are regular payments or only when maintenance work is required",
20787
20870
  "type": "string",
20788
20871
  "minLength": 1
20789
20872
  }
20790
20873
  },
20791
- "baspiRequired": ["details"]
20874
+ "baspiRequired": ["details"],
20875
+ "ta6Required": ["details"]
20792
20876
  }
20793
20877
  ]
20794
20878
  },
20795
- "partOnSeparateSiteOrDeed": {
20796
- "baspiRef": "A9.2",
20797
- "rdsRef": "Tenure *with different property entity and references etc*",
20798
- "title": "Is any part of the property on a separate site or separate title number e.g. garden, outbuilding, parking, garage?",
20879
+ "neighbouringLandRights": {
20880
+ "baspiRef": "A10.2",
20881
+ "rdsRef": "Tenure/Rights,Tenure *with different property entity and references etc*",
20882
+ "ta6Ref": "8.2",
20883
+ "piqRef": "A10.2",
20884
+ "title": "Do any rights and arrangements exist over neighbouring land from which the property benefits? (e.g. taking wheelie bins along an accessway through a neighbour’s back garden, parking, access to maintain the boundaries from the neighbour’s side etc)",
20799
20885
  "type": "object",
20800
20886
  "properties": {
20801
20887
  "yesNo": {
20802
- "baspiRef": "A9.2.1",
20888
+ "baspiRef": "A10.2.1",
20889
+ "ta6Ref": "8.2.1",
20890
+ "piqRef": "A10.2.1",
20803
20891
  "type": "string",
20804
20892
  "title": "",
20805
20893
  "enum": ["Yes", "No"]
20806
20894
  }
20807
20895
  },
20808
20896
  "baspiRequired": ["yesNo"],
20897
+ "ta6Required": ["yesNo"],
20809
20898
  "discriminator": {
20810
20899
  "propertyName": "yesNo"
20811
20900
  },
@@ -20823,30 +20912,44 @@
20823
20912
  "enum": ["Yes"]
20824
20913
  },
20825
20914
  "details": {
20826
- "baspiRef": "A9.2.2",
20827
- "title": "Details",
20915
+ "baspiRef": "A10.2.2",
20916
+ "ta6Ref": "8.2.2",
20917
+ "piqRef": "A10.2.2",
20918
+ "title": "Please give details and provide a plan showing the route of the access, parking etc",
20828
20919
  "type": "string",
20829
20920
  "minLength": 1
20921
+ },
20922
+ "attachments": {
20923
+ "baspiRef": "A10.2.3",
20924
+ "title": "Attachments",
20925
+ "type": "string",
20926
+ "enum": ["Attached", "To follow"]
20830
20927
  }
20831
20928
  },
20832
- "baspiRequired": ["details"]
20929
+ "baspiRequired": ["details", "attachments"],
20930
+ "ta6Required": ["details"]
20833
20931
  }
20834
20932
  ]
20835
20933
  },
20836
- "boundariesDifferFromTitlePlan": {
20837
- "baspiRef": "A9.3",
20838
- "rdsRef": "Tenure/Boundaries,Tenure/BoundaryDifferences,Tenure/CadastralMapOfParcels",
20839
- "title": "Do the boundaries differ from those shown on the title plan?",
20934
+ "accessRestrictionAttempts": {
20935
+ "baspiRef": "A10.3",
20936
+ "rdsRef": "Tenure/Restrictions",
20937
+ "ta6Ref": "8.3",
20938
+ "piqRef": "A10.3",
20939
+ "title": "Has anyone tried to stop you using an access way to the property or asked you to pay to use the access?",
20840
20940
  "type": "object",
20841
20941
  "properties": {
20842
20942
  "yesNo": {
20843
- "baspiRef": "A9.3.1",
20943
+ "baspiRef": "A10.3.1",
20944
+ "ta6Ref": "8.3.1",
20945
+ "piqRef": "A10.3.1",
20844
20946
  "type": "string",
20845
20947
  "title": "",
20846
20948
  "enum": ["Yes", "No"]
20847
20949
  }
20848
20950
  },
20849
20951
  "baspiRequired": ["yesNo"],
20952
+ "ta6Required": ["yesNo"],
20850
20953
  "discriminator": {
20851
20954
  "propertyName": "yesNo"
20852
20955
  },
@@ -20864,232 +20967,10 @@
20864
20967
  "enum": ["Yes"]
20865
20968
  },
20866
20969
  "details": {
20867
- "baspiRef": "A9.3.2",
20868
- "title": "Please provide details of how they differ and why they changed and provide a plan showing where you believe the boundaries are",
20869
- "type": "string",
20870
- "minLength": 1
20871
- },
20872
- "attachments": {
20873
- "baspiRef": "A9.3.3",
20874
- "title": "Attachments",
20875
- "type": "string",
20876
- "enum": ["Attached", "To follow"]
20877
- }
20878
- },
20879
- "baspiRequired": ["details", "attachments"]
20880
- }
20881
- ]
20882
- },
20883
- "boundaryAlterationProposal": {
20884
- "baspiRef": "A9.4",
20885
- "rdsRef": "Tenure/Boundaries/proposedAlterations=?",
20886
- "piqRef": "A9.2",
20887
- "title": "Is there a current proposal with anyone to alter the boundaries of your property?",
20888
- "type": "object",
20889
- "properties": {
20890
- "yesNo": {
20891
- "baspiRef": "A9.4.1",
20892
- "piqRef": "A9.2.1",
20893
- "type": "string",
20894
- "title": "",
20895
- "enum": ["Yes", "No"]
20896
- }
20897
- },
20898
- "baspiRequired": ["yesNo"],
20899
- "discriminator": {
20900
- "propertyName": "yesNo"
20901
- },
20902
- "oneOf": [
20903
- {
20904
- "properties": {
20905
- "yesNo": {
20906
- "enum": ["No"]
20907
- }
20908
- }
20909
- },
20910
- {
20911
- "properties": {
20912
- "yesNo": {
20913
- "enum": ["Yes"]
20914
- },
20915
- "details": {
20916
- "baspiRef": "A9.4.2",
20917
- "piqRef": "A9.2.2",
20918
- "title": "Details",
20919
- "type": "string",
20920
- "minLength": 1
20921
- }
20922
- },
20923
- "baspiRequired": ["details"]
20924
- }
20925
- ]
20926
- }
20927
- }
20928
- },
20929
- "rightsAndInformalArrangements": {
20930
- "ntsRef": "C2.2",
20931
- "baspiRef": "A10",
20932
- "ta6Ref": "8",
20933
- "title": "Rights and Informal Arrangements",
20934
- "type": "object",
20935
- "baspiRequired": [
20936
- "sharedContributions",
20937
- "neighbouringLandRights",
20938
- "accessRestrictionAttempts",
20939
- "rightsOrArrangements"
20940
- ],
20941
- "ntsRequired": ["rightsOrArrangements"],
20942
- "ta6Required": [
20943
- "sharedContributions",
20944
- "neighbouringLandRights",
20945
- "accessRestrictionAttempts",
20946
- "rightsOrArrangements"
20947
- ],
20948
- "properties": {
20949
- "sharedContributions": {
20950
- "baspiRef": "A10.1",
20951
- "rdsRef": "Services/SharedCosts",
20952
- "ta6Ref": "8.1",
20953
- "piqRef": "A10.1",
20954
- "title": "Other than service charges and estate rentcharges, do you have to contribute towards the shared cost of a jointly-used service such as a shared driveway, road, parking area, garden or drain?",
20955
- "type": "object",
20956
- "properties": {
20957
- "yesNo": {
20958
- "baspiRef": "A10.1.1",
20959
- "ta6Ref": "8.1.1",
20960
- "piqRef": "A10.1.1",
20961
- "type": "string",
20962
- "title": "",
20963
- "enum": ["Yes", "No"]
20964
- }
20965
- },
20966
- "baspiRequired": ["yesNo"],
20967
- "ta6Required": ["yesNo"],
20968
- "discriminator": {
20969
- "propertyName": "yesNo"
20970
- },
20971
- "oneOf": [
20972
- {
20973
- "properties": {
20974
- "yesNo": {
20975
- "enum": ["No"]
20976
- }
20977
- }
20978
- },
20979
- {
20980
- "properties": {
20981
- "yesNo": {
20982
- "enum": ["Yes"]
20983
- },
20984
- "details": {
20985
- "baspiRef": "A10.1.2",
20986
- "ta6Ref": "8.1.2",
20987
- "piqRef": "A10.1.2",
20988
- "title": "Please give details including who collects payments and organises the work, the amount of the payments in the last year and whether they are regular payments or only when maintenance work is required",
20989
- "type": "string",
20990
- "minLength": 1
20991
- }
20992
- },
20993
- "baspiRequired": ["details"],
20994
- "ta6Required": ["details"]
20995
- }
20996
- ]
20997
- },
20998
- "neighbouringLandRights": {
20999
- "baspiRef": "A10.2",
21000
- "rdsRef": "Tenure/Rights,Tenure *with different property entity and references etc*",
21001
- "ta6Ref": "8.2",
21002
- "piqRef": "A10.2",
21003
- "title": "Do any rights and arrangements exist over neighbouring land from which the property benefits? (e.g. taking wheelie bins along an accessway through a neighbour’s back garden, parking, access to maintain the boundaries from the neighbour’s side etc)",
21004
- "type": "object",
21005
- "properties": {
21006
- "yesNo": {
21007
- "baspiRef": "A10.2.1",
21008
- "ta6Ref": "8.2.1",
21009
- "piqRef": "A10.2.1",
21010
- "type": "string",
21011
- "title": "",
21012
- "enum": ["Yes", "No"]
21013
- }
21014
- },
21015
- "baspiRequired": ["yesNo"],
21016
- "ta6Required": ["yesNo"],
21017
- "discriminator": {
21018
- "propertyName": "yesNo"
21019
- },
21020
- "oneOf": [
21021
- {
21022
- "properties": {
21023
- "yesNo": {
21024
- "enum": ["No"]
21025
- }
21026
- }
21027
- },
21028
- {
21029
- "properties": {
21030
- "yesNo": {
21031
- "enum": ["Yes"]
21032
- },
21033
- "details": {
21034
- "baspiRef": "A10.2.2",
21035
- "ta6Ref": "8.2.2",
21036
- "piqRef": "A10.2.2",
21037
- "title": "Please give details and provide a plan showing the route of the access, parking etc",
21038
- "type": "string",
21039
- "minLength": 1
21040
- },
21041
- "attachments": {
21042
- "baspiRef": "A10.2.3",
21043
- "title": "Attachments",
21044
- "type": "string",
21045
- "enum": ["Attached", "To follow"]
21046
- }
21047
- },
21048
- "baspiRequired": ["details", "attachments"],
21049
- "ta6Required": ["details"]
21050
- }
21051
- ]
21052
- },
21053
- "accessRestrictionAttempts": {
21054
- "baspiRef": "A10.3",
21055
- "rdsRef": "Tenure/Restrictions",
21056
- "ta6Ref": "8.3",
21057
- "piqRef": "A10.3",
21058
- "title": "Has anyone tried to stop you using an access way to the property or asked you to pay to use the access?",
21059
- "type": "object",
21060
- "properties": {
21061
- "yesNo": {
21062
- "baspiRef": "A10.3.1",
21063
- "ta6Ref": "8.3.1",
21064
- "piqRef": "A10.3.1",
21065
- "type": "string",
21066
- "title": "",
21067
- "enum": ["Yes", "No"]
21068
- }
21069
- },
21070
- "baspiRequired": ["yesNo"],
21071
- "ta6Required": ["yesNo"],
21072
- "discriminator": {
21073
- "propertyName": "yesNo"
21074
- },
21075
- "oneOf": [
21076
- {
21077
- "properties": {
21078
- "yesNo": {
21079
- "enum": ["No"]
21080
- }
21081
- }
21082
- },
21083
- {
21084
- "properties": {
21085
- "yesNo": {
21086
- "enum": ["Yes"]
21087
- },
21088
- "details": {
21089
- "baspiRef": "A10.3.2",
21090
- "ta6Ref": "8.3.2",
21091
- "piqRef": "A10.3.2",
21092
- "title": "Details",
20970
+ "baspiRef": "A10.3.2",
20971
+ "ta6Ref": "8.3.2",
20972
+ "piqRef": "A10.3.2",
20973
+ "title": "Details",
21093
20974
  "type": "string",
21094
20975
  "minLength": 1
21095
20976
  }
@@ -21236,9 +21117,9 @@
21236
21117
  "rightsOfSupport": {
21237
21118
  "baspiRef": "A10.4.2b",
21238
21119
  "rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
21239
- "ta6Ref": "8.4b",
21120
+ "ta6Ref": "8.4a",
21240
21121
  "piqRef": "A10.5b",
21241
- "title": "Rights of support from ajoining properties",
21122
+ "title": "Rights of support from adjoining properties",
21242
21123
  "type": "object",
21243
21124
  "properties": {
21244
21125
  "yesNo": {
@@ -21328,7 +21209,7 @@
21328
21209
  "rightsToTakeFromLand": {
21329
21210
  "baspiRef": "A10.4.3b",
21330
21211
  "rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
21331
- "ta6Ref": "8.5c",
21212
+ "ta6Ref": "8.5b",
21332
21213
  "piqRef": "A10.5f",
21333
21214
  "title": "Other people's rights to take things from the land (such as timber, hay or fish)",
21334
21215
  "type": "object",
@@ -23408,6 +23289,10 @@
23408
23289
  "description": "",
23409
23290
  "type": "object",
23410
23291
  "baspiRequired": [
23292
+ "partOutsideLegalOwnership",
23293
+ "partOnSeparateSiteOrDeed",
23294
+ "boundariesDifferFromTitlePlan",
23295
+ "boundaryAlterationProposal",
23411
23296
  "ownership",
23412
23297
  "haveBoundaryFeaturesMoved",
23413
23298
  "adjacentLandIncluded",
@@ -23420,6 +23305,182 @@
23420
23305
  "flyingFreehold"
23421
23306
  ],
23422
23307
  "properties": {
23308
+ "partOutsideLegalOwnership": {
23309
+ "baspiRef": "A9.1",
23310
+ "rdsRef": "Tenure/Interests",
23311
+ "piqRef": "A9.1",
23312
+ "title": "Is any part of the property outside the seller’s legal ownership?",
23313
+ "type": "object",
23314
+ "properties": {
23315
+ "yesNo": {
23316
+ "baspiRef": "A9.1.1",
23317
+ "piqRef": "A9.1.1",
23318
+ "type": "string",
23319
+ "title": "",
23320
+ "enum": ["Yes", "No"]
23321
+ }
23322
+ },
23323
+ "baspiRequired": ["yesNo"],
23324
+ "discriminator": {
23325
+ "propertyName": "yesNo"
23326
+ },
23327
+ "oneOf": [
23328
+ {
23329
+ "properties": {
23330
+ "yesNo": {
23331
+ "enum": ["No"]
23332
+ }
23333
+ }
23334
+ },
23335
+ {
23336
+ "properties": {
23337
+ "yesNo": {
23338
+ "enum": ["Yes"]
23339
+ },
23340
+ "details": {
23341
+ "baspiRef": "A9.1.2",
23342
+ "piqRef": "A9.1.2",
23343
+ "title": "Please provide details. E.g. parking, garden, outbuilding, accessway, etc",
23344
+ "type": "string",
23345
+ "minLength": 1
23346
+ }
23347
+ },
23348
+ "baspiRequired": ["details"]
23349
+ }
23350
+ ]
23351
+ },
23352
+ "partOnSeparateSiteOrDeed": {
23353
+ "baspiRef": "A9.2",
23354
+ "rdsRef": "Tenure *with different property entity and references etc*",
23355
+ "title": "Is any part of the property on a separate site or separate title number e.g. garden, outbuilding, parking, garage?",
23356
+ "type": "object",
23357
+ "properties": {
23358
+ "yesNo": {
23359
+ "baspiRef": "A9.2.1",
23360
+ "type": "string",
23361
+ "title": "",
23362
+ "enum": ["Yes", "No"]
23363
+ }
23364
+ },
23365
+ "baspiRequired": ["yesNo"],
23366
+ "discriminator": {
23367
+ "propertyName": "yesNo"
23368
+ },
23369
+ "oneOf": [
23370
+ {
23371
+ "properties": {
23372
+ "yesNo": {
23373
+ "enum": ["No"]
23374
+ }
23375
+ }
23376
+ },
23377
+ {
23378
+ "properties": {
23379
+ "yesNo": {
23380
+ "enum": ["Yes"]
23381
+ },
23382
+ "details": {
23383
+ "baspiRef": "A9.2.2",
23384
+ "title": "Details",
23385
+ "type": "string",
23386
+ "minLength": 1
23387
+ }
23388
+ },
23389
+ "baspiRequired": ["details"]
23390
+ }
23391
+ ]
23392
+ },
23393
+ "boundariesDifferFromTitlePlan": {
23394
+ "baspiRef": "A9.3",
23395
+ "rdsRef": "Tenure/Boundaries,Tenure/BoundaryDifferences,Tenure/CadastralMapOfParcels",
23396
+ "title": "Do the boundaries differ from those shown on the title plan?",
23397
+ "type": "object",
23398
+ "properties": {
23399
+ "yesNo": {
23400
+ "baspiRef": "A9.3.1",
23401
+ "type": "string",
23402
+ "title": "",
23403
+ "enum": ["Yes", "No"]
23404
+ }
23405
+ },
23406
+ "baspiRequired": ["yesNo"],
23407
+ "discriminator": {
23408
+ "propertyName": "yesNo"
23409
+ },
23410
+ "oneOf": [
23411
+ {
23412
+ "properties": {
23413
+ "yesNo": {
23414
+ "enum": ["No"]
23415
+ }
23416
+ }
23417
+ },
23418
+ {
23419
+ "properties": {
23420
+ "yesNo": {
23421
+ "enum": ["Yes"]
23422
+ },
23423
+ "details": {
23424
+ "baspiRef": "A9.3.2",
23425
+ "title": "Please provide details of how they differ and why they changed and provide a plan showing where you believe the boundaries are",
23426
+ "type": "string",
23427
+ "minLength": 1
23428
+ },
23429
+ "attachments": {
23430
+ "baspiRef": "A9.3.3",
23431
+ "title": "Attachments",
23432
+ "type": "string",
23433
+ "enum": ["Attached", "To follow"]
23434
+ }
23435
+ },
23436
+ "baspiRequired": ["details", "attachments"]
23437
+ }
23438
+ ]
23439
+ },
23440
+ "boundaryAlterationProposal": {
23441
+ "baspiRef": "A9.4",
23442
+ "rdsRef": "Tenure/Boundaries/proposedAlterations=?",
23443
+ "piqRef": "A9.2",
23444
+ "title": "Is there a current proposal with anyone to alter the boundaries of your property?",
23445
+ "type": "object",
23446
+ "properties": {
23447
+ "yesNo": {
23448
+ "baspiRef": "A9.4.1",
23449
+ "piqRef": "A9.2.1",
23450
+ "type": "string",
23451
+ "title": "",
23452
+ "enum": ["Yes", "No"]
23453
+ }
23454
+ },
23455
+ "baspiRequired": ["yesNo"],
23456
+ "discriminator": {
23457
+ "propertyName": "yesNo"
23458
+ },
23459
+ "oneOf": [
23460
+ {
23461
+ "properties": {
23462
+ "yesNo": {
23463
+ "enum": ["No"]
23464
+ }
23465
+ }
23466
+ },
23467
+ {
23468
+ "properties": {
23469
+ "yesNo": {
23470
+ "enum": ["Yes"]
23471
+ },
23472
+ "details": {
23473
+ "baspiRef": "A9.4.2",
23474
+ "piqRef": "A9.2.2",
23475
+ "title": "Details",
23476
+ "type": "string",
23477
+ "minLength": 1
23478
+ }
23479
+ },
23480
+ "baspiRequired": ["details"]
23481
+ }
23482
+ ]
23483
+ },
23423
23484
  "ownership": {
23424
23485
  "baspiRef": "B2.1.0",
23425
23486
  "ta6Ref": "1",
@@ -23449,7 +23510,9 @@
23449
23510
  },
23450
23511
  "uniformBoundaries": {
23451
23512
  "baspiRef": "B2.1.0.2",
23513
+ "ta6Ref": "1.1",
23452
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:",
23453
23516
  "type": "object",
23454
23517
  "properties": {
23455
23518
  "left": {
@@ -23532,6 +23595,7 @@
23532
23595
  "ta6Ref": "1.3",
23533
23596
  "piqRef": "B3.3",
23534
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?",
23535
23599
  "type": "object",
23536
23600
  "properties": {
23537
23601
  "yesNo": {
@@ -23580,6 +23644,7 @@
23580
23644
  "rdsRef": "Property/Flags,Property/GUID/name='UPRN'&id=?",
23581
23645
  "ta6Ref": "1.4",
23582
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?",
23583
23648
  "type": "object",
23584
23649
  "properties": {
23585
23650
  "yesNo": {
@@ -23627,7 +23692,9 @@
23627
23692
  "rdsRef": "Tenure/tenure=?",
23628
23693
  "ta6Ref": "1.5",
23629
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?",
23630
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": "",
23631
23698
  "type": "object",
23632
23699
  "properties": {
23633
23700
  "yesNo": {
@@ -23693,6 +23760,7 @@
23693
23760
  "ta6Ref": "8.7",
23694
23761
  "piqRef": "B4.1",
23695
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?",
23696
23764
  "type": "object",
23697
23765
  "properties": {
23698
23766
  "yesNo": {
@@ -23725,6 +23793,7 @@
23725
23793
  "details": {
23726
23794
  "baspiRef": "B3.1.2",
23727
23795
  "piqRef": "B4.1.2",
23796
+ "ta6Ref": "8.7.2",
23728
23797
  "title": "Please provide details",
23729
23798
  "type": "string",
23730
23799
  "minLength": 1
@@ -23736,7 +23805,8 @@
23736
23805
  "enum": ["Attached", "To follow"]
23737
23806
  }
23738
23807
  },
23739
- "baspiRequired": ["details"]
23808
+ "baspiRequired": ["details"],
23809
+ "ta6Required": ["details"]
23740
23810
  }
23741
23811
  ]
23742
23812
  },
@@ -23746,6 +23816,7 @@
23746
23816
  "ta6Ref": "8.8",
23747
23817
  "piqRef": "B4.2",
23748
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?",
23749
23820
  "type": "object",
23750
23821
  "properties": {
23751
23822
  "yesNo": {
@@ -23777,6 +23848,7 @@
23777
23848
  },
23778
23849
  "details": {
23779
23850
  "baspiRef": "B3.2.2",
23851
+ "ta6Ref": "8.8.2",
23780
23852
  "piqRef": "B4.2.2",
23781
23853
  "title": "Please provide details",
23782
23854
  "type": "string",
@@ -23789,7 +23861,8 @@
23789
23861
  "enum": ["Attached", "To follow"]
23790
23862
  }
23791
23863
  },
23792
- "baspiRequired": ["details"]
23864
+ "baspiRequired": ["details"],
23865
+ "ta6Required": ["details"]
23793
23866
  }
23794
23867
  ]
23795
23868
  },
@@ -23799,6 +23872,7 @@
23799
23872
  "ta6Ref": "8.9",
23800
23873
  "piqRef": "B4.3",
23801
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?",
23802
23876
  "type": "object",
23803
23877
  "properties": {
23804
23878
  "yesNo": {
@@ -23839,7 +23913,7 @@
23839
23913
  "attachments": {
23840
23914
  "baspiRef": "B3.3.3",
23841
23915
  "ta6Ref": "8.9.3",
23842
- "title": "Attachments",
23916
+ "title": "Please supply a copy",
23843
23917
  "type": "string",
23844
23918
  "enum": ["Attached", "To follow"]
23845
23919
  }
@@ -23934,7 +24008,8 @@
23934
24008
  "piqRef": "B7.2.1",
23935
24009
  "type": "string",
23936
24010
  "title": "",
23937
- "enum": ["Yes", "No", "Not known"]
24011
+ "enum": ["Yes", "No", "Not known"],
24012
+ "baspiEnum": ["Yes", "No"]
23938
24013
  }
23939
24014
  },
23940
24015
  "baspiRequired": ["yesNo"],
@@ -23967,29 +24042,40 @@
23967
24042
  "type": "string",
23968
24043
  "minLength": 1
23969
24044
  },
23970
- "electricalSafetyCertificate": {
24045
+ "suppliedCertificate": {
24046
+ "title": "Please supply one of the following:",
24047
+ "type": "object",
23971
24048
  "baspiRef": "B4.2.4.1",
23972
24049
  "ta6Ref": "12.2.2a",
23973
- "title": "Please provide a signed Electrical Safety Certificate (BS7671)",
23974
- "type": "string",
23975
- "enum": ["Attached", "To follow"]
23976
- },
23977
- "buildingRegulationsComplianceCertificate": {
23978
- "baspiRef": "B4.2.4.2",
23979
- "ta6Ref": "12.2.2b",
23980
- "title": "or a Building Regulations Compliance Certificate (or equivalent)",
23981
- "type": "string",
23982
- "enum": ["Attached", "To follow"]
23983
- },
23984
- "buildingControlCompletionCertificate": {
23985
- "baspiRef": "B4.2.4.3",
23986
- "ta6Ref": "12.2.2c",
23987
- "title": "or a Building Control Completion Certificate",
23988
- "type": "string",
23989
- "enum": ["Attached", "To follow"]
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
+ }
23990
24071
  }
23991
24072
  },
23992
- "baspiRequired": ["yearWorkCarriedOut", "details"]
24073
+ "baspiRequired": [
24074
+ "yearWorkCarriedOut",
24075
+ "details",
24076
+ "suppliedCertificate"
24077
+ ],
24078
+ "ta6Required": ["suppliedCertificate"]
23993
24079
  }
23994
24080
  ]
23995
24081
  }
@@ -24682,6 +24768,7 @@
24682
24768
  "ta6Ref": "5.2",
24683
24769
  "piqRef": "B5.2",
24684
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?",
24685
24772
  "type": "object",
24686
24773
  "properties": {
24687
24774
  "yesNo": {