@pdtf/schemas 2.3.0 → 3.0.0-10

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.
Files changed (41) hide show
  1. package/index.js +52 -94
  2. package/package.json +1 -1
  3. package/src/examples/v2/exampleTransaction.json +6 -20
  4. package/src/examples/v3/exampleTransaction.json +904 -0
  5. package/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
  6. package/src/mappings/adf.js +1 -1
  7. package/src/schemas/v2/combined.json +13206 -12615
  8. package/src/schemas/v2/overlays/baspi.json +510 -2331
  9. package/src/schemas/v2/overlays/con29DW.json +682 -762
  10. package/src/schemas/v2/overlays/con29R.json +2914 -3073
  11. package/src/schemas/v2/overlays/fme1.json +48 -233
  12. package/src/schemas/v2/overlays/llc1.json +12 -33
  13. package/src/schemas/v2/overlays/lpe1.json +75 -367
  14. package/src/schemas/v2/overlays/nts.json +17 -103
  15. package/src/schemas/v2/overlays/piq.json +146 -693
  16. package/src/schemas/v2/overlays/rds.json +66 -300
  17. package/src/schemas/v2/overlays/ta10.json +540 -1755
  18. package/src/schemas/v2/overlays/ta6.json +241 -1193
  19. package/src/schemas/v2/overlays/ta7.json +106 -440
  20. package/src/schemas/v2/pdtf-transaction.json +13656 -12911
  21. package/src/schemas/v2/skeleton.json +1342 -1155
  22. package/src/schemas/v3/combined.json +38477 -0
  23. package/src/schemas/v3/overlays/baspi.json +8022 -0
  24. package/src/schemas/v3/overlays/con29DW.json +705 -0
  25. package/src/schemas/v3/overlays/con29R.json +2956 -0
  26. package/src/schemas/v3/overlays/fme1.json +1264 -0
  27. package/src/schemas/v3/overlays/llc1.json +25 -0
  28. package/src/schemas/v3/overlays/lpe1.json +2181 -0
  29. package/src/schemas/v3/overlays/nts.json +1937 -0
  30. package/src/schemas/v3/overlays/oc1.json +2799 -0
  31. package/src/schemas/v3/overlays/piq.json +3391 -0
  32. package/src/schemas/v3/overlays/rds.json +3818 -0
  33. package/src/schemas/v3/overlays/ta10.json +5306 -0
  34. package/src/schemas/v3/overlays/ta6.json +4410 -0
  35. package/src/schemas/v3/overlays/ta7.json +1157 -0
  36. package/src/schemas/v3/pdtf-transaction.json +34858 -0
  37. package/src/schemas/v3/skeleton.json +4018 -0
  38. package/src/tests/{v2 → v3}/transactionSchema.test.js +46 -36
  39. package/src/tests/{v2 → v3}/verifiedClaimsValidator.test.js +11 -11
  40. package/src/utils/extractOverlay.js +12 -34
  41. package/src/utils/hmlrLLC1.json +0 -275
@@ -19,8 +19,7 @@
19
19
  "transferAndRegistration": {
20
20
  "properties": {
21
21
  "procedureForObtainingCertificate": {
22
- "lpe1Ref": "2.6",
23
- "title": "What is the procedure and cost for obtaining a certificate in accordance with a restriction in the Proprietorship Register at the Land Registry, if applicable?"
22
+ "lpe1Ref": "2.6"
24
23
  }
25
24
  }
26
25
  }
@@ -64,7 +63,6 @@
64
63
  },
