@pdtf/schemas 2.0.0-11 → 2.0.0-13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/examples/v2/exampleTransaction.json +9 -3
- package/src/schemas/v2/combined.json +15 -17
- package/src/schemas/v2/overlays/baspi.json +49 -3
- package/src/schemas/v2/overlays/fme1.json +0 -178
- package/src/schemas/v2/overlays/lpe1.json +23 -4
- package/src/schemas/v2/pdtf-transaction.json +1 -1
package/package.json
CHANGED
|
@@ -374,7 +374,8 @@
|
|
|
374
374
|
},
|
|
375
375
|
"centralHeatingFuel": { "centralHeatingFuelType": "Gas" },
|
|
376
376
|
"centralHeatingInstalled": "2016-04-20",
|
|
377
|
-
"
|
|
377
|
+
"heatingLastServicedDate": "2021-03-26",
|
|
378
|
+
"heatingLastServicedReport": "To follow"
|
|
378
379
|
}
|
|
379
380
|
},
|
|
380
381
|
"insurance": {
|
|
@@ -528,10 +529,15 @@
|
|
|
528
529
|
"energyAndMeters": {
|
|
529
530
|
"testedByQualifiedElectrician": {
|
|
530
531
|
"yesNo": "Yes",
|
|
531
|
-
"
|
|
532
|
+
"yearTested": 2015,
|
|
533
|
+
"attachments": "To follow"
|
|
534
|
+
},
|
|
535
|
+
"electricalWorkSince2005": {
|
|
536
|
+
"yesNo": "Yes",
|
|
537
|
+
"yearWorkCarriedOut": 2016,
|
|
538
|
+
"details": "New fuse box",
|
|
532
539
|
"attachments": "To follow"
|
|
533
540
|
},
|
|
534
|
-
"electricalWorkSince2005": { "yesNo": "No" },
|
|
535
541
|
"solarPanels": { "hasSolarPanels": "No" }
|
|
536
542
|
},
|
|
537
543
|
"smartHomeSystems": { "hasSmartHomeSystems": "No" },
|
|
@@ -520,6 +520,7 @@
|
|
|
520
520
|
"baspiRequired": ["contact"],
|
|
521
521
|
"properties": {
|
|
522
522
|
"contact": {
|
|
523
|
+
"baspiRef": "A1.5.4.1",
|
|
523
524
|
"type": "object",
|
|
524
525
|
"fme1Required": [
|
|
525
526
|
"nameOrOrganisation",
|
|
@@ -1403,16 +1404,19 @@
|
|
|
1403
1404
|
},
|
|
1404
1405
|
"requirementsToBeMemberOfManagementCompany": {
|
|
1405
1406
|
"fme1Ref": "2.3",
|
|
1407
|
+
"baspiRef": "A1.5.6",
|
|
1406
1408
|
"title": "Is the incoming Owner required to take a share in, or become a member of, the Management Company?",
|
|
1407
1409
|
"type": "object",
|
|
1408
1410
|
"properties": {
|
|
1409
1411
|
"yesNo": {
|
|
1412
|
+
"baspiRef": "A1.5.6.1",
|
|
1410
1413
|
"type": "string",
|
|
1411
1414
|
"title": "",
|
|
1412
1415
|
"enum": ["Yes", "No"]
|
|
1413
1416
|
}
|
|
1414
1417
|
},
|
|
1415
1418
|
"fme1Required": ["yesNo"],
|
|
1419
|
+
"baspiRequired": ["yesNo"],
|
|
1416
1420
|
"discriminator": {
|
|
1417
1421
|
"propertyName": "yesNo"
|
|
1418
1422
|
},
|
|
@@ -3152,7 +3156,6 @@
|
|
|
3152
3156
|
"baspiRef": "A1.5.5",
|
|
3153
3157
|
"ta7Ref": "4.1b",
|
|
3154
3158
|
"lpe1Ref": "1.3",
|
|
3155
|
-
"fme1Ref": "1.3",
|
|
3156
3159
|
"title": "Managing Agent",
|
|
3157
3160
|
"description": "A managing agent may be employed by the landlord or by the tenants’ management company to collect the rent and/or manage the building.",
|
|
3158
3161
|
"type": "object",
|
|
@@ -3387,7 +3390,6 @@
|
|
|
3387
3390
|
},
|
|
3388
3391
|
"legalRepresentative": {
|
|
3389
3392
|
"lpe1Ref": "1.5",
|
|
3390
|
-
"fme1Ref": "1.4",
|
|
3391
3393
|
"title": "Legal Representative of one of the above",
|
|
3392
3394
|
"type": "object",
|
|
3393
3395
|
"properties": {
|
|
@@ -3733,7 +3735,7 @@
|
|
|
3733
3735
|
}
|
|
3734
3736
|
},
|
|
3735
3737
|
"noticeOfTransferAndCharge": {
|
|
3736
|
-
"
|
|
3738
|
+
"lpe1Ref": "1.5",
|
|
3737
3739
|
"title": "Who accepts service of the Notice of Transfer & Charge?",
|
|
3738
3740
|
"description": "Tick the box beside each party and state the total fee including VAT for notice of transfer and charge. Tick 'Notice via email' column to confirm whether you will accept notice via email.",
|
|
3739
3741
|
"type": "object",
|
|
@@ -4034,7 +4036,7 @@
|
|
|
4034
4036
|
]
|
|
4035
4037
|
},
|
|
4036
4038
|
"otherDetailsRequired": {
|
|
4037
|
-
"
|
|
4039
|
+
"lpe1Ref": "1.5.1",
|
|
4038
4040
|
"title": "Are details other than the incoming owner's name, address and lender name required?",
|
|
4039
4041
|
"type": "object",
|
|
4040
4042
|
"lpe1Required": [
|
|
@@ -4088,7 +4090,6 @@
|
|
|
4088
4090
|
},
|
|
4089
4091
|
"collectsServiceCharges": {
|
|
4090
4092
|
"lpe1Ref": "1.8",
|
|
4091
|
-
"fme1Ref": "1.6",
|
|
4092
4093
|
"title": "Who collects the Service Charges?",
|
|
4093
4094
|
"type": "string",
|
|
4094
4095
|
"enum": [
|
|
@@ -4112,7 +4113,6 @@
|
|
|
4112
4113
|
},
|
|
4113
4114
|
"dealsWithDayToDayMaintenanceOfManagedArea": {
|
|
4114
4115
|
"lpe1Ref": "1.11",
|
|
4115
|
-
"fme1Ref": "1.7",
|
|
4116
4116
|
"title": "Who deals with the day to day maintenance of the Managed Area?",
|
|
4117
4117
|
"type": "string",
|
|
4118
4118
|
"enum": [
|
|
@@ -4126,7 +4126,6 @@
|
|
|
4126
4126
|
},
|
|
4127
4127
|
"organisesBuildingInsurance": {
|
|
4128
4128
|
"lpe1Ref": "1.12",
|
|
4129
|
-
"fme1Ref": "1.8",
|
|
4130
4129
|
"ta7Ref": "5.1",
|
|
4131
4130
|
"title": "Who organises and administers the buildings insurance?",
|
|
4132
4131
|
"type": "string",
|
|
@@ -4261,7 +4260,6 @@
|
|
|
4261
4260
|
"properties": {
|
|
4262
4261
|
"deedOfCovenantRequired": {
|
|
4263
4262
|
"lpe1Ref": "2.1",
|
|
4264
|
-
"fme1Ref": "2.1",
|
|
4265
4263
|
"title": "Is a Deed of Covenant Required?",
|
|
4266
4264
|
"type": "object",
|
|
4267
4265
|
"properties": {
|
|
@@ -4290,13 +4288,11 @@
|
|
|
4290
4288
|
},
|
|
4291
4289
|
"costsApplicableToTheDeed": {
|
|
4292
4290
|
"lpe1Ref": "2.1.1",
|
|
4293
|
-
"fme1Ref": "2.1.1",
|
|
4294
4291
|
"title": "Confirm the costs applicable to the Deed including VAT",
|
|
4295
4292
|
"type": "number"
|
|
4296
4293
|
},
|
|
4297
4294
|
"personWhoDealsWithTheDeedOfCovenant": {
|
|
4298
4295
|
"lpe1Ref": "2.1.2",
|
|
4299
|
-
"fme1Ref": "2.1.2",
|
|
4300
4296
|
"title": "Provide details of the person who deals with the Deed of Covenant",
|
|
4301
4297
|
"type": "string",
|
|
4302
4298
|
"minLength": 1
|
|
@@ -4349,7 +4345,6 @@
|
|
|
4349
4345
|
},
|
|
4350
4346
|
"awareOfConsents": {
|
|
4351
4347
|
"lpe1Ref": "2.4",
|
|
4352
|
-
"fme1Ref": "2.2",
|
|
4353
4348
|
"ta7Ref": "9.3",
|
|
4354
4349
|
"title": "Are you aware of consent having been given to any alterations or additions to the Property?",
|
|
4355
4350
|
"type": "object",
|
|
@@ -4378,7 +4373,6 @@
|
|
|
4378
4373
|
},
|
|
4379
4374
|
"details": {
|
|
4380
4375
|
"lpe1Ref": "2.4.1",
|
|
4381
|
-
"fme1Ref": "2.2.1",
|
|
4382
4376
|
"title": "Provide details and copies of any consent",
|
|
4383
4377
|
"type": "string",
|
|
4384
4378
|
"minLength": 1
|
|
@@ -4470,7 +4464,6 @@
|
|
|
4470
4464
|
},
|
|
4471
4465
|
"details": {
|
|
4472
4466
|
"lpe1Ref": "2.5.1",
|
|
4473
|
-
"fme1Ref": "2.4",
|
|
4474
4467
|
"title": "Provide details of the procedures and fees. Include details of the person who deals with the new certificate or share.",
|
|
4475
4468
|
"type": "string",
|
|
4476
4469
|
"minLength": 1
|
|
@@ -17503,7 +17496,8 @@
|
|
|
17503
17496
|
"centralHeatingFuel",
|
|
17504
17497
|
"centralHeatingInstalled",
|
|
17505
17498
|
"boilerInstallationCertificate",
|
|
17506
|
-
"
|
|
17499
|
+
"heatingLastServicedDate",
|
|
17500
|
+
"heatingLastServicedReport",
|
|
17507
17501
|
"heatingInGoodWorkingOrder"
|
|
17508
17502
|
]
|
|
17509
17503
|
}
|
|
@@ -19544,7 +19538,7 @@
|
|
|
19544
19538
|
"enum": ["Attached", "To follow"]
|
|
19545
19539
|
}
|
|
19546
19540
|
},
|
|
19547
|
-
"baspiRequired": ["
|
|
19541
|
+
"baspiRequired": ["yearTested", "attachments"]
|
|
19548
19542
|
}
|
|
19549
19543
|
]
|
|
19550
19544
|
},
|
|
@@ -19597,7 +19591,11 @@
|
|
|
19597
19591
|
"enum": ["Attached", "To follow"]
|
|
19598
19592
|
}
|
|
19599
19593
|
},
|
|
19600
|
-
"baspiRequired": [
|
|
19594
|
+
"baspiRequired": [
|
|
19595
|
+
"yearWorkCarriedOut",
|
|
19596
|
+
"details",
|
|
19597
|
+
"attachments"
|
|
19598
|
+
]
|
|
19601
19599
|
}
|
|
19602
19600
|
]
|
|
19603
19601
|
},
|
|
@@ -19726,7 +19724,7 @@
|
|
|
19726
19724
|
},
|
|
19727
19725
|
"attachments": {
|
|
19728
19726
|
"baspiRef": "4.3.3.3",
|
|
19729
|
-
"title": "
|
|
19727
|
+
"title": "Please supply copies of the relevant documents",
|
|
19730
19728
|
"type": "string",
|
|
19731
19729
|
"enum": ["Attached", "To follow"]
|
|
19732
19730
|
}
|
|
@@ -282,6 +282,7 @@
|
|
|
282
282
|
],
|
|
283
283
|
"properties": {
|
|
284
284
|
"contact": {
|
|
285
|
+
"baspiRef": "A1.5.4.1",
|
|
285
286
|
"required": [
|
|
286
287
|
"nameOrOrganisation",
|
|
287
288
|
"address",
|
|
@@ -389,6 +390,49 @@
|
|
|
389
390
|
}
|
|
390
391
|
}
|
|
391
392
|
},
|
|
393
|
+
"transferAndRegistration": {
|
|
394
|
+
"properties": {
|
|
395
|
+
"requirementsToBeMemberOfManagementCompany": {
|
|
396
|
+
"baspiRef": "A1.5.6",
|
|
397
|
+
"title": "Is the incoming Owner required to take a share in, or become a member of, the Management Company?",
|
|
398
|
+
"discriminator": {
|
|
399
|
+
"propertyName": "yesNo"
|
|
400
|
+
},
|
|
401
|
+
"oneOf": [
|
|
402
|
+
{
|
|
403
|
+
"properties": {
|
|
404
|
+
"yesNo": {
|
|
405
|
+
"enum": [
|
|
406
|
+
"No"
|
|
407
|
+
]
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"properties": {
|
|
413
|
+
"yesNo": {
|
|
414
|
+
"enum": [
|
|
415
|
+
"Yes"
|
|
416
|
+
]
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
],
|
|
421
|
+
"required": [
|
|
422
|
+
"yesNo"
|
|
423
|
+
],
|
|
424
|
+
"properties": {
|
|
425
|
+
"yesNo": {
|
|
426
|
+
"baspiRef": "A1.5.6.1",
|
|
427
|
+
"enum": [
|
|
428
|
+
"Yes",
|
|
429
|
+
"No"
|
|
430
|
+
]
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
},
|
|
392
436
|
"serviceCharge": {
|
|
393
437
|
"baspiRef": "A1.5.1",
|
|
394
438
|
"title": "Service Charge",
|
|
@@ -5428,7 +5472,8 @@
|
|
|
5428
5472
|
"centralHeatingFuel",
|
|
5429
5473
|
"centralHeatingInstalled",
|
|
5430
5474
|
"boilerInstallationCertificate",
|
|
5431
|
-
"
|
|
5475
|
+
"heatingLastServicedDate",
|
|
5476
|
+
"heatingLastServicedReport",
|
|
5432
5477
|
"heatingInGoodWorkingOrder"
|
|
5433
5478
|
],
|
|
5434
5479
|
"properties": {
|
|
@@ -7773,7 +7818,7 @@
|
|
|
7773
7818
|
}
|
|
7774
7819
|
},
|
|
7775
7820
|
"required": [
|
|
7776
|
-
"
|
|
7821
|
+
"yearTested",
|
|
7777
7822
|
"attachments"
|
|
7778
7823
|
]
|
|
7779
7824
|
}
|
|
@@ -7832,6 +7877,7 @@
|
|
|
7832
7877
|
}
|
|
7833
7878
|
},
|
|
7834
7879
|
"required": [
|
|
7880
|
+
"yearWorkCarriedOut",
|
|
7835
7881
|
"details",
|
|
7836
7882
|
"attachments"
|
|
7837
7883
|
]
|
|
@@ -7961,7 +8007,7 @@
|
|
|
7961
8007
|
},
|
|
7962
8008
|
"attachments": {
|
|
7963
8009
|
"baspiRef": "4.3.3.3",
|
|
7964
|
-
"title": "
|
|
8010
|
+
"title": "Please supply copies of the relevant documents",
|
|
7965
8011
|
"enum": [
|
|
7966
8012
|
"Attached",
|
|
7967
8013
|
"To follow"
|
|
@@ -1430,184 +1430,6 @@
|
|
|
1430
1430
|
}
|
|
1431
1431
|
}
|
|
1432
1432
|
}
|
|
1433
|
-
},
|
|
1434
|
-
{
|
|
1435
|
-
"properties": {
|
|
1436
|
-
"leaseholdInformation": {
|
|
1437
|
-
"properties": {
|
|
1438
|
-
"contactDetails": {
|
|
1439
|
-
"properties": {
|
|
1440
|
-
"contacts": {
|
|
1441
|
-
"properties": {
|
|
1442
|
-
"managingAgent": {
|
|
1443
|
-
"fme1Ref": "1.3",
|
|
1444
|
-
"title": "Managing Agent",
|
|
1445
|
-
"description": "A managing agent may be employed by the landlord or by the tenants’ management company to collect the rent and/or manage the building."
|
|
1446
|
-
},
|
|
1447
|
-
"legalRepresentative": {
|
|
1448
|
-
"fme1Ref": "1.4",
|
|
1449
|
-
"title": "Legal Representative of one of the above"
|
|
1450
|
-
}
|
|
1451
|
-
}
|
|
1452
|
-
},
|
|
1453
|
-
"serviceContactAssignments": {
|
|
1454
|
-
"properties": {
|
|
1455
|
-
"noticeOfTransferAndCharge": {
|
|
1456
|
-
"fme1Ref": "1.5",
|
|
1457
|
-
"title": "Who accepts service of the Notice of Transfer & Charge?",
|
|
1458
|
-
"description": "Tick the box beside each party and state the total fee including VAT for notice of transfer and charge. Tick 'Notice via email' column to confirm whether you will accept notice via email.",
|
|
1459
|
-
"properties": {
|
|
1460
|
-
"otherDetailsRequired": {
|
|
1461
|
-
"fme1Ref": "1.5.1",
|
|
1462
|
-
"title": "Are details other than the incoming owner's name, address and lender name required?",
|
|
1463
|
-
"discriminator": {
|
|
1464
|
-
"propertyName": "areOtherDetailsRequired"
|
|
1465
|
-
},
|
|
1466
|
-
"oneOf": [
|
|
1467
|
-
{
|
|
1468
|
-
"properties": {
|
|
1469
|
-
"areOtherDetailsRequired": {
|
|
1470
|
-
"const": "No"
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1473
|
-
},
|
|
1474
|
-
{
|
|
1475
|
-
"properties": {
|
|
1476
|
-
"areOtherDetailsRequired": {
|
|
1477
|
-
"const": "Yes"
|
|
1478
|
-
}
|
|
1479
|
-
}
|
|
1480
|
-
}
|
|
1481
|
-
]
|
|
1482
|
-
}
|
|
1483
|
-
}
|
|
1484
|
-
},
|
|
1485
|
-
"collectsServiceCharges": {
|
|
1486
|
-
"fme1Ref": "1.6",
|
|
1487
|
-
"title": "Who collects the Service Charges?",
|
|
1488
|
-
"enum": [
|
|
1489
|
-
"Rentcharge Owner",
|
|
1490
|
-
"Landlord",
|
|
1491
|
-
"Management Company",
|
|
1492
|
-
"Managing Agent",
|
|
1493
|
-
"Not applicable"
|
|
1494
|
-
]
|
|
1495
|
-
},
|
|
1496
|
-
"dealsWithDayToDayMaintenanceOfManagedArea": {
|
|
1497
|
-
"fme1Ref": "1.7",
|
|
1498
|
-
"title": "Who deals with the day to day maintenance of the Managed Area?",
|
|
1499
|
-
"enum": [
|
|
1500
|
-
"Rentcharge Owner",
|
|
1501
|
-
"Landlord",
|
|
1502
|
-
"Management Company",
|
|
1503
|
-
"Managing Agent",
|
|
1504
|
-
"the Lessees",
|
|
1505
|
-
"Not applicable"
|
|
1506
|
-
]
|
|
1507
|
-
},
|
|
1508
|
-
"organisesBuildingInsurance": {
|
|
1509
|
-
"fme1Ref": "1.8",
|
|
1510
|
-
"title": "Who organises and administers the buildings insurance?",
|
|
1511
|
-
"enum": [
|
|
1512
|
-
"Rentcharge Owner",
|
|
1513
|
-
"Landlord",
|
|
1514
|
-
"Management Company",
|
|
1515
|
-
"Managing Agent",
|
|
1516
|
-
"the Lessees",
|
|
1517
|
-
"Not applicable"
|
|
1518
|
-
]
|
|
1519
|
-
}
|
|
1520
|
-
}
|
|
1521
|
-
}
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
"transferAndRegistration": {
|
|
1525
|
-
"properties": {
|
|
1526
|
-
"deedOfCovenantRequired": {
|
|
1527
|
-
"fme1Ref": "2.1",
|
|
1528
|
-
"title": "Is a Deed of Covenant Required?",
|
|
1529
|
-
"discriminator": {
|
|
1530
|
-
"propertyName": "yesNoNotKnown"
|
|
1531
|
-
},
|
|
1532
|
-
"oneOf": [
|
|
1533
|
-
{
|
|
1534
|
-
"properties": {
|
|
1535
|
-
"yesNoNotKnown": {
|
|
1536
|
-
"enum": [
|
|
1537
|
-
"No",
|
|
1538
|
-
"Not Known"
|
|
1539
|
-
]
|
|
1540
|
-
}
|
|
1541
|
-
}
|
|
1542
|
-
},
|
|
1543
|
-
{
|
|
1544
|
-
"properties": {
|
|
1545
|
-
"yesNoNotKnown": {
|
|
1546
|
-
"enum": [
|
|
1547
|
-
"Yes"
|
|
1548
|
-
]
|
|
1549
|
-
},
|
|
1550
|
-
"costsApplicableToTheDeed": {
|
|
1551
|
-
"fme1Ref": "2.1.1",
|
|
1552
|
-
"title": "Confirm the costs applicable to the Deed including VAT"
|
|
1553
|
-
},
|
|
1554
|
-
"personWhoDealsWithTheDeedOfCovenant": {
|
|
1555
|
-
"fme1Ref": "2.1.2",
|
|
1556
|
-
"title": "Provide details of the person who deals with the Deed of Covenant"
|
|
1557
|
-
}
|
|
1558
|
-
}
|
|
1559
|
-
}
|
|
1560
|
-
]
|
|
1561
|
-
},
|
|
1562
|
-
"awareOfConsents": {
|
|
1563
|
-
"fme1Ref": "2.2",
|
|
1564
|
-
"title": "Are you aware of consent having been given to any alterations or additions to the Property?",
|
|
1565
|
-
"discriminator": {
|
|
1566
|
-
"propertyName": "yesNo"
|
|
1567
|
-
},
|
|
1568
|
-
"oneOf": [
|
|
1569
|
-
{
|
|
1570
|
-
"properties": {
|
|
1571
|
-
"yesNo": {
|
|
1572
|
-
"enum": [
|
|
1573
|
-
"No"
|
|
1574
|
-
]
|
|
1575
|
-
}
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
"properties": {
|
|
1580
|
-
"yesNo": {
|
|
1581
|
-
"enum": [
|
|
1582
|
-
"Yes"
|
|
1583
|
-
]
|
|
1584
|
-
},
|
|
1585
|
-
"details": {
|
|
1586
|
-
"fme1Ref": "2.2.1",
|
|
1587
|
-
"title": "Provide details and copies of any consent"
|
|
1588
|
-
}
|
|
1589
|
-
}
|
|
1590
|
-
}
|
|
1591
|
-
]
|
|
1592
|
-
},
|
|
1593
|
-
"requirementsToBeMemberOfManagementCompany": {
|
|
1594
|
-
"oneOf": [
|
|
1595
|
-
null,
|
|
1596
|
-
{
|
|
1597
|
-
"properties": {
|
|
1598
|
-
"details": {
|
|
1599
|
-
"fme1Ref": "2.4",
|
|
1600
|
-
"title": "Provide details of the procedures and fees. Include details of the person who deals with the new certificate or share."
|
|
1601
|
-
}
|
|
1602
|
-
}
|
|
1603
|
-
}
|
|
1604
|
-
]
|
|
1605
|
-
}
|
|
1606
|
-
}
|
|
1607
|
-
}
|
|
1608
|
-
}
|
|
1609
|
-
}
|
|
1610
|
-
}
|
|
1611
1433
|
}
|
|
1612
1434
|
]
|
|
1613
1435
|
}
|
|
@@ -345,6 +345,9 @@
|
|
|
345
345
|
}
|
|
346
346
|
},
|
|
347
347
|
"noticeOfTransferAndCharge": {
|
|
348
|
+
"lpe1Ref": "1.5",
|
|
349
|
+
"title": "Who accepts service of the Notice of Transfer & Charge?",
|
|
350
|
+
"description": "Tick the box beside each party and state the total fee including VAT for notice of transfer and charge. Tick 'Notice via email' column to confirm whether you will accept notice via email.",
|
|
348
351
|
"properties": {
|
|
349
352
|
"rentchargeOwner": {
|
|
350
353
|
"required": [
|
|
@@ -436,16 +439,32 @@
|
|
|
436
439
|
]
|
|
437
440
|
},
|
|
438
441
|
"otherDetailsRequired": {
|
|
439
|
-
"
|
|
440
|
-
|
|
441
|
-
|
|
442
|
+
"lpe1Ref": "1.5.1",
|
|
443
|
+
"title": "Are details other than the incoming owner's name, address and lender name required?",
|
|
444
|
+
"discriminator": {
|
|
445
|
+
"propertyName": "areOtherDetailsRequired"
|
|
446
|
+
},
|
|
442
447
|
"oneOf": [
|
|
443
|
-
null,
|
|
444
448
|
{
|
|
449
|
+
"properties": {
|
|
450
|
+
"areOtherDetailsRequired": {
|
|
451
|
+
"const": "No"
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"properties": {
|
|
457
|
+
"areOtherDetailsRequired": {
|
|
458
|
+
"const": "Yes"
|
|
459
|
+
}
|
|
460
|
+
},
|
|
445
461
|
"required": [
|
|
446
462
|
"details"
|
|
447
463
|
]
|
|
448
464
|
}
|
|
465
|
+
],
|
|
466
|
+
"required": [
|
|
467
|
+
"areOtherDetailsRequired"
|
|
449
468
|
]
|
|
450
469
|
}
|
|
451
470
|
}
|
|
@@ -18349,7 +18349,7 @@
|
|
|
18349
18349
|
"minLength": 1
|
|
18350
18350
|
},
|
|
18351
18351
|
"attachments": {
|
|
18352
|
-
"title": "
|
|
18352
|
+
"title": "Please supply copies of the relevant documents",
|
|
18353
18353
|
"type": "string",
|
|
18354
18354
|
"enum": [
|
|
18355
18355
|
"Attached",
|