arelle-release 2.37.25__py3-none-any.whl → 2.37.26__py3-none-any.whl
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.
Potentially problematic release.
This version of arelle-release might be problematic. Click here for more details.
- arelle/_version.py +2 -2
- arelle/plugin/validate/NL/rules/nl_kvk.py +24 -0
- {arelle_release-2.37.25.dist-info → arelle_release-2.37.26.dist-info}/METADATA +1 -1
- {arelle_release-2.37.25.dist-info → arelle_release-2.37.26.dist-info}/RECORD +9 -9
- tests/integration_tests/validation/conformance_suite_configurations/nl_inline_2024.py +0 -1
- {arelle_release-2.37.25.dist-info → arelle_release-2.37.26.dist-info}/WHEEL +0 -0
- {arelle_release-2.37.25.dist-info → arelle_release-2.37.26.dist-info}/entry_points.txt +0 -0
- {arelle_release-2.37.25.dist-info → arelle_release-2.37.26.dist-info}/licenses/LICENSE.md +0 -0
- {arelle_release-2.37.25.dist-info → arelle_release-2.37.26.dist-info}/top_level.txt +0 -0
arelle/_version.py
CHANGED
|
@@ -2009,6 +2009,30 @@ def rule_nl_kvk_RTS_Annex_IV_Par_8_G4_4_5(
|
|
|
2009
2009
|
)
|
|
2010
2010
|
|
|
2011
2011
|
|
|
2012
|
+
@validation(
|
|
2013
|
+
hook=ValidationHook.XBRL_FINALLY,
|
|
2014
|
+
disclosureSystems=NL_INLINE_GAAP_IFRS_DISCLOSURE_SYSTEMS,
|
|
2015
|
+
)
|
|
2016
|
+
def rule_nl_kvk_RTS_Annex_IV_Par_9_Par_10(
|
|
2017
|
+
pluginData: PluginValidationDataExtension,
|
|
2018
|
+
val: ValidateXbrl,
|
|
2019
|
+
*args: Any,
|
|
2020
|
+
**kwargs: Any,
|
|
2021
|
+
) -> Iterable[Validation]:
|
|
2022
|
+
"""
|
|
2023
|
+
NL-KVK.RTS_Annex_IV_Par_9_par_10: Legal entities MUST ensure that the
|
|
2024
|
+
extension taxonomy elements are linked to one or more core taxonomy elements.
|
|
2025
|
+
"""
|
|
2026
|
+
anchorData = pluginData.getAnchorData(val.modelXbrl)
|
|
2027
|
+
if len(anchorData.extLineItemsNotAnchored) > 0:
|
|
2028
|
+
yield Validation.error(
|
|
2029
|
+
codes='NL.NL-KVK.RTS_Annex_IV_Par_9_Par_10.extensionConceptsNotAnchored',
|
|
2030
|
+
msg=_('Extension concept found without an anchor. '
|
|
2031
|
+
'Extension concepts, excluding subtotals, are required to be anchored.'),
|
|
2032
|
+
modelObject=anchorData.extLineItemsNotAnchored,
|
|
2033
|
+
)
|
|
2034
|
+
|
|
2035
|
+
|
|
2012
2036
|
@validation(
|
|
2013
2037
|
hook=ValidationHook.XBRL_FINALLY,
|
|
2014
2038
|
disclosureSystems=ALL_NL_INLINE_DISCLOSURE_SYSTEMS,
|
|
@@ -123,7 +123,7 @@ arelle/XmlValidateConst.py,sha256=U_wN0Q-nWKwf6dKJtcu_83FXPn9c6P8JjzGA5b0w7P0,33
|
|
|
123
123
|
arelle/XmlValidateParticles.py,sha256=Mn6vhFl0ZKC_vag1mBwn1rH_x2jmlusJYqOOuxFPO2k,9231
|
|
124
124
|
arelle/XmlValidateSchema.py,sha256=6frtZOc1Yrx_5yYF6V6oHbScnglWrVbWr6xW4EHtLQI,7428
|
|
125
125
|
arelle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
126
|
-
arelle/_version.py,sha256
|
|
126
|
+
arelle/_version.py,sha256=-WhXaKm6KKQWFddi-WibwmXd022yEXojyXcGmaWXfoc,515
|
|
127
127
|
arelle/typing.py,sha256=PRe-Fxwr2SBqYYUVPCJ3E7ddDX0_oOISNdT5Q97EbRM,1246
|
|
128
128
|
arelle/api/Session.py,sha256=5KPjCIPiNuanKrz1MdFdKIx8Bg40Pk9sf2cL9OU4x-E,7770
|
|
129
129
|
arelle/archive/CustomLogger.py,sha256=v_JXOCQLDZcfaFWzxC9FRcEf9tQi4rCI4Sx7jCuAVQI,1231
|
|
@@ -419,7 +419,7 @@ arelle/plugin/validate/NL/rules/br_kvk.py,sha256=0SwKieWzTDm3YMsXPS6zTdgbk7_Z9Cz
|
|
|
419
419
|
arelle/plugin/validate/NL/rules/fg_nl.py,sha256=4Puq5wAjtK_iNd4wisH_R0Z_EKJ7MT2OCai5g4t1MPE,10714
|
|
420
420
|
arelle/plugin/validate/NL/rules/fr_kvk.py,sha256=kYqXt45S6eM32Yg9ii7pUhOMfJaHurgYqQ73FyQALs8,8171
|
|
421
421
|
arelle/plugin/validate/NL/rules/fr_nl.py,sha256=-M1WtXp06khhtkfOVPCa-b8UbC281gk4YfDhvtAVlnI,31424
|
|
422
|
-
arelle/plugin/validate/NL/rules/nl_kvk.py,sha256=
|
|
422
|
+
arelle/plugin/validate/NL/rules/nl_kvk.py,sha256=D98uSeScccRRGK0F064yKxOgLJHTkSOSxYUa9k1rJkc,86120
|
|
423
423
|
arelle/plugin/validate/ROS/DisclosureSystems.py,sha256=rJ81mwQDYTi6JecFZ_zhqjjz3VNQRgjHNSh0wcQWAQE,18
|
|
424
424
|
arelle/plugin/validate/ROS/PluginValidationDataExtension.py,sha256=IV7ILhNvgKwQXqbpSA6HRNt9kEnejCyMADI3wyyIgk0,4036
|
|
425
425
|
arelle/plugin/validate/ROS/ValidationPluginExtension.py,sha256=FBhEp8t396vGdvCbMEimfcxmGiGnhXMen-yVLWnkFaI,758
|
|
@@ -742,7 +742,7 @@ arelle/utils/validate/ValidationUtil.py,sha256=9vmSvShn-EdQy56dfesyV8JjSRVPj7txr
|
|
|
742
742
|
arelle/utils/validate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
743
743
|
arelle/webserver/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
744
744
|
arelle/webserver/bottle.py,sha256=P-JECd9MCTNcxCnKoDUvGcoi03ezYVOgoWgv2_uH-6M,362
|
|
745
|
-
arelle_release-2.37.
|
|
745
|
+
arelle_release-2.37.26.dist-info/licenses/LICENSE.md,sha256=Q0tn6q0VUbr-NM8916513NCIG8MNzo24Ev-sxMUBRZc,3959
|
|
746
746
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
747
747
|
tests/integration_tests/download_cache.py,sha256=jVMIVICsZjcVc9DCPPu3fCjF9_cWSS3tqSynhFs3oAM,4097
|
|
748
748
|
tests/integration_tests/integration_test_util.py,sha256=H7mncbv0T9ZeVyrtk9Hohe3k6jgcYykHkt-LGE-Q9aQ,10270
|
|
@@ -797,7 +797,7 @@ tests/integration_tests/validation/conformance_suite_configurations/kvk_nt16.py,
|
|
|
797
797
|
tests/integration_tests/validation/conformance_suite_configurations/kvk_nt17.py,sha256=lmEZonthFm0YKFmp1dwXtdJ2T7txUeSpL4mbAo8fl4Y,1292
|
|
798
798
|
tests/integration_tests/validation/conformance_suite_configurations/kvk_nt18.py,sha256=EG2RQVkvFENhzUF3fl3QvDnH7ZPYS1n1Fo8bhfmSczM,1205
|
|
799
799
|
tests/integration_tests/validation/conformance_suite_configurations/kvk_nt19.py,sha256=FAzf9RhRmn_8yowpplJho2zEspX9FxJiVq8SjZT3Dsc,1199
|
|
800
|
-
tests/integration_tests/validation/conformance_suite_configurations/nl_inline_2024.py,sha256=
|
|
800
|
+
tests/integration_tests/validation/conformance_suite_configurations/nl_inline_2024.py,sha256=oFDnhrLXsRRGJjpc0wGZMewMwVYo_udKYcLs8vlN-nA,9350
|
|
801
801
|
tests/integration_tests/validation/conformance_suite_configurations/nl_inline_2024_gaap_other.py,sha256=vtzYSd0-vF9g6eHfrIUpMBz7D0HdR_gi8O0429lOaww,31667
|
|
802
802
|
tests/integration_tests/validation/conformance_suite_configurations/nl_nt16.py,sha256=O_LFVBZPkjxmbrU7_C7VTLtrdoCUx2bYXOXw6_MlRtQ,846
|
|
803
803
|
tests/integration_tests/validation/conformance_suite_configurations/nl_nt17.py,sha256=aTN3Ez6lPsZsuypHZP84DneOtYxUZSjUiGypHy6ofHQ,846
|
|
@@ -1596,8 +1596,8 @@ tests/unit_tests/arelle/oim/test_load.py,sha256=NxiUauQwJVfWAHbbpsMHGSU2d3Br8Pki
|
|
|
1596
1596
|
tests/unit_tests/arelle/plugin/test_plugin_imports.py,sha256=bdhIs9frAnFsdGU113yBk09_jis-z43dwUItMFYuSYM,1064
|
|
1597
1597
|
tests/unit_tests/arelle/plugin/validate/ESEF/ESEF_Current/test_validate_css_url.py,sha256=H0ndmQ0sFO5WVMzAxPCH1WciRhCg_HgKUtQCg0xlmtg,1238
|
|
1598
1598
|
tests/unit_tests/arelle/utils/validate/test_decorator.py,sha256=ZS8FqIY1g-2FCbjF4UYm609dwViax6qBMRJSi0vfuhY,2482
|
|
1599
|
-
arelle_release-2.37.
|
|
1600
|
-
arelle_release-2.37.
|
|
1601
|
-
arelle_release-2.37.
|
|
1602
|
-
arelle_release-2.37.
|
|
1603
|
-
arelle_release-2.37.
|
|
1599
|
+
arelle_release-2.37.26.dist-info/METADATA,sha256=IMKTXdlbBCkutBukmE9sM3063jAOyVXw4cHb1lwrX_U,9134
|
|
1600
|
+
arelle_release-2.37.26.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1601
|
+
arelle_release-2.37.26.dist-info/entry_points.txt,sha256=Uj5niwfwVsx3vaQ3fYj8hrZ1xpfCJyTUA09tYKWbzpo,111
|
|
1602
|
+
arelle_release-2.37.26.dist-info/top_level.txt,sha256=ZYmYGmhW5Jvo3vJ4iXBZPUI29LvYhntom04w90esJvU,13
|
|
1603
|
+
arelle_release-2.37.26.dist-info/RECORD,,
|
|
@@ -145,7 +145,6 @@ config = ConformanceSuiteConfig(
|
|
|
145
145
|
'conformance-suite-2024-sbr-domein-handelsregister/tests/RTS_Annex_IV_Par_4_3/index.xml:TC3_invalid',
|
|
146
146
|
'conformance-suite-2024-sbr-domein-handelsregister/tests/RTS_Annex_IV_Par_4_3/index.xml:TC4_invalid',
|
|
147
147
|
'conformance-suite-2024-sbr-domein-handelsregister/tests/RTS_Annex_IV_Par_4_3/index.xml:TC5_invalid',
|
|
148
|
-
'conformance-suite-2024-sbr-domein-handelsregister/tests/RTS_Annex_IV_Par_9_Par_10/index.xml:TC3_invalid',
|
|
149
148
|
]),
|
|
150
149
|
info_url='https://www.sbr-nl.nl/sbr-domeinen/handelsregister/uitbreiding-elektronische-deponering-handelsregister',
|
|
151
150
|
name=PurePath(__file__).stem,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|