65
64
  "contactDetails": {
66
65
  "lpe1Ref": "1",
67
- "title": "Contact Details",
68
66
  "required": [
69
67
  "contacts",
70
68
  "serviceContactAssignments"
@@ -72,13 +70,9 @@
72
70
  "properties": {
73
71
  "contacts": {
74
72
  "lpe1Ref": "1",
75
- "title": "Contacts",
76
- "description": "Complete the details for the relevant parties",
77
73
  "properties": {
78
74
  "landlord": {
79
75
  "lpe1Ref": "1.1",
80
- "title": "Landlord",
81
- "description": "The landlord (or freeholder) may be, for example, a private individual, a housing association, or a management company owned by the residents",
82
76
  "required": [
83
77
  "contact"
84
78
  ],
@@ -103,7 +97,6 @@
103
97
  },
104
98
  "rentchargeOwner": {
105
99
  "lpe1Ref": "1.1",
106
- "title": "Rentcharge Owner",
107
100
  "required": [
108
101
  "contact"
109
102
  ],
@@ -128,7 +121,6 @@
128
121
  },
129
122
  "managementCompany": {
130
123
  "lpe1Ref": "1.2",
131
- "title": "Management Company",
132
124
  "properties": {
133
125
  "contact": {
134
126
  "required": [
@@ -150,8 +142,6 @@
150
142
  },
151
143
  "managingAgent": {
152
144
  "lpe1Ref": "1.3",
153
- "title": "Managing Agent",
154
- "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.",
155
145
  "properties": {
156
146
  "contact": {
157
147
  "required": [
@@ -173,7 +163,6 @@
173
163
  },
174
164
  "residentTenantsAssociation": {
175
165
  "lpe1Ref": "1.4",
176
- "title": "Residents'/Tenants' Association",
177
166
  "properties": {
178
167
  "contact": {
179
168
  "required": [
@@ -196,7 +185,6 @@
196
185
  },
197
186
  "legalRepresentative": {
198
187
  "lpe1Ref": "1.5",
199
- "title": "Legal Representative of one of the above",
200
188
  "properties": {
201
189
  "contact": {
202
190
  "required": [
@@ -245,7 +233,6 @@
245
233
  },
246
234
  "lesseeInCharge": {
247
235
  "lpe1Ref": "1.10.1",
248
- "title": "If the Lessees, please provide contact details of the Lessee in charge",
249
236
  "required": [
250
237
  "nameOrOrganisation",
251
238
  "line1",
@@ -279,8 +266,6 @@
279
266
  "properties": {
280
267
  "noticeOfAssignmentAndCharge": {
281
268
  "lpe1Ref": "1.6",
282
- "title": "Who accepts service of the Notice of Assignment & Charge?",
283
- "description": "Tick the box beside each applicable party and state the total fee including VAT for notice of assignment and charge. Tick 'Notice via email' to confirm whether you will accept notice via email",
284
269
  "properties": {
285
270
  "landlord": {
286
271
  "required": [
@@ -361,8 +346,6 @@
361
346
  },
362
347
  "noticeOfTransferAndCharge": {
363
348
  "lpe1Ref": "1.5",
364
- "title": "Who accepts service of the Notice of Transfer & Charge?",
365
- "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.",
366
349
  "properties": {
367
350
  "rentchargeOwner": {
368
351
  "required": [
@@ -455,7 +438,6 @@
455
438
  },
456
439
  "otherDetailsRequired": {
457
440
  "lpe1Ref": "1.5.1",
458
- "title": "Are details other than the incoming owner's name, address and lender name required?",
459
441
  "discriminator": {
460
442
  "propertyName": "areOtherDetailsRequired"
461
443
  },
@@ -485,69 +467,22 @@
485
467
  }
486
468
  },
487
469
  "collectsGroundRent": {
488
- "lpe1Ref": "1.7",
489
- "title": "Who collects the Ground Rent?",
490
- "enum": [
491
- "Landlord",
492
- "Management Company",
493
- "Managing Agent",
494
- "Not applicable"
495
- ]
470
+ "lpe1Ref": "1.7"
496
471
  },
497
472
  "collectsServiceCharges": {
498
- "lpe1Ref": "1.8",
499
- "title": "Who collects the Service Charges?",
500
- "enum": [
501
- "Rentcharge Owner",
502
- "Landlord",
503
- "Management Company",
504
- "Managing Agent",
505
- "Not applicable"
506
- ]
473
+ "lpe1Ref": "1.8"
507
474
  },
508
475
  "collectsbuildingInsurancePremiums": {
509
- "lpe1Ref": "1.9",
510
- "title": "Who collects the building insurance premiums?",
511
- "enum": [
512
- "Landlord",
513
- "Management Company",
514
- "Managing Agent",
515
- "Not applicable"
516
- ]
476
+ "lpe1Ref": "1.9"
517
477
  },
518
478
  "dealsWithDayToDayMaintenanceOfManagedArea": {
519
- "lpe1Ref": "1.11",
520
- "title": "Who deals with the day to day maintenance of the Managed Area?",
521
- "enum": [
522
- "Rentcharge Owner",
523
- "Landlord",
524
- "Management Company",
525
- "Managing Agent",
526
- "the Lessees",
527
- "Not applicable"
528
- ]
479
+ "lpe1Ref": "1.11"
529
480
  },
530
481
  "organisesBuildingInsurance": {
531
- "lpe1Ref": "1.12",
532
- "title": "Who organises and administers the buildings insurance?",
533
- "enum": [
534
- "Rentcharge Owner",
535
- "Landlord",
536
- "Management Company",
537
- "Managing Agent",
538
- "the Lessees",
539
- "Not applicable"
540
- ]
482
+ "lpe1Ref": "1.12"
541
483
  },
542
484
  "dealsWithDayToDayMaintenanceOfBuilding": {
543
- "lpe1Ref": "1.10",
544
- "title": "Who deals with the day to day maintenance of the building?",
545
- "enum": [
546
- "Landlord",
547
- "Management Company",
548
- "Managing Agent",
549
- "the Lessees"
550
- ]
485
+ "lpe1Ref": "1.10"
551
486
  }
552
487
  }
553
488
  }
@@ -555,7 +490,6 @@
555
490
  },
556
491
  "transferAndRegistration": {
557
492
  "lpe1Ref": "2",
558
- "title": "Transfer and Registration",
559
493
  "required": [
560
494
  "deedOfCovenantRequired",
561
495
  "licenceToAssignRequired",
@@ -566,7 +500,6 @@
566
500
  "properties": {
567
501
  "deedOfCovenantRequired": {
568
502
  "lpe1Ref": "2.1",
569
- "title": "Is a Deed of Covenant Required?",
570
503
  "discriminator": {
571
504
  "propertyName": "yesNoNotKnown"
572
505
  },
@@ -589,12 +522,10 @@
589
522
  ]
590
523
  },
591
524
  "costsApplicableToTheDeed": {
592
- "lpe1Ref": "2.1.1",
593
- "title": "Confirm the costs applicable to the Deed including VAT"
525
+ "lpe1Ref": "2.1.1"
594
526
  },
595
527
  "personWhoDealsWithTheDeedOfCovenant": {
596
- "lpe1Ref": "2.1.2",
597
- "title": "Provide details of the person who deals with the Deed of Covenant"
528
+ "lpe1Ref": "2.1.2"
598
529
  }
599
530
  },
600
531
  "required": [
@@ -609,7 +540,6 @@
609
540
  },
610
541
  "licenceToAssignRequired": {
611
542
  "lpe1Ref": "2.2",
612
- "title": "Is a License to Assign required?",
613
543
  "discriminator": {
614
544
  "propertyName": "yesNo"
615
545
  },
@@ -631,8 +561,7 @@
631
561
  ]
632
562
  },
633
563
  "requirements": {
634
- "lpe1Ref": "2.3",
635
- "title": "Specify requirements e.g. references, and any costs applicable to the Licence"
564
+ "lpe1Ref": "2.3"
636
565
  }
637
566
  },
638
567
  "required": [
@@ -646,7 +575,6 @@
646
575
  },
647
576
  "awareOfConsents": {
648
577
  "lpe1Ref": "2.4",
649
- "title": "Are you aware of consent having been given to any alterations or additions to the Property?",
650
578
  "discriminator": {
651
579
  "propertyName": "yesNo"
652
580
  },
@@ -668,8 +596,7 @@
668
596
  ]
669
597
  },
670
598
  "details": {
671
- "lpe1Ref": "2.4.1",
672
- "title": "Provide details and copies of any consent"
599
+ "lpe1Ref": "2.4.1"
673
600
  }
674
601
  },
675
602
  "required": [
@@ -696,7 +623,6 @@
696
623
  },
697
624
  "requirementsToBeMemberOfManagementCompany": {
698
625
  "lpe1Ref": "2.5",
699
- "title": "Is the incoming Lessee required to take a share in, or become a member of, the Management Company?",
700
626
  "discriminator": {
701
627
  "propertyName": "yesNoNotApplicable"
702
628
  },
@@ -719,8 +645,7 @@
719
645
  ]
720
646
  },
721
647
  "details": {
722
- "lpe1Ref": "2.5.1",
723
- "title": "Provide details of the procedures and fees. Include details of the person who deals with the new certificate or share."
648
+ "lpe1Ref": "2.5.1"
724
649
  }
725
650
  },
726
651
  "required": [
@@ -736,7 +661,6 @@
736
661
  },
737
662
  "groundRent": {
738
663
  "lpe1Ref": "3",
739
- "title": "Ground Rent",
740
664
  "discriminator": {
741
665
  "propertyName": "isGroundRentPayable"
742
666
  },
@@ -758,8 +682,7 @@
758
682
  ]
759
683
  },
760
684
  "annualGroundRent": {
761
- "lpe1Ref": "3.1",
762
- "title": "What is the annual ground rent payable? (£)"
685
+ "lpe1Ref": "3.1"
763
686
  },
764
687
  "rentSubjectToIncrease": {
765
688
  "required": [
@@ -777,7 +700,6 @@
777
700
  },
778
701
  "groundRentPaidUpToDate": {
779
702
  "lpe1Ref": "3.2",
780
- "title": "Is the Ground Rent paid up to date?",
781
703
  "discriminator": {
782
704
  "propertyName": "yesNoNotApplicable"
783
705
  },
@@ -800,8 +722,7 @@
800
722
  ]
801
723
  },
802
724
  "details": {
803
- "lpe1Ref": "3.2.1",
804
- "title": "Supply details of the arrears"
725
+ "lpe1Ref": "3.2.1"
805
726
  }
806
727
  },
807
728
  "required": [
@@ -814,8 +735,7 @@
814
735
  ]
815
736
  },
816
737
  "lastDemandPeriod": {
817
- "lpe1Ref": "3.3",
818
- "title": "What period is covered by the last demand?"
738
+ "lpe1Ref": "3.3"
819
739
  }
820
740
  },
821
741
  "required": [
@@ -863,7 +783,6 @@
863
783
  },
864
784
  "serviceCharge": {
865
785
  "lpe1Ref": "4",
866
- "title": "Service Charge",
867
786
  "discriminator": {
868
787
  "propertyName": "sellerContributesToServiceCharge"
869
788
  },
@@ -885,8 +804,7 @@
885
804
  ]
886
805
  },
887
806
  "annualServiceCharge": {
888
- "lpe1Ref": "4.1.1",
889
- "title": "Amount of current annual service charge (£)"
807
+ "lpe1Ref": "4.1.1"
890
808
  },
891
809
  "largeAdditionalExpense": {
892
810
  "required": [
@@ -954,16 +872,13 @@
954
872
  ]
955
873
  },
956
874
  "propertiesContributingToMaintenanceOfManagedArea": {
957
- "lpe1Ref": "4.1",
958
- "title": "How many properties contribute toward the maintenance of the Managed Area?"
875
+ "lpe1Ref": "4.1"
959
876
  },
960
877
  "adHocExpenses": {
961
- "lpe1Ref": "4.1.2",
962
- "title": "If the Service Charge has been collected on an 'ad hoc' basis, what have been the expenses over the last 3 years?"
878
+ "lpe1Ref": "4.1.2"
963
879
  },
964
880
  "serviceChargePaidUpToDate": {
965
881
  "lpe1Ref": "4.2",
966
- "title": "Is the Service Charge paid up to date for the Property?",
967
882
  "discriminator": {
968
883
  "propertyName": "yesNo"
969
884
  },
@@ -985,8 +900,7 @@
985
900
  ]
986
901
  },
987
902
  "details": {
988
- "lpe1Ref": "4.2.1",
989
- "title": "Supply details of the arrears"
903
+ "lpe1Ref": "4.2.1"
990
904
  }
991
905
  },
992
906
  "required": [
@@ -1000,7 +914,6 @@
1000
914
  },
1001
915
  "excessPaymentAnticipated": {
1002
916
  "lpe1Ref": "4.3",
1003
- "title": "Is any excess payment anticipated for the Property at the end of the financial year?",
1004
917
  "discriminator": {
1005
918
  "propertyName": "yesNo"
1006
919
  },
@@ -1022,8 +935,7 @@
1022
935
  ]
1023
936
  },
1024
937
  "details": {
1025
- "lpe1Ref": "4.3.1",
1026
- "title": "Provide details"
938
+ "lpe1Ref": "4.3.1"
1027
939
  }
1028
940
  },
1029
941
  "required": [
@@ -1036,12 +948,10 @@
1036
948
  ]
1037
949
  },
1038
950
  "lastDemandPeriod": {
1039
- "lpe1Ref": "4.4",
1040
- "title": "What period is covered by the last demand?"
951
+ "lpe1Ref": "4.4"
1041
952
  },
1042
953
  "hasInabilityToCollectAffectedMaintenance": {
1043
954
  "lpe1Ref": "4.5",
1044
- "title": "In the last 12 months, has any inability to collect payments, from any party, affected (or is it likely to Yes affect), the maintenance of the Managed Area?",
1045
955
  "discriminator": {
1046
956
  "propertyName": "yesNo"
1047
957
  },
@@ -1063,8 +973,7 @@
1063
973
  ]
1064
974
  },
1065
975
  "details": {
1066
- "lpe1Ref": "4.5.1",
1067
- "title": "Provide details"
976
+ "lpe1Ref": "4.5.1"
1068
977
  }
1069
978
  },
1070
979
  "required": [
@@ -1078,7 +987,6 @@
1078
987
  },
1079
988
  "reserveFund": {
1080
989
  "lpe1Ref": "4.6",
1081
- "title": "Does a Reserve Fund apply to the Managed Area?",
1082
990
  "discriminator": {
1083
991
  "propertyName": "yesNo"
1084
992
  },
@@ -1100,12 +1008,10 @@
1100
1008
  ]
1101
1009
  },
1102
1010
  "details": {
1103
- "lpe1Ref": "4.6.1",
1104
- "title": "Confirm the amount collected from Lessees of the Property, currently held in the Reserve Fund:"
1011
+ "lpe1Ref": "4.6.1"
1105
1012
  },
1106
1013
  "sufficentToCoverSection20Expenditure": {
1107
1014
  "lpe1Ref": "4.6.2",
1108
- "title": "Is the amount expected to be sufficient to cover the known Section 20 expenditure?",
1109
1015
  "discriminator": {
1110
1016
  "propertyName": "yesNo"
1111
1017
  },
@@ -1127,8 +1033,7 @@
1127
1033
  ]
1128
1034
  },
1129
1035
  "details": {
1130
- "lpe1Ref": "4.6.3",
1131
- "title": "Supply details"
1036
+ "lpe1Ref": "4.6.3"
1132
1037
  }
1133
1038
  },
1134
1039
  "required": [
@@ -1151,12 +1056,10 @@
1151
1056
  ]
1152
1057
  },
1153
1058
  "lastDecoratedPeriod": {
1154
- "lpe1Ref": "4.7",
1155
- "title": "Confirm the date when the Managed Areas were last decorated, internally and externally."
1059
+ "lpe1Ref": "4.7"
1156
1060
  },
1157
1061
  "section20WorksProposed": {
1158
1062
  "lpe1Ref": "4.8",
1159
- "title": "Within the next 2 years, are any Section 20 works proposed to the Property?",
1160
1063
  "discriminator": {
1161
1064
  "propertyName": "yesNo"
1162
1065
  },
@@ -1180,8 +1083,7 @@
1180
1083
  ]
1181
1084
  },
