@pdtf/schemas 3.2.1-2 → 3.2.1-3
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 +1 -1
- package/src/examples/v3/exampleTransaction.json +5 -2
- package/src/schemas/v3/combined.json +33 -5
- package/src/schemas/v3/overlays/baspi4.json +5 -1
- package/src/schemas/v3/overlays/baspi5.json +5 -1
- package/src/schemas/v3/overlays/nts-sef.json +42 -3
- package/src/schemas/v3/overlays/nts.json +1 -3
- package/src/schemas/v3/overlays/ntsl.json +1 -0
- package/src/schemas/v3/overlays/ta7.json +11 -2
package/package.json
CHANGED
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
},
|
|
165
165
|
"buildingSafety": { "yesNo": "No" },
|
|
166
166
|
"accessibilityAndAdaptations": ["Level access"],
|
|
167
|
-
"loft": {
|
|
168
|
-
"loftAccess": "Yes",
|
|
167
|
+
"loft": {
|
|
168
|
+
"loftAccess": "Yes",
|
|
169
169
|
"details": "There's a hatch you need to jump up and grab and pull yourself in",
|
|
170
170
|
"loftBoarded": "No",
|
|
171
171
|
"loftInsulated": "Yes"
|
|
@@ -339,6 +339,9 @@
|
|
|
339
339
|
"solarPanels": {
|
|
340
340
|
"yesNo": "No"
|
|
341
341
|
},
|
|
342
|
+
"heatPump": {
|
|
343
|
+
"yesNo": "No"
|
|
344
|
+
},
|
|
342
345
|
"otherSources": {
|
|
343
346
|
"yesNo": "No"
|
|
344
347
|
}
|
|
@@ -5966,8 +5966,6 @@
|
|
|
5966
5966
|
},
|
|
5967
5967
|
"groundRentFrequency": {
|
|
5968
5968
|
"ta7Ref": "1.2b",
|
|
5969
|
-
"ntsRef": "A3.4.3",
|
|
5970
|
-
"nts-sefRef": "A3.4.3",
|
|
5971
5969
|
"title": "How regularly is the rent paid? (e.g. annually)",
|
|
5972
5970
|
"type": "string"
|
|
5973
5971
|
},
|
|
@@ -6040,6 +6038,10 @@
|
|
|
6040
6038
|
"rentReviewFrequency",
|
|
6041
6039
|
"rentIncreaseCalculated"
|
|
6042
6040
|
],
|
|
6041
|
+
"ta7Required": [
|
|
6042
|
+
"rentReviewFrequency",
|
|
6043
|
+
"rentIncreaseCalculated"
|
|
6044
|
+
],
|
|
6043
6045
|
"baspi4Required": [
|
|
6044
6046
|
"rentReviewFrequency",
|
|
6045
6047
|
"rentIncreaseCalculated"
|
|
@@ -6121,6 +6123,11 @@
|
|
|
6121
6123
|
"groundRentPaidUpToDate",
|
|
6122
6124
|
"lastDemandPeriod"
|
|
6123
6125
|
],
|
|
6126
|
+
"ta7Required": [
|
|
6127
|
+
"annualGroundRent",
|
|
6128
|
+
"groundRentFrequency",
|
|
6129
|
+
"rentSubjectToIncrease"
|
|
6130
|
+
],
|
|
6124
6131
|
"baspi4Required": [
|
|
6125
6132
|
"annualGroundRent",
|
|
6126
6133
|
"rentSubjectToIncrease"
|
|
@@ -7006,13 +7013,18 @@
|
|
|
7006
7013
|
"lpe1Ref": "4.12",
|
|
7007
7014
|
"baspi4Ref": "A1.5.3",
|
|
7008
7015
|
"baspi5Ref": "A1.5.3",
|
|
7016
|
+
"nts-sefRef": "A3.5.1.1",
|
|
7009
7017
|
"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?",
|
|
7018
|
+
"baspi4Title": "Additional fees payable on sale or letting, if known",
|
|
7019
|
+
"baspi5Title": "Additional fees payable on sale or letting, if known",
|
|
7020
|
+
"nts-sefTitle": "Are there any additional fees payable on sale or letting?",
|
|
7010
7021
|
"type": "object",
|
|
7011
7022
|
"properties": {
|
|
7012
7023
|
"yesNo": {
|
|
7013
7024
|
"lpe1Ref": "4.12.1",
|
|
7014
7025
|
"baspi4Ref": "A1.5.3.1",
|
|
7015
7026
|
"baspi5Ref": "A1.5.3.1",
|
|
7027
|
+
"nts-sefRef": "A3.5.1.1.1",
|
|
7016
7028
|
"type": "string",
|
|
7017
7029
|
"title": "",
|
|
7018
7030
|
"enum": ["Yes", "No"]
|
|
@@ -7021,6 +7033,7 @@
|
|
|
7021
7033
|
"lpe1Required": ["yesNo"],
|
|
7022
7034
|
"baspi4Required": ["yesNo"],
|
|
7023
7035
|
"baspi5Required": ["yesNo"],
|
|
7036
|
+
"nts-sefRequired": ["yesNo"],
|
|
7024
7037
|
"discriminator": {
|
|
7025
7038
|
"propertyName": "yesNo"
|
|
7026
7039
|
},
|
|
@@ -7041,12 +7054,16 @@
|
|
|
7041
7054
|
"lpe1Ref": "4.12.2",
|
|
7042
7055
|
"baspi4Ref": "A1.5.3.2",
|
|
7043
7056
|
"baspi5Ref": "A1.5.3.2",
|
|
7057
|
+
"nts-sefRef": "A3.5.1.1.2",
|
|
7044
7058
|
"title": "Provide details.",
|
|
7045
7059
|
"type": "string",
|
|
7046
7060
|
"minLength": 1
|
|
7047
7061
|
}
|
|
7048
7062
|
},
|
|
7049
|
-
"lpe1Required": ["details"]
|
|
7063
|
+
"lpe1Required": ["details"],
|
|
7064
|
+
"baspi4Required": ["details"],
|
|
7065
|
+
"baspi5Required": ["details"],
|
|
7066
|
+
"nts-sefRequired": ["details"]
|
|
7050
7067
|
}
|
|
7051
7068
|
]
|
|
7052
7069
|
},
|
|
@@ -17831,13 +17848,24 @@
|
|
|
17831
17848
|
"piqRef": "A7.1.1",
|
|
17832
17849
|
"title": "Electricity supply",
|
|
17833
17850
|
"type": "object",
|
|
17834
|
-
"ntsRequired": [
|
|
17851
|
+
"ntsRequired": [
|
|
17852
|
+
"mainsElectricity",
|
|
17853
|
+
"solarPanels",
|
|
17854
|
+
"heatPump",
|
|
17855
|
+
"otherSources"
|
|
17856
|
+
],
|
|
17835
17857
|
"nts-sefRequired": [
|
|
17836
17858
|
"mainsElectricity",
|
|
17837
17859
|
"solarPanels",
|
|
17860
|
+
"heatPump",
|
|
17861
|
+
"otherSources"
|
|
17862
|
+
],
|
|
17863
|
+
"ntslRequired": [
|
|
17864
|
+
"mainsElectricity",
|
|
17865
|
+
"solarPanels",
|
|
17866
|
+
"heatPump",
|
|
17838
17867
|
"otherSources"
|
|
17839
17868
|
],
|
|
17840
|
-
"ntslRequired": ["mainsElectricity", "solarPanels", "otherSources"],
|
|
17841
17869
|
"baspi4Required": ["mainsElectricity", "solarPanels", "otherSources"],
|
|
17842
17870
|
"baspi5Required": ["mainsElectricity", "solarPanels", "otherSources"],
|
|
17843
17871
|
"ta6Required": ["mainsElectricity", "solarPanels"],
|
|
@@ -1023,12 +1023,16 @@
|
|
|
1023
1023
|
"details": {
|
|
1024
1024
|
"baspi4Ref": "A1.5.3.2"
|
|
1025
1025
|
}
|
|
1026
|
-
}
|
|
1026
|
+
},
|
|
1027
|
+
"required": [
|
|
1028
|
+
"details"
|
|
1029
|
+
]
|
|
1027
1030
|
}
|
|
1028
1031
|
],
|
|
1029
1032
|
"required": [
|
|
1030
1033
|
"yesNo"
|
|
1031
1034
|
],
|
|
1035
|
+
"title": "Additional fees payable on sale or letting, if known",
|
|
1032
1036
|
"properties": {
|
|
1033
1037
|
"yesNo": {
|
|
1034
1038
|
"baspi4Ref": "A1.5.3.1"
|
|
@@ -1124,12 +1124,16 @@
|
|
|
1124
1124
|
"details": {
|
|
1125
1125
|
"baspi5Ref": "A1.5.3.2"
|
|
1126
1126
|
}
|
|
1127
|
-
}
|
|
1127
|
+
},
|
|
1128
|
+
"required": [
|
|
1129
|
+
"details"
|
|
1130
|
+
]
|
|
1128
1131
|
}
|
|
1129
1132
|
],
|
|
1130
1133
|
"required": [
|
|
1131
1134
|
"yesNo"
|
|
1132
1135
|
],
|
|
1136
|
+
"title": "Additional fees payable on sale or letting, if known",
|
|
1133
1137
|
"properties": {
|
|
1134
1138
|
"yesNo": {
|
|
1135
1139
|
"baspi5Ref": "A1.5.3.1"
|
|
@@ -384,9 +384,6 @@
|
|
|
384
384
|
"annualGroundRent": {
|
|
385
385
|
"nts-sefRef": "A3.4.2"
|
|
386
386
|
},
|
|
387
|
-
"groundRentFrequency": {
|
|
388
|
-
"nts-sefRef": "A3.4.3"
|
|
389
|
-
},
|
|
390
387
|
"rentSubjectToIncrease": {
|
|
391
388
|
"nts-sefRef": "A3.4.4",
|
|
392
389
|
"discriminator": {
|
|
@@ -471,6 +468,47 @@
|
|
|
471
468
|
},
|
|
472
469
|
"annualServiceCharge": {
|
|
473
470
|
"nts-sefRef": "A3.5.1.1"
|
|
471
|
+
},
|
|
472
|
+
"transferFees": {
|
|
473
|
+
"nts-sefRef": "A3.5.1.1",
|
|
474
|
+
"discriminator": {
|
|
475
|
+
"propertyName": "yesNo"
|
|
476
|
+
},
|
|
477
|
+
"oneOf": [
|
|
478
|
+
{
|
|
479
|
+
"properties": {
|
|
480
|
+
"yesNo": {
|
|
481
|
+
"enum": [
|
|
482
|
+
"No"
|
|
483
|
+
]
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"properties": {
|
|
489
|
+
"yesNo": {
|
|
490
|
+
"enum": [
|
|
491
|
+
"Yes"
|
|
492
|
+
]
|
|
493
|
+
},
|
|
494
|
+
"details": {
|
|
495
|
+
"nts-sefRef": "A3.5.1.1.2"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
"required": [
|
|
499
|
+
"details"
|
|
500
|
+
]
|
|
501
|
+
}
|
|
502
|
+
],
|
|
503
|
+
"required": [
|
|
504
|
+
"yesNo"
|
|
505
|
+
],
|
|
506
|
+
"title": "Are there any additional fees payable on sale or letting?",
|
|
507
|
+
"properties": {
|
|
508
|
+
"yesNo": {
|
|
509
|
+
"nts-sefRef": "A3.5.1.1.1"
|
|
510
|
+
}
|
|
511
|
+
}
|
|
474
512
|
}
|
|
475
513
|
},
|
|
476
514
|
"required": [
|
|
@@ -1137,6 +1175,7 @@
|
|
|
1137
1175
|
"required": [
|
|
1138
1176
|
"mainsElectricity",
|
|
1139
1177
|
"solarPanels",
|
|
1178
|
+
"heatPump",
|
|
1140
1179
|
"otherSources"
|
|
1141
1180
|
],
|
|
1142
1181
|
"properties": {
|
|
@@ -383,9 +383,6 @@
|
|
|
383
383
|
"annualGroundRent": {
|
|
384
384
|
"ntsRef": "A3.4.2"
|
|
385
385
|
},
|
|
386
|
-
"groundRentFrequency": {
|
|
387
|
-
"ntsRef": "A3.4.3"
|
|
388
|
-
},
|
|
389
386
|
"rentSubjectToIncrease": {
|
|
390
387
|
"ntsRef": "A3.4.4",
|
|
391
388
|
"discriminator": {
|
|
@@ -1087,6 +1084,7 @@
|
|
|
1087
1084
|
"required": [
|
|
1088
1085
|
"mainsElectricity",
|
|
1089
1086
|
"solarPanels",
|
|
1087
|
+
"heatPump",
|
|
1090
1088
|
"otherSources"
|
|
1091
1089
|
],
|
|
1092
1090
|
"properties": {
|
|
@@ -341,7 +341,11 @@
|
|
|
341
341
|
"rentIncreaseCalculated": {
|
|
342
342
|
"ta7Ref": "1.2e"
|
|
343
343
|
}
|
|
344
|
-
}
|
|
344
|
+
},
|
|
345
|
+
"required": [
|
|
346
|
+
"rentReviewFrequency",
|
|
347
|
+
"rentIncreaseCalculated"
|
|
348
|
+
]
|
|
345
349
|
}
|
|
346
350
|
],
|
|
347
351
|
"required": [
|
|
@@ -353,7 +357,12 @@
|
|
|
353
357
|
}
|
|
354
358
|
}
|
|
355
359
|
}
|
|
356
|
-
}
|
|
360
|
+
},
|
|
361
|
+
"required": [
|
|
362
|
+
"annualGroundRent",
|
|
363
|
+
"groundRentFrequency",
|
|
364
|
+
"rentSubjectToIncrease"
|
|
365
|
+
]
|
|
357
366
|
}
|
|
358
367
|
],
|
|
359
368
|
"required": [
|