@pdtf/schemas 3.0.0-2 → 3.0.0-21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +15 -13
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +82 -75
- package/src/schemas/v2/overlays/baspi.json +510 -2331
- package/src/schemas/v2/overlays/con29DW.json +36 -125
- package/src/schemas/v2/overlays/con29R.json +5 -143
- package/src/schemas/v2/overlays/fme1.json +48 -233
- package/src/schemas/v2/overlays/lpe1.json +75 -367
- package/src/schemas/v2/overlays/nts.json +17 -103
- package/src/schemas/v2/overlays/piq.json +146 -693
- package/src/schemas/v2/overlays/rds.json +50 -316
- package/src/schemas/v2/overlays/ta10.json +540 -1755
- package/src/schemas/v2/overlays/ta6.json +241 -1193
- package/src/schemas/v2/overlays/ta7.json +106 -440
- package/src/schemas/v3/combined.json +2434 -2581
- package/src/schemas/v3/overlays/baspi.json +1360 -3480
- package/src/schemas/v3/overlays/con29DW.json +36 -125
- package/src/schemas/v3/overlays/con29R.json +5 -143
- package/src/schemas/v3/overlays/fme1.json +53 -233
- package/src/schemas/v3/overlays/lpe1.json +85 -367
- package/src/schemas/v3/overlays/nts.json +711 -634
- package/src/schemas/v3/overlays/piq.json +452 -1190
- package/src/schemas/v3/overlays/rds.json +500 -1059
- package/src/schemas/v3/overlays/ta10.json +540 -1755
- package/src/schemas/v3/overlays/ta6.json +787 -1678
- package/src/schemas/v3/overlays/ta7.json +220 -462
- package/src/schemas/v3/pdtf-transaction.json +1976 -2286
- package/src/schemas/v3/skeleton.json +248 -214
- package/src/tests/v3/transactionSchema.test.js +28 -18
- package/src/tests/v3/verifiedClaimsValidator.test.js +2 -2
- package/src/utils/extractOverlay.js +5 -27
- package/src/tests/v2/transactionSchema.test.js +0 -361
- package/src/tests/v2/verifiedClaimsValidator.test.js +0 -128
|
@@ -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,13 +266,16 @@
|
|
|
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": [
|
|
287
272
|
"isApplicableParty"
|
|
288
273
|
],
|
|
274
|
+
"properties": {
|
|
275
|
+
"isApplicableParty": {
|
|
276
|
+
"lpe1Ref": "1.6.1"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
289
279
|
"oneOf": [
|
|
290
280
|
null,
|
|
291
281
|
{
|
|
@@ -361,13 +351,16 @@
|
|
|
361
351
|
},
|
|
362
352
|
"noticeOfTransferAndCharge": {
|
|
363
353
|
"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
354
|
"properties": {
|
|
367
355
|
"rentchargeOwner": {
|
|
368
356
|
"required": [
|
|
369
357
|
"isApplicableParty"
|
|
370
358
|
],
|
|
359
|
+
"properties": {
|
|
360
|
+
"isApplicableParty": {
|
|
361
|
+
"lpe1Ref": "1.5"
|
|
362
|
+
}
|
|
363
|
+
},
|
|
371
364
|
"oneOf": [
|
|
372
365
|
null,
|
|
373
366
|
{
|
|
@@ -455,7 +448,6 @@
|
|
|
455
448
|
},
|
|
456
449
|
"otherDetailsRequired": {
|
|
457
450
|
"lpe1Ref": "1.5.1",
|
|
458
|
-
"title": "Are details other than the incoming owner's name, address and lender name required?",
|
|
459
451
|
"discriminator": {
|
|
460
452
|
"propertyName": "areOtherDetailsRequired"
|
|
461
453
|
},
|
|
@@ -485,69 +477,22 @@
|
|
|
485
477
|
}
|
|
486
478
|
},
|
|
487
479
|
"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
|
-
]
|
|
480
|
+
"lpe1Ref": "1.7"
|
|
496
481
|
},
|
|
497
482
|
"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
|
-
]
|
|
483
|
+
"lpe1Ref": "1.8"
|
|
507
484
|
},
|
|
508
485
|
"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
|
-
]
|
|
486
|
+
"lpe1Ref": "1.9"
|
|
517
487
|
},
|
|
518
488
|
"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
|
-
]
|
|
489
|
+
"lpe1Ref": "1.11"
|
|
529
490
|
},
|
|
530
491
|
"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
|
-
]
|
|
492
|
+
"lpe1Ref": "1.12"
|
|
541
493
|
},
|
|
542
494
|
"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
|
-
]
|
|
495
|
+
"lpe1Ref": "1.10"
|
|
551
496
|
}
|
|
552
497
|
}
|
|
553
498
|
}
|
|
@@ -555,7 +500,6 @@
|
|
|
555
500
|
},
|
|
556
501
|
"transferAndRegistration": {
|
|
557
502
|
"lpe1Ref": "2",
|
|
558
|
-
"title": "Transfer and Registration",
|
|
559
503
|
"required": [
|
|
560
504
|
"deedOfCovenantRequired",
|
|
561
505
|
"licenceToAssignRequired",
|
|
@@ -566,7 +510,6 @@
|
|
|
566
510
|
"properties": {
|
|
567
511
|
"deedOfCovenantRequired": {
|
|
568
512
|
"lpe1Ref": "2.1",
|
|
569
|
-
"title": "Is a Deed of Covenant Required?",
|
|
570
513
|
"discriminator": {
|
|
571
514
|
"propertyName": "yesNoNotKnown"
|
|
572
515
|
},
|
|
@@ -589,12 +532,10 @@
|
|
|
589
532
|
]
|
|
590
533
|
},
|
|
591
534
|
"costsApplicableToTheDeed": {
|
|
592
|
-
"lpe1Ref": "2.1.1"
|
|
593
|
-
"title": "Confirm the costs applicable to the Deed including VAT"
|
|
535
|
+
"lpe1Ref": "2.1.1"
|
|
594
536
|
},
|
|
595
537
|
"personWhoDealsWithTheDeedOfCovenant": {
|
|
596
|
-
"lpe1Ref": "2.1.2"
|
|
597
|
-
"title": "Provide details of the person who deals with the Deed of Covenant"
|
|
538
|
+
"lpe1Ref": "2.1.2"
|
|
598
539
|
}
|
|
599
540
|
},
|
|
600
541
|
"required": [
|
|
@@ -609,7 +550,6 @@
|
|
|
609
550
|
},
|
|
610
551
|
"licenceToAssignRequired": {
|
|
611
552
|
"lpe1Ref": "2.2",
|
|
612
|
-
"title": "Is a License to Assign required?",
|
|
613
553
|
"discriminator": {
|
|
614
554
|
"propertyName": "yesNo"
|
|
615
555
|
},
|
|
@@ -631,8 +571,7 @@
|
|
|
631
571
|
]
|
|
632
572
|
},
|
|
633
573
|
"requirements": {
|
|
634
|
-
"lpe1Ref": "2.3"
|
|
635
|
-
"title": "Specify requirements e.g. references, and any costs applicable to the Licence"
|
|
574
|
+
"lpe1Ref": "2.3"
|
|
636
575
|
}
|
|
637
576
|
},
|
|
638
577
|
"required": [
|
|
@@ -646,7 +585,6 @@
|
|
|
646
585
|
},
|
|
647
586
|
"awareOfConsents": {
|
|
648
587
|
"lpe1Ref": "2.4",
|
|
649
|
-
"title": "Are you aware of consent having been given to any alterations or additions to the Property?",
|
|
650
588
|
"discriminator": {
|
|
651
589
|
"propertyName": "yesNo"
|
|
652
590
|
},
|
|
@@ -668,8 +606,7 @@
|
|
|
668
606
|
]
|
|
669
607
|
},
|
|
670
608
|
"details": {
|
|
671
|
-
"lpe1Ref": "2.4.1"
|
|
672
|
-
"title": "Provide details and copies of any consent"
|
|
609
|
+
"lpe1Ref": "2.4.1"
|
|
673
610
|
}
|
|
674
611
|
},
|
|
675
612
|
"required": [
|
|
@@ -696,7 +633,6 @@
|
|
|
696
633
|
},
|
|
697
634
|
"requirementsToBeMemberOfManagementCompany": {
|
|
698
635
|
"lpe1Ref": "2.5",
|
|
699
|
-
"title": "Is the incoming Lessee required to take a share in, or become a member of, the Management Company?",
|
|
700
636
|
"discriminator": {
|
|
701
637
|
"propertyName": "yesNoNotApplicable"
|
|
702
638
|
},
|
|
@@ -719,8 +655,7 @@
|
|
|
719
655
|
]
|
|
720
656
|
},
|
|
721
657
|
"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."
|
|
658
|
+
"lpe1Ref": "2.5.1"
|
|
724
659
|
}
|
|
725
660
|
},
|
|
726
661
|
"required": [
|
|
@@ -736,7 +671,6 @@
|
|
|
736
671
|
},
|
|
737
672
|
"groundRent": {
|
|
738
673
|
"lpe1Ref": "3",
|
|
739
|
-
"title": "Ground Rent",
|
|
740
674
|
"discriminator": {
|
|
741
675
|
"propertyName": "isGroundRentPayable"
|
|
742
676
|
},
|
|
@@ -758,8 +692,7 @@
|
|
|
758
692
|
]
|
|
759
693
|
},
|
|
760
694
|
"annualGroundRent": {
|
|
761
|
-
"lpe1Ref": "3.1"
|
|
762
|
-
"title": "What is the annual ground rent payable? (£)"
|
|
695
|
+
"lpe1Ref": "3.1"
|
|
763
696
|
},
|
|
764
697
|
"rentSubjectToIncrease": {
|
|
765
698
|
"required": [
|
|
@@ -777,7 +710,6 @@
|
|
|
777
710
|
},
|
|
778
711
|
"groundRentPaidUpToDate": {
|
|
779
712
|
"lpe1Ref": "3.2",
|
|
780
|
-
"title": "Is the Ground Rent paid up to date?",
|
|
781
713
|
"discriminator": {
|
|
782
714
|
"propertyName": "yesNoNotApplicable"
|
|
783
715
|
},
|
|
@@ -800,8 +732,7 @@
|
|
|
800
732
|
]
|
|
801
733
|
},
|
|
802
734
|
"details": {
|
|
803
|
-
"lpe1Ref": "3.2.1"
|
|
804
|
-
"title": "Supply details of the arrears"
|
|
735
|
+
"lpe1Ref": "3.2.1"
|
|
805
736
|
}
|
|
806
737
|
},
|
|
807
738
|
"required": [
|
|
@@ -814,8 +745,7 @@
|
|
|
814
745
|
]
|
|
815
746
|
},
|
|
816
747
|
"lastDemandPeriod": {
|
|
817
|
-
"lpe1Ref": "3.3"
|
|
818
|
-
"title": "What period is covered by the last demand?"
|
|
748
|
+
"lpe1Ref": "3.3"
|
|
819
749
|
}
|
|
820
750
|
},
|
|
821
751
|
"required": [
|
|
@@ -863,7 +793,6 @@
|
|
|
863
793
|
},
|
|
864
794
|
"serviceCharge": {
|
|
865
795
|
"lpe1Ref": "4",
|
|
866
|
-
"title": "Service Charge",
|
|
867
796
|
"discriminator": {
|
|
868
797
|
"propertyName": "sellerContributesToServiceCharge"
|
|
869
798
|
},
|
|
@@ -885,8 +814,7 @@
|
|
|
885
814
|
]
|
|
886
815
|
},
|
|
887
816
|
"annualServiceCharge": {
|
|
888
|
-
"lpe1Ref": "4.1.1"
|
|
889
|
-
"title": "Amount of current annual service charge (£)"
|
|
817
|
+
"lpe1Ref": "4.1.1"
|
|
890
818
|
},
|
|
891
819
|
"largeAdditionalExpense": {
|
|
892
820
|
"required": [
|
|
@@ -954,16 +882,13 @@
|
|
|
954
882
|
]
|
|
955
883
|
},
|
|
956
884
|
"propertiesContributingToMaintenanceOfManagedArea": {
|
|
957
|
-
"lpe1Ref": "4.1"
|
|
958
|
-
"title": "How many properties contribute toward the maintenance of the Managed Area?"
|
|
885
|
+
"lpe1Ref": "4.1"
|
|
959
886
|
},
|
|
960
887
|
"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?"
|
|
888
|
+
"lpe1Ref": "4.1.2"
|
|
963
889
|
},
|
|
964
890
|
"serviceChargePaidUpToDate": {
|
|
965
891
|
"lpe1Ref": "4.2",
|
|
966
|
-
"title": "Is the Service Charge paid up to date for the Property?",
|
|
967
892
|
"discriminator": {
|
|
968
893
|
"propertyName": "yesNo"
|
|
969
894
|
},
|
|
@@ -985,8 +910,7 @@
|
|
|
985
910
|
]
|
|
986
911
|
},
|
|
987
912
|
"details": {
|
|
988
|
-
"lpe1Ref": "4.2.1"
|
|
989
|
-
"title": "Supply details of the arrears"
|
|
913
|
+
"lpe1Ref": "4.2.1"
|
|
990
914
|
}
|
|
991
915
|
},
|
|
992
916
|
"required": [
|
|
@@ -1000,7 +924,6 @@
|
|
|
1000
924
|
},
|
|
1001
925
|
"excessPaymentAnticipated": {
|
|
1002
926
|
"lpe1Ref": "4.3",
|
|
1003
|
-
"title": "Is any excess payment anticipated for the Property at the end of the financial year?",
|
|
1004
927
|
"discriminator": {
|
|
1005
928
|
"propertyName": "yesNo"
|
|
1006
929
|
},
|
|
@@ -1022,8 +945,7 @@
|
|
|
1022
945
|
]
|
|
1023
946
|
},
|
|
1024
947
|
"details": {
|
|
1025
|
-
"lpe1Ref": "4.3.1"
|
|
1026
|
-
"title": "Provide details"
|
|
948
|
+
"lpe1Ref": "4.3.1"
|
|
1027
949
|
}
|
|
1028
950
|
},
|
|
1029
951
|
"required": [
|
|
@@ -1036,12 +958,10 @@
|
|
|
1036
958
|
]
|
|
1037
959
|
},
|
|
1038
960
|
"lastDemandPeriod": {
|
|
1039
|
-
"lpe1Ref": "4.4"
|
|
1040
|
-
"title": "What period is covered by the last demand?"
|
|
961
|
+
"lpe1Ref": "4.4"
|
|
1041
962
|
},
|
|
1042
963
|
"hasInabilityToCollectAffectedMaintenance": {
|
|
1043
964
|
"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
965
|
"discriminator": {
|
|
1046
966
|
"propertyName": "yesNo"
|
|
1047
967
|
},
|
|
@@ -1063,8 +983,7 @@
|
|
|
1063
983
|
]
|
|
1064
984
|
},
|
|
1065
985
|
"details": {
|
|
1066
|
-
"lpe1Ref": "4.5.1"
|
|
1067
|
-
"title": "Provide details"
|
|
986
|
+
"lpe1Ref": "4.5.1"
|
|
1068
987
|
}
|
|
1069
988
|
},
|
|
1070
989
|
"required": [
|
|
@@ -1078,7 +997,6 @@
|
|
|
1078
997
|
},
|
|
1079
998
|
"reserveFund": {
|
|
1080
999
|
"lpe1Ref": "4.6",
|
|
1081
|
-
"title": "Does a Reserve Fund apply to the Managed Area?",
|
|
1082
1000
|
"discriminator": {
|
|
1083
1001
|
"propertyName": "yesNo"
|
|
1084
1002
|
},
|
|
@@ -1100,12 +1018,10 @@
|
|
|
1100
1018
|
]
|
|
1101
1019
|
},
|
|
1102
1020
|
"details": {
|
|
1103
|
-
"lpe1Ref": "4.6.1"
|
|
1104
|
-
"title": "Confirm the amount collected from Lessees of the Property, currently held in the Reserve Fund:"
|
|
1021
|
+
"lpe1Ref": "4.6.1"
|
|
1105
1022
|
},
|
|
1106
1023
|
"sufficentToCoverSection20Expenditure": {
|
|
1107
1024
|
"lpe1Ref": "4.6.2",
|
|
1108
|
-
"title": "Is the amount expected to be sufficient to cover the known Section 20 expenditure?",
|
|
1109
1025
|
"discriminator": {
|
|
1110
1026
|
"propertyName": "yesNo"
|
|
1111
1027
|
},
|
|
@@ -1127,8 +1043,7 @@
|
|
|
1127
1043
|
]
|
|
1128
1044
|
},
|
|
1129
1045
|
"details": {
|
|
1130
|
-
"lpe1Ref": "4.6.3"
|
|
1131
|
-
"title": "Supply details"
|
|
1046
|
+
"lpe1Ref": "4.6.3"
|
|
1132
1047
|
}
|
|
1133
1048
|
},
|
|
1134
1049
|
"required": [
|
|
@@ -1151,12 +1066,10 @@
|
|
|
1151
1066
|
]
|
|
1152
1067
|
},
|
|
1153
1068
|
"lastDecoratedPeriod": {
|
|
1154
|
-
"lpe1Ref": "4.7"
|
|
1155
|
-
"title": "Confirm the date when the Managed Areas were last decorated, internally and externally."
|
|
1069
|
+
"lpe1Ref": "4.7"
|
|
1156
1070
|
},
|
|
1157
1071
|
"section20WorksProposed": {
|
|
1158
1072
|
"lpe1Ref": "4.8",
|
|
1159
|
-
"title": "Within the next 2 years, are any Section 20 works proposed to the Property?",
|
|
1160
1073
|
"discriminator": {
|
|
1161
1074
|
"propertyName": "yesNo"
|
|
1162
1075
|
},
|
|
@@ -1180,8 +1093,7 @@
|
|
|
1180
1093
|
]
|
|
1181
1094
|
},
|
|
1182
1095
|
"details": {
|
|
1183
|
-
"lpe1Ref": "4.8.1"
|
|
1184
|
-
"title": "If so, provide details of the works and the contribution anticipated from the Lessee"
|
|
1096
|
+
"lpe1Ref": "4.8.1"
|
|
1185
1097
|
}
|
|
1186
1098
|
},
|
|
1187
1099
|
"required": [
|
|
@@ -1195,7 +1107,6 @@
|
|
|
1195
1107
|
},
|
|
1196
1108
|
"increaseInServiceChargeAnticipated": {
|
|
1197
1109
|
"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
1110
|
"discriminator": {
|
|
1200
1111
|
"propertyName": "yesNo"
|
|
1201
1112
|
},
|
|
@@ -1217,8 +1128,7 @@
|
|
|
1217
1128
|
]
|
|
1218
1129
|
},
|
|
1219
1130
|
"details": {
|
|
1220
|
-
"lpe1Ref": "4.9.1"
|
|
1221
|
-
"title": "Provide details"
|
|
1131
|
+
"lpe1Ref": "4.9.1"
|
|
1222
1132
|
}
|
|
1223
1133
|
},
|
|
1224
1134
|
"required": [
|
|
@@ -1232,7 +1142,6 @@
|
|
|
1232
1142
|
},
|
|
1233
1143
|
"outstandingServiceChargeConsultation": {
|
|
1234
1144
|
"lpe1Ref": "4.10",
|
|
1235
|
-
"title": "Are there any outstanding Service Charge consultation procedures?",
|
|
1236
1145
|
"discriminator": {
|
|
1237
1146
|
"propertyName": "yesNo"
|
|
1238
1147
|
},
|
|
@@ -1254,8 +1163,7 @@
|
|
|
1254
1163
|
]
|
|
1255
1164
|
},
|
|
1256
1165
|
"details": {
|
|
1257
|
-
"lpe1Ref": "4.10.1"
|
|
1258
|
-
"title": "Provide details"
|
|
1166
|
+
"lpe1Ref": "4.10.1"
|
|
1259
1167
|
}
|
|
1260
1168
|
},
|
|
1261
1169
|
"required": [
|
|
@@ -1269,7 +1177,6 @@
|
|
|
1269
1177
|
},
|
|
1270
1178
|
"japaneseKnotweedAffectingManagedAreas": {
|
|
1271
1179
|
"lpe1Ref": "4.11",
|
|
1272
|
-
"title": "Are the Managed Areas known to be affected by Japanese knotweed?",
|
|
1273
1180
|
"discriminator": {
|
|
1274
1181
|
"propertyName": "yesNo"
|
|
1275
1182
|
},
|
|
@@ -1291,8 +1198,7 @@
|
|
|
1291
1198
|
]
|
|
1292
1199
|
},
|
|
1293
1200
|
"details": {
|
|
1294
|
-
"lpe1Ref": "4.11.1"
|
|
1295
|
-
"title": "Provide details and a copy of any Japanese knotweed management plan in place."
|
|
1201
|
+
"lpe1Ref": "4.11.1"
|
|
1296
1202
|
}
|
|
1297
1203
|
},
|
|
1298
1204
|
"required": [
|
|
@@ -1306,7 +1212,6 @@
|
|
|
1306
1212
|
},
|
|
1307
1213
|
"transferFees": {
|
|
1308
1214
|
"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
1215
|
"discriminator": {
|
|
1311
1216
|
"propertyName": "yesNo"
|
|
1312
1217
|
},
|
|
@@ -1328,8 +1233,7 @@
|
|
|
1328
1233
|
]
|
|
1329
1234
|
},
|
|
1330
1235
|
"details": {
|
|
1331
|
-
"lpe1Ref": "4.12.2"
|
|
1332
|
-
"title": "Provide details."
|
|
1236
|
+
"lpe1Ref": "4.12.2"
|
|
1333
1237
|
}
|
|
1334
1238
|
},
|
|
1335
1239
|
"required": [
|
|
@@ -1342,17 +1246,12 @@
|
|
|
1342
1246
|
],
|
|
1343
1247
|
"properties": {
|
|
1344
1248
|
"yesNo": {
|
|
1345
|
-
"lpe1Ref": "4.12.1"
|
|
1346
|
-
"enum": [
|
|
1347
|
-
"Yes",
|
|
1348
|
-
"No"
|
|
1349
|
-
]
|
|
1249
|
+
"lpe1Ref": "4.12.1"
|
|
1350
1250
|
}
|
|
1351
1251
|
}
|
|
1352
1252
|
},
|
|
1353
1253
|
"allPropertiesContribute": {
|
|
1354
1254
|
"lpe1Ref": "4.13",
|
|
1355
|
-
"title": "Do all properties in the Managed Area contribute to the Service Charge?",
|
|
1356
1255
|
"discriminator": {
|
|
1357
1256
|
"propertyName": "yesNo"
|
|
1358
1257
|
},
|
|
@@ -1374,8 +1273,7 @@
|
|
|
1374
1273
|
]
|
|
1375
1274
|
},
|
|
1376
1275
|
"details": {
|
|
1377
|
-
"lpe1Ref": "4.13.1"
|
|
1378
|
-
"title": "Provide details."
|
|
1276
|
+
"lpe1Ref": "4.13.1"
|
|
1379
1277
|
}
|
|
1380
1278
|
},
|
|
1381
1279
|
"required": [
|
|
@@ -1389,7 +1287,6 @@
|
|
|
1389
1287
|
},
|
|
1390
1288
|
"deedOfCertificateServed": {
|
|
1391
1289
|
"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
1290
|
"discriminator": {
|
|
1394
1291
|
"propertyName": "yesNoNotApplicable"
|
|
1395
1292
|
},
|
|
@@ -1431,7 +1328,6 @@
|
|
|
1431
1328
|
},
|
|
1432
1329
|
"landlordsCertificateServed": {
|
|
1433
1330
|
"lpe1Ref": "4.14",
|
|
1434
|
-
"title": "Has a Landlord's Certificate been served?",
|
|
1435
1331
|
"required": [
|
|
1436
1332
|
"yesNoNotApplicable"
|
|
1437
1333
|
]
|
|
@@ -1470,7 +1366,6 @@
|
|
|
1470
1366
|
},
|
|
1471
1367
|
"buildingsInsurance": {
|
|
1472
1368
|
"lpe1Ref": "5",
|
|
1473
|
-
"title": "Buildings Insurance",
|
|
1474
1369
|
"required": [
|
|
1475
1370
|
"premiumsPaidUpToDate",
|
|
1476
1371
|
"lastDemandPeriod",
|
|
@@ -1486,7 +1381,6 @@
|
|
|
1486
1381
|
"properties": {
|
|
1487
1382
|
"premiumsPaidUpToDate": {
|
|
1488
1383
|
"lpe1Ref": "5.1",
|
|
1489
|
-
"title": "Are the buildings insurance premium contributions paid up to date for the Managed Areas including the Property?",
|
|
1490
1384
|
"discriminator": {
|
|
1491
1385
|
"propertyName": "yesNo"
|
|
1492
1386
|
},
|
|
@@ -1508,8 +1402,7 @@
|
|
|
1508
1402
|
]
|
|
1509
1403
|
},
|
|
1510
1404
|
"details": {
|
|
1511
|
-
"lpe1Ref": "5.1.1"
|
|
1512
|
-
"title": "Provide details of the arrears"
|
|
1405
|
+
"lpe1Ref": "5.1.1"
|
|
1513
1406
|
}
|
|
1514
1407
|
},
|
|
1515
1408
|
"required": [
|
|
@@ -1522,12 +1415,10 @@
|
|
|
1522
1415
|
]
|
|
1523
1416
|
},
|
|
1524
1417
|
"lastDemandPeriod": {
|
|
1525
|
-
"lpe1Ref": "5.2"
|
|
1526
|
-
"title": "What period is covered by the last demand?"
|
|
1418
|
+
"lpe1Ref": "5.2"
|
|
1527
1419
|
},
|
|
1528
1420
|
"premiumPaidinFull": {
|
|
1529
1421
|
"lpe1Ref": "5.3",
|
|
1530
|
-
"title": "Has the premium been paid in full?",
|
|
1531
1422
|
"discriminator": {
|
|
1532
1423
|
"propertyName": "yesNo"
|
|
1533
1424
|
},
|
|
@@ -1549,8 +1440,7 @@
|
|
|
1549
1440
|
]
|
|
1550
1441
|
},
|
|
1551
1442
|
"details": {
|
|
1552
|
-
"lpe1Ref": "5.3.1"
|
|
1553
|
-
"title": "Provide details"
|
|
1443
|
+
"lpe1Ref": "5.3.1"
|
|
1554
1444
|
}
|
|
1555
1445
|
},
|
|
1556
1446
|
"required": [
|
|
@@ -1564,7 +1454,6 @@
|
|
|
1564
1454
|
},
|
|
1565
1455
|
"claimsMade": {
|
|
1566
1456
|
"lpe1Ref": "5.4",
|
|
1567
|
-
"title": "Have any claims been made against the policy during Yes the last 3 years?",
|
|
1568
1457
|
"discriminator": {
|
|
1569
1458
|
"propertyName": "yesNo"
|
|
1570
1459
|
},
|
|
@@ -1586,8 +1475,7 @@
|
|
|
1586
1475
|
]
|
|
1587
1476
|
},
|
|
1588
1477
|
"details": {
|
|
1589
|
-
"lpe1Ref": "5.4.1"
|
|
1590
|
-
"title": "Provide details"
|
|
1478
|
+
"lpe1Ref": "5.4.1"
|
|
1591
1479
|
}
|
|
1592
1480
|
},
|
|
1593
1481
|
"required": [
|
|
@@ -1601,7 +1489,6 @@
|
|
|
1601
1489
|
},
|
|
1602
1490
|
"claimsAnticipated": {
|
|
1603
1491
|
"lpe1Ref": "5.5",
|
|
1604
|
-
"title": "Are any claims anticipated?",
|
|
1605
1492
|
"discriminator": {
|
|
1606
1493
|
"propertyName": "yesNo"
|
|
1607
1494
|
},
|
|
@@ -1623,8 +1510,7 @@
|
|
|
1623
1510
|
]
|
|
1624
1511
|
},
|
|
1625
1512
|
"details": {
|
|
1626
|
-
"lpe1Ref": "5.5.1"
|
|
1627
|
-
"title": "Provide details"
|
|
1513
|
+
"lpe1Ref": "5.5.1"
|
|
1628
1514
|
}
|
|
1629
1515
|
},
|
|
1630
1516
|
"required": [
|
|
@@ -1638,7 +1524,6 @@
|
|
|
1638
1524
|
},
|
|
1639
1525
|
"managedAreasCoveredByPolicy": {
|
|
1640
1526
|
"lpe1Ref": "5.6",
|
|
1641
|
-
"title": "Are the Managed Areas covered by the policy?",
|
|
1642
1527
|
"discriminator": {
|
|
1643
1528
|
"propertyName": "yesNo"
|
|
1644
1529
|
},
|
|
@@ -1661,7 +1546,6 @@
|
|
|
1661
1546
|
},
|
|
1662
1547
|
"riskAssessments": {
|
|
1663
1548
|
"lpe1Ref": "5.6.1",
|
|
1664
|
-
"title": "What risk assessments have been completed?",
|
|
1665
1549
|
"discriminator": {
|
|
1666
1550
|
"propertyName": "assessmentsCarriedOut"
|
|
1667
1551
|
},
|
|
@@ -1685,12 +1569,7 @@
|
|
|
1685
1569
|
]
|
|
1686
1570
|
},
|
|
1687
1571
|
"urgentWorksRecommended": {
|
|
1688
|
-
"lpe1Ref": "5.6.2(i)"
|
|
1689
|
-
"title": "Have urgent or essential works been recommended?",
|
|
1690
|
-
"enum": [
|
|
1691
|
-
"Yes",
|
|
1692
|
-
"No"
|
|
1693
|
-
]
|
|
1572
|
+
"lpe1Ref": "5.6.2(i)"
|
|
1694
1573
|
}
|
|
1695
1574
|
},
|
|
1696
1575
|
"required": [
|
|
@@ -1705,20 +1584,10 @@
|
|
|
1705
1584
|
],
|
|
1706
1585
|
"properties": {
|
|
1707
1586
|
"urgentWorksCarriedOut": {
|
|
1708
|
-
"lpe1Ref": "5.6.2(ii)"
|
|
1709
|
-
"title": "Have these been carried out?",
|
|
1710
|
-
"enum": [
|
|
1711
|
-
"Yes",
|
|
1712
|
-
"No"
|
|
1713
|
-
]
|
|
1587
|
+
"lpe1Ref": "5.6.2(ii)"
|
|
1714
1588
|
},
|
|
1715
1589
|
"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
|
-
]
|
|
1590
|
+
"lpe1Ref": "5.6.2(iii)"
|
|
1722
1591
|
}
|
|
1723
1592
|
},
|
|
1724
1593
|
"oneOf": [
|
|
@@ -1729,8 +1598,7 @@
|
|
|
1729
1598
|
],
|
|
1730
1599
|
"properties": {
|
|
1731
1600
|
"dateRemedialActionRequired": {
|
|
1732
|
-
"lpe1Ref": "5.6.2(iv)"
|
|
1733
|
-
"title": "By what date is remedial action required?"
|
|
1601
|
+
"lpe1Ref": "5.6.2(iv)"
|
|
1734
1602
|
}
|
|
1735
1603
|
}
|
|
1736
1604
|
}
|
|
@@ -1755,7 +1623,6 @@
|
|
|
1755
1623
|
},
|
|
1756
1624
|
"standardTermsAvailable": {
|
|
1757
1625
|
"lpe1Ref": "5.7",
|
|
1758
|
-
"title": "Are you aware of any reason why comprehensive insurance will not be available on standard terms in future?",
|
|
1759
1626
|
"discriminator": {
|
|
1760
1627
|
"propertyName": "yesNo"
|
|
1761
1628
|
},
|
|
@@ -1777,8 +1644,7 @@
|
|
|
1777
1644
|
]
|
|
1778
1645
|
},
|
|
1779
1646
|
"details": {
|
|
1780
|
-
"lpe1Ref": "5.7.1"
|
|
1781
|
-
"title": "Provide details"
|
|
1647
|
+
"lpe1Ref": "5.7.1"
|
|
1782
1648
|
}
|
|
1783
1649
|
},
|
|
1784
1650
|
"required": [
|
|
@@ -1792,7 +1658,6 @@
|
|
|
1792
1658
|
},
|
|
1793
1659
|
"nonComplianceWithConditions": {
|
|
1794
1660
|
"lpe1Ref": "5.8",
|
|
1795
|
-
"title": "Are you aware of any non-compliance with the insurance conditions that would render the policy void?",
|
|
1796
1661
|
"discriminator": {
|
|
1797
1662
|
"propertyName": "yesNo"
|
|
1798
1663
|
},
|
|
@@ -1814,8 +1679,7 @@
|
|
|
1814
1679
|
]
|
|
1815
1680
|
},
|
|
1816
1681
|
"details": {
|
|
1817
|
-
"lpe1Ref": "5.8.1"
|
|
1818
|
-
"title": "Provide details"
|
|
1682
|
+
"lpe1Ref": "5.8.1"
|
|
1819
1683
|
}
|
|
1820
1684
|
},
|
|
1821
1685
|
"required": [
|
|
@@ -1828,12 +1692,10 @@
|
|
|
1828
1692
|
]
|
|
1829
1693
|
},
|
|
1830
1694
|
"buildingsReinstatementCostAssessment": {
|
|
1831
|
-
"lpe1Ref": "5.9"
|
|
1832
|
-
"title": "Please confirm the date of the last buildings reinstatement/cost assessment."
|
|
1695
|
+
"lpe1Ref": "5.9"
|
|
1833
1696
|
},
|
|
1834
1697
|
"premiumIncludedInServiceCharge": {
|
|
1835
1698
|
"lpe1Ref": "5.10",
|
|
1836
|
-
"title": "Is the insurance premium included in the service charge Yes budget?",
|
|
1837
1699
|
"discriminator": {
|
|
1838
1700
|
"propertyName": "yesNo"
|
|
1839
1701
|
},
|
|
@@ -1855,8 +1717,7 @@
|
|
|
1855
1717
|
]
|
|
1856
1718
|
},
|
|
1857
1719
|
"details": {
|
|
1858
|
-
"lpe1Ref": "5.10.1"
|
|
1859
|
-
"title": "confirm the annual amount payable for the Property"
|
|
1720
|
+
"lpe1Ref": "5.10.1"
|
|
1860
1721
|
}
|
|
1861
1722
|
},
|
|
1862
1723
|
"required": [
|
|
@@ -1872,7 +1733,6 @@
|
|
|
1872
1733
|
},
|
|
1873
1734
|
"disputesAndEnfranchisement": {
|
|
1874
1735
|
"lpe1Ref": "6",
|
|
1875
|
-
"title": "Disputes & Enfranchisement",
|
|
1876
1736
|
"required": [
|
|
1877
1737
|
"sellerReceivedComplaint",
|
|
1878
1738
|
"sellerSentComplaint",
|
|
@@ -1909,12 +1769,10 @@
|
|
|
1909
1769
|
]
|
|
1910
1770
|
},
|
|
1911
1771
|
"ongoingForfeitureProceedings": {
|
|
1912
|
-
"lpe1Ref": "6.1"
|
|
1913
|
-
"title": "Are there any on-going forfeiture proceedings in relation to the Property?"
|
|
1772
|
+
"lpe1Ref": "6.1"
|
|
1914
1773
|
},
|
|
1915
1774
|
"unresolvedDisputes": {
|
|
1916
1775
|
"lpe1Ref": "6.2",
|
|
1917
|
-
"title": "Are there any documented unresolved disputes with the Lessees of any of the properties in the Managed Area?",
|
|
1918
1776
|
"discriminator": {
|
|
1919
1777
|
"propertyName": "yesNo"
|
|
1920
1778
|
},
|
|
@@ -1936,8 +1794,7 @@
|
|
|
1936
1794
|
]
|
|
1937
1795
|
},
|
|
1938
1796
|
"details": {
|
|
1939
|
-
"lpe1Ref": "6.2.1"
|
|
1940
|
-
"title": "To the extent permitted by the UK General Data Protection Regulations, please supply details"
|
|
1797
|
+
"lpe1Ref": "6.2.1"
|
|
1941
1798
|
}
|
|
1942
1799
|
},
|
|
1943
1800
|
"required": [
|
|
@@ -1951,7 +1808,6 @@
|
|
|
1951
1808
|
},
|
|
1952
1809
|
"enfranchisementSteps": {
|
|
1953
1810
|
"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
1811
|
"discriminator": {
|
|
1956
1812
|
"propertyName": "yesNo"
|
|
1957
1813
|
},
|
|
@@ -1974,8 +1830,7 @@
|
|
|
1974
1830
|
]
|
|
1975
1831
|
},
|
|
1976
1832
|
"details": {
|
|
1977
|
-
"lpe1Ref": "6.3.1"
|
|
1978
|
-
"title": "Provide details and copies of relevant documentation"
|
|
1833
|
+
"lpe1Ref": "6.3.1"
|
|
1979
1834
|
}
|
|
1980
1835
|
},
|
|
1981
1836
|
"required": [
|
|
@@ -1989,7 +1844,6 @@
|
|
|
1989
1844
|
},
|
|
1990
1845
|
"breachOfTermsOfLease": {
|
|
1991
1846
|
"lpe1Ref": "6.4",
|
|
1992
|
-
"title": "Are you aware of any breach of the terms of the lease of this Property?",
|
|
1993
1847
|
"discriminator": {
|
|
1994
1848
|
"propertyName": "yesNo"
|
|
1995
1849
|
},
|
|
@@ -2011,8 +1865,7 @@
|
|
|
2011
1865
|
]
|
|
2012
1866
|
},
|
|
2013
1867
|
"details": {
|
|
2014
|
-
"lpe1Ref": "6.4.1"
|
|
2015
|
-
"title": "Provide details"
|
|
1868
|
+
"lpe1Ref": "6.4.1"
|
|
2016
1869
|
}
|
|
2017
1870
|
},
|
|
2018
1871
|
"required": [
|
|
@@ -2028,7 +1881,6 @@
|
|
|
2028
1881
|
},
|
|
2029
1882
|
"general": {
|
|
2030
1883
|
"lpe1Ref": "7",
|
|
2031
|
-
"title": "General",
|
|
2032
1884
|
"required": [
|
|
2033
1885
|
"sellerAwareOfAlterations",
|
|
2034
1886
|
"sellerOwnedProperty",
|
|
@@ -2057,12 +1909,10 @@
|
|
|
2057
1909
|
]
|
|
2058
1910
|
},
|
|
2059
1911
|
"otherPropertiesInManagedArea": {
|
|
2060
|
-
"lpe1Ref": "7.1"
|
|
2061
|
-
"title": "How many other properties are there in the Managed Area?"
|
|
1912
|
+
"lpe1Ref": "7.1"
|
|
2062
1913
|
},
|
|
2063
1914
|
"leasedOnSimilarTerms": {
|
|
2064
1915
|
"lpe1Ref": "7.2",
|
|
2065
|
-
"title": "Are they all leased on leases with similar terms?",
|
|
2066
1916
|
"discriminator": {
|
|
2067
1917
|
"propertyName": "yesNo"
|
|
2068
1918
|
},
|
|
@@ -2085,8 +1935,7 @@
|
|
|
2085
1935
|
]
|
|
2086
1936
|
},
|
|
2087
1937
|
"details": {
|
|
2088
|
-
"lpe1Ref": "7.2.1"
|
|
2089
|
-
"title": "Provide details"
|
|
1938
|
+
"lpe1Ref": "7.2.1"
|
|
2090
1939
|
}
|
|
2091
1940
|
},
|
|
2092
1941
|
"required": [
|
|
@@ -2100,7 +1949,6 @@
|
|
|
2100
1949
|
},
|
|
2101
1950
|
"buildingKnownToBeHMO": {
|
|
2102
1951
|
"lpe1Ref": "7.3",
|
|
2103
|
-
"title": "Is the building in which the Property is situated known to be an HMO?",
|
|
2104
1952
|
"discriminator": {
|
|
2105
1953
|
"propertyName": "yesNo"
|
|
2106
1954
|
},
|
|
@@ -2123,8 +1971,7 @@
|
|
|
2123
1971
|
]
|
|
2124
1972
|
},
|
|
2125
1973
|
"details": {
|
|
2126
|
-
"lpe1Ref": "7.3.1"
|
|
2127
|
-
"title": "Confirm that regulations applicable to section 257 Housing Act 2004 HMOs have been complied with"
|
|
1974
|
+
"lpe1Ref": "7.3.1"
|
|
2128
1975
|
}
|
|
2129
1976
|
},
|
|
2130
1977
|
"required": [
|
|
@@ -2138,7 +1985,6 @@
|
|
|
2138
1985
|
},
|
|
2139
1986
|
"additionalParkingRegulations": {
|
|
2140
1987
|
"lpe1Ref": "7.4",
|
|
2141
|
-
"title": "Are there any parking regulations or restrictions in addition to any set out in the lease?",
|
|
2142
1988
|
"discriminator": {
|
|
2143
1989
|
"propertyName": "yesNo"
|
|
2144
1990
|
},
|
|
@@ -2160,8 +2006,7 @@
|
|
|
2160
2006
|
]
|
|
2161
2007
|
},
|
|
2162
2008
|
"details": {
|
|
2163
|
-
"lpe1Ref": "7.4.1"
|
|
2164
|
-
"title": "Provide details"
|
|
2009
|
+
"lpe1Ref": "7.4.1"
|
|
2165
2010
|
}
|
|
2166
2011
|
},
|
|
2167
2012
|
"required": [
|
|
@@ -2175,7 +2020,6 @@
|
|
|
2175
2020
|
},
|
|
2176
2021
|
"restrictionOnKeepingPets": {
|
|
2177
2022
|
"lpe1Ref": "7.5",
|
|
2178
|
-
"title": "Is there a restriction in the lease on keeping pets?",
|
|
2179
2023
|
"discriminator": {
|
|
2180
2024
|
"propertyName": "yesNo"
|
|
2181
2025
|
},
|
|
@@ -2197,8 +2041,7 @@
|
|
|
2197
2041
|
]
|
|
2198
2042
|
},
|
|
2199
2043
|
"details": {
|
|
2200
|
-
"lpe1Ref": "7.5.1"
|
|
2201
|
-
"title": "Provide outline the requirements."
|
|
2044
|
+
"lpe1Ref": "7.5.1"
|
|
2202
2045
|
}
|
|
2203
2046
|
},
|
|
2204
2047
|
"required": [
|
|
@@ -2214,8 +2057,6 @@
|
|
|
2214
2057
|
},
|
|
2215
2058
|
"requiredDocuments": {
|
|
2216
2059
|
"lpe1Ref": "8",
|
|
2217
|
-
"title": "Required Documents",
|
|
2218
|
-
"description": "Please provide the following applicable documents:",
|
|
2219
2060
|
"required": [
|
|
2220
2061
|
"noticeOfSale",
|
|
2221
2062
|
"noticeOfBuildingCondition",
|
|
@@ -2245,182 +2086,67 @@
|
|
|
2245
2086
|
],
|
|
2246
2087
|
"properties": {
|
|
2247
2088
|
"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
|
-
]
|
|
2089
|
+
"lpe1Ref": "8.1"
|
|
2255
2090
|
},
|
|
2256
2091
|
"buildingsInsurancePolicy": {
|
|
2257
|
-
"lpe1Ref": "8.2"
|
|
2258
|
-
"title": "Buildings insurance policy and schedule."
|
|
2092
|
+
"lpe1Ref": "8.2"
|
|
2259
2093
|
},
|
|
2260
2094
|
"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
|
-
]
|
|
2095
|
+
"lpe1Ref": "8.3"
|
|
2268
2096
|
},
|
|
2269
2097
|
"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
|
-
]
|
|
2098
|
+
"lpe1Ref": "8.4"
|
|
2277
2099
|
},
|
|
2278
2100
|
"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
|
-
]
|
|
2101
|
+
"lpe1Ref": "8.5"
|
|
2286
2102
|
},
|
|
2287
2103
|
"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
|
-
]
|
|
2104
|
+
"lpe1Ref": "8.6"
|
|
2295
2105
|
},
|
|
2296
2106
|
"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
|
-
]
|
|
2107
|
+
"lpe1Ref": "8.7"
|
|
2304
2108
|
},
|
|
2305
2109
|
"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
|
-
]
|
|
2110
|
+
"lpe1Ref": "8.8"
|
|
2313
2111
|
},
|
|
2314
2112
|
"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
|
-
]
|
|
2113
|
+
"lpe1Ref": "8.9"
|
|
2324
2114
|
},
|
|
2325
2115
|
"deedOfCovenant": {
|
|
2326
|
-
"lpe1Ref": "8.10"
|
|
2327
|
-
"title": "Any required Deed of Covenant.",
|
|
2328
|
-
"enum": [
|
|
2329
|
-
"Enclosed",
|
|
2330
|
-
"To follow",
|
|
2331
|
-
"Not applicable"
|
|
2332
|
-
]
|
|
2116
|
+
"lpe1Ref": "8.10"
|
|
2333
2117
|
},
|
|
2334
2118
|
"certificateOfCompliance": {
|
|
2335
|
-
"lpe1Ref": "8.11"
|
|
2336
|
-
"title": "Any Certificate of Compliance.",
|
|
2337
|
-
"enum": [
|
|
2338
|
-
"Enclosed",
|
|
2339
|
-
"To follow",
|
|
2340
|
-
"Not applicable"
|
|
2341
|
-
]
|
|
2119
|
+
"lpe1Ref": "8.11"
|
|
2342
2120
|
},
|
|
2343
2121
|
"certificateOfComplianceFee": {
|
|
2344
|
-
"lpe1Ref": "8.11.1"
|
|
2345
|
-
"title": "Certificate of Compliance fee."
|
|
2122
|
+
"lpe1Ref": "8.11.1"
|
|
2346
2123
|
},
|
|
2347
2124
|
"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
|
-
]
|
|
2125
|
+
"lpe1Ref": "8.12"
|
|
2357
2126
|
},
|
|
2358
2127
|
"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
|
-
]
|
|
2128
|
+
"lpe1Ref": "8.13"
|
|
2366
2129
|
},
|
|
2367
2130
|
"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
|
-
]
|
|
2131
|
+
"lpe1Ref": "8.14"
|
|
2375
2132
|
},
|
|
2376
2133
|
"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
|
-
]
|
|
2134
|
+
"lpe1Ref": "8.15"
|
|
2384
2135
|
},
|
|
2385
2136
|
"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
|
-
]
|
|
2137
|
+
"lpe1Ref": "8.16"
|
|
2393
2138
|
},
|
|
2394
2139
|
"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
|
-
]
|
|
2140
|
+
"lpe1Ref": "8.17"
|
|
2402
2141
|
},
|
|
2403
2142
|
"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
|
-
]
|
|
2143
|
+
"lpe1Ref": "8.18"
|
|
2411
2144
|
},
|
|
2412
2145
|
"deedOfCertificate": {
|
|
2413
|
-
"lpe1Ref": "8.19"
|
|
2414
|
-
"title": "Leaseholder Deed of Certificate.",
|
|
2415
|
-
"enum": [
|
|
2416
|
-
"Enclosed",
|
|
2417
|
-
"To follow",
|
|
2418
|
-
"Not applicable"
|
|
2419
|
-
]
|
|
2146
|
+
"lpe1Ref": "8.19"
|
|
2420
2147
|
},
|
|
2421
2148
|
"landlordsCertificate": {
|
|
2422
2149
|
"lpe1Ref": "8.20",
|
|
2423
|
-
"title": "Landlord's Certificate.",
|
|
2424
2150
|
"enum": [
|
|
2425
2151
|
"Enclosed",
|
|
2426
2152
|
"To follow",
|
|
@@ -2428,20 +2154,12 @@
|
|
|
2428
2154
|
]
|
|
2429
2155
|
},
|
|
2430
2156
|
"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
|
-
]
|
|
2157
|
+
"lpe1Ref": "8.21"
|
|
2438
2158
|
}
|
|
2439
2159
|
}
|
|
2440
2160
|
},
|
|
2441
2161
|
"confirmation": {
|
|
2442
2162
|
"lpe1Ref": "9",
|
|
2443
|
-
"title": "Confirmation",
|
|
2444
|
-
"description": "By checking the box you are .",
|
|
2445
2163
|
"required": [
|
|
2446
2164
|
"response"
|
|
2447
2165
|
]
|