1182
1085
  "details": {
1183
- "lpe1Ref": "4.8.1",
1184
- "title": "If so, provide details of the works and the contribution anticipated from the Lessee"
1086
+ "lpe1Ref": "4.8.1"
1185
1087
  }
1186
1088
  },
1187
1089
  "required": [
@@ -1195,7 +1097,6 @@
1195
1097
  },
1196
1098
  "increaseInServiceChargeAnticipated": {
1197
1099
  "lpe1Ref": "4.9",
1198
- "title": "Is any increase in the Service Charge over 10% or £100, whichever is the greater, anticipated in the next 2 years?",
1199
1100
  "discriminator": {
1200
1101
  "propertyName": "yesNo"
1201
1102
  },
@@ -1217,8 +1118,7 @@
1217
1118
  ]
1218
1119
  },
1219
1120
  "details": {
1220
- "lpe1Ref": "4.9.1",
1221
- "title": "Provide details"
1121
+ "lpe1Ref": "4.9.1"
1222
1122
  }
1223
1123
  },
1224
1124
  "required": [
@@ -1232,7 +1132,6 @@
1232
1132
  },
1233
1133
  "outstandingServiceChargeConsultation": {
1234
1134
  "lpe1Ref": "4.10",
1235
- "title": "Are there any outstanding Service Charge consultation procedures?",
1236
1135
  "discriminator": {
1237
1136
  "propertyName": "yesNo"
1238
1137
  },
@@ -1254,8 +1153,7 @@
1254
1153
  ]
