@pdtf/schemas 3.2.0-3 → 3.2.0-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdtf/schemas",
3
- "version": "3.2.0-3",
3
+ "version": "3.2.0-4",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -675,6 +675,11 @@
675
675
  "Modern Method of Auction",
676
676
  "Private treaty"
677
677
  ]
678
+ },
679
+ "saleAtUndervalue": {
680
+ "title": "Is the property being sold at undervalue?",
681
+ "type": "string",
682
+ "enum": ["Yes", "No"]
678
683
  }
679
684
  }
680
685
  },
@@ -757,46 +762,6 @@
757
762
  }
758
763
  }
759
764
  },
760
- "saleAtUndervalue": {
761
- "title": "Is the property being sold at undervalue?",
762
- "type": "string",
763
- "enum": ["Yes", "No"]
764
- },
765
- "hasHelpToBuyEquityLoan": {
766
- "title": "Is the property being sold with a Help to Buy equity loan outstanding?",
767
- "type": "string",
768
- "enum": ["Yes", "No"]
769
- },
770
- "isHMO": {
771
- "title": "Is the property a House in Multiple Occupation (HMO)?",
772
- "type": "string",
773
- "enum": ["Yes", "No"]
774
- },
775
- "isStudentAccommodation": {
776
- "title": "Is the property student accommodation?",
777
- "type": "string",
778
- "enum": ["Yes", "No"]
779
- },
780
- "numberOfSellers": {
781
- "title": "How many sellers are involved in the transaction?",
782
- "description": "This may differ from the number of legal owners, for example if the property is being sold by executors of a deceased owner",
783
- "type": "integer"
784
- },
785
- "numberOfNonUkResidentSellers": {
786
- "title": "How many sellers are involved in the transaction who are resident outside the UK?",
787
- "description": "This may differ from the number of legal owners, for example if the property is being sold by executors of a deceased owner",
788
- "type": "integer"
789
- },
790
- "isFirstRegistration": {
791
- "title": "Is this the first time the property is to be registered with HMLR?",
792
- "type": "string",
793
- "enum": ["Yes", "No"]
794
- },
795
- "isLimitedCompanySale": {
796
- "title": "Is the property being sold by a Limited Company?",
797
- "type": "string",
798
- "enum": ["Yes", "No"]
799
- },
800
765
  "buildInformation": {
801
766
  "ntsRef": "B1.1",
802
767
  "ntslRef": "B1.1",
@@ -998,6 +963,16 @@
998
963
  }
999
964
  }
1000
965
  },
966
+ "isHMO": {
967
+ "title": "Is the property a House in Multiple Occupation (HMO)?",
968
+ "type": "string",
969
+ "enum": ["Yes", "No"]
970
+ },
971
+ "isStudentAccommodation": {
972
+ "title": "Is the property student accommodation?",
973
+ "type": "string",
974
+ "enum": ["Yes", "No"]
975
+ },
1001
976
  "roomDimensions": {
1002
977
  "ntsRef": "B2",
1003
978
  "ntslRef": "B2",
@@ -1538,6 +1513,31 @@
1538
1513
  "ntsRequired": ["ownershipsToBeTransferred"],
1539
1514
  "ta7Required": ["ownershipsToBeTransferred"],
1540
1515
  "properties": {
1516
+ "numberOfSellers": {
1517
+ "title": "How many sellers are involved in the transaction?",
1518
+ "description": "This may differ from the number of legal owners, for example if the property is being sold by executors of a deceased owner",
1519
+ "type": "integer"
1520
+ },
1521
+ "numberOfNonUkResidentSellers": {
1522
+ "title": "How many sellers are involved in the transaction who are resident outside the UK?",
1523
+ "description": "This may differ from the number of legal owners, for example if the property is being sold by executors of a deceased owner",
1524
+ "type": "integer"
1525
+ },
1526
+ "hasHelpToBuyEquityLoan": {
1527
+ "title": "Is the property being sold with a Help to Buy equity loan outstanding?",
1528
+ "type": "string",
1529
+ "enum": ["Yes", "No"]
1530
+ },
1531
+ "isFirstRegistration": {
1532
+ "title": "Is this the first time the property is to be registered with HMLR?",
1533
+ "type": "string",
1534
+ "enum": ["Yes", "No"]
1535
+ },
1536
+ "isLimitedCompanySale": {
1537
+ "title": "Is the property being sold by a Limited Company?",
1538
+ "type": "string",
1539
+ "enum": ["Yes", "No"]
1540
+ },
1541
1541
  "ownershipsToBeTransferred": {
1542
1542
  "baspi4Ref": "A1.3",
1543
1543
  "baspi5Ref": "A1.3",
@@ -38304,7 +38304,7 @@
38304
38304
  }
38305
38305
  }
38306
38306
  }
38307
- },
38307
+ },
38308
38308
  "additionalDocuments": {
38309
38309
  "title": "Additional documents referred to in title register",
38310
38310
  "type": "array",
@@ -485,6 +485,14 @@
485
485
  "Modern Method of Auction",
486
486
  "Private treaty"
487
487
  ]
488
+ },
489
+ "saleAtUndervalue": {
490
+ "title": "Is the property being sold at undervalue?",
491
+ "type": "string",
492
+ "enum": [
493
+ "Yes",
494
+ "No"
495
+ ]
488
496
  }
489
497
  }
490
498
  },
@@ -563,64 +571,6 @@
563
571
  }
564
572
  }
565
573
  },
