tax_conformance_kit 0.2.3 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b5564b6f4714c5f115e562ed5362fc8ee05ba8e301da552686e3b812af0892f
4
- data.tar.gz: 96d8931d717551b0c813a5646bc1a2c1af39cb48b8716f0c6bb11784d8c66031
3
+ metadata.gz: 9c3d7a7d060b2305f324fe03d592a8e70af5f093d9a7263e82022a2534c74768
4
+ data.tar.gz: 92753d4922ffa6316a918712d3aa751e0806d1964d40a697e60d121dbcc40096
5
5
  SHA512:
6
- metadata.gz: 5f21e37b49285121264f58113f32452652daf525eca16db9e9d21e36c26955cc7c61f49a1ac141bf80d03b7b10995a04395c69e3ef55916402b2dac992e5566e
7
- data.tar.gz: adc38903a66871853c834983f7257de8f48517631bc15fefe6c7e1d7e7c508c53a7e017bb9ec26976dc23299635b80b63c92e3d49714369384e2532b026a7879
6
+ metadata.gz: 1480cb1edbf1a771b4a80c376c592405df80a107f8dfe3cca457fd1fa71d4a6e38f8b289653785b65179cd00b72b09ece921b617e698d1efafeaf7b82b1451f9
7
+ data.tar.gz: e8108424eaf48cd4d742b581b8a8763b0b31f99cff5aa3e9171d7047f0323978f861b687429c339975f633d08165676e65dae424a04a863070e36011492dca0f
data/README.md CHANGED
@@ -7,7 +7,7 @@ Thin Ruby client for the `tax-conformance-kit` Go runtime.
7
7
  Bundler (RubyGems):
8
8
 
9
9
  ```ruby
10
- gem "tax_conformance_kit", "~> 0.2.3"
10
+ gem "tax_conformance_kit", "~> 0.2.4"
11
11
  ```
12
12
 
13
13
  Path dependency (for local development):
data/bin/taxctl CHANGED
Binary file
@@ -10,26 +10,32 @@
10
10
  },
11
11
  "notes": "Auto-generated from CVDR publication analysis. Source-backed draft only; review required before conformance use.",
12
12
  "assessment_policy": {
13
+ "period": "calendar_year",
13
14
  "minimum_assessment_amount": {
14
15
  "amount": 10,
15
16
  "currency": "EUR"
16
17
  },
17
- "notes": "Assessment period inferred from the belastingtijdvak article. Minimum assessment amount inferred from the aanslaggrens article.",
18
- "period": "calendar_year"
18
+ "notes": "Assessment period inferred from the belastingtijdvak article. Minimum assessment amount inferred from the aanslaggrens article."
19
19
  },
20
20
  "rules": [
21
21
  {
22
+ "id": "2025-12-20-rate-1",
23
+ "municipality_code": "0197",
24
+ "municipality_name": "Aalten",
25
+ "region_code": "",
26
+ "valid_from": "2025-12-20",
27
+ "valid_to": "2026-12-31",
22
28
  "applies_to": {
23
29
  "accommodation_types": []
24
30
  },
25
31
  "calculation": {
26
- "currency": "EUR",
27
32
  "kind": "generic.per_person_per_night",
28
33
  "params": {
29
34
  "amount": 1.55
30
- }
35
+ },
36
+ "currency": "EUR"
31
37
  },
32
- "confidence": "scraped",
38
+ "predicates": [],
33
39
  "exemptions": [
34
40
  {
35
41
  "kind": "guest.resident_of_same_municipality",
@@ -50,21 +56,15 @@
50
56
  }
51
57
  }
52
58
  ],