1255
1154
  },
1256
1155
  "details": {
1257
- "lpe1Ref": "4.10.1",
1258
- "title": "Provide details"
1156
+ "lpe1Ref": "4.10.1"
1259
1157
  }
1260
1158
  },
1261
1159
  "required": [
@@ -1269,7 +1167,6 @@
1269
1167
  },
1270
1168
  "japaneseKnotweedAffectingManagedAreas": {
1271
1169
  "lpe1Ref": "4.11",
1272
- "title": "Are the Managed Areas known to be affected by Japanese knotweed?",
1273
1170
  "discriminator": {
1274
1171
  "propertyName": "yesNo"
1275
1172
  },
@@ -1291,8 +1188,7 @@
1291
1188
  ]
1292
1189
  },
1293
1190
  "details": {
1294
- "lpe1Ref": "4.11.1",
1295
- "title": "Provide details and a copy of any Japanese knotweed management plan in place."
1191
+ "lpe1Ref": "4.11.1"
1296
1192
  }
1297
1193
  },
1298
1194
  "required": [
@@ -1306,7 +1202,6 @@
1306
1202
  },
1307
1203
  "transferFees": {
1308
1204
  "lpe1Ref": "4.12",
1309
- "title": "Are there any transfer fees deferred service charges or similar fees, expressed as a percentage of the Property's value, payable on an event such as resale or subletting?",
1310
1205
  "discriminator": {
1311
1206
  "propertyName": "yesNo"
1312
1207
  },
@@ -1328,8 +1223,7 @@
1328
1223
  ]
1329
1224
  },
1330
1225
  "details": {
1331
- "lpe1Ref": "4.12.2",
1332
- "title": "Provide details."
1226
+ "lpe1Ref": "4.12.2"
1333
1227
  }
1334
1228
  },
1335
1229
  "required": [
@@ -1342,17 +1236,12 @@
1342
1236
  ],
1343
1237
  "properties": {
1344
1238
  "yesNo": {
1345
- "lpe1Ref": "4.12.1",
1346
- "enum": [
1347
- "Yes",
1348
- "No"
1349
- ]
1239
+ "lpe1Ref": "4.12.1"
1350
1240
  }
1351
1241
  }
1352
1242
  },
1353
1243
  "allPropertiesContribute": {
1354
1244
  "lpe1Ref": "4.13",
1355
- "title": "Do all properties in the Managed Area contribute to the Service Charge?",
1356
1245
  "discriminator": {
1357
1246
  "propertyName": "yesNo"
1358
1247
  },
@@ -1374,8 +1263,7 @@
1374
1263
  ]
1375
1264
  },
1376
1265
  "details": {
1377
- "lpe1Ref": "4.13.1",
1378
- "title": "Provide details."
1266
+ "lpe1Ref": "4.13.1"
1379
1267
  }
1380
1268
  },