566
- "saleAtUndervalue": {
567
- "title": "Is the property being sold at undervalue?",
568
- "type": "string",
569
- "enum": [
570
- "Yes",
571
- "No"
572
- ]
573
- },
574
- "hasHelpToBuyEquityLoan": {
575
- "title": "Is the property being sold with a Help to Buy equity loan outstanding?",
576
- "type": "string",
577
- "enum": [
578
- "Yes",
579
- "No"
580
- ]
581
- },
582
- "isHMO": {
583
- "title": "Is the property a House in Multiple Occupation (HMO)?",
584
- "type": "string",
585
- "enum": [
586
- "Yes",
587
- "No"
588
- ]
589
- },
590
- "isStudentAccommodation": {
591
- "title": "Is the property student accommodation?",
592
- "type": "string",
593
- "enum": [
594
- "Yes",
595
- "No"
596
- ]
597
- },
598
- "numberOfSellers": {
599
- "title": "How many sellers are involved in the transaction?",
600
- "description": "This may differ from the number of legal owners, for example if the property is being sold by executors of a deceased owner",
601
- "type": "integer"
602
- },
603
- "numberOfNonUkResidentSellers": {
604
- "title": "How many sellers are involved in the transaction who are resident outside the UK?",
605
- "description": "This may differ from the number of legal owners, for example if the property is being sold by executors of a deceased owner",
606
- "type": "integer"
607
- },
608
- "isFirstRegistration": {
609
- "title": "Is this the first time the property is to be registered with HMLR?",
610
- "type": "string",
611
- "enum": [
612
- "Yes",
613
- "No"
614
- ]
615
- },
616
- "isLimitedCompanySale": {
617
- "title": "Is the property being sold by a Limited Company?",
618
- "type": "string",
619
- "enum": [
620
- "Yes",
621
- "No"
622
- ]
623
- },
624
574
  "buildInformation": {
625
575
  "title": "About the property building",
626
576
  "type": "object",
@@ -785,6 +735,22 @@
785
735
  }
786
736
  }
787
737
  },
738
+ "isHMO": {
739
+ "title": "Is the property a House in Multiple Occupation (HMO)?",
740
+ "type": "string",
741
+ "enum": [
742
+ "Yes",
743
+ "No"
744
+ ]
745
+ },
746
+ "isStudentAccommodation": {
747
+ "title": "Is the property student accommodation?",
748
+ "type": "string",
749
+ "enum": [
750
+ "Yes",
751
+ "No"
752
+ ]
753
+ },
788
754
  "roomDimensions": {
789
755
  "title": "Room dimensions",
790
756
  "type": "object",
@@ -1317,6 +1283,40 @@
1317
1283
  "title": "Ownership",
1318
1284
  "type": "object",
1319
1285
  "properties": {
1286
+ "numberOfSellers": {
1287
+ "title": "How many sellers are involved in the transaction?",
1288
+ "description": "This may differ from the number of legal owners, for example if the property is being sold by executors of a deceased owner",
1289
+ "type": "integer"
1290
+ },
1291
+ "numberOfNonUkResidentSellers": {
1292
+ "title": "How many sellers are involved in the transaction who are resident outside the UK?",
1293
+ "description": "This may differ from the number of legal owners, for example if the property is being sold by executors of a deceased owner",
1294
+ "type": "integer"
1295
+ },
1296
+ "hasHelpToBuyEquityLoan": {
1297
+ "title": "Is the property being sold with a Help to Buy equity loan outstanding?",
1298
+ "type": "string",
1299
+ "enum": [
1300
+ "Yes",
1301
+ "No"
1302
+ ]
1303
+ },
1304
+ "isFirstRegistration": {
1305
+ "title": "Is this the first time the property is to be registered with HMLR?",
1306
+ "type": "string",
1307
+ "enum": [
1308
+ "Yes",
1309
+ "No"
1310
+ ]
1311
+ },
1312
+ "isLimitedCompanySale": {
1313
+ "title": "Is the property being sold by a Limited Company?",
1314
+ "type": "string",
1315
+ "enum": [
1316
+ "Yes",
1317
+ "No"
1318
+ ]
1319
+ },
1320
1320
  "ownershipsToBeTransferred": {
1321
1321
  "title": "Ownerships to be transferred on sale",
1322
1322
  "type": "array",
@@ -78,7 +78,8 @@
78
78
  "priceInformation": {
79
79
  "price": {},
80
80
  "priceQualifier": {},
81
- "disposal": {}
81
+ "disposal": {},
82
+ "saleAtUndervalue": {}
82
83
  },
83
84
  "lettingInformation": {
84
85
  "rent": {},
@@ -93,14 +94,6 @@
93
94
  "mediaUrl": {},
94
95
  "caption": {}
95
96
  },
96
- "saleAtUndervalue": {},
97
- "hasHelpToBuyEquityLoan": {},
98
- "isHMO": {},
99
- "isStudentAccommodation": {},
100
- "numberOfSellers": {},
101
- "numberOfNonUkResidentSellers": {},
102
- "isFirstRegistration": {},
103
- "isLimitedCompanySale": {},
104
97
  "buildInformation": {
105
98
  "building": {
106
99
  "builtForm": {},
@@ -122,6 +115,8 @@
122
115
  "isNewBuild": {
123
116
  "yesNo": {}
124
117
  },
118
+ "isHMO": {},
119
+ "isStudentAccommodation": {},
125
120
  "roomDimensions": {
126
121
  "hasFloorplan": {},
127
122
  "attachments": {},
@@ -210,6 +205,11 @@
210
205
  }
211
206
  },
212
207
  "ownership": {
208
+ "numberOfSellers": {},
209
+ "numberOfNonUkResidentSellers": {},
210
+ "hasHelpToBuyEquityLoan": {},
211
+ "isFirstRegistration": {},
212
+ "isLimitedCompanySale": {},
213
213
  "ownershipsToBeTransferred": {
214
214
  "titleNumber": {},
215
215
  "ownershipType": {},