@pdtf/schemas 2.3.0-2 → 2.3.0
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/schemas/v2/combined.json +61 -21
- package/src/schemas/v2/overlays/baspi.json +13 -13
- package/src/schemas/v2/overlays/nts.json +171 -18
- package/src/schemas/v2/overlays/piq.json +1 -1
- package/src/schemas/v2/overlays/rds.json +1 -1
- package/src/schemas/v2/overlays/ta6.json +3 -3
- package/src/schemas/v2/pdtf-transaction.json +20 -7
- package/src/schemas/v2/skeleton.json +5 -1
package/package.json
CHANGED
|
@@ -256,10 +256,14 @@
|
|
|
256
256
|
},
|
|
257
257
|
"isNewBuild": {
|
|
258
258
|
"title": "Is the property a New Build?",
|
|
259
|
-
"
|
|
260
|
-
|
|
261
|
-
"
|
|
259
|
+
"type": "object",
|
|
260
|
+
"properties": {
|
|
261
|
+
"yesNo": {
|
|
262
|
+
"type": "string",
|
|
263
|
+
"enum": ["Yes", "No"]
|
|
264
|
+
}
|
|
262
265
|
}
|
|
266
|
+
|
|
263
267
|
},
|
|
264
268
|
"location": {
|
|
265
269
|
"title": "Geographical location",
|
|
@@ -1013,7 +1017,7 @@
|
|
|
1013
1017
|
"ownership": {
|
|
1014
1018
|
"baspiRef": "A1.3",
|
|
1015
1019
|
"ta7Ref": "1",
|
|
1016
|
-
"ntsRef": "A1
|
|
1020
|
+
"ntsRef": "A1",
|
|
1017
1021
|
"title": "Ownership",
|
|
1018
1022
|
"type": "object",
|
|
1019
1023
|
"baspiRequired": ["ownershipsToBeTransferred"],
|
|
@@ -1022,11 +1026,13 @@
|
|
|
1022
1026
|
"ownershipsToBeTransferred": {
|
|
1023
1027
|
"baspiRef": "A1.3",
|
|
1024
1028
|
"ta7Ref": "1",
|
|
1029
|
+
"ntsRef": "A1",
|
|
1025
1030
|
"title": "Ownerships to be transferred on sale",
|
|
1026
1031
|
"type": "array",
|
|
1027
1032
|
"minItems": 1,
|
|
1028
1033
|
"items": {
|
|
1029
1034
|
"baspiRef": "A1.3.0",
|
|
1035
|
+
"ntsRef": "A1.1",
|
|
1030
1036
|
"title": "Ownership to be transferred",
|
|
1031
1037
|
"type": "object",
|
|
1032
1038
|
"baspiRequired": ["ownershipType"],
|
|
@@ -1043,6 +1049,7 @@
|
|
|
1043
1049
|
"rdsRef": "Tenure/Tenure",
|
|
1044
1050
|
"ta7Ref": "1.1",
|
|
1045
1051
|
"piqRef": "A1.2",
|
|
1052
|
+
"ntsRef": "A1.1.1",
|
|
1046
1053
|
"title": "What type of ownership is the property?",
|
|
1047
1054
|
"description": "A Managed Freehold is any freehold where there are shared amenities, the maintenance of which you pay for through an estate rentcharge, service charge, informal or formal contribution. Choose Leasehold if your property is under a Shared Ownership arrangement.",
|
|
1048
1055
|
"type": "string",
|
|
@@ -3327,6 +3334,7 @@
|
|
|
3327
3334
|
},
|
|
3328
3335
|
"leaseholdInformation": {
|
|
3329
3336
|
"baspiRef": "A1.5",
|
|
3337
|
+
"ntsRef": "A1.2",
|
|
3330
3338
|
"title": "Leasehold information",
|
|
3331
3339
|
"type": "object",
|
|
3332
3340
|
"lpe1Required": [
|
|
@@ -3349,6 +3357,12 @@
|
|
|
3349
3357
|
"transferAndRegistration",
|
|
3350
3358
|
"serviceCharge"
|
|
3351
3359
|
],
|
|
3360
|
+
"ntsRequired": [
|
|
3361
|
+
"typeOfLeasehold",
|
|
3362
|
+
"leaseTerm",
|
|
3363
|
+
"groundRent",
|
|
3364
|
+
"serviceCharge"
|
|
3365
|
+
],
|
|
3352
3366
|
"ta7Required": [
|
|
3353
3367
|
"typeOfLeasehold",
|
|
3354
3368
|
"leaseTerm",
|
|
@@ -3363,9 +3377,11 @@
|
|
|
3363
3377
|
"properties": {
|
|
3364
3378
|
"typeOfLeasehold": {
|
|
3365
3379
|
"baspiRef": "A1.3.1",
|
|
3380
|
+
"ntsRef": "A1.2",
|
|
3366
3381
|
"type": "object",
|
|
3367
3382
|
"lpe1Required": ["leaseholdType"],
|
|
3368
3383
|
"baspiRequired": ["leaseholdType"],
|
|
3384
|
+
"ntsRequired": ["leaseholdType"],
|
|
3369
3385
|
"properties": {
|
|
3370
3386
|
"leaseholdType": {
|
|
3371
3387
|
"baspiRef": "A1.3.1",
|
|
@@ -3439,6 +3455,7 @@
|
|
|
3439
3455
|
},
|
|
3440
3456
|
"leaseTerm": {
|
|
3441
3457
|
"baspiRef": "A1.4.1",
|
|
3458
|
+
"ntsRef": "A1.2.1",
|
|
3442
3459
|
"type": "object",
|
|
3443
3460
|
"baspiRequired": [
|
|
3444
3461
|
"startYearOfLease",
|
|
@@ -3451,13 +3468,13 @@
|
|
|
3451
3468
|
"properties": {
|
|
3452
3469
|
"startYearOfLease": {
|
|
3453
3470
|
"baspiRef": "A1.4.1.1",
|
|
3454
|
-
"ntsRef": "A1.2",
|
|
3471
|
+
"ntsRef": "A1.2.1.1",
|
|
3455
3472
|
"title": "Year that the lease commenced",
|
|
3456
3473
|
"type": "integer"
|
|
3457
3474
|
},
|
|
3458
3475
|
"lengthOfLeaseInYears": {
|
|
3459
3476
|
"baspiRef": "A1.4.1.2",
|
|
3460
|
-
"ntsRef": "A1.
|
|
3477
|
+
"ntsRef": "A1.2.1.2",
|
|
3461
3478
|
"piqRef": "A1.3.1",
|
|
3462
3479
|
"title": "Length of lease (years)",
|
|
3463
3480
|
"type": "integer"
|
|
@@ -5365,6 +5382,10 @@
|
|
|
5365
5382
|
"baspiRequired": [
|
|
5366
5383
|
"annualGroundRent",
|
|
5367
5384
|
"rentSubjectToIncrease"
|
|
5385
|
+
],
|
|
5386
|
+
"ntsRequired": [
|
|
5387
|
+
"annualGroundRent",
|
|
5388
|
+
"rentSubjectToIncrease"
|
|
5368
5389
|
]
|
|
5369
5390
|
}
|
|
5370
5391
|
]
|
|
@@ -5495,6 +5516,7 @@
|
|
|
5495
5516
|
"serviceCharge": {
|
|
5496
5517
|
"baspiRef": "A1.5.1",
|
|
5497
5518
|
"lpe1Ref": "4",
|
|
5519
|
+
"ntsRef": "A1.5",
|
|
5498
5520
|
"title": "Service Charge",
|
|
5499
5521
|
"type": "object",
|
|
5500
5522
|
"lpe1Required": [
|
|
@@ -5503,10 +5525,14 @@
|
|
|
5503
5525
|
"baspiRequired": [
|
|
5504
5526
|
"sellerContributesToServiceCharge"
|
|
5505
5527
|
],
|
|
5528
|
+
"ntsRequired": [
|
|
5529
|
+
"sellerContributesToServiceCharge"
|
|
5530
|
+
],
|
|
5506
5531
|
"properties": {
|
|
5507
5532
|
"sellerContributesToServiceCharge": {
|
|
5508
5533
|
"baspiRef": "A1.5.1.1",
|
|
5509
5534
|
"ta7Ref": "5.4",
|
|
5535
|
+
"ntsRef": "A1.5.1",
|
|
5510
5536
|
"title": "Does the seller contribute to the cost of maintaining the building (a service charge)?",
|
|
5511
5537
|
"type": "string",
|
|
5512
5538
|
"enum": ["Yes", "No"]
|
|
@@ -5531,6 +5557,7 @@
|
|
|
5531
5557
|
"annualServiceCharge": {
|
|
5532
5558
|
"baspiRef": "A1.5.1.1.2",
|
|
5533
5559
|
"lpe1Ref": "4.1.1",
|
|
5560
|
+
"ntsRef": "A1.5.1.1",
|
|
5534
5561
|
"title": "Amount of current annual service charge (£)",
|
|
5535
5562
|
"type": "number"
|
|
5536
5563
|
},
|
|
@@ -8234,6 +8261,7 @@
|
|
|
8234
8261
|
"energyEfficiency": {
|
|
8235
8262
|
"baspiRef": "A1.8.3",
|
|
8236
8263
|
"ta6Ref": "7.6",
|
|
8264
|
+
"ntsRef": "A4",
|
|
8237
8265
|
"rdsRef": "Certificates/{category='energyEfficiency',standard='EPC',gradeLevelRating=?},Certificates/{category='energyEfficiency',standard='EPC',status='exempt'},",
|
|
8238
8266
|
"title": "Energy Efficiency",
|
|
8239
8267
|
"type": "object",
|
|
@@ -8249,6 +8277,7 @@
|
|
|
8249
8277
|
},
|
|
8250
8278
|
"certificate": {
|
|
8251
8279
|
"baspiRef": "A1.8.3.1",
|
|
8280
|
+
"ntsRef": "A4.1",
|
|
8252
8281
|
"type": "object",
|
|
8253
8282
|
"baspiRequired": ["currentEnergyRating"],
|
|
8254
8283
|
"ntsRequired": ["currentEnergyRating"],
|
|
@@ -8300,6 +8329,7 @@
|
|
|
8300
8329
|
},
|
|
8301
8330
|
"currentEnergyRating": {
|
|
8302
8331
|
"baspiRef": "A1.8.3.1.1",
|
|
8332
|
+
"ntsRef": "A4.1.1",
|
|
8303
8333
|
"title": "Current energy efficiency rating",
|
|
8304
8334
|
"description": "What is the energy efficiency rating of the property according to the latest Energy Performance Certificate (EPC)?",
|
|
8305
8335
|
"type": "string",
|
|
@@ -17707,6 +17737,11 @@
|
|
|
17707
17737
|
"piqRef": "A7.1.2",
|
|
17708
17738
|
"title": "Supplier",
|
|
17709
17739
|
"type": "string"
|
|
17740
|
+
},
|
|
17741
|
+
"mpan": {
|
|
17742
|
+
"title": "Meter Point Administration Number (MPAN)",
|
|
17743
|
+
"description": "Your MPAN is on your electricity or dual fuel bill, usually in a box marked ‘Supply Number’. It’s 21 digits long and begins with ‘S’. You’ll only need the last 12 or 13 digits.",
|
|
17744
|
+
"type": "integer"
|
|
17710
17745
|
}
|
|
17711
17746
|
},
|
|
17712
17747
|
"ta6Required": ["supplier"]
|
|
@@ -17775,6 +17810,11 @@
|
|
|
17775
17810
|
"piqRef": "A7.1.4",
|
|
17776
17811
|
"title": "Supplier",
|
|
17777
17812
|
"type": "string"
|
|
17813
|
+
},
|
|
17814
|
+
"mprn": {
|
|
17815
|
+
"title": "Meter Point Reference Number (MPRN)",
|
|
17816
|
+
"description": "You can find your property’s MPRN on your gas or dual fuel bill. It’s usually marked ‘Meter Point Reference Number’ and is between six and 10 digits long.",
|
|
17817
|
+
"type": "integer"
|
|
17778
17818
|
}
|
|
17779
17819
|
},
|
|
17780
17820
|
"ta6Required": ["supplier"]
|
|
@@ -19326,7 +19366,7 @@
|
|
|
19326
19366
|
"type": "object",
|
|
19327
19367
|
"properties": {
|
|
19328
19368
|
"yesNo": {
|
|
19329
|
-
"baspiRef": "A8.1.2.1.
|
|
19369
|
+
"baspiRef": "A8.1.2.1.1.1",
|
|
19330
19370
|
"ta6Ref": "6.4a1",
|
|
19331
19371
|
"piqRef": "A8.1a1",
|
|
19332
19372
|
"type": "string",
|
|
@@ -19353,7 +19393,7 @@
|
|
|
19353
19393
|
"enum": ["Yes"]
|
|
19354
19394
|
},
|
|
19355
19395
|
"details": {
|
|
19356
|
-
"baspiRef": "A8.1.2.1.
|
|
19396
|
+
"baspiRef": "A8.1.2.1.1.2",
|
|
19357
19397
|
"ta6Ref": "6.4.2",
|
|
19358
19398
|
"piqRef": "A8.1a1.1",
|
|
19359
19399
|
"title": "Provide details",
|
|
@@ -19367,14 +19407,14 @@
|
|
|
19367
19407
|
]
|
|
19368
19408
|
},
|
|
19369
19409
|
"subjectToHighExcesses": {
|
|
19370
|
-
"baspiRef": "A8.1.1.2",
|
|
19410
|
+
"baspiRef": "A8.1.2.1.2",
|
|
19371
19411
|
"ta6Ref": "6.4b",
|
|
19372
19412
|
"piqRef": "A8.1b",
|
|
19373
19413
|
"title": "Subject to high excesses?",
|
|
19374
19414
|
"type": "object",
|
|
19375
19415
|
"properties": {
|
|
19376
19416
|
"yesNo": {
|
|
19377
|
-
"baspiRef": "A8.1.1.2.1",
|
|
19417
|
+
"baspiRef": "A8.1.2.1.2.1",
|
|
19378
19418
|
"ta6Ref": "6.4b1",
|
|
19379
19419
|
"piqRef": "A8.1b1",
|
|
19380
19420
|
"type": "string",
|
|
@@ -20060,7 +20100,7 @@
|
|
|
20060
20100
|
"rightsOfSupport": {
|
|
20061
20101
|
"baspiRef": "A10.4.2b",
|
|
20062
20102
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
20063
|
-
"ta6Ref": "8.
|
|
20103
|
+
"ta6Ref": "8.4b",
|
|
20064
20104
|
"piqRef": "A10.5b",
|
|
20065
20105
|
"title": "Rights of support from ajoining properties",
|
|
20066
20106
|
"type": "object",
|
|
@@ -20152,7 +20192,7 @@
|
|
|
20152
20192
|
"rightsToTakeFromLand": {
|
|
20153
20193
|
"baspiRef": "A10.4.3b",
|
|
20154
20194
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
20155
|
-
"ta6Ref": "8.
|
|
20195
|
+
"ta6Ref": "8.5c",
|
|
20156
20196
|
"piqRef": "A10.5f",
|
|
20157
20197
|
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
20158
20198
|
"type": "object",
|
|
@@ -21355,14 +21395,14 @@
|
|
|
21355
21395
|
"enum": ["No"]
|
|
21356
21396
|
},
|
|
21357
21397
|
"details": {
|
|
21358
|
-
"baspiRef": "B2.1.
|
|
21398
|
+
"baspiRef": "B2.1.5",
|
|
21359
21399
|
"ta6Ref": "1.2.1",
|
|
21360
21400
|
"title": "Please indicate ownership or those you have repaired by written description or marking them on a plan of the property",
|
|
21361
21401
|
"type": "string",
|
|
21362
21402
|
"minLength": 1
|
|
21363
21403
|
},
|
|
21364
21404
|
"attachments": {
|
|
21365
|
-
"baspiRef": "B2.1.
|
|
21405
|
+
"baspiRef": "B2.1.6",
|
|
21366
21406
|
"ta6Ref": "1.2.2",
|
|
21367
21407
|
"title": "Attachments",
|
|
21368
21408
|
"type": "string",
|
|
@@ -22381,7 +22421,7 @@
|
|
|
22381
22421
|
"ta6Ref": "5.1",
|
|
22382
22422
|
"rdsRef": "Certificates",
|
|
22383
22423
|
"piqRef": "B5.1",
|
|
22384
|
-
"title": "Are there any valid guarantees or
|
|
22424
|
+
"title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
|
|
22385
22425
|
"type": "string",
|
|
22386
22426
|
"enum": ["Yes", "No"]
|
|
22387
22427
|
}
|
|
@@ -23072,7 +23112,7 @@
|
|
|
23072
23112
|
"enum": ["Yes"]
|
|
23073
23113
|
},
|
|
23074
23114
|
"aged17OrOverNames": {
|
|
23075
|
-
"baspiRef": "B6.2.
|
|
23115
|
+
"baspiRef": "B6.2.2",
|
|
23076
23116
|
"ta6Ref": "11.3",
|
|
23077
23117
|
"piqRef": "B8.1.1",
|
|
23078
23118
|
"title": "Please provide their full names and ages.",
|
|
@@ -23080,7 +23120,7 @@
|
|
|
23080
23120
|
"minLength": 1
|
|
23081
23121
|
},
|
|
23082
23122
|
"aged17OrOverTenantsOrLodgers": {
|
|
23083
|
-
"baspiRef": "B6.2.
|
|
23123
|
+
"baspiRef": "B6.2.3",
|
|
23084
23124
|
"rdsRef": "Property/Flags",
|
|
23085
23125
|
"ta6Ref": "11.4",
|
|
23086
23126
|
"title": "Are any of them tenants or lodgers?",
|
|
@@ -23098,14 +23138,14 @@
|
|
|
23098
23138
|
"ta6Required": ["yesNo"]
|
|
23099
23139
|
},
|
|
23100
23140
|
"vacantPossession": {
|
|
23101
|
-
"baspiRef": "B6.2.
|
|
23141
|
+
"baspiRef": "B6.2.4",
|
|
23102
23142
|
"ta6Ref": "11.5",
|
|
23103
23143
|
"type": "object",
|
|
23104
23144
|
"baspiRequired": ["soldWithVacantPossession"],
|
|
23105
23145
|
"ta6Required": ["soldWithVacantPossession"],
|
|
23106
23146
|
"properties": {
|
|
23107
23147
|
"soldWithVacantPossession": {
|
|
23108
|
-
"baspiRef": "B6.4",
|
|
23148
|
+
"baspiRef": "B6.2.4.1",
|
|
23109
23149
|
"ta6Ref": "11.5.1",
|
|
23110
23150
|
"type": "string",
|
|
23111
23151
|
"title": "Is the property being sold with vacant possession?",
|
|
@@ -23122,13 +23162,13 @@
|
|
|
23122
23162
|
"enum": ["No"]
|
|
23123
23163
|
},
|
|
23124
23164
|
"details": {
|
|
23125
|
-
"baspiRef": "B6.4.
|
|
23165
|
+
"baspiRef": "B6.2.4.2",
|
|
23126
23166
|
"title": "Please provide details (e.g. the property is sold let to tenants)",
|
|
23127
23167
|
"type": "string",
|
|
23128
23168
|
"minLength": 1
|
|
23129
23169
|
},
|
|
23130
23170
|
"attachments": {
|
|
23131
|
-
"baspiRef": "B6.4.
|
|
23171
|
+
"baspiRef": "B6.2.4.3",
|
|
23132
23172
|
"title": "If applicable please supply a copy of the tenancy agreement together with a copy of any notice to quit which has been served upon them.",
|
|
23133
23173
|
"type": "string",
|
|
23134
23174
|
"enum": ["Attached", "To follow"]
|
|
@@ -5779,7 +5779,7 @@
|
|
|
5779
5779
|
]
|
|
5780
5780
|
},
|
|
5781
5781
|
"details": {
|
|
5782
|
-
"baspiRef": "A8.1.2.1.
|
|
5782
|
+
"baspiRef": "A8.1.2.1.1.2",
|
|
5783
5783
|
"title": "Provide details"
|
|
5784
5784
|
}
|
|
5785
5785
|
},
|
|
@@ -5793,7 +5793,7 @@
|
|
|
5793
5793
|
],
|
|
5794
5794
|
"properties": {
|
|
5795
5795
|
"yesNo": {
|
|
5796
|
-
"baspiRef": "A8.1.2.1.
|
|
5796
|
+
"baspiRef": "A8.1.2.1.1.1",
|
|
5797
5797
|
"enum": [
|
|
5798
5798
|
"Yes",
|
|
5799
5799
|
"No"
|
|
@@ -5802,7 +5802,7 @@
|
|
|
5802
5802
|
}
|
|
5803
5803
|
},
|
|
5804
5804
|
"subjectToHighExcesses": {
|
|
5805
|
-
"baspiRef": "A8.1.1.2",
|
|
5805
|
+
"baspiRef": "A8.1.2.1.2",
|
|
5806
5806
|
"title": "Subject to high excesses?",
|
|
5807
5807
|
"discriminator": {
|
|
5808
5808
|
"propertyName": "yesNo"
|
|
@@ -5839,7 +5839,7 @@
|
|
|
5839
5839
|
],
|
|
5840
5840
|
"properties": {
|
|
5841
5841
|
"yesNo": {
|
|
5842
|
-
"baspiRef": "A8.1.1.2.1",
|
|
5842
|
+
"baspiRef": "A8.1.2.1.2.1",
|
|
5843
5843
|
"enum": [
|
|
5844
5844
|
"Yes",
|
|
5845
5845
|
"No"
|
|
@@ -7774,11 +7774,11 @@
|
|
|
7774
7774
|
]
|
|
7775
7775
|
},
|
|
7776
7776
|
"details": {
|
|
7777
|
-
"baspiRef": "B2.1.
|
|
7777
|
+
"baspiRef": "B2.1.5",
|
|
7778
7778
|
"title": "Please indicate ownership or those you have repaired by written description or marking them on a plan of the property"
|
|
7779
7779
|
},
|
|
7780
7780
|
"attachments": {
|
|
7781
|
-
"baspiRef": "B2.1.
|
|
7781
|
+
"baspiRef": "B2.1.6",
|
|
7782
7782
|
"title": "Attachments",
|
|
7783
7783
|
"enum": [
|
|
7784
7784
|
"Attached",
|
|
@@ -9457,7 +9457,7 @@
|
|
|
9457
9457
|
"properties": {
|
|
9458
9458
|
"hasValidGuaranteesOrWarranties": {
|
|
9459
9459
|
"baspiRef": "B5.1",
|
|
9460
|
-
"title": "Are there any valid guarantees or
|
|
9460
|
+
"title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
|
|
9461
9461
|
"enum": [
|
|
9462
9462
|
"Yes",
|
|
9463
9463
|
"No"
|
|
@@ -9512,11 +9512,11 @@
|
|
|
9512
9512
|
]
|
|
9513
9513
|
},
|
|
9514
9514
|
"aged17OrOverNames": {
|
|
9515
|
-
"baspiRef": "B6.2.
|
|
9515
|
+
"baspiRef": "B6.2.2",
|
|
9516
9516
|
"title": "Please provide their full names and ages."
|
|
9517
9517
|
},
|
|
9518
9518
|
"aged17OrOverTenantsOrLodgers": {
|
|
9519
|
-
"baspiRef": "B6.2.
|
|
9519
|
+
"baspiRef": "B6.2.3",
|
|
9520
9520
|
"title": "Are any of them tenants or lodgers?",
|
|
9521
9521
|
"required": [
|
|
9522
9522
|
"yesNo"
|
|
@@ -9532,7 +9532,7 @@
|
|
|
9532
9532
|
}
|
|
9533
9533
|
},
|
|
9534
9534
|
"vacantPossession": {
|
|
9535
|
-
"baspiRef": "B6.2.
|
|
9535
|
+
"baspiRef": "B6.2.4",
|
|
9536
9536
|
"discriminator": {
|
|
9537
9537
|
"propertyName": "soldWithVacantPossession"
|
|
9538
9538
|
},
|
|
@@ -9545,11 +9545,11 @@
|
|
|
9545
9545
|
]
|
|
9546
9546
|
},
|
|
9547
9547
|
"details": {
|
|
9548
|
-
"baspiRef": "B6.4.
|
|
9548
|
+
"baspiRef": "B6.2.4.2",
|
|
9549
9549
|
"title": "Please provide details (e.g. the property is sold let to tenants)"
|
|
9550
9550
|
},
|
|
9551
9551
|
"attachments": {
|
|
9552
|
-
"baspiRef": "B6.4.
|
|
9552
|
+
"baspiRef": "B6.2.4.3",
|
|
9553
9553
|
"title": "If applicable please supply a copy of the tenancy agreement together with a copy of any notice to quit which has been served upon them.",
|
|
9554
9554
|
"enum": [
|
|
9555
9555
|
"Attached",
|
|
@@ -9651,7 +9651,7 @@
|
|
|
9651
9651
|
],
|
|
9652
9652
|
"properties": {
|
|
9653
9653
|
"soldWithVacantPossession": {
|
|
9654
|
-
"baspiRef": "B6.4",
|
|
9654
|
+
"baspiRef": "B6.2.4.1",
|
|
9655
9655
|
"title": "Is the property being sold with vacant possession?",
|
|
9656
9656
|
"enum": [
|
|
9657
9657
|
"Yes",
|
|
@@ -44,34 +44,82 @@
|
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
"ownership": {
|
|
47
|
-
"ntsRef": "A1
|
|
47
|
+
"ntsRef": "A1",
|
|
48
48
|
"title": "Ownership",
|
|
49
49
|
"required": [
|
|
50
50
|
"ownershipsToBeTransferred"
|
|
51
51
|
],
|
|
52
52
|
"properties": {
|
|
53
53
|
"ownershipsToBeTransferred": {
|
|
54
|
+
"ntsRef": "A1",
|
|
55
|
+
"title": "Ownerships to be transferred on sale",
|
|
56
|
+
"minItems": 1,
|
|
54
57
|
"items": {
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
|
|
58
|
+
"ntsRef": "A1.1",
|
|
59
|
+
"title": "Ownership to be transferred",
|
|
60
|
+
"discriminator": {
|
|
61
|
+
"propertyName": "ownershipType"
|
|
62
|
+
},
|
|
58
63
|
"oneOf": [
|
|
59
|
-
null,
|
|
60
|
-
null,
|
|
61
64
|
{
|
|
62
65
|
"properties": {
|
|
66
|
+
"ownershipType": {
|
|
67
|
+
"enum": [
|
|
68
|
+
"Freehold"
|
|
69
|
+
]
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"properties": {
|
|
75
|
+
"ownershipType": {
|
|
76
|
+
"enum": [
|
|
77
|
+
"Managed Freehold",
|
|
78
|
+
"Commonhold"
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"properties": {
|
|
85
|
+
"ownershipType": {
|
|
86
|
+
"enum": [
|
|
87
|
+
"Leasehold"
|
|
88
|
+
]
|
|
89
|
+
},
|
|
63
90
|
"leaseholdInformation": {
|
|
91
|
+
"ntsRef": "A1.2",
|
|
92
|
+
"title": "Leasehold information",
|
|
93
|
+
"required": [
|
|
94
|
+
"typeOfLeasehold",
|
|
95
|
+
"leaseTerm",
|
|
96
|
+
"groundRent",
|
|
97
|
+
"serviceCharge"
|
|
98
|
+
],
|
|
64
99
|
"properties": {
|
|
65
100
|
"typeOfLeasehold": {
|
|
101
|
+
"ntsRef": "A1.2",
|
|
102
|
+
"discriminator": {
|
|
103
|
+
"propertyName": "leaseholdType"
|
|
104
|
+
},
|
|
66
105
|
"oneOf": [
|
|
67
|
-
null,
|
|
68
106
|
{
|
|
69
|
-
"required": [
|
|
70
|
-
"sharedOwnershipPercentage",
|
|
71
|
-
"sharedOwnershipRent",
|
|
72
|
-
"sharedOwnershipRentFrequency"
|
|
73
|
-
],
|
|
74
107
|
"properties": {
|
|
108
|
+
"leaseholdType": {
|
|
109
|
+
"enum": [
|
|
110
|
+
"Flat",
|
|
111
|
+
"Long leasehold house"
|
|
112
|
+
]
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"properties": {
|
|
118
|
+
"leaseholdType": {
|
|
119
|
+
"enum": [
|
|
120
|
+
"Shared ownership"
|
|
121
|
+
]
|
|
122
|
+
},
|
|
75
123
|
"sharedOwnershipPercentage": {
|
|
76
124
|
"ntsRef": "A1.7.1",
|
|
77
125
|
"title": "Shared ownership percentage"
|
|
@@ -89,22 +137,31 @@
|
|
|
89
137
|
"Weekly"
|
|
90
138
|
]
|
|
91
139
|
}
|
|
92
|
-
}
|
|
140
|
+
},
|
|
141
|
+
"required": [
|
|
142
|
+
"sharedOwnershipPercentage",
|
|
143
|
+
"sharedOwnershipRent",
|
|
144
|
+
"sharedOwnershipRentFrequency"
|
|
145
|
+
]
|
|
93
146
|
}
|
|
147
|
+
],
|
|
148
|
+
"required": [
|
|
149
|
+
"leaseholdType"
|
|
94
150
|
]
|
|
95
151
|
},
|
|
96
152
|
"leaseTerm": {
|
|
153
|
+
"ntsRef": "A1.2.1",
|
|
97
154
|
"required": [
|
|
98
155
|
"startYearOfLease",
|
|
99
156
|
"lengthOfLeaseInYears"
|
|
100
157
|
],
|
|
101
158
|
"properties": {
|
|
102
159
|
"startYearOfLease": {
|
|
103
|
-
"ntsRef": "A1.2",
|
|
160
|
+
"ntsRef": "A1.2.1.1",
|
|
104
161
|
"title": "Year that the lease commenced"
|
|
105
162
|
},
|
|
106
163
|
"lengthOfLeaseInYears": {
|
|
107
|
-
"ntsRef": "A1.
|
|
164
|
+
"ntsRef": "A1.2.1.2",
|
|
108
165
|
"title": "Length of lease (years)"
|
|
109
166
|
}
|
|
110
167
|
}
|
|
@@ -188,7 +245,11 @@
|
|
|
188
245
|
}
|
|
189
246
|
}
|
|
190
247
|
}
|
|
191
|
-
}
|
|
248
|
+
},
|
|
249
|
+
"required": [
|
|
250
|
+
"annualGroundRent",
|
|
251
|
+
"rentSubjectToIncrease"
|
|
252
|
+
]
|
|
192
253
|
}
|
|
193
254
|
],
|
|
194
255
|
"required": [
|
|
@@ -204,25 +265,117 @@
|
|
|
204
265
|
]
|
|
205
266
|
}
|
|
206
267
|
}
|
|
268
|
+
},
|
|
269
|
+
"serviceCharge": {
|
|
270
|
+
"ntsRef": "A1.5",
|
|
271
|
+
"title": "Service Charge",
|
|
272
|
+
"discriminator": {
|
|
273
|
+
"propertyName": "sellerContributesToServiceCharge"
|
|
274
|
+
},
|
|
275
|
+
"oneOf": [
|
|
276
|
+
{
|
|
277
|
+
"properties": {
|
|
278
|
+
"sellerContributesToServiceCharge": {
|
|
279
|
+
"enum": [
|
|
280
|
+
"No"
|
|
281
|
+
]
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"properties": {
|
|
287
|
+
"sellerContributesToServiceCharge": {
|
|
288
|
+
"enum": [
|
|
289
|
+
"Yes"
|
|
290
|
+
]
|
|
291
|
+
},
|
|
292
|
+
"annualServiceCharge": {
|
|
293
|
+
"ntsRef": "A1.5.1.1",
|
|
294
|
+
"title": "Amount of current annual service charge (£)"
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
],
|
|
299
|
+
"required": [
|
|
300
|
+
"sellerContributesToServiceCharge"
|
|
301
|
+
],
|
|
302
|
+
"properties": {
|
|
303
|
+
"sellerContributesToServiceCharge": {
|
|
304
|
+
"ntsRef": "A1.5.1",
|
|
305
|
+
"title": "Does the seller contribute to the cost of maintaining the building (a service charge)?",
|
|
306
|
+
"enum": [
|
|
307
|
+
"Yes",
|
|
308
|
+
"No"
|
|
309
|
+
]
|
|
310
|
+
}
|
|
311
|
+
}
|
|
207
312
|
}
|
|
208
313
|
}
|
|
209
314
|
}
|
|
210
315
|
}
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"properties": {
|
|
319
|
+
"ownershipType": {
|
|
320
|
+
"enum": [
|
|
321
|
+
"Other"
|
|
322
|
+
]
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"required": [
|
|
328
|
+
"ownershipType"
|
|
329
|
+
],
|
|
330
|
+
"properties": {
|
|
331
|
+
"ownershipType": {
|
|
332
|
+
"ntsRef": "A1.1.1",
|
|
333
|
+
"title": "What type of ownership is the property?",
|
|
334
|
+
"description": "A Managed Freehold is any freehold where there are shared amenities, the maintenance of which you pay for through an estate rentcharge, service charge, informal or formal contribution. Choose Leasehold if your property is under a Shared Ownership arrangement.",
|
|
335
|
+
"enum": [
|
|
336
|
+
"Freehold",
|
|
337
|
+
"Managed Freehold",
|
|
338
|
+
"Commonhold",
|
|
339
|
+
"Leasehold",
|
|
340
|
+
"Other"
|
|
341
|
+
]
|
|
211
342
|
}
|
|
212
|
-
|
|
343
|
+
}
|
|
213
344
|
}
|
|
214
345
|
}
|
|
215
346
|
}
|
|
216
347
|
},
|
|
217
348
|
"energyEfficiency": {
|
|
349
|
+
"ntsRef": "A4",
|
|
350
|
+
"title": "Energy Efficiency",
|
|
218
351
|
"required": [
|
|
219
352
|
"certificate"
|
|
220
353
|
],
|
|
221
354
|
"properties": {
|
|
222
355
|
"certificate": {
|
|
356
|
+
"ntsRef": "A4.1",
|
|
223
357
|
"required": [
|
|
224
358
|
"currentEnergyRating"
|
|
225
|
-
]
|
|
359
|
+
],
|
|
360
|
+
"properties": {
|
|
361
|
+
"currentEnergyRating": {
|
|
362
|
+
"ntsRef": "A4.1.1",
|
|
363
|
+
"title": "Current energy efficiency rating",
|
|
364
|
+
"description": "What is the energy efficiency rating of the property according to the latest Energy Performance Certificate (EPC)?",
|
|
365
|
+
"enum": [
|
|
366
|
+
"A",
|
|
367
|
+
"B",
|
|
368
|
+
"C",
|
|
369
|
+
"D",
|
|
370
|
+
"E",
|
|
371
|
+
"F",
|
|
372
|
+
"G",
|
|
373
|
+
"Exempt Property",
|
|
374
|
+
"Survey Instructed",
|
|
375
|
+
"No Certificate"
|
|
376
|
+
]
|
|
377
|
+
}
|
|
378
|
+
}
|
|
226
379
|
}
|
|
227
380
|
}
|
|
228
381
|
},
|
|
@@ -3484,7 +3484,7 @@
|
|
|
3484
3484
|
"properties": {
|
|
3485
3485
|
"hasValidGuaranteesOrWarranties": {
|
|
3486
3486
|
"piqRef": "B5.1",
|
|
3487
|
-
"title": "Are there any valid guarantees or
|
|
3487
|
+
"title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
|
|
3488
3488
|
"enum": [
|
|
3489
3489
|
"Yes",
|
|
3490
3490
|
"No"
|
|
@@ -3471,7 +3471,7 @@
|
|
|
3471
3471
|
"properties": {
|
|
3472
3472
|
"hasValidGuaranteesOrWarranties": {
|
|
3473
3473
|
"rdsRef": "Certificates",
|
|
3474
|
-
"title": "Are there any valid guarantees or
|
|
3474
|
+
"title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
|
|
3475
3475
|
"enum": [
|
|
3476
3476
|
"Yes",
|
|
3477
3477
|
"No"
|
|
@@ -3261,7 +3261,7 @@
|
|
|
3261
3261
|
}
|
|
3262
3262
|
},
|
|
3263
3263
|
"rightsOfSupport": {
|
|
3264
|
-
"ta6Ref": "8.
|
|
3264
|
+
"ta6Ref": "8.4b",
|
|
3265
3265
|
"title": "Rights of support from ajoining properties",
|
|
3266
3266
|
"discriminator": {
|
|
3267
3267
|
"propertyName": "yesNo"
|
|
@@ -3339,7 +3339,7 @@
|
|
|
3339
3339
|
}
|
|
3340
3340
|
},
|
|
3341
3341
|
"rightsToTakeFromLand": {
|
|
3342
|
-
"ta6Ref": "8.
|
|
3342
|
+
"ta6Ref": "8.5c",
|
|
3343
3343
|
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
3344
3344
|
"discriminator": {
|
|
3345
3345
|
"propertyName": "yesNo"
|
|
@@ -5114,7 +5114,7 @@
|
|
|
5114
5114
|
"properties": {
|
|
5115
5115
|
"hasValidGuaranteesOrWarranties": {
|
|
5116
5116
|
"ta6Ref": "5.1",
|
|
5117
|
-
"title": "Are there any valid guarantees or
|
|
5117
|
+
"title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
|
|
5118
5118
|
"enum": [
|
|
5119
5119
|
"Yes",
|
|
5120
5120
|
"No"
|
|
@@ -170,12 +170,15 @@
|
|
|
170
170
|
},
|
|
171
171
|
"isNewBuild": {
|
|
172
172
|
"title": "Is the property a New Build?",
|
|
173
|
-
"
|
|
174
|
-
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
|
|
173
|
+
"type": "object",
|
|
174
|
+
"properties": {
|
|
175
|
+
"yesNo": {
|
|
176
|
+
"type": "string",
|
|
177
|
+
"enum": [
|
|
178
|
+
"Yes",
|
|
179
|
+
"No"
|
|
180
|
+
]
|
|
181
|
+
}
|
|
179
182
|
}
|
|
180
183
|
},
|
|
181
184
|
"location": {
|
|
@@ -15637,6 +15640,11 @@
|
|
|
15637
15640
|
"supplier": {
|
|
15638
15641
|
"title": "Supplier",
|
|
15639
15642
|
"type": "string"
|
|
15643
|
+
},
|
|
15644
|
+
"mpan": {
|
|
15645
|
+
"title": "Meter Point Administration Number (MPAN)",
|
|
15646
|
+
"description": "Your MPAN is on your electricity or dual fuel bill, usually in a box marked ‘Supply Number’. It’s 21 digits long and begins with ‘S’. You’ll only need the last 12 or 13 digits.",
|
|
15647
|
+
"type": "integer"
|
|
15640
15648
|
}
|
|
15641
15649
|
}
|
|
15642
15650
|
},
|
|
@@ -15694,6 +15702,11 @@
|
|
|
15694
15702
|
"supplier": {
|
|
15695
15703
|
"title": "Supplier",
|
|
15696
15704
|
"type": "string"
|
|
15705
|
+
},
|
|
15706
|
+
"mprn": {
|
|
15707
|
+
"title": "Meter Point Reference Number (MPRN)",
|
|
15708
|
+
"description": "You can find your property’s MPRN on your gas or dual fuel bill. It’s usually marked ‘Meter Point Reference Number’ and is between six and 10 digits long.",
|
|
15709
|
+
"type": "integer"
|
|
15697
15710
|
}
|
|
15698
15711
|
}
|
|
15699
15712
|
},
|
|
@@ -19576,7 +19589,7 @@
|
|
|
19576
19589
|
"type": "object",
|
|
19577
19590
|
"properties": {
|
|
19578
19591
|
"hasValidGuaranteesOrWarranties": {
|
|
19579
|
-
"title": "Are there any valid guarantees or
|
|
19592
|
+
"title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
|
|
19580
19593
|
"type": "string",
|
|
19581
19594
|
"enum": [
|
|
19582
19595
|
"Yes",
|
|
@@ -35,7 +35,9 @@
|
|
|
35
35
|
},
|
|
36
36
|
"uprn": {},
|
|
37
37
|
"propertyType": {},
|
|
38
|
-
"isNewBuild": {
|
|
38
|
+
"isNewBuild": {
|
|
39
|
+
"yesNo": {}
|
|
40
|
+
},
|
|
39
41
|
"location": {
|
|
40
42
|
"latitude": {},
|
|
41
43
|
"longitude": {},
|
|
@@ -1915,11 +1917,13 @@
|
|
|
1915
1917
|
"mainsElectricity": {
|
|
1916
1918
|
"yesNo": {},
|
|
1917
1919
|
"supplier": {},
|
|
1920
|
+
"mpan": {},
|
|
1918
1921
|
"dateToBeConnected": {}
|
|
1919
1922
|
},
|
|
1920
1923
|
"mainsGas": {
|
|
1921
1924
|
"yesNo": {},
|
|
1922
1925
|
"supplier": {},
|
|
1926
|
+
"mprn": {},
|
|
1923
1927
|
"dateToBeConnected": {}
|
|
1924
1928
|
},
|
|
1925
1929
|
"lpg": {
|