@pdtf/schemas 2.3.0 → 3.0.0-2

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 (34) hide show
  1. package/index.js +37 -81
  2. package/package.json +1 -1
  3. package/src/examples/v2/exampleTransaction.json +6 -20
  4. package/src/examples/v3/exampleTransaction.json +900 -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/con29DW.json +771 -762
  9. package/src/schemas/v2/overlays/con29R.json +3052 -3073
  10. package/src/schemas/v2/overlays/llc1.json +12 -33
  11. package/src/schemas/v2/overlays/rds.json +32 -0
  12. package/src/schemas/v2/pdtf-transaction.json +13656 -12911
  13. package/src/schemas/v2/skeleton.json +1342 -1155
  14. package/src/schemas/v3/combined.json +38325 -0
  15. package/src/schemas/v3/overlays/baspi.json +9812 -0
  16. package/src/schemas/v3/overlays/con29DW.json +794 -0
  17. package/src/schemas/v3/overlays/con29R.json +3094 -0
  18. package/src/schemas/v3/overlays/fme1.json +1444 -0
  19. package/src/schemas/v3/overlays/llc1.json +25 -0
  20. package/src/schemas/v3/overlays/lpe1.json +2463 -0
  21. package/src/schemas/v3/overlays/nts.json +1884 -0
  22. package/src/schemas/v3/overlays/oc1.json +2799 -0
  23. package/src/schemas/v3/overlays/piq.json +3931 -0
  24. package/src/schemas/v3/overlays/rds.json +4086 -0
  25. package/src/schemas/v3/overlays/ta10.json +6521 -0
  26. package/src/schemas/v3/overlays/ta6.json +5285 -0
  27. package/src/schemas/v3/overlays/ta7.json +1399 -0
  28. package/src/schemas/v3/pdtf-transaction.json +34771 -0
  29. package/src/schemas/v3/skeleton.json +3986 -0
  30. package/src/tests/v2/transactionSchema.test.js +26 -16
  31. package/src/tests/v3/transactionSchema.test.js +350 -0
  32. package/src/tests/v3/verifiedClaimsValidator.test.js +128 -0
  33. package/src/utils/extractOverlay.js +7 -7
  34. package/src/utils/hmlrLLC1.json +0 -275
