@pdtf/schemas 2.0.0-22 → 2.0.0-24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +23 -20
- package/package.json +1 -1
- package/src/examples/v2/exampleTransaction.json +14 -11
- package/src/schemas/v2/combined.json +1342 -320
- package/src/schemas/v2/overlays/baspi.json +548 -81
- package/src/schemas/v2/overlays/rds.json +195 -35
- package/src/schemas/v2/overlays/ta10.json +3 -0
- package/src/schemas/v2/overlays/ta6.json +3268 -304
- package/src/schemas/v2/pdtf-transaction.json +474 -140
- package/src/schemas/v2/skeleton.json +40 -13
- package/src/tests/v2/transactionSchema.test.js +37 -1
- package/src/utils/extractOverlay.js +1 -1
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
]
|
|
451
451
|
},
|
|
452
452
|
"details": {
|
|
453
|
-
"title": "Provide details and likely timescale for delay
|
|
453
|
+
"title": "Provide details and likely timescale for delay",
|
|
454
454
|
"type": "string",
|
|
455
455
|
"minLength": 1
|
|
456
456
|
},
|
|
@@ -7158,7 +7158,6 @@
|
|
|
7158
7158
|
}
|
|
7159
7159
|
},
|
|
7160
7160
|
"disputesAndComplaints": {
|
|
7161
|
-
"TA6Ref": "2",
|
|
7162
7161
|
"title": "Disputes and Complaints",
|
|
7163
7162
|
"type": "object",
|
|
7164
7163
|
"properties": {
|
|
@@ -7168,7 +7167,6 @@
|
|
|
7168
7167
|
"type": "object",
|
|
7169
7168
|
"properties": {
|
|
7170
7169
|
"yesNo": {
|
|
7171
|
-
"TA6Ref": "2.1.1",
|
|
7172
7170
|
"type": "string",
|
|
7173
7171
|
"title": "",
|
|
7174
7172
|
"enum": [
|
|
@@ -7195,7 +7193,6 @@
|
|
|
7195
7193
|
]
|
|
7196
7194
|
},
|
|
7197
7195
|
"details": {
|
|
7198
|
-
"TA6Ref": "2.1.2",
|
|
7199
7196
|
"title": "Please give details",
|
|
7200
7197
|
"type": "string",
|
|
7201
7198
|
"minLength": 1
|
|
@@ -7209,7 +7206,6 @@
|
|
|
7209
7206
|
"type": "object",
|
|
7210
7207
|
"properties": {
|
|
7211
7208
|
"yesNo": {
|
|
7212
|
-
"TA6Ref": "2.1.1",
|
|
7213
7209
|
"type": "string",
|
|
7214
7210
|
"title": "",
|
|
7215
7211
|
"enum": [
|
|
@@ -7236,7 +7232,6 @@
|
|
|
7236
7232
|
]
|
|
7237
7233
|
},
|
|
7238
7234
|
"details": {
|
|
7239
|
-
"TA6Ref": "2.1.2",
|
|
7240
7235
|
"title": "Please give details",
|
|
7241
7236
|
"type": "string",
|
|
7242
7237
|
"minLength": 1
|
|
@@ -8290,7 +8285,7 @@
|
|
|
8290
8285
|
]
|
|
8291
8286
|
},
|
|
8292
8287
|
"details": {
|
|
8293
|
-
"title": "
|
|
8288
|
+
"title": "Please give details",
|
|
8294
8289
|
"type": "string",
|
|
8295
8290
|
"minLength": 1
|
|
8296
8291
|
},
|
|
@@ -8345,7 +8340,7 @@
|
|
|
8345
8340
|
]
|
|
8346
8341
|
},
|
|
8347
8342
|
"details": {
|
|
8348
|
-
"title": "
|
|
8343
|
+
"title": "Please give details",
|
|
8349
8344
|
"type": "string",
|
|
8350
8345
|
"minLength": 1
|
|
8351
8346
|
},
|
|
@@ -8616,7 +8611,6 @@
|
|
|
8616
8611
|
"type": "object",
|
|
8617
8612
|
"properties": {
|
|
8618
8613
|
"yesNo": {
|
|
8619
|
-
"TA6Ref": "1.6.1",
|
|
8620
8614
|
"type": "string",
|
|
8621
8615
|
"title": "",
|
|
8622
8616
|
"enum": [
|
|
@@ -8643,13 +8637,11 @@
|
|
|
8643
8637
|
]
|
|
8644
8638
|
},
|
|
8645
8639
|
"details": {
|
|
8646
|
-
"TA6Ref": "1.6.2",
|
|
8647
8640
|
"title": "Details",
|
|
8648
8641
|
"type": "string",
|
|
8649
8642
|
"minLength": 1
|
|
8650
8643
|
},
|
|
8651
8644
|
"attachments": {
|
|
8652
|
-
"TA6Ref": "1.6.3",
|
|
8653
8645
|
"title": "Attachments",
|
|
8654
8646
|
"type": "string",
|
|
8655
8647
|
"enum": [
|
|
@@ -15138,7 +15130,7 @@
|
|
|
15138
15130
|
]
|
|
15139
15131
|
},
|
|
15140
15132
|
"supplier": {
|
|
15141
|
-
"title": "Supplier
|
|
15133
|
+
"title": "Supplier",
|
|
15142
15134
|
"type": "string"
|
|
15143
15135
|
}
|
|
15144
15136
|
}
|
|
@@ -15156,7 +15148,7 @@
|
|
|
15156
15148
|
"format": "date"
|
|
15157
15149
|
},
|
|
15158
15150
|
"supplier": {
|
|
15159
|
-
"title": "Supplier
|
|
15151
|
+
"title": "Supplier",
|
|
15160
15152
|
"type": "string"
|
|
15161
15153
|
}
|
|
15162
15154
|
}
|
|
@@ -15195,7 +15187,7 @@
|
|
|
15195
15187
|
]
|
|
15196
15188
|
},
|
|
15197
15189
|
"supplier": {
|
|
15198
|
-
"title": "Supplier
|
|
15190
|
+
"title": "Supplier",
|
|
15199
15191
|
"type": "string"
|
|
15200
15192
|
}
|
|
15201
15193
|
}
|
|
@@ -15213,7 +15205,7 @@
|
|
|
15213
15205
|
"format": "date"
|
|
15214
15206
|
},
|
|
15215
15207
|
"supplier": {
|
|
15216
|
-
"title": "Supplier
|
|
15208
|
+
"title": "Supplier",
|
|
15217
15209
|
"type": "string"
|
|
15218
15210
|
}
|
|
15219
15211
|
}
|
|
@@ -15252,7 +15244,7 @@
|
|
|
15252
15244
|
]
|
|
15253
15245
|
},
|
|
15254
15246
|
"supplier": {
|
|
15255
|
-
"title": "Supplier
|
|
15247
|
+
"title": "Supplier",
|
|
15256
15248
|
"type": "string"
|
|
15257
15249
|
}
|
|
15258
15250
|
}
|
|
@@ -15270,7 +15262,7 @@
|
|
|
15270
15262
|
"format": "date"
|
|
15271
15263
|
},
|
|
15272
15264
|
"supplier": {
|
|
15273
|
-
"title": "Supplier
|
|
15265
|
+
"title": "Supplier",
|
|
15274
15266
|
"type": "string"
|
|
15275
15267
|
}
|
|
15276
15268
|
}
|
|
@@ -15309,7 +15301,7 @@
|
|
|
15309
15301
|
]
|
|
15310
15302
|
},
|
|
15311
15303
|
"supplier": {
|
|
15312
|
-
"title": "Supplier
|
|
15304
|
+
"title": "Supplier",
|
|
15313
15305
|
"type": "string"
|
|
15314
15306
|
}
|
|
15315
15307
|
}
|
|
@@ -15327,7 +15319,7 @@
|
|
|
15327
15319
|
"format": "date"
|
|
15328
15320
|
},
|
|
15329
15321
|
"supplier": {
|
|
15330
|
-
"title": "Supplier
|
|
15322
|
+
"title": "Supplier",
|
|
15331
15323
|
"type": "string"
|
|
15332
15324
|
}
|
|
15333
15325
|
}
|
|
@@ -15366,7 +15358,7 @@
|
|
|
15366
15358
|
]
|
|
15367
15359
|
},
|
|
15368
15360
|
"supplier": {
|
|
15369
|
-
"title": "Supplier
|
|
15361
|
+
"title": "Supplier",
|
|
15370
15362
|
"type": "string"
|
|
15371
15363
|
}
|
|
15372
15364
|
}
|
|
@@ -15384,7 +15376,7 @@
|
|
|
15384
15376
|
"format": "date"
|
|
15385
15377
|
},
|
|
15386
15378
|
"supplier": {
|
|
15387
|
-
"title": "Supplier
|
|
15379
|
+
"title": "Supplier",
|
|
15388
15380
|
"type": "string"
|
|
15389
15381
|
}
|
|
15390
15382
|
}
|
|
@@ -15423,7 +15415,7 @@
|
|
|
15423
15415
|
]
|
|
15424
15416
|
},
|
|
15425
15417
|
"supplier": {
|
|
15426
|
-
"title": "Supplier
|
|
15418
|
+
"title": "Supplier",
|
|
15427
15419
|
"type": "string"
|
|
15428
15420
|
}
|
|
15429
15421
|
}
|
|
@@ -15441,7 +15433,7 @@
|
|
|
15441
15433
|
"format": "date"
|
|
15442
15434
|
},
|
|
15443
15435
|
"supplier": {
|
|
15444
|
-
"title": "Supplier
|
|
15436
|
+
"title": "Supplier",
|
|
15445
15437
|
"type": "string"
|
|
15446
15438
|
}
|
|
15447
15439
|
}
|
|
@@ -15480,7 +15472,7 @@
|
|
|
15480
15472
|
]
|
|
15481
15473
|
},
|
|
15482
15474
|
"supplier": {
|
|
15483
|
-
"title": "Supplier
|
|
15475
|
+
"title": "Supplier",
|
|
15484
15476
|
"type": "string"
|
|
15485
15477
|
}
|
|
15486
15478
|
}
|
|
@@ -15498,7 +15490,7 @@
|
|
|
15498
15490
|
"format": "date"
|
|
15499
15491
|
},
|
|
15500
15492
|
"supplier": {
|
|
15501
|
-
"title": "Supplier
|
|
15493
|
+
"title": "Supplier",
|
|
15502
15494
|
"type": "string"
|
|
15503
15495
|
}
|
|
15504
15496
|
}
|
|
@@ -15537,7 +15529,7 @@
|
|
|
15537
15529
|
]
|
|
15538
15530
|
},
|
|
15539
15531
|
"supplier": {
|
|
15540
|
-
"title": "Supplier
|
|
15532
|
+
"title": "Supplier",
|
|
15541
15533
|
"type": "string"
|
|
15542
15534
|
}
|
|
15543
15535
|
}
|
|
@@ -15555,7 +15547,7 @@
|
|
|
15555
15547
|
"format": "date"
|
|
15556
15548
|
},
|
|
15557
15549
|
"supplier": {
|
|
15558
|
-
"title": "Supplier
|
|
15550
|
+
"title": "Supplier",
|
|
15559
15551
|
"type": "string"
|
|
15560
15552
|
}
|
|
15561
15553
|
}
|
|
@@ -15595,7 +15587,7 @@
|
|
|
15595
15587
|
]
|
|
15596
15588
|
},
|
|
15597
15589
|
"supplier": {
|
|
15598
|
-
"title": "Supplier
|
|
15590
|
+
"title": "Supplier",
|
|
15599
15591
|
"type": "string"
|
|
15600
15592
|
}
|
|
15601
15593
|
}
|
|
@@ -15613,7 +15605,7 @@
|
|
|
15613
15605
|
"format": "date"
|
|
15614
15606
|
},
|
|
15615
15607
|
"supplier": {
|
|
15616
|
-
"title": "Supplier
|
|
15608
|
+
"title": "Supplier",
|
|
15617
15609
|
"type": "string"
|
|
15618
15610
|
}
|
|
15619
15611
|
}
|
|
@@ -15710,7 +15702,7 @@
|
|
|
15710
15702
|
]
|
|
15711
15703
|
},
|
|
15712
15704
|
"supplier": {
|
|
15713
|
-
"title": "Supplier
|
|
15705
|
+
"title": "Supplier",
|
|
15714
15706
|
"type": "string"
|
|
15715
15707
|
}
|
|
15716
15708
|
}
|
|
@@ -15728,7 +15720,7 @@
|
|
|
15728
15720
|
"format": "date"
|
|
15729
15721
|
},
|
|
15730
15722
|
"supplier": {
|
|
15731
|
-
"title": "Supplier
|
|
15723
|
+
"title": "Supplier",
|
|
15732
15724
|
"type": "string"
|
|
15733
15725
|
}
|
|
15734
15726
|
}
|
|
@@ -15773,7 +15765,7 @@
|
|
|
15773
15765
|
]
|
|
15774
15766
|
},
|
|
15775
15767
|
"supplier": {
|
|
15776
|
-
"title": "Supplier
|
|
15768
|
+
"title": "Supplier",
|
|
15777
15769
|
"type": "string"
|
|
15778
15770
|
}
|
|
15779
15771
|
}
|
|
@@ -15791,7 +15783,7 @@
|
|
|
15791
15783
|
"format": "date"
|
|
15792
15784
|
},
|
|
15793
15785
|
"supplier": {
|
|
15794
|
-
"title": "Supplier
|
|
15786
|
+
"title": "Supplier",
|
|
15795
15787
|
"type": "string"
|
|
15796
15788
|
}
|
|
15797
15789
|
}
|
|
@@ -15821,7 +15813,7 @@
|
|
|
15821
15813
|
]
|
|
15822
15814
|
},
|
|
15823
15815
|
"supplier": {
|
|
15824
|
-
"title": "Supplier
|
|
15816
|
+
"title": "Supplier",
|
|
15825
15817
|
"type": "string",
|
|
15826
15818
|
"minLength": 1
|
|
15827
15819
|
}
|
|
@@ -15840,7 +15832,7 @@
|
|
|
15840
15832
|
"format": "date"
|
|
15841
15833
|
},
|
|
15842
15834
|
"supplier": {
|
|
15843
|
-
"title": "Supplier
|
|
15835
|
+
"title": "Supplier",
|
|
15844
15836
|
"type": "string"
|
|
15845
15837
|
}
|
|
15846
15838
|
}
|
|
@@ -15884,7 +15876,7 @@
|
|
|
15884
15876
|
]
|
|
15885
15877
|
},
|
|
15886
15878
|
"supplier": {
|
|
15887
|
-
"title": "Supplier
|
|
15879
|
+
"title": "Supplier",
|
|
15888
15880
|
"type": "string"
|
|
15889
15881
|
}
|
|
15890
15882
|
}
|
|
@@ -15902,7 +15894,7 @@
|
|
|
15902
15894
|
"format": "date"
|
|
15903
15895
|
},
|
|
15904
15896
|
"supplier": {
|
|
15905
|
-
"title": "Supplier
|
|
15897
|
+
"title": "Supplier",
|
|
15906
15898
|
"type": "string"
|
|
15907
15899
|
}
|
|
15908
15900
|
}
|
|
@@ -16484,6 +16476,15 @@
|
|
|
16484
16476
|
"title": "Why not?",
|
|
16485
16477
|
"type": "string",
|
|
16486
16478
|
"minLength": 1
|
|
16479
|
+
},
|
|
16480
|
+
"landlordInsuresIfFlat": {
|
|
16481
|
+
"title": "If the property is a flat, does the landlord insure the building?",
|
|
16482
|
+
"type": "string",
|
|
16483
|
+
"enum": [
|
|
16484
|
+
"Yes",
|
|
16485
|
+
"No",
|
|
16486
|
+
"Not applicable"
|
|
16487
|
+
]
|
|
16487
16488
|
}
|
|
16488
16489
|
}
|
|
16489
16490
|
},
|
|
@@ -16496,43 +16497,165 @@
|
|
|
16496
16497
|
},
|
|
16497
16498
|
"difficultiesObtainingInsurance": {
|
|
16498
16499
|
"title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?",
|
|
16499
|
-
"description": "(e.g. high premiums, excess over £1,500, special conditions etc)",
|
|
16500
16500
|
"type": "object",
|
|
16501
16501
|
"properties": {
|
|
16502
|
-
"
|
|
16503
|
-
"
|
|
16504
|
-
"
|
|
16505
|
-
"
|
|
16506
|
-
"
|
|
16507
|
-
|
|
16502
|
+
"abnormalRiseInPremiums": {
|
|
16503
|
+
"title": "Subject to abnormal rise in premiums?",
|
|
16504
|
+
"type": "object",
|
|
16505
|
+
"properties": {
|
|
16506
|
+
"yesNo": {
|
|
16507
|
+
"type": "string",
|
|
16508
|
+
"title": "",
|
|
16509
|
+
"enum": [
|
|
16510
|
+
"Yes",
|
|
16511
|
+
"No"
|
|
16512
|
+
]
|
|
16513
|
+
}
|
|
16514
|
+
},
|
|
16515
|
+
"oneOf": [
|
|
16516
|
+
{
|
|
16517
|
+
"properties": {
|
|
16518
|
+
"yesNo": {
|
|
16519
|
+
"enum": [
|
|
16520
|
+
"No"
|
|
16521
|
+
]
|
|
16522
|
+
}
|
|
16523
|
+
}
|
|
16524
|
+
},
|
|
16525
|
+
{
|
|
16526
|
+
"properties": {
|
|
16527
|
+
"yesNo": {
|
|
16528
|
+
"enum": [
|
|
16529
|
+
"Yes"
|
|
16530
|
+
]
|
|
16531
|
+
},
|
|
16532
|
+
"details": {
|
|
16533
|
+
"title": "Provide details",
|
|
16534
|
+
"type": "string",
|
|
16535
|
+
"minLength": 1
|
|
16536
|
+
}
|
|
16537
|
+
}
|
|
16538
|
+
}
|
|
16508
16539
|
]
|
|
16509
|
-
}
|
|
16510
|
-
|
|
16511
|
-
|
|
16512
|
-
|
|
16540
|
+
},
|
|
16541
|
+
"subjectToHighExcesses": {
|
|
16542
|
+
"title": "Subject to high excesses?",
|
|
16543
|
+
"type": "object",
|
|
16513
16544
|
"properties": {
|
|
16514
16545
|
"yesNo": {
|
|
16546
|
+
"type": "string",
|
|
16547
|
+
"title": "",
|
|
16515
16548
|
"enum": [
|
|
16549
|
+
"Yes",
|
|
16516
16550
|
"No"
|
|
16517
16551
|
]
|
|
16518
16552
|
}
|
|
16519
|
-
}
|
|
16553
|
+
},
|
|
16554
|
+
"oneOf": [
|
|
16555
|
+
{
|
|
16556
|
+
"properties": {
|
|
16557
|
+
"yesNo": {
|
|
16558
|
+
"enum": [
|
|
16559
|
+
"No"
|
|
16560
|
+
]
|
|
16561
|
+
}
|
|
16562
|
+
}
|
|
16563
|
+
},
|
|
16564
|
+
{
|
|
16565
|
+
"properties": {
|
|
16566
|
+
"yesNo": {
|
|
16567
|
+
"enum": [
|
|
16568
|
+
"Yes"
|
|
16569
|
+
]
|
|
16570
|
+
},
|
|
16571
|
+
"details": {
|
|
16572
|
+
"title": "Provide details",
|
|
16573
|
+
"type": "string",
|
|
16574
|
+
"minLength": 1
|
|
16575
|
+
}
|
|
16576
|
+
}
|
|
16577
|
+
}
|
|
16578
|
+
]
|
|
16520
16579
|
},
|
|
16521
|
-
{
|
|
16580
|
+
"subjectToUnusualConditions": {
|
|
16581
|
+
"title": "Subject to unusual conditions?",
|
|
16582
|
+
"type": "object",
|
|
16522
16583
|
"properties": {
|
|
16523
16584
|
"yesNo": {
|
|
16585
|
+
"type": "string",
|
|
16586
|
+
"title": "",
|
|
16524
16587
|
"enum": [
|
|
16525
|
-
"Yes"
|
|
16588
|
+
"Yes",
|
|
16589
|
+
"No"
|
|
16526
16590
|
]
|
|
16591
|
+
}
|
|
16592
|
+
},
|
|
16593
|
+
"oneOf": [
|
|
16594
|
+
{
|
|
16595
|
+
"properties": {
|
|
16596
|
+
"yesNo": {
|
|
16597
|
+
"enum": [
|
|
16598
|
+
"No"
|
|
16599
|
+
]
|
|
16600
|
+
}
|
|
16601
|
+
}
|
|
16527
16602
|
},
|
|
16528
|
-
|
|
16529
|
-
"
|
|
16603
|
+
{
|
|
16604
|
+
"properties": {
|
|
16605
|
+
"yesNo": {
|
|
16606
|
+
"enum": [
|
|
16607
|
+
"Yes"
|
|
16608
|
+
]
|
|
16609
|
+
},
|
|
16610
|
+
"details": {
|
|
16611
|
+
"title": "Provide details",
|
|
16612
|
+
"type": "string",
|
|
16613
|
+
"minLength": 1
|
|
16614
|
+
}
|
|
16615
|
+
}
|
|
16616
|
+
}
|
|
16617
|
+
]
|
|
16618
|
+
},
|
|
16619
|
+
"refused": {
|
|
16620
|
+
"title": "Refused?",
|
|
16621
|
+
"type": "object",
|
|
16622
|
+
"properties": {
|
|
16623
|
+
"yesNo": {
|
|
16530
16624
|
"type": "string",
|
|
16531
|
-
"
|
|
16625
|
+
"title": "",
|
|
16626
|
+
"enum": [
|
|
16627
|
+
"Yes",
|
|
16628
|
+
"No"
|
|
16629
|
+
]
|
|
16532
16630
|
}
|
|
16533
|
-
}
|
|
16631
|
+
},
|
|
16632
|
+
"oneOf": [
|
|
16633
|
+
{
|
|
16634
|
+
"properties": {
|
|
16635
|
+
"yesNo": {
|
|
16636
|
+
"enum": [
|
|
16637
|
+
"No"
|
|
16638
|
+
]
|
|
16639
|
+
}
|
|
16640
|
+
}
|
|
16641
|
+
},
|
|
16642
|
+
{
|
|
16643
|
+
"properties": {
|
|
16644
|
+
"yesNo": {
|
|
16645
|
+
"enum": [
|
|
16646
|
+
"Yes"
|
|
16647
|
+
]
|
|
16648
|
+
},
|
|
16649
|
+
"details": {
|
|
16650
|
+
"title": "Provide details",
|
|
16651
|
+
"type": "string",
|
|
16652
|
+
"minLength": 1
|
|
16653
|
+
}
|
|
16654
|
+
}
|
|
16655
|
+
}
|
|
16656
|
+
]
|
|
16534
16657
|
}
|
|
16535
|
-
|
|
16658
|
+
}
|
|
16536
16659
|
},
|
|
16537
16660
|
"insuranceClaims": {
|
|
16538
16661
|
"title": "Have you ever made a claim against your building insurance in relation to the property?",
|
|
@@ -17289,8 +17412,7 @@
|
|
|
17289
17412
|
}
|
|
17290
17413
|
}
|
|
17291
17414
|
}
|
|
17292
|
-
]
|
|
17293
|
-
"description": "Please state"
|
|
17415
|
+
]
|
|
17294
17416
|
}
|
|
17295
17417
|
}
|
|
17296
17418
|
}
|
|
@@ -17333,12 +17455,15 @@
|
|
|
17333
17455
|
]
|
|
17334
17456
|
},
|
|
17335
17457
|
"details": {
|
|
17336
|
-
"title": "
|
|
17458
|
+
"title": "Was the test result was below the recommended level?",
|
|
17337
17459
|
"type": "string",
|
|
17338
|
-
"
|
|
17460
|
+
"enum": [
|
|
17461
|
+
"Yes",
|
|
17462
|
+
"No"
|
|
17463
|
+
]
|
|
17339
17464
|
},
|
|
17340
17465
|
"attachments": {
|
|
17341
|
-
"title": "
|
|
17466
|
+
"title": "Please supply a copy of the report",
|
|
17342
17467
|
"type": "string",
|
|
17343
17468
|
"enum": [
|
|
17344
17469
|
"Attached",
|
|
@@ -17698,6 +17823,45 @@
|
|
|
17698
17823
|
}
|
|
17699
17824
|
}
|
|
17700
17825
|
]
|
|
17826
|
+
},
|
|
17827
|
+
"otherCharges": {
|
|
17828
|
+
"title": "Does the seller have to pay any charges relating to the property (excluding any payments such as council tax, utility charges, etc.), for example payments to a management company?",
|
|
17829
|
+
"type": "object",
|
|
17830
|
+
"properties": {
|
|
17831
|
+
"yesNo": {
|
|
17832
|
+
"type": "string",
|
|
17833
|
+
"title": "",
|
|
17834
|
+
"enum": [
|
|
17835
|
+
"Yes",
|
|
17836
|
+
"No"
|
|
17837
|
+
]
|
|
17838
|
+
}
|
|
17839
|
+
},
|
|
17840
|
+
"oneOf": [
|
|
17841
|
+
{
|
|
17842
|
+
"properties": {
|
|
17843
|
+
"yesNo": {
|
|
17844
|
+
"enum": [
|
|
17845
|
+
"No"
|
|
17846
|
+
]
|
|
17847
|
+
}
|
|
17848
|
+
}
|
|
17849
|
+
},
|
|
17850
|
+
{
|
|
17851
|
+
"properties": {
|
|
17852
|
+
"yesNo": {
|
|
17853
|
+
"enum": [
|
|
17854
|
+
"Yes"
|
|
17855
|
+
]
|
|
17856
|
+
},
|
|
17857
|
+
"details": {
|
|
17858
|
+
"title": "Please give details",
|
|
17859
|
+
"type": "string",
|
|
17860
|
+
"minLength": 1
|
|
17861
|
+
}
|
|
17862
|
+
}
|
|
17863
|
+
}
|
|
17864
|
+
]
|
|
17701
17865
|
}
|
|
17702
17866
|
}
|
|
17703
17867
|
},
|
|
@@ -17851,7 +18015,6 @@
|
|
|
17851
18015
|
]
|
|
17852
18016
|
},
|
|
17853
18017
|
"legalBoundaries": {
|
|
17854
|
-
"TA6Ref": "1",
|
|
17855
18018
|
"title": "Legal Boundaries",
|
|
17856
18019
|
"description": "",
|
|
17857
18020
|
"type": "object",
|
|
@@ -17862,7 +18025,6 @@
|
|
|
17862
18025
|
"type": "object",
|
|
17863
18026
|
"properties": {
|
|
17864
18027
|
"areBoundariesUniform": {
|
|
17865
|
-
"TA6Ref": "1.2",
|
|
17866
18028
|
"title": "Are the boundaries uniform?",
|
|
17867
18029
|
"type": "string",
|
|
17868
18030
|
"enum": [
|
|
@@ -17885,7 +18047,6 @@
|
|
|
17885
18047
|
"type": "object",
|
|
17886
18048
|
"properties": {
|
|
17887
18049
|
"left": {
|
|
17888
|
-
"TA6Ref": "1.1a",
|
|
17889
18050
|
"title": "On the left",
|
|
17890
18051
|
"type": "string",
|
|
17891
18052
|
"enum": [
|
|
@@ -17896,7 +18057,6 @@
|
|
|
17896
18057
|
]
|
|
17897
18058
|
},
|
|
17898
18059
|
"right": {
|
|
17899
|
-
"TA6Ref": "1.1b",
|
|
17900
18060
|
"title": "On the right",
|
|
17901
18061
|
"type": "string",
|
|
17902
18062
|
"enum": [
|
|
@@ -17907,7 +18067,6 @@
|
|
|
17907
18067
|
]
|
|
17908
18068
|
},
|
|
17909
18069
|
"rear": {
|
|
17910
|
-
"TA6Ref": "1.1c",
|
|
17911
18070
|
"title": "At the rear",
|
|
17912
18071
|
"type": "string",
|
|
17913
18072
|
"enum": [
|
|
@@ -17918,7 +18077,6 @@
|
|
|
17918
18077
|
]
|
|
17919
18078
|
},
|
|
17920
18079
|
"front": {
|
|
17921
|
-
"TA6Ref": "1.1d",
|
|
17922
18080
|
"title": "At the front",
|
|
17923
18081
|
"type": "string",
|
|
17924
18082
|
"enum": [
|
|
@@ -17966,12 +18124,10 @@
|
|
|
17966
18124
|
]
|
|
17967
18125
|
},
|
|
17968
18126
|
"haveBoundaryFeaturesMoved": {
|
|
17969
|
-
"TA6Ref": "1.3",
|
|
17970
18127
|
"title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
|
|
17971
18128
|
"type": "object",
|
|
17972
18129
|
"properties": {
|
|
17973
18130
|
"yesNo": {
|
|
17974
|
-
"TA6Ref": "1.3.1",
|
|
17975
18131
|
"type": "string",
|
|
17976
18132
|
"title": "",
|
|
17977
18133
|
"enum": [
|
|
@@ -18000,7 +18156,6 @@
|
|
|
18000
18156
|
]
|
|
18001
18157
|
},
|
|
18002
18158
|
"details": {
|
|
18003
|
-
"TA6Ref": "1.3.2",
|
|
18004
18159
|
"title": "Details",
|
|
18005
18160
|
"type": "string",
|
|
18006
18161
|
"minLength": 1
|
|
@@ -18010,12 +18165,10 @@
|
|
|
18010
18165
|
]
|
|
18011
18166
|
},
|
|
18012
18167
|
"adjacentLandIncluded": {
|
|
18013
|
-
"TA6Ref": "1.4",
|
|
18014
18168
|
"title": "Has any adjacent land or property been purchased by you that will be included in the sale?",
|
|
18015
18169
|
"type": "object",
|
|
18016
18170
|
"properties": {
|
|
18017
18171
|
"yesNo": {
|
|
18018
|
-
"TA6Ref": "1.4.1",
|
|
18019
18172
|
"type": "string",
|
|
18020
18173
|
"title": "",
|
|
18021
18174
|
"enum": [
|
|
@@ -18044,7 +18197,6 @@
|
|
|
18044
18197
|
]
|
|
18045
18198
|
},
|
|
18046
18199
|
"details": {
|
|
18047
|
-
"TA6Ref": "1.4.2",
|
|
18048
18200
|
"title": "Details",
|
|
18049
18201
|
"type": "string",
|
|
18050
18202
|
"minLength": 1
|
|
@@ -18054,13 +18206,11 @@
|
|
|
18054
18206
|
]
|
|
18055
18207
|
},
|
|
18056
18208
|
"flyingFreehold": {
|
|
18057
|
-
"TA6Ref": "1.5",
|
|
18058
18209
|
"title": "Is there a flying freehold?",
|
|
18059
18210
|
"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.",
|
|
18060
18211
|
"type": "object",
|
|
18061
18212
|
"properties": {
|
|
18062
18213
|
"yesNo": {
|
|
18063
|
-
"TA6Ref": "1.5.1",
|
|
18064
18214
|
"type": "string",
|
|
18065
18215
|
"title": "",
|
|
18066
18216
|
"enum": [
|
|
@@ -18089,7 +18239,6 @@
|
|
|
18089
18239
|
]
|
|
18090
18240
|
},
|
|
18091
18241
|
"details": {
|
|
18092
|
-
"TA6Ref": "1.5.2",
|
|
18093
18242
|
"title": "Details",
|
|
18094
18243
|
"type": "string",
|
|
18095
18244
|
"minLength": 1
|
|
@@ -18105,7 +18254,6 @@
|
|
|
18105
18254
|
"type": "object",
|
|
18106
18255
|
"properties": {
|
|
18107
18256
|
"pipesWiresCablesDrainsToProperty": {
|
|
18108
|
-
"TA6Ref": "8.7",
|
|
18109
18257
|
"title": "Are you aware of any pipes, wires, cables or drains bringing services to the property which cross any neighbouring land or property?",
|
|
18110
18258
|
"type": "object",
|
|
18111
18259
|
"properties": {
|
|
@@ -18153,7 +18301,6 @@
|
|
|
18153
18301
|
]
|
|
18154
18302
|
},
|
|
18155
18303
|
"pipesWiresCablesDrainsFromProperty": {
|
|
18156
|
-
"TA6Ref": "8.8",
|
|
18157
18304
|
"title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
|
|
18158
18305
|
"type": "object",
|
|
18159
18306
|
"properties": {
|
|
@@ -18201,7 +18348,6 @@
|
|
|
18201
18348
|
]
|
|
18202
18349
|
},
|
|
18203
18350
|
"formalOrInformalAgreements": {
|
|
18204
|
-
"TA6Ref": "8.9",
|
|
18205
18351
|
"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?",
|
|
18206
18352
|
"type": "object",
|
|
18207
18353
|
"properties": {
|
|
@@ -18255,7 +18401,6 @@
|
|
|
18255
18401
|
"type": "object",
|
|
18256
18402
|
"properties": {
|
|
18257
18403
|
"testedByQualifiedElectrician": {
|
|
18258
|
-
"TA6Ref": "12.1",
|
|
18259
18404
|
"title": "Have the electrics at the property been tested by a qualified electrician?",
|
|
18260
18405
|
"type": "object",
|
|
18261
18406
|
"properties": {
|
|
@@ -18286,11 +18431,11 @@
|
|
|
18286
18431
|
]
|
|
18287
18432
|
},
|
|
18288
18433
|
"yearTested": {
|
|
18289
|
-
"title": "State the year they were last tested
|
|
18434
|
+
"title": "State the year they were last tested",
|
|
18290
18435
|
"type": "integer"
|
|
18291
18436
|
},
|
|
18292
18437
|
"attachments": {
|
|
18293
|
-
"title": "
|
|
18438
|
+
"title": "Please upload the test certificate.",
|
|
18294
18439
|
"type": "string",
|
|
18295
18440
|
"enum": [
|
|
18296
18441
|
"Attached",
|
|
@@ -18302,7 +18447,6 @@
|
|
|
18302
18447
|
]
|
|
18303
18448
|
},
|
|
18304
18449
|
"electricalWorkSince2005": {
|
|
18305
|
-
"TA6Ref": "12.2",
|
|
18306
18450
|
"title": "Since 1st January 2005, has any electrical work been carried out to the property?",
|
|
18307
18451
|
"type": "object",
|
|
18308
18452
|
"properties": {
|
|
@@ -18358,7 +18502,6 @@
|
|
|
18358
18502
|
"type": "object",
|
|
18359
18503
|
"properties": {
|
|
18360
18504
|
"hasSolarPanels": {
|
|
18361
|
-
"TA6Ref": "4.6",
|
|
18362
18505
|
"title": "Are there solar or photovoltaic panels installed at the property?",
|
|
18363
18506
|
"type": "string",
|
|
18364
18507
|
"enum": [
|
|
@@ -18385,12 +18528,10 @@
|
|
|
18385
18528
|
]
|
|
18386
18529
|
},
|
|
18387
18530
|
"yearInstalled": {
|
|
18388
|
-
"TA6Ref": "4.6a",
|
|
18389
18531
|
"title": "What year were they installed?",
|
|
18390
18532
|
"type": "integer"
|
|
18391
18533
|
},
|
|
18392
18534
|
"panelsOwnedOutright": {
|
|
18393
|
-
"TA6Ref": "4.6b",
|
|
18394
18535
|
"title": "Do you own the panels, and all equipment related to them, outright?",
|
|
18395
18536
|
"type": "object",
|
|
18396
18537
|
"properties": {
|
|
@@ -18438,7 +18579,6 @@
|
|
|
18438
18579
|
]
|
|
18439
18580
|
},
|
|
18440
18581
|
"panelProviderLease": {
|
|
18441
|
-
"TA6Ref": "4.6c",
|
|
18442
18582
|
"title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
|
|
18443
18583
|
"type": "object",
|
|
18444
18584
|
"properties": {
|
|
@@ -18581,7 +18721,6 @@
|
|
|
18581
18721
|
]
|
|
18582
18722
|
},
|
|
18583
18723
|
"electricityMeterLocation": {
|
|
18584
|
-
"TA6Ref": "13.1b",
|
|
18585
18724
|
"title": "Location of electricity meter (if any)",
|
|
18586
18725
|
"type": "object",
|
|
18587
18726
|
"properties": {
|
|
@@ -18601,7 +18740,6 @@
|
|
|
18601
18740
|
}
|
|
18602
18741
|
},
|
|
18603
18742
|
"gasMeterLocation": {
|
|
18604
|
-
"TA6Ref": "13.2b",
|
|
18605
18743
|
"title": "Location of gas meter (if any)",
|
|
18606
18744
|
"type": "object",
|
|
18607
18745
|
"properties": {
|
|
@@ -18621,7 +18759,6 @@
|
|
|
18621
18759
|
}
|
|
18622
18760
|
},
|
|
18623
18761
|
"stopcockLocation": {
|
|
18624
|
-
"TA6Ref": "13.3b",
|
|
18625
18762
|
"title": "Location of stopcock (if any)",
|
|
18626
18763
|
"type": "object",
|
|
18627
18764
|
"properties": {
|
|
@@ -18631,7 +18768,7 @@
|
|
|
18631
18768
|
"minLength": 1
|
|
18632
18769
|
},
|
|
18633
18770
|
"attachments": {
|
|
18634
|
-
"title": "Photograph of
|
|
18771
|
+
"title": "Photograph of stopcock location",
|
|
18635
18772
|
"type": "string",
|
|
18636
18773
|
"enum": [
|
|
18637
18774
|
"Attached",
|
|
@@ -18641,7 +18778,6 @@
|
|
|
18641
18778
|
}
|
|
18642
18779
|
},
|
|
18643
18780
|
"waterMeterLocation": {
|
|
18644
|
-
"TA6Ref": "13.3b",
|
|
18645
18781
|
"title": "Location of water meter (if any)",
|
|
18646
18782
|
"type": "object",
|
|
18647
18783
|
"properties": {
|
|
@@ -18823,12 +18959,10 @@
|
|
|
18823
18959
|
]
|
|
18824
18960
|
},
|
|
18825
18961
|
"guaranteesWarrantiesAndIndemnityInsurances": {
|
|
18826
|
-
"TA6Ref": "5",
|
|
18827
18962
|
"title": "Guarantees, Warranties and Indemnity Insurances",
|
|
18828
18963
|
"type": "object",
|
|
18829
18964
|
"properties": {
|
|
18830
18965
|
"hasValidGuaranteesOrWarranties": {
|
|
18831
|
-
"TA6Ref": "5/1",
|
|
18832
18966
|
"title": "Are there any valid guarantees or warranties relating to this property?",
|
|
18833
18967
|
"type": "string",
|
|
18834
18968
|
"enum": [
|
|
@@ -18855,7 +18989,6 @@
|
|
|
18855
18989
|
]
|
|
18856
18990
|
},
|
|
18857
18991
|
"newHomeWarranty": {
|
|
18858
|
-
"TA6Ref": "5.1a",
|
|
18859
18992
|
"title": "New Home Warranty (NHBC or similar)",
|
|
18860
18993
|
"type": "object",
|
|
18861
18994
|
"properties": {
|
|
@@ -18903,7 +19036,6 @@
|
|
|
18903
19036
|
]
|
|
18904
19037
|
},
|
|
18905
19038
|
"roofingWork": {
|
|
18906
|
-
"TA6Ref": "5.1f",
|
|
18907
19039
|
"title": "Roofing work",
|
|
18908
19040
|
"type": "object",
|
|
18909
19041
|
"properties": {
|
|
@@ -18915,10 +19047,37 @@
|
|
|
18915
19047
|
"No"
|
|
18916
19048
|
]
|
|
18917
19049
|
}
|
|
18918
|
-
}
|
|
19050
|
+
},
|
|
19051
|
+
"oneOf": [
|
|
19052
|
+
{
|
|
19053
|
+
"properties": {
|
|
19054
|
+
"yesNo": {
|
|
19055
|
+
"enum": [
|
|
19056
|
+
"No"
|
|
19057
|
+
]
|
|
19058
|
+
}
|
|
19059
|
+
}
|
|
19060
|
+
},
|
|
19061
|
+
{
|
|
19062
|
+
"properties": {
|
|
19063
|
+
"yesNo": {
|
|
19064
|
+
"enum": [
|
|
19065
|
+
"Yes"
|
|
19066
|
+
]
|
|
19067
|
+
},
|
|
19068
|
+
"attachments": {
|
|
19069
|
+
"title": "",
|
|
19070
|
+
"type": "string",
|
|
19071
|
+
"enum": [
|
|
19072
|
+
"Attached",
|
|
19073
|
+
"To follow"
|
|
19074
|
+
]
|
|
19075
|
+
}
|
|
19076
|
+
}
|
|
19077
|
+
}
|
|
19078
|
+
]
|
|
18919
19079
|
},
|
|
18920
19080
|
"dampProofingTreatment": {
|
|
18921
|
-
"TA6Ref": "5.1b",
|
|
18922
19081
|
"title": "Damp proofing treatment",
|
|
18923
19082
|
"type": "object",
|
|
18924
19083
|
"properties": {
|
|
@@ -18930,10 +19089,37 @@
|
|
|
18930
19089
|
"No"
|
|
18931
19090
|
]
|
|
18932
19091
|
}
|
|
18933
|
-
}
|
|
19092
|
+
},
|
|
19093
|
+
"oneOf": [
|
|
19094
|
+
{
|
|
19095
|
+
"properties": {
|
|
19096
|
+
"yesNo": {
|
|
19097
|
+
"enum": [
|
|
19098
|
+
"No"
|
|
19099
|
+
]
|
|
19100
|
+
}
|
|
19101
|
+
}
|
|
19102
|
+
},
|
|
19103
|
+
{
|
|
19104
|
+
"properties": {
|
|
19105
|
+
"yesNo": {
|
|
19106
|
+
"enum": [
|
|
19107
|
+
"Yes"
|
|
19108
|
+
]
|
|
19109
|
+
},
|
|
19110
|
+
"attachments": {
|
|
19111
|
+
"title": "",
|
|
19112
|
+
"type": "string",
|
|
19113
|
+
"enum": [
|
|
19114
|
+
"Attached",
|
|
19115
|
+
"To follow"
|
|
19116
|
+
]
|
|
19117
|
+
}
|
|
19118
|
+
}
|
|
19119
|
+
}
|
|
19120
|
+
]
|
|
18934
19121
|
},
|
|
18935
19122
|
"timberRotOrInfestationTreatment": {
|
|
18936
|
-
"TA6Ref": "5.1c",
|
|
18937
19123
|
"title": "Timber rot or infestation treatment",
|
|
18938
19124
|
"type": "object",
|
|
18939
19125
|
"properties": {
|
|
@@ -18945,10 +19131,37 @@
|
|
|
18945
19131
|
"No"
|
|
18946
19132
|
]
|
|
18947
19133
|
}
|
|
18948
|
-
}
|
|
19134
|
+
},
|
|
19135
|
+
"oneOf": [
|
|
19136
|
+
{
|
|
19137
|
+
"properties": {
|
|
19138
|
+
"yesNo": {
|
|
19139
|
+
"enum": [
|
|
19140
|
+
"No"
|
|
19141
|
+
]
|
|
19142
|
+
}
|
|
19143
|
+
}
|
|
19144
|
+
},
|
|
19145
|
+
{
|
|
19146
|
+
"properties": {
|
|
19147
|
+
"yesNo": {
|
|
19148
|
+
"enum": [
|
|
19149
|
+
"Yes"
|
|
19150
|
+
]
|
|
19151
|
+
},
|
|
19152
|
+
"attachments": {
|
|
19153
|
+
"title": "",
|
|
19154
|
+
"type": "string",
|
|
19155
|
+
"enum": [
|
|
19156
|
+
"Attached",
|
|
19157
|
+
"To follow"
|
|
19158
|
+
]
|
|
19159
|
+
}
|
|
19160
|
+
}
|
|
19161
|
+
}
|
|
19162
|
+
]
|
|
18949
19163
|
},
|
|
18950
19164
|
"centralHeatingAndorPlumbing": {
|
|
18951
|
-
"TA6Ref": "5.1g",
|
|
18952
19165
|
"title": "Central heating and/or plumbing",
|
|
18953
19166
|
"type": "object",
|
|
18954
19167
|
"properties": {
|
|
@@ -18960,10 +19173,37 @@
|
|
|
18960
19173
|
"No"
|
|
18961
19174
|
]
|
|
18962
19175
|
}
|
|
18963
|
-
}
|
|
19176
|
+
},
|
|
19177
|
+
"oneOf": [
|
|
19178
|
+
{
|
|
19179
|
+
"properties": {
|
|
19180
|
+
"yesNo": {
|
|
19181
|
+
"enum": [
|
|
19182
|
+
"No"
|
|
19183
|
+
]
|
|
19184
|
+
}
|
|
19185
|
+
}
|
|
19186
|
+
},
|
|
19187
|
+
{
|
|
19188
|
+
"properties": {
|
|
19189
|
+
"yesNo": {
|
|
19190
|
+
"enum": [
|
|
19191
|
+
"Yes"
|
|
19192
|
+
]
|
|
19193
|
+
},
|
|
19194
|
+
"attachments": {
|
|
19195
|
+
"title": "",
|
|
19196
|
+
"type": "string",
|
|
19197
|
+
"enum": [
|
|
19198
|
+
"Attached",
|
|
19199
|
+
"To follow"
|
|
19200
|
+
]
|
|
19201
|
+
}
|
|
19202
|
+
}
|
|
19203
|
+
}
|
|
19204
|
+
]
|
|
18964
19205
|
},
|
|
18965
19206
|
"doubleGlazing": {
|
|
18966
|
-
"TA6Ref": "5.1d",
|
|
18967
19207
|
"title": "Double glazing (windows, doors, roof lights, conservatory etc)",
|
|
18968
19208
|
"type": "object",
|
|
18969
19209
|
"properties": {
|
|
@@ -18975,10 +19215,37 @@
|
|
|
18975
19215
|
"No"
|
|
18976
19216
|
]
|
|
18977
19217
|
}
|
|
18978
|
-
}
|
|
19218
|
+
},
|
|
19219
|
+
"oneOf": [
|
|
19220
|
+
{
|
|
19221
|
+
"properties": {
|
|
19222
|
+
"yesNo": {
|
|
19223
|
+
"enum": [
|
|
19224
|
+
"No"
|
|
19225
|
+
]
|
|
19226
|
+
}
|
|
19227
|
+
}
|
|
19228
|
+
},
|
|
19229
|
+
{
|
|
19230
|
+
"properties": {
|
|
19231
|
+
"yesNo": {
|
|
19232
|
+
"enum": [
|
|
19233
|
+
"Yes"
|
|
19234
|
+
]
|
|
19235
|
+
},
|
|
19236
|
+
"attachments": {
|
|
19237
|
+
"title": "",
|
|
19238
|
+
"type": "string",
|
|
19239
|
+
"enum": [
|
|
19240
|
+
"Attached",
|
|
19241
|
+
"To follow"
|
|
19242
|
+
]
|
|
19243
|
+
}
|
|
19244
|
+
}
|
|
19245
|
+
}
|
|
19246
|
+
]
|
|
18979
19247
|
},
|
|
18980
19248
|
"electricalRepairOrInstallation": {
|
|
18981
|
-
"TA6Ref": "5.1e",
|
|
18982
19249
|
"title": "Electrical repair or installation",
|
|
18983
19250
|
"type": "object",
|
|
18984
19251
|
"properties": {
|
|
@@ -18990,10 +19257,37 @@
|
|
|
18990
19257
|
"No"
|
|
18991
19258
|
]
|
|
18992
19259
|
}
|
|
18993
|
-
}
|
|
19260
|
+
},
|
|
19261
|
+
"oneOf": [
|
|
19262
|
+
{
|
|
19263
|
+
"properties": {
|
|
19264
|
+
"yesNo": {
|
|
19265
|
+
"enum": [
|
|
19266
|
+
"No"
|
|
19267
|
+
]
|
|
19268
|
+
}
|
|
19269
|
+
}
|
|
19270
|
+
},
|
|
19271
|
+
{
|
|
19272
|
+
"properties": {
|
|
19273
|
+
"yesNo": {
|
|
19274
|
+
"enum": [
|
|
19275
|
+
"Yes"
|
|
19276
|
+
]
|
|
19277
|
+
},
|
|
19278
|
+
"attachments": {
|
|
19279
|
+
"title": "",
|
|
19280
|
+
"type": "string",
|
|
19281
|
+
"enum": [
|
|
19282
|
+
"Attached",
|
|
19283
|
+
"To follow"
|
|
19284
|
+
]
|
|
19285
|
+
}
|
|
19286
|
+
}
|
|
19287
|
+
}
|
|
19288
|
+
]
|
|
18994
19289
|
},
|
|
18995
19290
|
"subsidenceWork": {
|
|
18996
|
-
"TA6Ref": "5.1h",
|
|
18997
19291
|
"title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
|
|
18998
19292
|
"type": "object",
|
|
18999
19293
|
"properties": {
|
|
@@ -19005,7 +19299,35 @@
|
|
|
19005
19299
|
"No"
|
|
19006
19300
|
]
|
|
19007
19301
|
}
|
|
19008
|
-
}
|
|
19302
|
+
},
|
|
19303
|
+
"oneOf": [
|
|
19304
|
+
{
|
|
19305
|
+
"properties": {
|
|
19306
|
+
"yesNo": {
|
|
19307
|
+
"enum": [
|
|
19308
|
+
"No"
|
|
19309
|
+
]
|
|
19310
|
+
}
|
|
19311
|
+
}
|
|
19312
|
+
},
|
|
19313
|
+
{
|
|
19314
|
+
"properties": {
|
|
19315
|
+
"yesNo": {
|
|
19316
|
+
"enum": [
|
|
19317
|
+
"Yes"
|
|
19318
|
+
]
|
|
19319
|
+
},
|
|
19320
|
+
"attachments": {
|
|
19321
|
+
"title": "",
|
|
19322
|
+
"type": "string",
|
|
19323
|
+
"enum": [
|
|
19324
|
+
"Attached",
|
|
19325
|
+
"To follow"
|
|
19326
|
+
]
|
|
19327
|
+
}
|
|
19328
|
+
}
|
|
19329
|
+
}
|
|
19330
|
+
]
|
|
19009
19331
|
},
|
|
19010
19332
|
"solarPanels": {
|
|
19011
19333
|
"title": "Solar panels",
|
|
@@ -19019,10 +19341,37 @@
|
|
|
19019
19341
|
"No"
|
|
19020
19342
|
]
|
|
19021
19343
|
}
|
|
19022
|
-
}
|
|
19344
|
+
},
|
|
19345
|
+
"oneOf": [
|
|
19346
|
+
{
|
|
19347
|
+
"properties": {
|
|
19348
|
+
"yesNo": {
|
|
19349
|
+
"enum": [
|
|
19350
|
+
"No"
|
|
19351
|
+
]
|
|
19352
|
+
}
|
|
19353
|
+
}
|
|
19354
|
+
},
|
|
19355
|
+
{
|
|
19356
|
+
"properties": {
|
|
19357
|
+
"yesNo": {
|
|
19358
|
+
"enum": [
|
|
19359
|
+
"Yes"
|
|
19360
|
+
]
|
|
19361
|
+
},
|
|
19362
|
+
"attachments": {
|
|
19363
|
+
"title": "",
|
|
19364
|
+
"type": "string",
|
|
19365
|
+
"enum": [
|
|
19366
|
+
"Attached",
|
|
19367
|
+
"To follow"
|
|
19368
|
+
]
|
|
19369
|
+
}
|
|
19370
|
+
}
|
|
19371
|
+
}
|
|
19372
|
+
]
|
|
19023
19373
|
},
|
|
19024
19374
|
"otherGuarantees": {
|
|
19025
|
-
"TA6Ref": "5.1i",
|
|
19026
19375
|
"title": "Other Guarantees or warranties",
|
|
19027
19376
|
"type": "object",
|
|
19028
19377
|
"properties": {
|
|
@@ -19056,18 +19405,20 @@
|
|
|
19056
19405
|
"title": "Please provide details",
|
|
19057
19406
|
"type": "string",
|
|
19058
19407
|
"minLength": 1
|
|
19408
|
+
},
|
|
19409
|
+
"attachments": {
|
|
19410
|
+
"title": "",
|
|
19411
|
+
"type": "string",
|
|
19412
|
+
"enum": [
|
|
19413
|
+
"Attached",
|
|
19414
|
+
"To follow"
|
|
19415
|
+
]
|
|
19059
19416
|
}
|
|
19060
19417
|
}
|
|
19061
19418
|
}
|
|
19062
19419
|
]
|
|
19063
19420
|
},
|
|
19064
|
-
"willLeaveGuaranteePaperwork": {
|
|
19065
|
-
"RDSRef": "Property/Flags",
|
|
19066
|
-
"title": "Please confirm that you will leave all paperwork relating to any guarantee or warranty at the property when you move out",
|
|
19067
|
-
"type": "boolean"
|
|
19068
|
-
},
|
|
19069
19421
|
"outstandingClaimsOrApplications": {
|
|
19070
|
-
"TA6Ref": "5.2",
|
|
19071
19422
|
"title": "Are there any outstanding claims or current applications relating to any of the above?",
|
|
19072
19423
|
"type": "object",
|
|
19073
19424
|
"properties": {
|
|
@@ -19167,12 +19518,10 @@
|
|
|
19167
19518
|
]
|
|
19168
19519
|
},
|
|
19169
19520
|
"occupiers": {
|
|
19170
|
-
"TA6Ref": "11",
|
|
19171
19521
|
"title": "Occupiers",
|
|
19172
19522
|
"type": "object",
|
|
19173
19523
|
"properties": {
|
|
19174
19524
|
"sellerLivesAtProperty": {
|
|
19175
|
-
"TA6Ref": "11.1",
|
|
19176
19525
|
"title": "Does the seller live at the property?",
|
|
19177
19526
|
"type": "object",
|
|
19178
19527
|
"properties": {
|
|
@@ -19187,11 +19536,9 @@
|
|
|
19187
19536
|
}
|
|
19188
19537
|
},
|
|
19189
19538
|
"othersAged17OrOver": {
|
|
19190
|
-
"TA6Ref": "11.2",
|
|
19191
19539
|
"type": "object",
|
|
19192
19540
|
"properties": {
|
|
19193
19541
|
"hasOthersAged17OrOver": {
|
|
19194
|
-
"TA6Ref": "11.2",
|
|
19195
19542
|
"title": "Other than the sellers, does anyone else aged 17 or over, live at the property?",
|
|
19196
19543
|
"type": "string",
|
|
19197
19544
|
"enum": [
|
|
@@ -19218,13 +19565,11 @@
|
|
|
19218
19565
|
]
|
|
19219
19566
|
},
|
|
19220
19567
|
"aged17OrOverNames": {
|
|
19221
|
-
"TA6Ref": "11.3",
|
|
19222
19568
|
"title": "Please provide their full names and ages.",
|
|
19223
19569
|
"type": "string",
|
|
19224
19570
|
"minLength": 1
|
|
19225
19571
|
},
|
|
19226
19572
|
"aged17OrOverTenantsOrLodgers": {
|
|
19227
|
-
"TA6Ref": "11.4",
|
|
19228
19573
|
"title": "Are any of them tenants or lodgers?",
|
|
19229
19574
|
"type": "object",
|
|
19230
19575
|
"properties": {
|
|
@@ -19239,7 +19584,6 @@
|
|
|
19239
19584
|
}
|
|
19240
19585
|
},
|
|
19241
19586
|
"vacantPossession": {
|
|
19242
|
-
"TA6Ref": "11.5",
|
|
19243
19587
|
"type": "object",
|
|
19244
19588
|
"properties": {
|
|
19245
19589
|
"soldWithVacantPossession": {
|
|
@@ -19282,7 +19626,6 @@
|
|
|
19282
19626
|
]
|
|
19283
19627
|
},
|
|
19284
19628
|
"aged17OrOverAgreedToLeave": {
|
|
19285
|
-
"TA6Ref": "11.5a",
|
|
19286
19629
|
"title": "Have all occupiers aged 17 or over agreed to leave prior to completion?",
|
|
19287
19630
|
"type": "object",
|
|
19288
19631
|
"properties": {
|
|
@@ -19297,7 +19640,6 @@
|
|
|
19297
19640
|
}
|
|
19298
19641
|
},
|
|
19299
19642
|
"aged17OrOverWillSignToConfirmWillVacate": {
|
|
19300
|
-
"TA6Ref": "11.5b",
|
|
19301
19643
|
"title": "Have all occupiers aged 17 or over, agreed to sign the sale contract to confirm that they will vacate the property prior to completion of the sale?",
|
|
19302
19644
|
"type": "object",
|
|
19303
19645
|
"properties": {
|
|
@@ -19328,12 +19670,12 @@
|
|
|
19328
19670
|
]
|
|
19329
19671
|
},
|
|
19330
19672
|
"details": {
|
|
19331
|
-
"title": "Please
|
|
19673
|
+
"title": "Please provide details (eg the property is sold let to tenants)",
|
|
19332
19674
|
"type": "string",
|
|
19333
19675
|
"minLength": 1
|
|
19334
19676
|
},
|
|
19335
19677
|
"attachments": {
|
|
19336
|
-
"title": "
|
|
19678
|
+
"title": "Please supply other evidence that the property will be vacant on completion (a copy of the tenancy agreement together with a copy of any notice to quit which has been served upon them).",
|
|
19337
19679
|
"type": "string",
|
|
19338
19680
|
"enum": [
|
|
19339
19681
|
"Attached",
|
|
@@ -19355,7 +19697,6 @@
|
|
|
19355
19697
|
}
|
|
19356
19698
|
},
|
|
19357
19699
|
"completionAndMoving": {
|
|
19358
|
-
"TA6Ref": "14",
|
|
19359
19700
|
"title": "Completion and Moving",
|
|
19360
19701
|
"type": "object",
|
|
19361
19702
|
"properties": {
|
|
@@ -19365,7 +19706,6 @@
|
|
|
19365
19706
|
"type": "boolean"
|
|
19366
19707
|
},
|
|
19367
19708
|
"otherPropertyInChain": {
|
|
19368
|
-
"TA6Ref": "14.1",
|
|
19369
19709
|
"title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
|
|
19370
19710
|
"type": "object",
|
|
19371
19711
|
"properties": {
|
|
@@ -19436,7 +19776,6 @@
|
|
|
19436
19776
|
]
|
|
19437
19777
|
},
|
|
19438
19778
|
"moveRestrictionDates": {
|
|
19439
|
-
"TA6Ref": "14.2",
|
|
19440
19779
|
"title": "Are there any dates on which you cannot move?",
|
|
19441
19780
|
"description": "Note that: the moving date will not be fixed until contracts are exchanged i.e. have become binding, until then you should only make provisional removal arrangements; you do not need to be physically present on the day of completion so long as the property is cleared; timescales to completion vary depending on the complexity of the transaction, length of the chain and requirements of the people involved.",
|
|
19442
19781
|
"type": "object",
|
|
@@ -19467,13 +19806,8 @@
|
|
|
19467
19806
|
"Yes"
|
|
19468
19807
|
]
|
|
19469
19808
|
},
|
|
19470
|
-
"
|
|
19471
|
-
"type": "
|
|
19472
|
-
"items": {
|
|
19473
|
-
"type": "string",
|
|
19474
|
-
"format": "date"
|
|
19475
|
-
},
|
|
19476
|
-
"minItems": 1
|
|
19809
|
+
"details": {
|
|
19810
|
+
"type": "string"
|
|
19477
19811
|
}
|
|
19478
19812
|
}
|
|
19479
19813
|
}
|
|
@@ -19524,7 +19858,6 @@
|
|
|
19524
19858
|
]
|
|
19525
19859
|
},
|
|
19526
19860
|
"sufficientToRepayAllMortgages": {
|
|
19527
|
-
"TA6Ref": "14.3",
|
|
19528
19861
|
"title": "Will the sale price be sufficient to repay all mortgages and charges secured on the property?",
|
|
19529
19862
|
"type": "object",
|
|
19530
19863
|
"properties": {
|
|
@@ -19533,7 +19866,8 @@
|
|
|
19533
19866
|
"title": "",
|
|
19534
19867
|
"enum": [
|
|
19535
19868
|
"Yes",
|
|
19536
|
-
"No"
|
|
19869
|
+
"No",
|
|
19870
|
+
"Not applicable"
|
|
19537
19871
|
]
|
|
19538
19872
|
}
|
|
19539
19873
|
}
|