1381
1269
  "required": [
@@ -1389,7 +1277,6 @@
1389
1277
  },
1390
1278
  "deedOfCertificateServed": {
1391
1279
  "lpe1Ref": "4.14",
1392
- "title": "Has a Leaseholder Deed of Certificate been served on the Landlord in relation to the property or remedial works required to the property?",
1393
1280
  "discriminator": {
1394
1281
  "propertyName": "yesNoNotApplicable"
1395
1282
  },
@@ -1431,7 +1318,6 @@
1431
1318
  },
1432
1319
  "landlordsCertificateServed": {
1433
1320
  "lpe1Ref": "4.14",
1434
- "title": "Has a Landlord's Certificate been served?",
1435
1321
  "required": [
1436
1322
  "yesNoNotApplicable"
1437
1323
  ]
@@ -1470,7 +1356,6 @@
1470
1356
  },
1471
1357
  "buildingsInsurance": {
1472
1358
  "lpe1Ref": "5",
1473
- "title": "Buildings Insurance",
1474
1359
  "required": [
1475
1360
  "premiumsPaidUpToDate",
1476
1361
  "lastDemandPeriod",
@@ -1486,7 +1371,6 @@
1486
1371
  "properties": {
1487
1372
  "premiumsPaidUpToDate": {
1488
1373
  "lpe1Ref": "5.1",
1489
- "title": "Are the buildings insurance premium contributions paid up to date for the Managed Areas including the Property?",
1490
1374
  "discriminator": {
1491
1375
  "propertyName": "yesNo"
1492
1376
  },
@@ -1508,8 +1392,7 @@
1508
1392
  ]
1509
1393
  },
1510
1394
  "details": {
1511
- "lpe1Ref": "5.1.1",
1512
- "title": "Provide details of the arrears"
1395
+ "lpe1Ref": "5.1.1"
1513
1396
  }
1514
1397
  },
1515
1398
  "required": [
@@ -1522,12 +1405,10 @@
1522
1405
  ]
1523
1406
  },
1524
1407
  "lastDemandPeriod": {
1525
- "lpe1Ref": "5.2",
1526
- "title": "What period is covered by the last demand?"
1408
+ "lpe1Ref": "5.2"
1527
1409
  },
1528
1410
  "premiumPaidinFull": {
1529
1411
  "lpe1Ref": "5.3",
1530
- "title": "Has the premium been paid in full?",
1531
1412
  "discriminator": {
1532
1413
  "propertyName": "yesNo"
1533
1414
  },
@@ -1549,8 +1430,7 @@
1549
1430
  ]
1550
1431
  },
1551
1432
  "details": {
1552
- "lpe1Ref": "5.3.1",
1553
- "title": "Provide details"
1433
+ "lpe1Ref": "5.3.1"
1554
1434
  }
1555
1435
  },
1556
1436
  "required": [
@@ -1564,7 +1444,6 @@
1564
1444
  },
1565
1445
  "claimsMade": {
1566
1446
  "lpe1Ref": "5.4",
1567
- "title": "Have any claims been made against the policy during Yes the last 3 years?",
1568
1447
  "discriminator": {
1569
1448
  "propertyName": "yesNo"
1570
1449
  },
@@ -1586,8 +1465,7 @@
1586
1465
  ]
1587
1466
  },
1588
1467
  "details": {
1589
- "lpe1Ref": "5.4.1",
1590
- "title": "Provide details"
1468
+ "lpe1Ref": "5.4.1"
1591
1469
  }
1592
1470
  },
1593
1471
  "required": [
@@ -1601,7 +1479,6 @@
1601
1479
  },
1602
1480
  "claimsAnticipated": {
1603
1481
  "lpe1Ref": "5.5",
1604
- "title": "Are any claims anticipated?",
1605
1482
  "discriminator": {
1606
1483
  "propertyName": "yesNo"
1607
1484
  },
@@ -1623,8 +1500,7 @@
1623
1500
  ]
1624
1501
  },
1625
1502
  "details": {
1626
- "lpe1Ref": "5.5.1",
1627
- "title": "Provide details"
1503
+ "lpe1Ref": "5.5.1"
1628
1504
  }
1629
1505
  },
1630
1506
  "required": [
@@ -1638,7 +1514,6 @@
1638
1514
  },
1639
1515
  "managedAreasCoveredByPolicy": {
1640
1516
  "lpe1Ref": "5.6",
1641
- "title": "Are the Managed Areas covered by the policy?",
1642
1517
  "discriminator": {
1643
1518
  "propertyName": "yesNo"
1644
1519
  },
@@ -1661,7 +1536,6 @@
1661
1536
  },
1662
1537
  "riskAssessments": {
1663
1538
  "lpe1Ref": "5.6.1",
1664
- "title": "What risk assessments have been completed?",
1665
1539
  "discriminator": {
1666
1540
  "propertyName": "assessmentsCarriedOut"
1667
1541
  },
@@ -1685,12 +1559,7 @@
1685
1559
  ]
1686
1560
  },
1687
1561
  "urgentWorksRecommended": {
1688
- "lpe1Ref": "5.6.2(i)",
1689
- "title": "Have urgent or essential works been recommended?",
1690
- "enum": [
1691
- "Yes",
1692
- "No"
1693
- ]
1562
+ "lpe1Ref": "5.6.2(i)"
1694
1563
  }
1695
1564
  },
1696
1565
  "required": [
@@ -1705,20 +1574,10 @@
1705
1574
  ],
1706
1575
  "properties": {
1707
1576
  "urgentWorksCarriedOut": {
1708
- "lpe1Ref": "5.6.2(ii)",
1709
- "title": "Have these been carried out?",
1710
- "enum": [
1711
- "Yes",
1712
- "No"
1713
- ]
1577
+ "lpe1Ref": "5.6.2(ii)"
1714
1578
  },
1715
1579
  "outstandingEnforcementAction": {
1716
- "lpe1Ref": "5.6.2(iii)",
1717
- "title": "Is there any outstanding enforcement action Yes against the landlord or accountable person (such as outstanding enforcement notices)?",
1718
- "enum": [
1719
- "Yes",
1720
- "No"
1721
- ]
1580
+ "lpe1Ref": "5.6.2(iii)"
1722
1581
  }
1723
1582
  },
