diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2019-01-19 11:03:45 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2019-01-19 11:03:45 +0100 |
commit | dacce487466eb601bed626c28736e3f5362b17c8 (patch) | |
tree | 0d05b3cc68c8d8acb33f804b0815eba16e72c39e /data | |
parent | a0a5fc1a7d3053d82f0d627d8460809f8e010425 (diff) | |
download | tarif-dev.tar.gz tarif-dev.tar.bz2 |
Základy pro výpočty dle exekutorského tarifu.dev
Diffstat (limited to 'data')
-rw-r--r-- | data/exekutor_dph.json | 9 | ||||
-rw-r--r-- | data/exekutor_tarif.json | 10 |
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 ] + } +} |