@pdtf/schemas 3.0.0-25 → 3.0.0-26

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.
@@ -73,9 +73,11 @@
73
73
  "leaseTerm",
74
74
  "contactDetails",
75
75
  "transferAndRegistration",
76
+ "serviceCharge",
76
77
  "groundRent",
77
78
  "ownershipAndManagement",
78
79
  "disputesAndEnfranchisement",
80
+ "buildingSafety",
79
81
  "general",
80
82
  "requiredDocuments"
81
83
  ],
@@ -221,6 +223,7 @@
221
223
  }
222
224
  },
223
225
  "serviceContactAssignments": {
226
+ "ta7Ref": "5.1",
224
227
  "required": [
225
228
  "organisesBuildingInsurance"
226
229
  ],
@@ -449,7 +452,12 @@
449
452
  ],
450
453
  "required": [
451
454
  "buildingManagerType"
452
- ]
455
+ ],
456
+ "properties": {
457
+ "buildingManagerType": {
458
+ "ta7Ref": "2.3.1"
459
+ }
460
+ }
453
461
  },
454
462
  "hasTenantCompanyDissolved": {
455
463
  "ta7Ref": "2.4"
@@ -676,53 +684,6 @@
676
684
  "ta7Ref": "5.2"
677
685
  }
678
686
  }
679
- },
680
- "deedOfCertificateServed": {
681
- "ta7Ref": "11.3",
682
- "discriminator": {
683
- "propertyName": "yesNoNotApplicable"
684
- },
685
- "oneOf": [
686
- {
687
- "properties": {
688
- "yesNoNotApplicable": {
689
- "enum": [
690
- "Not applicable"
691
- ]
692
- }
693
- }
694
- },
695
- {
696
- "properties": {
697
- "yesNoNotApplicable": {
698
- "enum": [
699
- "No"
700
- ]
701
- }
702
- }
703
- },
704
- {
705
- "properties": {
706
- "yesNoNotApplicable": {
707
- "enum": [
708
- "Yes"
709
- ]
710
- },
711
- "sellerCompletedDeedOfCertificate": {
712
- "ta7Ref": "11.3a"
713
- }
714
- }
715
- }
716
- ],
717
- "required": [
718
- "yesNoNotApplicable"
719
- ],
720
- "title": "Is there a Leaseholder Deed of Certificate for the property?",
721
- "properties": {
722
- "yesNoNotApplicable": {
723
- "ta7Ref": "11.3.1"
724
- }
725
- }
726
687
  }
727
688
  },
728
689
  "required": [
@@ -733,8 +694,7 @@
733
694
  "dangerousCladdingOrDefects",
734
695
  "difficultyInCollectingServiceCharge",
735
696
  "serviceChargeOwed",
736
- "lastDecoratedPeriod",
737
- "deedOfCertificateServed"
697
+ "lastDecoratedPeriod"
738
698
  ]
739
699
  }
740
700
  ],
@@ -829,14 +789,120 @@
829
789
  }
830
790
  }
831
791
  },
792
+ "buildingSafety": {
793
+ "ta7Ref": "11",
794
+ "required": [
795
+ "isLeaseQualifying",
796
+ "landlordNotifiedOfSale",
797
+ "deedOfCertificateServed",
798
+ "landlordsCertificateServed"
799
+ ],
800
+ "properties": {
801
+ "isLeaseQualifying": {
802
+ "ta7Ref": "11.2"
803
+ },
804
+ "deedOfCertificateServed": {
805
+ "ta7Ref": "11.3",
806
+ "discriminator": {
807
+ "propertyName": "yesNoNotApplicable"
808
+ },
809
+ "oneOf": [
810
+ {
811
+ "properties": {
812
+ "yesNoNotApplicable": {
813
+ "enum": [
814
+ "Not applicable",
815
+ "No"
816
+ ]
817
+ }
818
+ }
819
+ },
820
+ {
821
+ "properties": {
822
+ "yesNoNotApplicable": {
823
+ "enum": [
824
+ "Yes"
825
+ ]
826
+ },
827
+ "sellerCompletedDeedOfCertificate": {
828
+ "ta7Ref": "11.3a"
829
+ },
830
+ "attachments": {
831
+ "ta7Ref": "11.3b",
832
+ "title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence"
833
+ }
834
+ },
835
+ "required": [
836
+ "sellerCompletedDeedOfCertificate",
837
+ "attachments"
838
+ ]
839
+ }
840
+ ],
841
+ "required": [
842
+ "yesNoNotApplicable"
843
+ ],
844
+ "title": "Is there a Leaseholder Deed of Certificate for the property?",
845
+ "properties": {
846
+ "yesNoNotApplicable": {
847
+ "ta7Ref": "11.3.1"
848
+ }
849
+ }
850
+ },
851
+ "landlordNotifiedOfSale": {
852
+ "ta7Ref": "11.4"
853
+ },
854
+ "landlordsCertificateServed": {
855
+ "ta7Ref": "11.5",
856
+ "discriminator": {
857
+ "propertyName": "yesNoNotApplicable"
858
+ },
859
+ "oneOf": [
860
+ {
861
+ "properties": {
862
+ "yesNoNotApplicable": {
863
+ "enum": [
864
+ "Not applicable",
865
+ "No"
866
+ ]
867
+ }
868
+ }
869
+ },
870
+ {
871
+ "properties": {
872
+ "yesNoNotApplicable": {
873
+ "enum": [
874
+ "Yes"
875
+ ]
876
+ },
877
+ "attachments": {
878
+ "ta7Ref": "11.5.2",
879
+ "title": "Please supply a copy and the accompanying evidence."
880
+ }
881
+ },
882
+ "required": [
883
+ "attachments"
884
+ ]
885
+ }
886
+ ],
887
+ "required": [
888
+ "yesNoNotApplicable"
889
+ ],
890
+ "title": "Has the seller received a Landlord’s Certificate and the accompanying evidence?",
891
+ "properties": {
892
+ "yesNoNotApplicable": {
893
+ "ta7Ref": "11.5.2"
894
+ }
895
+ }
896
+ }
897
+ }
898
+ },
832
899
  "general": {
833
900
  "required": [
834
901
  "sellerAwareOfAlterations",
835
902
  "sellerOwnedProperty",
836
903
  "sellerServedNoticeOnLandlord",
837
904
  "sellerAwareOfNoticeOfCollectivePurchase",
838
- "sellerAwareOfResponse",
839
- "isLeaseQualifying"
905
+ "sellerAwareOfResponse"
840
906
  ],
841
907
  "properties": {
842
908
  "sellerAwareOfAlterations": {
@@ -890,17 +956,14 @@
890
956
  },
891
957
  "sellerAwareOfResponse": {
892
958
  "ta7Ref": "10.4"
893
- },
894
- "isLeaseQualifying": {
895
- "ta7Ref": "11.2"
896
959
  }
897
960
  }
898
961
  },