1724
1583
  "oneOf": [
@@ -1729,8 +1588,7 @@
1729
1588
  ],
1730
1589
  "properties": {
1731
1590
  "dateRemedialActionRequired": {
1732
- "lpe1Ref": "5.6.2(iv)",
1733
- "title": "By what date is remedial action required?"
1591
+ "lpe1Ref": "5.6.2(iv)"
1734
1592
  }
1735
1593
  }
1736
1594
  }
@@ -1755,7 +1613,6 @@
1755
1613
  },
1756
1614
  "standardTermsAvailable": {
1757
1615
  "lpe1Ref": "5.7",
1758
- "title": "Are you aware of any reason why comprehensive insurance will not be available on standard terms in future?",
1759
1616
  "discriminator": {
1760
1617
  "propertyName": "yesNo"
1761
1618
  },
@@ -1777,8 +1634,7 @@
1777
1634
  ]
1778
1635
  },
1779
1636
  "details": {
1780
- "lpe1Ref": "5.7.1",
1781
- "title": "Provide details"
1637
+ "lpe1Ref": "5.7.1"
1782
1638
  }
1783
1639
  },
1784
1640
  "required": [
@@ -1792,7 +1648,6 @@
1792
1648
  },
1793
1649
  "nonComplianceWithConditions": {
1794
1650
  "lpe1Ref": "5.8",
1795
- "title": "Are you aware of any non-compliance with the insurance conditions that would render the policy void?",
1796
1651
  "discriminator": {
1797
1652
  "propertyName": "yesNo"
1798
1653
  },
@@ -1814,8 +1669,7 @@
1814
1669
  ]
1815
1670
  },
1816
1671
  "details": {
1817
- "lpe1Ref": "5.8.1",
1818
- "title": "Provide details"
1672
+ "lpe1Ref": "5.8.1"
1819
1673
  }
1820
1674
  },
1821
1675
  "required": [
@@ -1828,12 +1682,10 @@
1828
1682
  ]
1829
1683
  },
1830
1684
  "buildingsReinstatementCostAssessment": {
1831
- "lpe1Ref": "5.9",
1832
- "title": "Please confirm the date of the last buildings reinstatement/cost assessment."
1685
+ "lpe1Ref": "5.9"
1833
1686
  },
1834
1687
  "premiumIncludedInServiceCharge": {
1835
1688
  "lpe1Ref": "5.10",
1836
- "title": "Is the insurance premium included in the service charge Yes budget?",
1837
1689
  "discriminator": {
1838
1690
  "propertyName": "yesNo"
1839
1691
  },
@@ -1855,8 +1707,7 @@
1855
1707
  ]
1856
1708
  },
1857
1709
  "details": {
1858
- "lpe1Ref": "5.10.1",
1859
- "title": "confirm the annual amount payable for the Property"
1710
+ "lpe1Ref": "5.10.1"
1860
1711
  }
1861
1712
  },
1862
1713
  "required": [
@@ -1872,7 +1723,6 @@
1872
1723
  },
1873
1724
  "disputesAndEnfranchisement": {
1874
1725
  "lpe1Ref": "6",
1875
- "title": "Disputes & Enfranchisement",
1876
1726
  "required": [
1877
1727
  "sellerReceivedComplaint",
1878
1728
  "sellerSentComplaint",
@@ -1909,12 +1759,10 @@
1909
1759
  ]
1910
1760
  },
1911
1761
  "ongoingForfeitureProceedings": {
1912
- "lpe1Ref": "6.1",
1913
- "title": "Are there any on-going forfeiture proceedings in relation to the Property?"
1762
+ "lpe1Ref": "6.1"
1914
1763
  },
1915
1764
  "unresolvedDisputes": {
1916
1765
  "lpe1Ref": "6.2",
1917
- "title": "Are there any documented unresolved disputes with the Lessees of any of the properties in the Managed Area?",
1918
1766
  "discriminator": {
1919
1767
  "propertyName": "yesNo"
1920
1768
  },
@@ -1936,8 +1784,7 @@
1936
1784
  ]
1937
1785
  },
1938
1786
  "details": {
1939
- "lpe1Ref": "6.2.1",
1940
- "title": "To the extent permitted by the UK General Data Protection Regulations, please supply details"
1787
+ "lpe1Ref": "6.2.1"
1941
1788
  }
1942
1789
  },
1943
1790
  "required": [
@@ -1951,7 +1798,6 @@
1951
1798
  },
1952
1799
  "enfranchisementSteps": {
1953
1800
  "lpe1Ref": "6.3",
1954
- "title": "Have any steps been taken by anyone to enfranchise, exercise the right to manage, form a right to enfranchise or management company, extend the term of the lease of the Property or anything similar?",
1955
1801
  "discriminator": {
1956
1802
  "propertyName": "yesNo"
1957
1803
  },
@@ -1974,8 +1820,7 @@
1974
1820
  ]
1975
1821
  },
1976
1822
  "details": {
1977
- "lpe1Ref": "6.3.1",
1978
- "title": "Provide details and copies of relevant documentation"
1823
+ "lpe1Ref": "6.3.1"
1979
1824
  }
1980
1825
  },
1981
1826
  "required": [
@@ -1989,7 +1834,6 @@
1989
1834
  },
1990
1835
  "breachOfTermsOfLease": {
1991
1836
  "lpe1Ref": "6.4",
1992
- "title": "Are you aware of any breach of the terms of the lease of this Property?",
1993
1837
  "discriminator": {
1994
1838
  "propertyName": "yesNo"
1995
1839
  },
@@ -2011,8 +1855,7 @@
2011
1855
  ]
2012
1856
  },
2013
1857
  "details": {
2014
- "lpe1Ref": "6.4.1",
2015
- "title": "Provide details"
1858
+ "lpe1Ref": "6.4.1"
2016
1859
  }
2017
1860
  },
2018
1861
  "required": [
@@ -2028,7 +1871,6 @@
2028
1871
  },
