summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-04-26 10:45:22 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-04-26 10:45:22 +0200
commit52c3343e4060fc68378cecc2bda6c0916a43acc9 (patch)
tree3f4ad9e2efc33e111cea5748217e530e3c7dad41 /config
parent7e0538f5b04c4f37e2fc44516de4335700f4b9b3 (diff)
downloaddeployment-52c3343e4060fc68378cecc2bda6c0916a43acc9.tar.gz
deployment-52c3343e4060fc68378cecc2bda6c0916a43acc9.tar.bz2
deployment-52c3343e4060fc68378cecc2bda6c0916a43acc9.zip
closing fees were missing..
Diffstat (limited to 'config')
-rwxr-xr-xconfig/generate-config10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/generate-config b/config/generate-config
index 0c16ed6..89fcb6c 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -172,6 +172,16 @@ def config(currency, envname, exchange_pub, standalone):
cfg_put("fees-x-taler-bank", "wire-fee-2024", currency + ":" + "0.07")
cfg_put("fees-x-taler-bank", "wire-fee-2025", currency + ":" + "0.08")
+ cfg_put("fees-x-taler-bank", "closing-fee-2018", currency + ":" + "0.01")
+ cfg_put("fees-x-taler-bank", "closing-fee-2019", currency + ":" + "0.01")
+ cfg_put("fees-x-taler-bank", "closing-fee-2020", currency + ":" + "0.01")
+ cfg_put("fees-x-taler-bank", "closing-fee-2021", currency + ":" + "0.01")
+ cfg_put("fees-x-taler-bank", "closing-fee-2022", currency + ":" + "0.01")
+ cfg_put("fees-x-taler-bank", "closing-fee-2023", currency + ":" + "0.01")
+ cfg_put("fees-x-taler-bank", "closing-fee-2024", currency + ":" + "0.01")
+ cfg_put("fees-x-taler-bank", "closing-fee-2025", currency + ":" + "0.01")
+
+
cfg_put("exchange-wire-test", "wire-fee-2017", currency + ":" + "0.01")
cfg_put("exchange-wire-test", "wire-fee-2018", currency + ":" + "0.02")
cfg_put("exchange-wire-test", "wire-fee-2019", currency + ":" + "0.03")