53
- "id": "2025-12-20-rate-1",
54
- "municipality_code": "0197",
55
- "municipality_name": "Aalten",
56
- "notes": "Generated from tariff article. Reviewer must confirm category boundaries and exclusions. Evidence articles: 6",
57
- "predicates": [],
58
- "region_code": "",
59
59
  "source": {
60
+ "source_url": "https://lokaleregelgeving.overheid.nl/CVDR751414/1",
60
61
  "cvdr_id": "CVDR751414",
61
- "reviewed_at": null,
62
- "reviewer": "",
63
62
  "scraped_at": "2026-04-17T12:09:56Z",
64
- "source_url": "https://lokaleregelgeving.overheid.nl/CVDR751414/1"
63
+ "reviewed_at": null,
64
+ "reviewer": ""
65
65
  },
66
- "valid_from": "2025-12-20",
67
- "valid_to": null
66
+ "confidence": "scraped",
67
+ "notes": "Generated from tariff article. Reviewer must confirm category boundaries and exclusions. Evidence articles: 6"
68
68
  }
69
69
  ]
70
70
  }
@@ -0,0 +1,61 @@
1
+ {
2
+ "id": "nl-aalten-2027-01-01",
3
+ "domain": "tourist_tax",
4
+ "lifecycle": "draft",
5
+ "jurisdiction": {
6
+ "country_code": "NL",
7
+ "country_name": "Netherlands",
8
+ "region_code": "",
9
+ "region_name": ""
10
+ },
11
+ "notes": "Auto-generated from CVDR publication analysis. Source-backed draft only; review required before conformance use.",
12
+ "assessment_policy": {
13
+ "period": "calendar_year",
14
+ "minimum_assessment_amount": null,
15
+ "notes": "Assessment period inferred from the belastingtijdvak article."
16
+ },
17
+ "rules": [
18
+ {
19
+ "id": "2027-01-01-rate-1",
20
+ "municipality_code": "0197",
21
+ "municipality_name": "Aalten",
22
+ "region_code": "",
23
+ "valid_from": "2027-01-01",
24
+ "valid_to": null,
25
+ "applies_to": {
26
+ "accommodation_types": []
27
+ },
28
+ "calculation": {
29
+ "kind": "generic.per_person_per_night",
30
+ "params": {
31
+ "amount": 1.6
32
+ },
33
+ "currency": "EUR"
34
+ },
35
+ "predicates": [],
36
+ "exemptions": [
37
+ {
38
+ "kind": "guest.resident_of_same_municipality",
39
+ "params": null
40
+ },
41
+ {
42
+ "kind": "stay.wtza_care_institution",
43
+ "params": null
44
+ },
45
+ {
46
+ "kind": "stay.coa_asylum_housing",
47
+ "params": null
48
+ }
49
+ ],
50
+ "source": {
51
+ "source_url": "https://lokaleregelgeving.overheid.nl/CVDR764168/1",
52
+ "cvdr_id": "CVDR764168",
53
+ "scraped_at": "2026-07-11T04:19:24Z",
54
+ "reviewed_at": null,
55
+ "reviewer": ""
56
+ },
57
+ "confidence": "scraped",
58
+ "notes": "Generated from tariff article. Reviewer must confirm category boundaries and exclusions. Evidence articles: 7 Generated from CVDR analysis."
59
+ }
60
+ ]
61
+ }
@@ -1,3 +1,3 @@
1
1
  module TaxConformanceKit
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tax_conformance_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ramones
@@ -33,6 +33,7 @@ files:
33
33
  - data/regulation/nl/gemeentelijke_verordening/aa_en_hunze/2025-11-28.json
34
34
  - data/regulation/nl/gemeentelijke_verordening/aalten/2024-12-23.json
35
35
  - data/regulation/nl/gemeentelijke_verordening/aalten/2025-12-20.json
36
+ - data/regulation/nl/gemeentelijke_verordening/aalten/2027-01-01.json
36
37
  - data/regulation/nl/gemeentelijke_verordening/achtkarspelen/2025-12-31.json
37
38
  - data/regulation/nl/gemeentelijke_verordening/alblasserdam/2025-01-01.json
38
39
  - data/regulation/nl/gemeentelijke_verordening/alblasserdam/2025-12-23.json