2029
1872
  "general": {
2030
1873
  "lpe1Ref": "7",
2031
- "title": "General",
2032
1874
  "required": [
2033
1875
  "sellerAwareOfAlterations",
2034
1876
  "sellerOwnedProperty",
@@ -2057,12 +1899,10 @@
2057
1899
  ]
2058
1900
  },
2059
1901
  "otherPropertiesInManagedArea": {
2060
- "lpe1Ref": "7.1",
2061
- "title": "How many other properties are there in the Managed Area?"
1902
+ "lpe1Ref": "7.1"
2062
1903
  },
2063
1904
  "leasedOnSimilarTerms": {
2064
1905
  "lpe1Ref": "7.2",
2065
- "title": "Are they all leased on leases with similar terms?",
2066
1906
  "discriminator": {
2067
1907
  "propertyName": "yesNo"
2068
1908
  },
@@ -2085,8 +1925,7 @@
2085
1925
  ]
2086
1926
  },
2087
1927
  "details": {
2088
- "lpe1Ref": "7.2.1",
2089
- "title": "Provide details"
1928
+ "lpe1Ref": "7.2.1"
2090
1929
  }
2091
1930
  },
2092
1931
  "required": [
@@ -2100,7 +1939,6 @@
2100
1939
  },
2101
1940
  "buildingKnownToBeHMO": {
2102
1941
  "lpe1Ref": "7.3",
2103
- "title": "Is the building in which the Property is situated known to be an HMO?",
2104
1942
  "discriminator": {
2105
1943
  "propertyName": "yesNo"
2106
1944
  },
@@ -2123,8 +1961,7 @@
2123
1961
  ]
2124
1962
  },
2125
1963
  "details": {
2126
- "lpe1Ref": "7.3.1",
2127
- "title": "Confirm that regulations applicable to section 257 Housing Act 2004 HMOs have been complied with"
1964
+ "lpe1Ref": "7.3.1"
2128
1965
  }
2129
1966
  },
2130
1967
  "required": [
@@ -2138,7 +1975,6 @@
2138
1975
  },
2139
1976
  "additionalParkingRegulations": {
2140
1977
  "lpe1Ref": "7.4",
2141
- "title": "Are there any parking regulations or restrictions in addition to any set out in the lease?",
2142
1978
  "discriminator": {
2143
1979
  "propertyName": "yesNo"
2144
1980
  },
@@ -2160,8 +1996,7 @@
2160
1996
  ]
2161
1997
  },
2162
1998
  "details": {
2163
- "lpe1Ref": "7.4.1",
2164
- "title": "Provide details"
1999
+ "lpe1Ref": "7.4.1"
2165
2000
  }
2166
2001
  },
2167
2002
  "required": [
@@ -2175,7 +2010,6 @@
2175
2010
  },
2176
2011
  "restrictionOnKeepingPets": {
2177
2012
  "lpe1Ref": "7.5",
2178
- "title": "Is there a restriction in the lease on keeping pets?",
2179
2013
  "discriminator": {
2180
2014
  "propertyName": "yesNo"
2181
2015
  },
@@ -2197,8 +2031,7 @@
2197
2031
  ]
2198
2032
  },
2199
2033
  "details": {
2200
- "lpe1Ref": "7.5.1",
2201
- "title": "Provide outline the requirements."
2034
+ "lpe1Ref": "7.5.1"
2202
2035
  }
2203
2036
  },
2204
2037
  "required": [
@@ -2214,8 +2047,6 @@
2214
2047
  },