899
962
  "requiredDocuments": {
900
963
  "required": [
964
+ "lease",
901
965
  "noticeOfSale",
902
966
  "noticeOfBuildingCondition",
903
- "landlordNotifiedOfSale",
904
967
  "copyOfcorrespondence",
905
968
  "serviceChargeAccounts",
906
969
  "groundRent",
@@ -908,21 +971,21 @@
908
971
  "additionalRegulationsNotInLease",
909
972
  "deedsOfVariation",
910
973
  "deedOfCovenant",
911
- "memorandumAndArticles",
912
- "shareOrMembershipCertificate",
913
- "companyAccounts",
914
- "deedOfCertificate",
915
- "landlordsCertificate"
974
+ "managementCompanyDocuments"
916
975
  ],
976
+ "title": "Relevant documents",
917
977
  "properties": {
918
- "noticeOfSale": {
919
- "ta7Ref": "6.1"
978
+ "lease": {
979
+ "ta7Ref": "3.1a1"
920
980
  },
921
- "noticeOfBuildingCondition": {
922
- "ta7Ref": "6.2"
923
- },
924
- "landlordNotifiedOfSale": {
925
- "ta7Ref": "11.4"
981
+ "deedsOfVariation": {
982
+ "ta7Ref": "3.1a2",
983
+ "title": "Any supplemental deeds.",
984
+ "enum": [
985
+ "Enclosed",
986
+ "To follow",
987
+ "Not applicable"
988
+ ]
926
989
  },
927
990
  "copyOfcorrespondence": {
928
991
  "ta7Ref": "3.2"
@@ -944,36 +1007,28 @@
944
1007
  }
945
1008
  }
946
1009
  },
947
- "additionalRegulationsNotInLease": {
948
- "ta7Ref": "3.1b"
949
- },
950
- "deedsOfVariation": {
951
- "ta7Ref": "3.1a"
952
- },
953
- "deedOfCovenant": {
954
- "ta7Ref": "3.1a"
955
- },
956
- "memorandumAndArticles": {
957
- "ta7Ref": "3.5a"
958
- },
959
- "shareOrMembershipCertificate": {
960
- "ta7Ref": "3.5b"
1010
+ "noticeOfSale": {
1011
+ "ta7Ref": "6.1"
961
1012
  },
962
- "companyAccounts": {
963
- "ta7Ref": "3.5c"
1013
+ "noticeOfBuildingCondition": {
1014
+ "ta7Ref": "6.2"
964
1015
  },
965
- "deedOfCertificate": {
966
- "ta7Ref": "11.3b",
967
- "title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence"
1016
+ "additionalRegulationsNotInLease": {
1017
+ "ta7Ref": "3.1b"
968
1018
  },
969
- "landlordsCertificate": {
970
- "ta7Ref": "11.5",
971
- "title": "Has the seller received a Landlord’s Certificate and the accompanying evidence?",
972
- "enum": [
973
- "Enclosed",
974
- "To follow",
975
- "No"
976
- ]
1019
+ "managementCompanyDocuments": {
1020
+ "ta7Ref": "3.5",
1021
+ "properties": {
1022
+ "memorandumAndArticles": {
1023
+ "ta7Ref": "3.5a"
1024
+ },
1025
+ "shareOrMembershipCertificate": {
1026
+ "ta7Ref": "3.5b"
1027
+ },
1028
+ "companyAccounts": {
1029
+ "ta7Ref": "3.5c"
1030
+ }
1031
+ }
977
1032
  }
978
1033
  }
979
1034
  }