summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/exekutor_dph.json9
-rw-r--r--data/exekutor_tarif.json10
2 files changed, 19 insertions, 0 deletions
diff --git a/data/exekutor_dph.json b/data/exekutor_dph.json
new file mode 100644
index 0000000..19ea4eb
--- /dev/null
+++ b/data/exekutor_dph.json
@@ -0,0 +1,9 @@
+{
+ "2003-12-31": 0.05,
+ "2004-04-30": 0.22,
+ "2009-12-31": 0.19,
+ "2012-12-31": 0.20,
+ "9999-12-31": 0.21
+
+ }
+
diff --git a/data/exekutor_tarif.json b/data/exekutor_tarif.json
new file mode 100644
index 0000000..34134d4
--- /dev/null
+++ b/data/exekutor_tarif.json
@@ -0,0 +1,10 @@
+{
+ "2001-09-21": {
+ "tarif": [ 20000, 3000000, 40000000, 50000000, 250000000 ],
+ "sazby": [ 0.15, 0.15, 0.10, 0.05, 0.01 ]
+ },
+ "2017-04-01": {
+ "tarif": [ 13333.33, 3000000, 40000000, 50000000, 250000000 ],
+ "sazby": [ 0.15, 0.15, 0.10, 0.05, 0.01 ]
+ }
+}