@@ -0,0 +1,2463 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "https://trust.propdata.org.uk/schemas/v3/overlays/lpe1.json",
4
+ "properties": {
5
+ "propertyPack": {
6
+ "properties": {
7
+ "materialFacts": {
8
+ "properties": {
9
+ "ownership": {
10
+ "properties": {
11
+ "ownershipsToBeTransferred": {
12
+ "items": {
13
+ "oneOf": [
14
+ null,
15
+ {
16
+ "properties": {
17
+ "managedFreeholdOrCommonholdInformation": {
18
+ "properties": {
19
+ "transferAndRegistration": {
20
+ "properties": {
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?"
24
+ }
25
+ }
26
+ }
27
+ }
28
+ }
29
+ }
30
+ },
31
+ {
32
+ "required": [
33
+ "leaseholdInformation"
34
+ ],
35
+ "properties": {
36
+ "leaseholdInformation": {
37
+ "required": [
38
+ "contactDetails",
39
+ "transferAndRegistration",
40
+ "groundRent",
41
+ "ownershipAndManagement",
42
+ "serviceCharge",
43
+ "buildingsInsurance",
44
+ "disputesAndEnfranchisement",
45
+ "general",
46
+ "requiredDocuments",
47
+ "confirmation"
48
+ ],
49
+ "properties": {
50
+ "typeOfLeasehold": {
51
+ "required": [
52
+ "leaseholdType"
53
+ ],
54
+ "oneOf": [
55
+ null,
56
+ {
57
+ "required": [
58
+ "sharedOwnershipPercentage",
59
+ "sharedOwnershipRent",
60
+ "sharedOwnershipRentFrequency"
61
+ ]
62
+ }
63
+ ]
64
+ },
65
+ "contactDetails": {
66
+ "lpe1Ref": "1",
67
+ "title": "Contact Details",
68
+ "required": [
69
+ "contacts",
70
+ "serviceContactAssignments"
71
+ ],
72
+ "properties": {
73
+ "contacts": {
74
+ "lpe1Ref": "1",
75
+ "title": "Contacts",
76
+ "description": "Complete the details for the relevant parties",
77
+ "properties": {
78
+ "landlord": {
79
+ "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
+ "required": [
83
+ "contact"
84
+ ],
85
+ "properties": {
86
+ "contact": {
87
+ "required": [
88
+ "nameOrOrganisation",
89
+ "address",
90
+ "telephone",
91
+ "emailAddress"
92
+ ],
93
+ "properties": {
94
+ "address": {
95
+ "required": [
96
+ "line1",
97
+ "postcode"
98
+ ]
99
+ }
100
+ }
101
+ }
102
+ }
103
+ },
104
+ "rentchargeOwner": {
105
+ "lpe1Ref": "1.1",
106
+ "title": "Rentcharge Owner",
107
+ "required": [
108
+ "contact"
109
+ ],
110
+ "properties": {
111
+ "contact": {
112
+ "required": [
113
+ "nameOrOrganisation",
114
+ "address",
115
+ "telephone",
116
+ "emailAddress"
117
+ ],
118
+ "properties": {
119
+ "address": {
120
+ "required": [
121
+ "line1",
122
+ "postcode"
123
+ ]
124
+ }
125
+ }
126
+ }
127
+ }
128
+ },
129
+ "managementCompany": {
130
+ "lpe1Ref": "1.2",
131
+ "title": "Management Company",
132
+ "properties": {
133
+ "contact": {
134
+ "required": [
135
+ "nameOrOrganisation",
136
+ "address",
137
+ "telephone",
138
+ "emailAddress"
139
+ ],
140
+ "properties": {
141
+ "address": {
142
+ "required": [
143
+ "line1",
144
+ "postcode"
145
+ ]
146
+ }
147
+ }
148
+ }
149
+ }
150
+ },
151
+ "managingAgent": {
152
+ "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
+ "properties": {
156
+ "contact": {
157
+ "required": [
158
+ "nameOrOrganisation",
159
+ "address",
160
+ "telephone",
161
+ "emailAddress"
162
+ ],
163
+ "properties": {
164
+ "address": {
165
+ "required": [
166
+ "line1",
167
+ "postcode"
168
+ ]
169
+ }
170
+ }
171
+ }
172
+ }
173
+ },
174
+ "residentTenantsAssociation": {
175
+ "lpe1Ref": "1.4",
176
+ "title": "Residents'/Tenants' Association",
177
+ "properties": {
178
+ "contact": {
179
+ "required": [
180
+ "nameOrOrganisation",
181
+ "line1",
182
+ "postcode",
183
+ "telephone",
184
+ "emailAddress"
185
+ ],
186
+ "properties": {
187
+ "address": {
188
+ "required": [
189
+ "line1",
190
+ "postcode"
191
+ ]
192
+ }
193
+ }
194
+ }
195
+ }
196
+ },
197
+ "legalRepresentative": {
198
+ "lpe1Ref": "1.5",
199
+ "title": "Legal Representative of one of the above",
200
+ "properties": {
201
+ "contact": {
202
+ "required": [
203
+ "nameOrOrganisation",
204
+ "line1",
205
+ "postcode",
206
+ "telephone",
207
+ "emailAddress"
208
+ ],
209
+ "properties": {
210
+ "address": {
211
+ "required": [
212
+ "line1",
213
+ "postcode"
214
+ ]
215
+ }
216
+ }
217
+ }
218
+ }
219
+ }
220
+ }
221
+ },
222
+ "serviceContactAssignments": {
223
+ "lpe1Ref": "1.6",
224
+ "discriminator": {
225
+ "propertyName": "dealsWithDayToDayMaintenanceOfBuilding"
226
+ },
227
+ "oneOf": [
228
+ {
229
+ "properties": {
230
+ "dealsWithDayToDayMaintenanceOfBuilding": {
231
+ "enum": [
232
+ "Landlord",
233
+ "Management Company",
234
+ "Managing Agent"
235
+ ]
236
+ }
237
+ }
238
+ },
239
+ {
240
+ "properties": {
241
+ "dealsWithDayToDayMaintenanceOfBuilding": {
242
+ "enum": [
243
+ "the Lessees"
244
+ ]
245
+ },
246
+ "lesseeInCharge": {
247
+ "lpe1Ref": "1.10.1",
248
+ "title": "If the Lessees, please provide contact details of the Lessee in charge",
249
+ "required": [
250
+ "nameOrOrganisation",
251
+ "line1",
252
+ "postcode",
253
+ "telephone",
254
+ "emailAddress"
255
+ ],
256
+ "properties": {
257
+ "address": {
258
+ "required": [
259
+ "line1",
260
+ "postcode"
261
+ ]
262
+ }
263
+ }
264
+ }
265
+ },
266
+ "required": [
267
+ "lesseeInCharge"
268
+ ]
269
+ }
270
+ ],
271
+ "required": [
272
+ "noticeOfAssignmentAndCharge",
273
+ "collectsGroundRent",
274
+ "collectsServiceCharges",
275
+ "collectsbuildingInsurancePremiums",
276
+ "dealsWithDayToDayMaintenanceOfManagedArea",
277
+ "dealsWithDayToDayMaintenanceOfBuilding"
278
+ ],
279
+ "properties": {
280
+ "noticeOfAssignmentAndCharge": {
281
+ "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
+ "properties": {
285
+ "landlord": {
286
+ "required": [
287
+ "isApplicableParty"
288
+ ],
289
+ "oneOf": [
290
+ null,
291
+ {
292
+ "required": [
293
+ "feeIncludingVAT",
294
+ "noticeViaEmail"
295
+ ]
296
+ }
297
+ ]
298
+ },
299
+ "managementCompany": {
300
+ "required": [
301
+ "isApplicableParty"
302
+ ],
303
+ "oneOf": [
304
+ null,
305
+ {
306
+ "required": [
307
+ "feeIncludingVAT",
308
+ "noticeViaEmail"
309
+ ]
310
+ }
311
+ ]
312
+ },
313
+ "managingAgent": {
314
+ "required": [
315
+ "isApplicableParty"
316
+ ],
317
+ "oneOf": [
318
+ null,
319
+ {
320
+ "required": [
321
+ "feeIncludingVAT",
322
+ "noticeViaEmail"
323
+ ]
324
+ }
325
+ ]
326
+ },
327
+ "other": {
328
+ "required": [
329
+ "isApplicableParty"
330
+ ],
331
+ "oneOf": [
332
+ null,
333
+ {
334
+ "required": [
335
+ "feeIncludingVAT",
336
+ "noticeViaEmail",
337
+ "contact",
338
+ "capacity"
339
+ ],
340
+ "contact": {
341
+ "required": [
342
+ "nameOrOrganisation",
343
+ "line1",
344
+ "postcode",
345
+ "telephone",
346
+ "emailAddress"
347
+ ],
348
+ "properties": {
349
+ "address": {
350
+ "required": [
351
+ "line1",
352
+ "postcode"
353
+ ]
354
+ }
355
+ }
356
+ }
357
+ }
358
+ ]
359
+ }
360
+ }
361
+ },
362
+ "noticeOfTransferAndCharge": {
363
+ "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
+ "properties": {
367
+ "rentchargeOwner": {
368
+ "required": [
369
+ "isApplicableParty"
370
+ ],
371
+ "oneOf": [
372
+ null,
373
+ {
374
+ "required": [
375
+ "feeIncludingVAT",
376
+ "noticeViaEmail"
377
+ ]
378
+ }
379
+ ]
380
+ },
381
+ "managementCompany": {
382
+ "required": [
383
+ "isApplicableParty"
384
+ ],
385
+ "oneOf": [
386
+ null,
387
+ {
388
+ "required": [
389
+ "feeIncludingVAT",
390
+ "noticeViaEmail"
391
+ ]
392
+ }
393
+ ]
394
+ },
395
+ "managingAgent": {
396
+ "required": [
397
+ "isApplicableParty"
398
+ ],
399
+ "oneOf": [
400
+ null,
401
+ {
402
+ "required": [
403
+ "feeIncludingVAT",
404
+ "noticeViaEmail"
405
+ ]
406
+ }
407
+ ]
408
+ },
409
+ "legalRepresentative": {
410
+ "required": [
411
+ "isApplicableParty"
412
+ ],
413
+ "oneOf": [
414
+ null,
415
+ {
416
+ "required": [
417
+ "feeIncludingVAT",
418
+ "noticeViaEmail"
419
+ ]
420
+ }
421
+ ]
422
+ },
423
+ "other": {
424
+ "required": [
425
+ "isApplicableParty"
426
+ ],
427
+ "oneOf": [
428
+ null,
429
+ {
430
+ "required": [
431
+ "feeIncludingVAT",
432
+ "noticeViaEmail",
433
+ "contact",
434
+ "capacity"
435
+ ],
436
+ "contact": {
437
+ "required": [
438
+ "nameOrOrganisation",
439
+ "line1",
440
+ "postcode",
441
+ "telephone",
442
+ "emailAddress"
443
+ ],
444
+ "properties": {
445
+ "address": {
446
+ "required": [
447
+ "line1",
448
+ "postcode"
449
+ ]
450
+ }
451
+ }
452
+ }
453
+ }
454
+ ]
455
+ },
456
+ "otherDetailsRequired": {
457
+ "lpe1Ref": "1.5.1",
458
+ "title": "Are details other than the incoming owner's name, address and lender name required?",
459
+ "discriminator": {
460
+ "propertyName": "areOtherDetailsRequired"
461
+ },
462
+ "oneOf": [
463
+ {
464
+ "properties": {
465
+ "areOtherDetailsRequired": {
466
+ "const": "No"
467
+ }
468
+ }
469
+ },
470
+ {
471
+ "properties": {
472
+ "areOtherDetailsRequired": {
473
+ "const": "Yes"
474
+ }
475
+ },
476
+ "required": [
477
+ "details"
478
+ ]
479
+ }
480
+ ],
481
+ "required": [
482
+ "areOtherDetailsRequired"
483
+ ]
484
+ }
485
+ }
486
+ },
487
+ "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
+ ]
496
+ },
497
+ "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
+ ]
507
+ },
508
+ "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
+ ]
517
+ },
518
+ "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
+ ]
529
+ },
530
+ "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
+ ]
541
+ },
542
+ "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
+ ]
551
+ }
552
+ }
553
+ }
554
+ }
555
+ },
556
+ "transferAndRegistration": {
557
+ "lpe1Ref": "2",
558
+ "title": "Transfer and Registration",
559
+ "required": [
560
+ "deedOfCovenantRequired",
561
+ "licenceToAssignRequired",
562
+ "awareOfConsents",
563
+ "requirementsToBeMemberOfManagementCompany",
564
+ "procedureForObtainingCertificate"
565
+ ],
566
+ "properties": {
567
+ "deedOfCovenantRequired": {
568
+ "lpe1Ref": "2.1",
569
+ "title": "Is a Deed of Covenant Required?",
570
+ "discriminator": {
571
+ "propertyName": "yesNoNotKnown"
572
+ },
573
+ "oneOf": [
574
+ {
575
+ "properties": {
576
+ "yesNoNotKnown": {
577
+ "enum": [
578
+ "No",
579
+ "Not Known"
580
+ ]
581
+ }
582
+ }
583
+ },
584
+ {
585
+ "properties": {
586
+ "yesNoNotKnown": {
587
+ "enum": [
588
+ "Yes"
589
+ ]
590
+ },
591
+ "costsApplicableToTheDeed": {
592
+ "lpe1Ref": "2.1.1",
593
+ "title": "Confirm the costs applicable to the Deed including VAT"
594
+ },
595
+ "personWhoDealsWithTheDeedOfCovenant": {
596
+ "lpe1Ref": "2.1.2",
597
+ "title": "Provide details of the person who deals with the Deed of Covenant"
598
+ }
599
+ },
600
+ "required": [
601
+ "costsApplicableToTheDeed",
602
+ "personWhoDealsWithTheDeedOfCovenant"
603
+ ]
604
+ }
605
+ ],
606
+ "required": [
607
+ "yesNoNotKnown"
608
+ ]
609
+ },
610
+ "licenceToAssignRequired": {
611
+ "lpe1Ref": "2.2",
612
+ "title": "Is a License to Assign required?",
613
+ "discriminator": {
614
+ "propertyName": "yesNo"
615
+ },
616
+ "oneOf": [
617
+ {
618
+ "properties": {
619
+ "yesNo": {
620
+ "enum": [
621
+ "No"
622
+ ]
623
+ }
624
+ }
625
+ },
626
+ {
627
+ "properties": {
628
+ "yesNo": {
629
+ "enum": [
630
+ "Yes"
631
+ ]
632
+ },
633
+ "requirements": {
634
+ "lpe1Ref": "2.3",
635
+ "title": "Specify requirements e.g. references, and any costs applicable to the Licence"
636
+ }
637
+ },
638
+ "required": [
639
+ "requirements"
640
+ ]
641
+ }
642
+ ],
643
+ "required": [
644
+ "yesNo"
645
+ ]
646
+ },
647
+ "awareOfConsents": {
648
+ "lpe1Ref": "2.4",
649
+ "title": "Are you aware of consent having been given to any alterations or additions to the Property?",
650
+ "discriminator": {
651
+ "propertyName": "yesNo"
652
+ },
653
+ "oneOf": [
654
+ {
655
+ "properties": {
656
+ "yesNo": {
657
+ "enum": [
658
+ "No"
659
+ ]
660
+ }
661
+ }
662
+ },
663
+ {
664
+ "properties": {
665
+ "yesNo": {
666
+ "enum": [
667
+ "Yes"
668
+ ]
669
+ },
670
+ "details": {
671
+ "lpe1Ref": "2.4.1",
672
+ "title": "Provide details and copies of any consent"
673
+ }
674
+ },
675
+ "required": [
676
+ "details"
677
+ ]
678
+ }
679
+ ],
680
+ "required": [
681
+ "yesNo"
682
+ ]
683
+ },
684
+ "changesInTermOfLease": {
685
+ "required": [
686
+ "isSellerAwareOfChanges"
687
+ ],
688
+ "oneOf": [
689
+ null,
690
+ {
691
+ "required": [
692
+ "details"
693
+ ]
694
+ }
695
+ ]
696
+ },
697
+ "requirementsToBeMemberOfManagementCompany": {
698
+ "lpe1Ref": "2.5",
699
+ "title": "Is the incoming Lessee required to take a share in, or become a member of, the Management Company?",
700
+ "discriminator": {
701
+ "propertyName": "yesNoNotApplicable"
702
+ },
703
+ "oneOf": [
704
+ {
705
+ "properties": {
706
+ "yesNoNotApplicable": {
707
+ "enum": [
708
+ "No",
709
+ "Not applicable"
710
+ ]
711
+ }
712
+ }
713
+ },
714
+ {
715
+ "properties": {
716
+ "yesNoNotApplicable": {
717
+ "enum": [
718
+ "Yes"
719
+ ]
720
+ },
721
+ "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."
724
+ }
725
+ },
726
+ "required": [
727
+ "details"
728
+ ]
729
+ }
730
+ ],
731
+ "required": [
732
+ "yesNoNotApplicable"
733
+ ]
734
+ }
735
+ }
736
+ },
737
+ "groundRent": {
738
+ "lpe1Ref": "3",
739
+ "title": "Ground Rent",
740
+ "discriminator": {
741
+ "propertyName": "isGroundRentPayable"
742
+ },
743
+ "oneOf": [
744
+ {
745
+ "properties": {
746
+ "isGroundRentPayable": {
747
+ "enum": [
748
+ "No"
749
+ ]
750
+ }
751
+ }
752
+ },
753
+ {
754
+ "properties": {
755
+ "isGroundRentPayable": {
756
+ "enum": [
757
+ "Yes"
758
+ ]
759
+ },
760
+ "annualGroundRent": {
761
+ "lpe1Ref": "3.1",
762
+ "title": "What is the annual ground rent payable? (£)"
763
+ },
764
+ "rentSubjectToIncrease": {
765
+ "required": [
766
+ "yesNo"
767
+ ],
768
+ "oneOf": [
769
+ null,
770
+ {
771
+ "required": [
772
+ "rentReviewFrequency",
773
+ "rentIncreaseCalculated"
774
+ ]
775
+ }
776
+ ]
777
+ },
778
+ "groundRentPaidUpToDate": {
779
+ "lpe1Ref": "3.2",
780
+ "title": "Is the Ground Rent paid up to date?",
781
+ "discriminator": {
782
+ "propertyName": "yesNoNotApplicable"
783
+ },
784
+ "oneOf": [
785
+ {
786
+ "properties": {
787
+ "yesNoNotApplicable": {
788
+ "enum": [
789
+ "Yes",
790
+ "Not applicable"
791
+ ]
792
+ }
793
+ }
794
+ },
795
+ {
796
+ "properties": {
797
+ "yesNoNotApplicable": {
798
+ "enum": [
799
+ "No"
800
+ ]
801
+ },
802
+ "details": {
803
+ "lpe1Ref": "3.2.1",
804
+ "title": "Supply details of the arrears"
805
+ }
806
+ },
807
+ "required": [
808
+ "details"
809
+ ]
810
+ }
811
+ ],
812
+ "required": [
813
+ "yesNoNotApplicable"
814
+ ]
815
+ },
816
+ "lastDemandPeriod": {
817
+ "lpe1Ref": "3.3",
818
+ "title": "What period is covered by the last demand?"
819
+ }
820
+ },
821
+ "required": [
822
+ "annualGroundRent",
823
+ "groundRentFrequency",
824
+ "rentSubjectToIncrease",
825
+ "groundRentPaidUpToDate",
826
+ "lastDemandPeriod"
827
+ ]
828
+ }
829
+ ],
830
+ "required": [
831
+ "isGroundRentPayable"
832
+ ]
833
+ },
834
+ "ownershipAndManagement": {
835
+ "properties": {
836
+ "hasHeadlease": {
837
+ "required": [
838
+ "yesNo"
839
+ ],
840
+ "oneOf": [
841
+ null,
842
+ {
843
+ "required": [
844
+ "headLeaseholderControlled"
845
+ ]
846
+ }
847
+ ]
848
+ },
849
+ "buildingManager": {
850
+ "required": [
851
+ "buildingManagerType"
852
+ ],
853
+ "oneOf": [
854
+ null,
855
+ {
856
+ "required": [
857
+ "details"
858
+ ]
859
+ }
860
+ ]
861
+ }
862
+ }
863
+ },
864
+ "serviceCharge": {
865
+ "lpe1Ref": "4",
866
+ "title": "Service Charge",
867
+ "discriminator": {
868
+ "propertyName": "sellerContributesToServiceCharge"
869
+ },
870
+ "oneOf": [
871
+ {
872
+ "properties": {
873
+ "sellerContributesToServiceCharge": {
874
+ "enum": [
875
+ "No"
876
+ ]
877
+ }
878
+ }
879
+ },
880
+ {
881
+ "properties": {
882
+ "sellerContributesToServiceCharge": {
883
+ "enum": [
884
+ "Yes"
885
+ ]
886
+ },
887
+ "annualServiceCharge": {
888
+ "lpe1Ref": "4.1.1",
889
+ "title": "Amount of current annual service charge (£)"
890
+ },
891
+ "largeAdditionalExpense": {
892
+ "required": [
893
+ "yesNo"
894
+ ],
895
+ "oneOf": [
896
+ null,
897
+ {
898
+ "required": [
899
+ "details"
900
+ ]
901
+ }
902
+ ]
903
+ },
904
+ "problemInServiceChargeLevel": {
905
+ "required": [
906
+ "yesNo"
907
+ ],
908
+ "oneOf": [
909
+ null,
910
+ {
911
+ "required": [
912
+ "details"
913
+ ]
914
+ }
915
+ ]
916
+ },
917
+ "serviceChargeChallenged": {
918
+ "required": [
919
+ "yesNo"
920
+ ],
921
+ "oneOf": [
922
+ null,
923
+ {
924
+ "required": [
925
+ "details"
926
+ ]
927
+ }
928
+ ]
929
+ },
930
+ "difficultyInCollectingServiceCharge": {
931
+ "required": [
932
+ "yesNo"
933
+ ],
934
+ "oneOf": [
935
+ null,
936
+ {
937
+ "required": [
938
+ "details"
939
+ ]
940
+ }
941
+ ]
942
+ },
943
+ "serviceChargeOwed": {
944
+ "required": [
945
+ "yesNo"
946
+ ],
947
+ "oneOf": [
948
+ null,
949
+ {
950
+ "required": [
951
+ "details"
952
+ ]
953
+ }
954
+ ]
955
+ },
956
+ "propertiesContributingToMaintenanceOfManagedArea": {
957
+ "lpe1Ref": "4.1",
958
+ "title": "How many properties contribute toward the maintenance of the Managed Area?"
959
+ },
960
+ "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?"
963
+ },
964
+ "serviceChargePaidUpToDate": {
965
+ "lpe1Ref": "4.2",
966
+ "title": "Is the Service Charge paid up to date for the Property?",
967
+ "discriminator": {
968
+ "propertyName": "yesNo"
969
+ },
970
+ "oneOf": [
971
+ {
972
+ "properties": {
973
+ "yesNo": {
974
+ "enum": [
975
+ "Yes"
976
+ ]
977
+ }
978
+ }
979
+ },
980
+ {
981
+ "properties": {
982
+ "yesNo": {
983
+ "enum": [
984
+ "No"
985
+ ]
986
+ },
987
+ "details": {
988
+ "lpe1Ref": "4.2.1",
989
+ "title": "Supply details of the arrears"
990
+ }
991
+ },
992
+ "required": [
993
+ "details"
994
+ ]
995
+ }
996
+ ],
997
+ "required": [
998
+ "yesNo"
999
+ ]
1000
+ },
1001
+ "excessPaymentAnticipated": {
1002
+ "lpe1Ref": "4.3",
1003
+ "title": "Is any excess payment anticipated for the Property at the end of the financial year?",
1004
+ "discriminator": {
1005
+ "propertyName": "yesNo"
1006
+ },
1007
+ "oneOf": [
1008
+ {
1009
+ "properties": {
1010
+ "yesNo": {
1011
+ "enum": [
1012
+ "No"
1013
+ ]
1014
+ }
1015
+ }
1016
+ },
1017
+ {
1018
+ "properties": {
1019
+ "yesNo": {
1020
+ "enum": [
1021
+ "Yes"
1022
+ ]
1023
+ },
1024
+ "details": {
1025
+ "lpe1Ref": "4.3.1",
1026
+ "title": "Provide details"
1027
+ }
1028
+ },
1029
+ "required": [
1030
+ "details"
1031
+ ]
1032
+ }
1033
+ ],
1034
+ "required": [
1035
+ "yesNo"
1036
+ ]
1037
+ },
1038
+ "lastDemandPeriod": {
1039
+ "lpe1Ref": "4.4",
1040
+ "title": "What period is covered by the last demand?"
1041
+ },
1042
+ "hasInabilityToCollectAffectedMaintenance": {
1043
+ "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
+ "discriminator": {
1046
+ "propertyName": "yesNo"
1047
+ },
1048
+ "oneOf": [
1049
+ {
1050
+ "properties": {
1051
+ "yesNo": {
1052
+ "enum": [
1053
+ "No"
1054
+ ]
1055
+ }
1056
+ }
1057
+ },
1058
+ {
1059
+ "properties": {
1060
+ "yesNo": {
1061
+ "enum": [
1062
+ "Yes"
1063
+ ]
1064
+ },
1065
+ "details": {
1066
+ "lpe1Ref": "4.5.1",
1067
+ "title": "Provide details"
1068
+ }
1069
+ },
1070
+ "required": [
1071
+ "details"
1072
+ ]
1073
+ }
1074
+ ],
1075
+ "required": [
1076
+ "yesNo"
1077
+ ]
1078
+ },
1079
+ "reserveFund": {
1080
+ "lpe1Ref": "4.6",
1081
+ "title": "Does a Reserve Fund apply to the Managed Area?",
1082
+ "discriminator": {
1083
+ "propertyName": "yesNo"
1084
+ },
1085
+ "oneOf": [
1086
+ {
1087
+ "properties": {
1088
+ "yesNo": {
1089
+ "enum": [
1090
+ "No"
1091
+ ]
1092
+ }
1093
+ }
1094
+ },
1095
+ {
1096
+ "properties": {
1097
+ "yesNo": {
1098
+ "enum": [
1099
+ "Yes"
1100
+ ]
1101
+ },
1102
+ "details": {
1103
+ "lpe1Ref": "4.6.1",
1104
+ "title": "Confirm the amount collected from Lessees of the Property, currently held in the Reserve Fund:"
1105
+ },
1106
+ "sufficentToCoverSection20Expenditure": {
1107
+ "lpe1Ref": "4.6.2",
1108
+ "title": "Is the amount expected to be sufficient to cover the known Section 20 expenditure?",
1109
+ "discriminator": {
1110
+ "propertyName": "yesNo"
1111
+ },
1112
+ "oneOf": [
1113
+ {
1114
+ "properties": {
1115
+ "yesNo": {
1116
+ "enum": [
1117
+ "Yes"
1118
+ ]
1119
+ }
1120
+ }
1121
+ },
1122
+ {
1123
+ "properties": {
1124
+ "yesNo": {
1125
+ "enum": [
1126
+ "No"
1127
+ ]
1128
+ },
1129
+ "details": {
1130
+ "lpe1Ref": "4.6.3",
1131
+ "title": "Supply details"
1132
+ }
1133
+ },
1134
+ "required": [
1135
+ "details"
1136
+ ]
1137
+ }
1138
+ ],
1139
+ "required": [
1140
+ "yesNo"
1141
+ ]
1142
+ }
1143
+ },
1144
+ "required": [
1145
+ "details"
1146
+ ]
1147
+ }
1148
+ ],
1149
+ "required": [
1150
+ "yesNo"
1151
+ ]
1152
+ },
1153
+ "lastDecoratedPeriod": {
1154
+ "lpe1Ref": "4.7",
1155
+ "title": "Confirm the date when the Managed Areas were last decorated, internally and externally."
1156
+ },
1157
+ "section20WorksProposed": {
1158
+ "lpe1Ref": "4.8",
1159
+ "title": "Within the next 2 years, are any Section 20 works proposed to the Property?",
1160
+ "discriminator": {
1161
+ "propertyName": "yesNo"
1162
+ },
1163
+ "oneOf": [
1164
+ {
1165
+ "properties": {
1166
+ "yesNo": {
1167
+ "enum": [
1168
+ "Not applicable"
1169
+ ]
1170
+ }
1171
+ }
1172
+ },
1173
+ {
1174
+ "properties": {
1175
+ "yesNo": {
1176
+ "enum": [
1177
+ "Completed but unpaid",
1178
+ "Due",
1179
+ "Anticipated"
1180
+ ]
1181
+ },
1182
+ "details": {
1183
+ "lpe1Ref": "4.8.1",
1184
+ "title": "If so, provide details of the works and the contribution anticipated from the Lessee"
1185
+ }
1186
+ },
1187
+ "required": [
1188
+ "details"
1189
+ ]
1190
+ }
1191
+ ],
1192
+ "required": [
1193
+ "yesNo"
1194
+ ]
1195
+ },
1196
+ "increaseInServiceChargeAnticipated": {
1197
+ "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
+ "discriminator": {
1200
+ "propertyName": "yesNo"
1201
+ },
1202
+ "oneOf": [
1203
+ {
1204
+ "properties": {
1205
+ "yesNo": {
1206
+ "enum": [
1207
+ "No"
1208
+ ]
1209
+ }
1210
+ }
1211
+ },
1212
+ {
1213
+ "properties": {
1214
+ "yesNo": {
1215
+ "enum": [
1216
+ "Yes"
1217
+ ]
1218
+ },
1219
+ "details": {
1220
+ "lpe1Ref": "4.9.1",
1221
+ "title": "Provide details"
1222
+ }
1223
+ },
1224
+ "required": [
1225
+ "details"
1226
+ ]
1227
+ }
1228
+ ],
1229
+ "required": [
1230
+ "yesNo"
1231
+ ]
1232
+ },
1233
+ "outstandingServiceChargeConsultation": {
1234
+ "lpe1Ref": "4.10",
1235
+ "title": "Are there any outstanding Service Charge consultation procedures?",
1236
+ "discriminator": {
1237
+ "propertyName": "yesNo"
1238
+ },
1239
+ "oneOf": [
1240
+ {
1241
+ "properties": {
1242
+ "yesNo": {
1243
+ "enum": [
1244
+ "No"
1245
+ ]
1246
+ }
1247
+ }
1248
+ },
1249
+ {
1250
+ "properties": {
1251
+ "yesNo": {
1252
+ "enum": [
1253
+ "Yes"
1254
+ ]
1255
+ },
1256
+ "details": {
1257
+ "lpe1Ref": "4.10.1",
1258
+ "title": "Provide details"
1259
+ }
1260
+ },
1261
+ "required": [
1262
+ "details"
1263
+ ]
1264
+ }
1265
+ ],
1266
+ "required": [
1267
+ "yesNo"
1268
+ ]
1269
+ },
1270
+ "japaneseKnotweedAffectingManagedAreas": {
1271
+ "lpe1Ref": "4.11",
1272
+ "title": "Are the Managed Areas known to be affected by Japanese knotweed?",
1273
+ "discriminator": {
1274
+ "propertyName": "yesNo"
1275
+ },
1276
+ "oneOf": [
1277
+ {
1278
+ "properties": {
1279
+ "yesNo": {
1280
+ "enum": [
1281
+ "No"
1282
+ ]
1283
+ }
1284
+ }
1285
+ },
1286
+ {
1287
+ "properties": {
1288
+ "yesNo": {
1289
+ "enum": [
1290
+ "Yes"
1291
+ ]
1292
+ },
1293
+ "details": {
1294
+ "lpe1Ref": "4.11.1",
1295
+ "title": "Provide details and a copy of any Japanese knotweed management plan in place."
1296
+ }
1297
+ },
1298
+ "required": [
1299
+ "details"
1300
+ ]
1301
+ }
1302
+ ],
1303
+ "required": [
1304
+ "yesNo"
1305
+ ]
1306
+ },
1307
+ "transferFees": {
1308
+ "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
+ "discriminator": {
1311
+ "propertyName": "yesNo"
1312
+ },
1313
+ "oneOf": [
1314
+ {
1315
+ "properties": {
1316
+ "yesNo": {
1317
+ "enum": [
1318
+ "No"
1319
+ ]
1320
+ }
1321
+ }
1322
+ },
1323
+ {
1324
+ "properties": {
1325
+ "yesNo": {
1326
+ "enum": [
1327
+ "Yes"
1328
+ ]
1329
+ },
1330
+ "details": {
1331
+ "lpe1Ref": "4.12.2",
1332
+ "title": "Provide details."
1333
+ }
1334
+ },
1335
+ "required": [
1336
+ "details"
1337
+ ]
1338
+ }
1339
+ ],
1340
+ "required": [
1341
+ "yesNo"
1342
+ ],
1343
+ "properties": {
1344
+ "yesNo": {
1345
+ "lpe1Ref": "4.12.1",
1346
+ "enum": [
1347
+ "Yes",
1348
+ "No"
1349
+ ]
1350
+ }
1351
+ }
1352
+ },
1353
+ "allPropertiesContribute": {
1354
+ "lpe1Ref": "4.13",
1355
+ "title": "Do all properties in the Managed Area contribute to the Service Charge?",
1356
+ "discriminator": {
1357
+ "propertyName": "yesNo"
1358
+ },
1359
+ "oneOf": [
1360
+ {
1361
+ "properties": {
1362
+ "yesNo": {
1363
+ "enum": [
1364
+ "Yes"
1365
+ ]
1366
+ }
1367
+ }
1368
+ },
1369
+ {
1370
+ "properties": {
1371
+ "yesNo": {
1372
+ "enum": [
1373
+ "No"
1374
+ ]
1375
+ },
1376
+ "details": {
1377
+ "lpe1Ref": "4.13.1",
1378
+ "title": "Provide details."
1379
+ }
1380
+ },
1381
+ "required": [
1382
+ "details"
1383
+ ]
1384
+ }
1385
+ ],
1386
+ "required": [
1387
+ "yesNo"
1388
+ ]
1389
+ },
1390
+ "deedOfCertificateServed": {
1391
+ "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
+ "discriminator": {
1394
+ "propertyName": "yesNoNotApplicable"
1395
+ },
1396
+ "oneOf": [
1397
+ {
1398
+ "properties": {
1399
+ "yesNoNotApplicable": {
1400
+ "enum": [
1401
+ "Not applicable"
1402
+ ]
1403
+ }
1404
+ }
1405
+ },
1406
+ {
1407
+ "properties": {
1408
+ "yesNoNotApplicable": {
1409
+ "enum": [
1410
+ "No"
1411
+ ]
1412
+ }
1413
+ }
1414
+ },
1415
+ {
1416
+ "properties": {
1417
+ "yesNoNotApplicable": {
1418
+ "enum": [
1419
+ "Yes"
1420
+ ]
1421
+ }
1422
+ },
1423
+ "required": [
1424
+ "sellerCompletedDeedOfCertificate"
1425
+ ]
1426
+ }
1427
+ ],
1428
+ "required": [
1429
+ "yesNoNotApplicable"
1430
+ ]
1431
+ },
1432
+ "landlordsCertificateServed": {
1433
+ "lpe1Ref": "4.14",
1434
+ "title": "Has a Landlord's Certificate been served?",
1435
+ "required": [
1436
+ "yesNoNotApplicable"
1437
+ ]
1438
+ }
1439
+ },
1440
+ "required": [
1441
+ "annualServiceCharge",
1442
+ "largeAdditionalExpense",
1443
+ "problemInServiceChargeLevel",
1444
+ "serviceChargeChallenged",
1445
+ "dangerousCladdingOrDefects",
1446
+ "difficultyInCollectingServiceCharge",
1447
+ "serviceChargeOwed",
1448
+ "propertiesContributingToMaintenanceOfManagedArea",
1449
+ "adHocExpenses",
1450
+ "serviceChargePaidUpToDate",
1451
+ "excessPaymentAnticipated",
1452
+ "lastDemandPeriod",
1453
+ "hasInabilityToCollectAffectedMaintenance",
1454
+ "reserveFund",
1455
+ "lastDecoratedPeriod",
1456
+ "section20WorksProposed",
1457
+ "increaseInServiceChargeAnticipated",
1458
+ "outstandingServiceChargeConsultation",
1459
+ "japaneseKnotweedAffectingManagedAreas",
1460
+ "transferFees",
1461
+ "allPropertiesContribute",
1462
+ "deedOfCertificateServed",
1463
+ "landlordsCertificateServed"
1464
+ ]
1465
+ }
1466
+ ],
1467
+ "required": [
1468
+ "sellerContributesToServiceCharge"
1469
+ ]
1470
+ },
1471
+ "buildingsInsurance": {
1472
+ "lpe1Ref": "5",
1473
+ "title": "Buildings Insurance",
1474
+ "required": [
1475
+ "premiumsPaidUpToDate",
1476
+ "lastDemandPeriod",
1477
+ "premiumPaidinFull",
1478
+ "claimsMade",
1479
+ "claimsAnticipated",
1480
+ "managedAreasCoveredByPolicy",
1481
+ "standardTermsAvailable",
1482
+ "nonComplianceWithConditions",
1483
+ "buildingsReinstatementCostAssessment",
1484
+ "premiumIncludedInServiceCharge"
1485
+ ],
1486
+ "properties": {
1487
+ "premiumsPaidUpToDate": {
1488
+ "lpe1Ref": "5.1",
1489
+ "title": "Are the buildings insurance premium contributions paid up to date for the Managed Areas including the Property?",
1490
+ "discriminator": {
1491
+ "propertyName": "yesNo"
1492
+ },
1493
+ "oneOf": [
1494
+ {
1495
+ "properties": {
1496
+ "yesNo": {
1497
+ "enum": [
1498
+ "Yes"
1499
+ ]
1500
+ }
1501
+ }
1502
+ },
1503
+ {
1504
+ "properties": {
1505
+ "yesNo": {
1506
+ "enum": [
1507
+ "No"
1508
+ ]
1509
+ },
1510
+ "details": {
1511
+ "lpe1Ref": "5.1.1",
1512
+ "title": "Provide details of the arrears"
1513
+ }
1514
+ },
1515
+ "required": [
1516
+ "details"
1517
+ ]
1518
+ }
1519
+ ],
1520
+ "required": [
1521
+ "yesNo"
1522
+ ]
1523
+ },
1524
+ "lastDemandPeriod": {
1525
+ "lpe1Ref": "5.2",
1526
+ "title": "What period is covered by the last demand?"
1527
+ },
1528
+ "premiumPaidinFull": {
1529
+ "lpe1Ref": "5.3",
1530
+ "title": "Has the premium been paid in full?",
1531
+ "discriminator": {
1532
+ "propertyName": "yesNo"
1533
+ },
1534
+ "oneOf": [
1535
+ {
1536
+ "properties": {
1537
+ "yesNo": {
1538
+ "enum": [
1539
+ "Yes"
1540
+ ]
1541
+ }
1542
+ }
1543
+ },
1544
+ {
1545
+ "properties": {
1546
+ "yesNo": {
1547
+ "enum": [
1548
+ "No"
1549
+ ]
1550
+ },
1551
+ "details": {
1552
+ "lpe1Ref": "5.3.1",
1553
+ "title": "Provide details"
1554
+ }
1555
+ },
1556
+ "required": [
1557
+ "details"
1558
+ ]
1559
+ }
1560
+ ],
1561
+ "required": [
1562
+ "yesNo"
1563
+ ]
1564
+ },
1565
+ "claimsMade": {
1566
+ "lpe1Ref": "5.4",
1567
+ "title": "Have any claims been made against the policy during Yes the last 3 years?",
1568
+ "discriminator": {
1569
+ "propertyName": "yesNo"
1570
+ },
1571
+ "oneOf": [
1572
+ {
1573
+ "properties": {
1574
+ "yesNo": {
1575
+ "enum": [
1576
+ "No"
1577
+ ]
1578
+ }
1579
+ }
1580
+ },
1581
+ {
1582
+ "properties": {
1583
+ "yesNo": {
1584
+ "enum": [
1585
+ "Yes"
1586
+ ]
1587
+ },
1588
+ "details": {
1589
+ "lpe1Ref": "5.4.1",
1590
+ "title": "Provide details"
1591
+ }
1592
+ },
1593
+ "required": [
1594
+ "details"
1595
+ ]
1596
+ }
1597
+ ],
1598
+ "required": [
1599
+ "yesNo"
1600
+ ]
1601
+ },
1602
+ "claimsAnticipated": {
1603
+ "lpe1Ref": "5.5",
1604
+ "title": "Are any claims anticipated?",
1605
+ "discriminator": {
1606
+ "propertyName": "yesNo"
1607
+ },
1608
+ "oneOf": [
1609
+ {
1610
+ "properties": {
1611
+ "yesNo": {
1612
+ "enum": [
1613
+ "No"
1614
+ ]
1615
+ }
1616
+ }
1617
+ },
1618
+ {
1619
+ "properties": {
1620
+ "yesNo": {
1621
+ "enum": [
1622
+ "Yes"
1623
+ ]
1624
+ },
1625
+ "details": {
1626
+ "lpe1Ref": "5.5.1",
1627
+ "title": "Provide details"
1628
+ }
1629
+ },
1630
+ "required": [
1631
+ "details"
1632
+ ]
1633
+ }
1634
+ ],
1635
+ "required": [
1636
+ "yesNo"
1637
+ ]
1638
+ },
1639
+ "managedAreasCoveredByPolicy": {
1640
+ "lpe1Ref": "5.6",
1641
+ "title": "Are the Managed Areas covered by the policy?",
1642
+ "discriminator": {
1643
+ "propertyName": "yesNo"
1644
+ },
1645
+ "oneOf": [
1646
+ {
1647
+ "properties": {
1648
+ "yesNo": {
1649
+ "enum": [
1650
+ "No"
1651
+ ]
1652
+ }
1653
+ }
1654
+ },
1655
+ {
1656
+ "properties": {
1657
+ "yesNo": {
1658
+ "enum": [
1659
+ "Yes"
1660
+ ]
1661
+ },
1662
+ "riskAssessments": {
1663
+ "lpe1Ref": "5.6.1",
1664
+ "title": "What risk assessments have been completed?",
1665
+ "discriminator": {
1666
+ "propertyName": "assessmentsCarriedOut"
1667
+ },
1668
+ "oneOf": [
1669
+ {
1670
+ "properties": {
1671
+ "assessmentsCarriedOut": {
1672
+ "enum": [
1673
+ "None"
1674
+ ]
1675
+ }
1676
+ }
1677
+ },
1678
+ {
1679
+ "properties": {
1680
+ "assessmentsCarriedOut": {
1681
+ "enum": [
1682
+ "Fire risk assessment",
1683
+ "External Wall fire risk assessment",
1684
+ "Both"
1685
+ ]
1686
+ },
1687
+ "urgentWorksRecommended": {
1688
+ "lpe1Ref": "5.6.2(i)",
1689
+ "title": "Have urgent or essential works been recommended?",
1690
+ "enum": [
1691
+ "Yes",
1692
+ "No"
1693
+ ]
1694
+ }
1695
+ },
1696
+ "required": [
1697
+ "urgentWorksRecommended"
1698
+ ],
1699
+ "oneOf": [
1700
+ null,
1701
+ {
1702
+ "required": [
1703
+ "urgentWorksCarriedOut",
1704
+ "outstandingEnforcementAction"
1705
+ ],
1706
+ "properties": {
1707
+ "urgentWorksCarriedOut": {
1708
+ "lpe1Ref": "5.6.2(ii)",
1709
+ "title": "Have these been carried out?",
1710
+ "enum": [
1711
+ "Yes",
1712
+ "No"
1713
+ ]
1714
+ },
1715
+ "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
+ ]
1722
+ }
1723
+ },
1724
+ "oneOf": [
1725
+ null,
1726
+ {
1727
+ "required": [
1728
+ "dateRemedialActionRequired"
1729
+ ],
1730
+ "properties": {
1731
+ "dateRemedialActionRequired": {
1732
+ "lpe1Ref": "5.6.2(iv)",
1733
+ "title": "By what date is remedial action required?"
1734
+ }
1735
+ }
1736
+ }
1737
+ ]
1738
+ }
1739
+ ]
1740
+ }
1741
+ ],
1742
+ "required": [
1743
+ "assessmentsCarriedOut"
1744
+ ]
1745
+ }
1746
+ },
1747
+ "required": [
1748
+ "riskAssessments"
1749
+ ]
1750
+ }
1751
+ ],
1752
+ "required": [
1753
+ "yesNo"
1754
+ ]
1755
+ },
1756
+ "standardTermsAvailable": {
1757
+ "lpe1Ref": "5.7",
1758
+ "title": "Are you aware of any reason why comprehensive insurance will not be available on standard terms in future?",
1759
+ "discriminator": {
1760
+ "propertyName": "yesNo"
1761
+ },
1762
+ "oneOf": [
1763
+ {
1764
+ "properties": {
1765
+ "yesNo": {
1766
+ "enum": [
1767
+ "No"
1768
+ ]
1769
+ }
1770
+ }
1771
+ },
1772
+ {
1773
+ "properties": {
1774
+ "yesNo": {
1775
+ "enum": [
1776
+ "Yes"
1777
+ ]
1778
+ },
1779
+ "details": {
1780
+ "lpe1Ref": "5.7.1",
1781
+ "title": "Provide details"
1782
+ }
1783
+ },
1784
+ "required": [
1785
+ "details"
1786
+ ]
1787
+ }
1788
+ ],
1789
+ "required": [
1790
+ "yesNo"
1791
+ ]
1792
+ },
1793
+ "nonComplianceWithConditions": {
1794
+ "lpe1Ref": "5.8",
1795
+ "title": "Are you aware of any non-compliance with the insurance conditions that would render the policy void?",
1796
+ "discriminator": {
1797
+ "propertyName": "yesNo"
1798
+ },
1799
+ "oneOf": [
1800
+ {
1801
+ "properties": {
1802
+ "yesNo": {
1803
+ "enum": [
1804
+ "No"
1805
+ ]
1806
+ }
1807
+ }
1808
+ },
1809
+ {
1810
+ "properties": {
1811
+ "yesNo": {
1812
+ "enum": [
1813
+ "Yes"
1814
+ ]
1815
+ },
1816
+ "details": {
1817
+ "lpe1Ref": "5.8.1",
1818
+ "title": "Provide details"
1819
+ }
1820
+ },
1821
+ "required": [
1822
+ "details"
1823
+ ]
1824
+ }
1825
+ ],
1826
+ "required": [
1827
+ "yesNo"
1828
+ ]
1829
+ },
1830
+ "buildingsReinstatementCostAssessment": {
1831
+ "lpe1Ref": "5.9",
1832
+ "title": "Please confirm the date of the last buildings reinstatement/cost assessment."
1833
+ },
1834
+ "premiumIncludedInServiceCharge": {
1835
+ "lpe1Ref": "5.10",
1836
+ "title": "Is the insurance premium included in the service charge Yes budget?",
1837
+ "discriminator": {
1838
+ "propertyName": "yesNo"
1839
+ },
1840
+ "oneOf": [
1841
+ {
1842
+ "properties": {
1843
+ "yesNo": {
1844
+ "enum": [
1845
+ "Yes"
1846
+ ]
1847
+ }
1848
+ }
1849
+ },
1850
+ {
1851
+ "properties": {
1852
+ "yesNo": {
1853
+ "enum": [
1854
+ "No"
1855
+ ]
1856
+ },
1857
+ "details": {
1858
+ "lpe1Ref": "5.10.1",
1859
+ "title": "confirm the annual amount payable for the Property"
1860
+ }
1861
+ },
1862
+ "required": [
1863
+ "details"
1864
+ ]
1865
+ }
1866
+ ],
1867
+ "required": [
1868
+ "yesNo"
1869
+ ]
1870
+ }
1871
+ }
1872
+ },
1873
+ "disputesAndEnfranchisement": {
1874
+ "lpe1Ref": "6",
1875
+ "title": "Disputes & Enfranchisement",
1876
+ "required": [
1877
+ "sellerReceivedComplaint",
1878
+ "sellerSentComplaint",
1879
+ "ongoingForfeitureProceedings",
1880
+ "unresolvedDisputes",
1881
+ "enfranchisementSteps",
1882
+ "breachOfTermsOfLease"
1883
+ ],
1884
+ "properties": {
1885
+ "sellerReceivedComplaint": {
1886
+ "required": [
1887
+ "yesNo"
1888
+ ],
1889
+ "oneOf": [
1890
+ null,
1891
+ {
1892
+ "required": [
1893
+ "details"
1894
+ ]
1895
+ }
1896
+ ]
1897
+ },
1898
+ "sellerSentComplaint": {
1899
+ "required": [
1900
+ "yesNo"
1901
+ ],
1902
+ "oneOf": [
1903
+ null,
1904
+ {
1905
+ "required": [
1906
+ "details"
1907
+ ]
1908
+ }
1909
+ ]
1910
+ },
1911
+ "ongoingForfeitureProceedings": {
1912
+ "lpe1Ref": "6.1",
1913
+ "title": "Are there any on-going forfeiture proceedings in relation to the Property?"
1914
+ },
1915
+ "unresolvedDisputes": {
1916
+ "lpe1Ref": "6.2",
1917
+ "title": "Are there any documented unresolved disputes with the Lessees of any of the properties in the Managed Area?",
1918
+ "discriminator": {
1919
+ "propertyName": "yesNo"
1920
+ },
1921
+ "oneOf": [
1922
+ {
1923
+ "properties": {
1924
+ "yesNo": {
1925
+ "enum": [
1926
+ "No"
1927
+ ]
1928
+ }
1929
+ }
1930
+ },
1931
+ {
1932
+ "properties": {
1933
+ "yesNo": {
1934
+ "enum": [
1935
+ "Yes"
1936
+ ]
1937
+ },
1938
+ "details": {
1939
+ "lpe1Ref": "6.2.1",
1940
+ "title": "To the extent permitted by the UK General Data Protection Regulations, please supply details"
1941
+ }
1942
+ },
1943
+ "required": [
1944
+ "details"
1945
+ ]
1946
+ }
1947
+ ],
1948
+ "required": [
1949
+ "yesNo"
1950
+ ]
1951
+ },
1952
+ "enfranchisementSteps": {
1953
+ "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
+ "discriminator": {
1956
+ "propertyName": "yesNo"
1957
+ },
1958
+ "oneOf": [
1959
+ {
1960
+ "properties": {
1961
+ "yesNo": {
1962
+ "enum": [
1963
+ "No",
1964
+ "Not Known"
1965
+ ]
1966
+ }
1967
+ }
1968
+ },
1969
+ {
1970
+ "properties": {
1971
+ "yesNo": {
1972
+ "enum": [
1973
+ "Yes"
1974
+ ]
1975
+ },
1976
+ "details": {
1977
+ "lpe1Ref": "6.3.1",
1978
+ "title": "Provide details and copies of relevant documentation"
1979
+ }
1980
+ },
1981
+ "required": [
1982
+ "details"
1983
+ ]
1984
+ }
1985
+ ],
1986
+ "required": [
1987
+ "yesNo"
1988
+ ]
1989
+ },
1990
+ "breachOfTermsOfLease": {
1991
+ "lpe1Ref": "6.4",
1992
+ "title": "Are you aware of any breach of the terms of the lease of this Property?",
1993
+ "discriminator": {
1994
+ "propertyName": "yesNo"
1995
+ },
1996
+ "oneOf": [
1997
+ {
1998
+ "properties": {
1999
+ "yesNo": {
2000
+ "enum": [
2001
+ "No"
2002
+ ]
2003
+ }
2004
+ }
2005
+ },
2006
+ {
2007
+ "properties": {
2008
+ "yesNo": {
2009
+ "enum": [
2010
+ "Yes"
2011
+ ]
2012
+ },
2013
+ "details": {
2014
+ "lpe1Ref": "6.4.1",
2015
+ "title": "Provide details"
2016
+ }
2017
+ },
2018
+ "required": [
2019
+ "details"
2020
+ ]
2021
+ }
2022
+ ],
2023
+ "required": [
2024
+ "yesNo"
2025
+ ]
2026
+ }
2027
+ }
2028
+ },
2029
+ "general": {
2030
+ "lpe1Ref": "7",
2031
+ "title": "General",
2032
+ "required": [
2033
+ "sellerAwareOfAlterations",
2034
+ "sellerOwnedProperty",
2035
+ "sellerServedNoticeOnLandlord",
2036
+ "sellerAwareOfNoticeOfCollectivePurchase",
2037
+ "sellerAwareOfResponse",
2038
+ "isLeaseQualifying",
2039
+ "otherPropertiesInManagedArea",
2040
+ "leasedOnSimilarTerms",
2041
+ "buildingKnownToBeHMO",
2042
+ "additionalParkingRegulations",
2043
+ "restrictionOnKeepingPets"
2044
+ ],
2045
+ "properties": {
2046
+ "sellerAwareOfAlterations": {
2047
+ "required": [
2048
+ "yesNo"
2049
+ ],
2050
+ "oneOf": [
2051
+ null,
2052
+ {
2053
+ "required": [
2054
+ "details"
2055
+ ]
2056
+ }
2057
+ ]
2058
+ },
2059
+ "otherPropertiesInManagedArea": {
2060
+ "lpe1Ref": "7.1",
2061
+ "title": "How many other properties are there in the Managed Area?"
2062
+ },
2063
+ "leasedOnSimilarTerms": {
2064
+ "lpe1Ref": "7.2",
2065
+ "title": "Are they all leased on leases with similar terms?",
2066
+ "discriminator": {
2067
+ "propertyName": "yesNo"
2068
+ },
2069
+ "oneOf": [
2070
+ {
2071
+ "properties": {
2072
+ "yesNo": {
2073
+ "enum": [
2074
+ "Yes",
2075
+ "Not Known"
2076
+ ]
2077
+ }
2078
+ }
2079
+ },
2080
+ {
2081
+ "properties": {
2082
+ "yesNo": {
2083
+ "enum": [
2084
+ "No"
2085
+ ]
2086
+ },
2087
+ "details": {
2088
+ "lpe1Ref": "7.2.1",
2089
+ "title": "Provide details"
2090
+ }
2091
+ },
2092
+ "required": [
2093
+ "details"
2094
+ ]
2095
+ }
2096
+ ],
2097
+ "required": [
2098
+ "yesNo"
2099
+ ]
2100
+ },
2101
+ "buildingKnownToBeHMO": {
2102
+ "lpe1Ref": "7.3",
2103
+ "title": "Is the building in which the Property is situated known to be an HMO?",
2104
+ "discriminator": {
2105
+ "propertyName": "yesNo"
2106
+ },
2107
+ "oneOf": [
2108
+ {
2109
+ "properties": {
2110
+ "yesNo": {
2111
+ "enum": [
2112
+ "No",
2113
+ "Not Known"
2114
+ ]
2115
+ }
2116
+ }
2117
+ },
2118
+ {
2119
+ "properties": {
2120
+ "yesNo": {
2121
+ "enum": [
2122
+ "Yes"
2123
+ ]
2124
+ },
2125
+ "details": {
2126
+ "lpe1Ref": "7.3.1",
2127
+ "title": "Confirm that regulations applicable to section 257 Housing Act 2004 HMOs have been complied with"
2128
+ }
2129
+ },
2130
+ "required": [
2131
+ "details"
2132
+ ]
2133
+ }
2134
+ ],
2135
+ "required": [
2136
+ "yesNo"
2137
+ ]
2138
+ },
2139
+ "additionalParkingRegulations": {
2140
+ "lpe1Ref": "7.4",
2141
+ "title": "Are there any parking regulations or restrictions in addition to any set out in the lease?",
2142
+ "discriminator": {
2143
+ "propertyName": "yesNo"
2144
+ },
2145
+ "oneOf": [
2146
+ {
2147
+ "properties": {
2148
+ "yesNo": {
2149
+ "enum": [
2150
+ "No"
2151
+ ]
2152
+ }
2153
+ }
2154
+ },
2155
+ {
2156
+ "properties": {
2157
+ "yesNo": {
2158
+ "enum": [
2159
+ "Yes"
2160
+ ]
2161
+ },
2162
+ "details": {
2163
+ "lpe1Ref": "7.4.1",
2164
+ "title": "Provide details"
2165
+ }
2166
+ },
2167
+ "required": [
2168
+ "details"
2169
+ ]
2170
+ }
2171
+ ],
2172
+ "required": [
2173
+ "yesNo"
2174
+ ]
2175
+ },
2176
+ "restrictionOnKeepingPets": {
2177
+ "lpe1Ref": "7.5",
2178
+ "title": "Is there a restriction in the lease on keeping pets?",
2179
+ "discriminator": {
2180
+ "propertyName": "yesNo"
2181
+ },
2182
+ "oneOf": [
2183
+ {
2184
+ "properties": {
2185
+ "yesNo": {
2186
+ "enum": [
2187
+ "No"
2188
+ ]
2189
+ }
2190
+ }
2191
+ },
2192
+ {
2193
+ "properties": {
2194
+ "yesNo": {
2195
+ "enum": [
2196
+ "Yes"
2197
+ ]
2198
+ },
2199
+ "details": {
2200
+ "lpe1Ref": "7.5.1",
2201
+ "title": "Provide outline the requirements."
2202
+ }
2203
+ },
2204
+ "required": [
2205
+ "details"
2206
+ ]
2207
+ }
2208
+ ],
2209
+ "required": [
2210
+ "yesNo"
2211
+ ]
2212
+ }
2213
+ }
2214
+ },
2215
+ "requiredDocuments": {
2216
+ "lpe1Ref": "8",
2217
+ "title": "Required Documents",
2218
+ "description": "Please provide the following applicable documents:",
2219
+ "required": [
2220
+ "noticeOfSale",
2221
+ "noticeOfBuildingCondition",
2222
+ "landlordNotifiedOfSale",
2223
+ "serviceChargeAccounts",
2224
+ "groundRent",
2225
+ "buildingsInsurancePolicy",
2226
+ "managedAreasBuildingsInsurancePolicy",
2227
+ "serviceChargeEstimatesCurrent",
2228
+ "serviceChargeEstimatesPrevious",
2229
+ "proposedWorksNotices",
2230
+ "forfeitureDocumentation",
2231
+ "additionalRegulationsNotInLease",
2232
+ "deedsOfVariation",
2233
+ "deedOfCovenant",
2234
+ "certificateOfCompliance",
2235
+ "licenceToAssign",
2236
+ "permissionToAlter",
2237
+ "noticesServedOnLessee",
2238
+ "asbestosSurvey",
2239
+ "managedAreaFireRiskAssessment",
2240
+ "memorandumAndArticles",
2241
+ "managementCompanyAGMMinutes",
2242
+ "deedOfCertificate",
2243
+ "landlordsCertificate",
2244
+ "enforcementNotices"
2245
+ ],
2246
+ "properties": {
2247
+ "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
+ ]
2255
+ },
2256
+ "buildingsInsurancePolicy": {
2257
+ "lpe1Ref": "8.2",
2258
+ "title": "Buildings insurance policy and schedule."
2259
+ },
2260
+ "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
+ ]
2268
+ },
2269
+ "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
+ ]
2277
+ },
2278
+ "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
+ ]
2286
+ },
2287
+ "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
+ ]
2295
+ },
2296
+ "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
+ ]
2304
+ },
2305
+ "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
+ ]
2313
+ },
2314
+ "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
+ ]
2324
+ },
2325
+ "deedOfCovenant": {
2326
+ "lpe1Ref": "8.10",
2327
+ "title": "Any required Deed of Covenant.",
2328
+ "enum": [
2329
+ "Enclosed",
2330
+ "To follow",
2331
+ "Not applicable"
2332
+ ]
2333
+ },
2334
+ "certificateOfCompliance": {
2335
+ "lpe1Ref": "8.11",
2336
+ "title": "Any Certificate of Compliance.",
2337
+ "enum": [
2338
+ "Enclosed",
2339
+ "To follow",
2340
+ "Not applicable"
2341
+ ]
2342
+ },
2343
+ "certificateOfComplianceFee": {
2344
+ "lpe1Ref": "8.11.1",
2345
+ "title": "Certificate of Compliance fee."
2346
+ },
2347
+ "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
+ ]
2357
+ },
2358
+ "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
+ ]
2366
+ },
2367
+ "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
+ ]
2375
+ },
2376
+ "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
+ ]
2384
+ },
2385
+ "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
+ ]
2393
+ },
2394
+ "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
+ ]
2402
+ },
2403
+ "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
+ ]
2411
+ },
2412
+ "deedOfCertificate": {
2413
+ "lpe1Ref": "8.19",
2414
+ "title": "Leaseholder Deed of Certificate.",
2415
+ "enum": [
2416
+ "Enclosed",
2417
+ "To follow",
2418
+ "Not applicable"
2419
+ ]
2420
+ },
2421
+ "landlordsCertificate": {
2422
+ "lpe1Ref": "8.20",
2423
+ "title": "Landlord's Certificate.",
2424
+ "enum": [
2425
+ "Enclosed",
2426
+ "To follow",
2427
+ "Not applicable"
2428
+ ]
2429
+ },
2430
+ "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
+ ]
2438
+ }
2439
+ }
2440
+ },
2441
+ "confirmation": {
2442
+ "lpe1Ref": "9",
2443
+ "title": "Confirmation",
2444
+ "description": "By checking the box you are .",
2445
+ "required": [
2446
+ "response"
2447
+ ]
2448
+ }
2449
+ }
2450
+ }
2451
+ }
2452
+ }
2453
+ ]
2454
+ }
2455
+ }
2456
+ }
2457
+ }
2458
+ }
2459
+ }
2460
+ }
2461
+ }
2462
+ }
2463
+ }