2215
2048
  "requiredDocuments": {
2216
2049
  "lpe1Ref": "8",
2217
- "title": "Required Documents",
2218
- "description": "Please provide the following applicable documents:",
2219
2050
  "required": [
2220
2051
  "noticeOfSale",
2221
2052
  "noticeOfBuildingCondition",
@@ -2245,182 +2076,67 @@
2245
2076
  ],
2246
2077
  "properties": {
2247
2078
  "serviceChargeAccounts": {
2248
- "lpe1Ref": "8.1",
2249
- "title": "The last 3 years published Service Charge accounts.",
2250
- "enum": [
2251
- "Enclosed",
2252
- "To follow",
2253
- "Not applicable"
2254
- ]
2079
+ "lpe1Ref": "8.1"
2255
2080
  },
2256
2081
  "buildingsInsurancePolicy": {
2257
- "lpe1Ref": "8.2",
2258
- "title": "Buildings insurance policy and schedule."
2082
+ "lpe1Ref": "8.2"
2259
2083
  },
2260
2084
  "managedAreasBuildingsInsurancePolicy": {
2261
- "lpe1Ref": "8.3",
2262
- "title": "Buildings insurance policy and schedule for the Managed Areas.",
2263
- "enum": [
2264
- "Enclosed",
2265
- "To follow",
2266
- "Not applicable"
2267
- ]
2085
+ "lpe1Ref": "8.3"
2268
2086
  },
2269
2087
  "serviceChargeEstimatesCurrent": {
2270
- "lpe1Ref": "8.4",
2271
- "title": "Service charge estimate for the current year and details of the anticipated payments on account for the Property.",
2272
- "enum": [
2273
- "Enclosed",
2274
- "To follow",
2275
- "Not applicable"
2276
- ]
2088
+ "lpe1Ref": "8.4"
2277
2089
  },
2278
2090
  "serviceChargeEstimatesPrevious": {
2279
- "lpe1Ref": "8.5",
2280
- "title": "Service charge estimate for the previous year for which accounts have not yet been prepared for the Property.",
2281
- "enum": [
2282
- "Enclosed",
2283
- "To follow",
2284
- "Not applicable"
2285
- ]
2091
+ "lpe1Ref": "8.5"
2286
2092
  },
2287
2093
  "proposedWorksNotices": {
2288
- "lpe1Ref": "8.6",
2289
- "title": "Copies of any notices served on the Lessees under Section 20 in respect of any proposed works or any works which have not yet been paid for.",
2290
- "enum": [
2291
- "Enclosed",
2292
- "To follow",
2293
- "Not applicable"
2294
- ]
2094
+ "lpe1Ref": "8.6"
2295
2095
  },
2296
2096
  "forfeitureDocumentation": {
2297
- "lpe1Ref": "8.7",
2298
- "title": "Documentation relating to any forfeiture proceedings applicable to the Property.",
2299
- "enum": [
2300
- "Enclosed",
2301
- "To follow",
2302
- "Not applicable"
2303
- ]
2097
+ "lpe1Ref": "8.7"
2304
2098
  },
2305
2099
  "additionalRegulationsNotInLease": {
2306
- "lpe1Ref": "8.8",
2307
- "title": "Any additional regulations or rules affecting the Property which are not contained in the lease.",
2308
- "enum": [
2309
- "Enclosed",
2310
- "To follow",
2311
- "Not applicable"
2312
- ]
2100
+ "lpe1Ref": "8.8"
2313
2101
  },
2314
2102
  "deedsOfVariation": {
2315
- "lpe1Ref": "8.9",
2316
- "title": "Any Deeds of Variation or other document varying the terms of the lease of this Property.",
2317
- "enum": [
2318
- "Enclosed",
2319
- "To follow",
2320
- "Landlord's lawyer provides",
2321
- "Please supply draft",
2322
- "Not applicable"
2323
- ]
2103
+ "lpe1Ref": "8.9"
2324
2104
  },
2325
2105
  "deedOfCovenant": {
2326
- "lpe1Ref": "8.10",
2327
- "title": "Any required Deed of Covenant.",
2328
- "enum": [
2329
- "Enclosed",
2330
- "To follow",
2331
- "Not applicable"
2332
- ]
2106
+ "lpe1Ref": "8.10"
2333
2107
  },
2334
2108
  "certificateOfCompliance": {
2335
- "lpe1Ref": "8.11",
2336
- "title": "Any Certificate of Compliance.",
2337
- "enum": [
2338
- "Enclosed",
2339
- "To follow",
2340
- "Not applicable"
2341
- ]
2109
+ "lpe1Ref": "8.11"
2342
2110
  },
2343
2111
  "certificateOfComplianceFee": {
2344
- "lpe1Ref": "8.11.1",
2345
- "title": "Certificate of Compliance fee."
2112
+ "lpe1Ref": "8.11.1"
2346
2113
  },
2347
2114
  "licenceToAssign": {
2348
- "lpe1Ref": "8.12",
2349
- "title": "Any required Licence to Assign.",
2350
- "enum": [
2351
- "Enclosed",
2352
- "To follow",
2353
- "Landlord's lawyer provides",
2354
- "Please supply draft",
2355
- "Not applicable"
2356
- ]
2115
+ "lpe1Ref": "8.12"
2357
2116
  },
2358
2117
  "permissionToAlter": {
2359
- "lpe1Ref": "8.13",
2360
- "title": "Copy of any permission to alter the Property which has been issued.",
2361
- "enum": [
2362
- "Enclosed",
2363
- "To follow",
2364
- "Not applicable"
2365
- ]
2118
+ "lpe1Ref": "8.13"
2366
2119
  },
2367
2120
  "noticesServedOnLessee": {
2368
- "lpe1Ref": "8.14",
2369
- "title": "Copy of any known notices served on the Lessee and documentation arising from them.",
2370
- "enum": [
2371
- "Enclosed",
2372
- "To follow",
2373
- "Not applicable"
2374
- ]
2121
+ "lpe1Ref": "8.14"
2375
2122
  },
2376
2123
  "asbestosSurvey": {
2377
- "lpe1Ref": "8.15",
2378
- "title": "Asbestos Survey for parts of the Managed Area built or converted before 2001.",
2379
- "enum": [
2380
- "Enclosed",
2381
- "To follow",
2382
- "Not applicable"
2383
- ]
2124
+ "lpe1Ref": "8.15"
2384
2125
  },
2385
2126
  "managedAreaFireRiskAssessment": {
2386
- "lpe1Ref": "8.16",
2387
- "title": "Fire Risk Assessment for the Managed Area.",
2388
- "enum": [
2389
- "Enclosed",
2390
- "To follow",
2391
- "Not applicable"
2392
- ]
2127
+ "lpe1Ref": "8.16"
2393
2128
  },
2394
2129
  "memorandumAndArticles": {
2395
- "lpe1Ref": "8.17",
2396
- "title": "Memorandum and Articles of Association of the Management Company.",
2397
- "enum": [
2398
- "Enclosed",
2399
- "To follow",
2400
- "Not applicable"
2401
- ]
2130
+ "lpe1Ref": "8.17"
2402
2131
  },
2403
2132
  "managementCompanyAGMMinutes": {
2404
- "lpe1Ref": "8.18",
2405
- "title": "Minutes from the last AGM for the Management Company.",
2406
- "enum": [
2407
- "Enclosed",
2408
- "To follow",
2409
- "Not applicable"
2410
- ]
2133
+ "lpe1Ref": "8.18"
2411
2134
  },
2412
2135
  "deedOfCertificate": {
2413
- "lpe1Ref": "8.19",
2414
- "title": "Leaseholder Deed of Certificate.",
2415
- "enum": [
2416
- "Enclosed",
2417
- "To follow",
2418
- "Not applicable"
2419
- ]
2136
+ "lpe1Ref": "8.19"
2420
2137
  },
2421
2138
  "landlordsCertificate": {
2422
2139
  "lpe1Ref": "8.20",
2423
- "title": "Landlord's Certificate.",
2424
2140
  "enum": [
2425
2141
  "Enclosed",
2426
2142
  "To follow",
@@ -2428,20 +2144,12 @@
2428
2144
  ]
2429
2145
  },
2430
2146
  "enforcementNotices": {
2431
- "lpe1Ref": "8.21",
2432
- "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).",
2433
- "enum": [
2434
- "Enclosed",
2435
- "To follow",
2436
- "Not applicable"
2437
- ]
2147
+ "lpe1Ref": "8.21"
2438
2148
  }
2439
2149
  }
2440
2150
  },
2441
2151
  "confirmation": {
2442
2152
  "lpe1Ref": "9",
2443
- "title": "Confirmation",
2444
- "description": "By checking the box you are .",
2445
2153
  "required": [
2446
2154
  "response"
2447
2155
  ]