##########################################################################
#    This is the charge file for the				         #
#       >>>> German Telekom (Stand: April 1998)	<<<<   	       	         #
#    Author: Volker B"orchers <boercher@physik.uni-bremen.de>	         #
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#
# This file is a part of tcharge, version 1.3, 11MAY98			 #
# Copyright (C) 1997,98 Volker B"orchers (boercher@physik.uni-bremen.de) #
# See file `tcharge.c' for legal affairs.				 #
##########################################################################

## Format for Variables:
#########################
#  VARIABLENAME=VALUE   (One each line, var.-names are not case-sensitive!)

## Comments:
#############
#  * everything after the "comment char" `#' is ignored
#  * you may include empty lines to improve readability

###########################################
## Global Variables ("Per unit billing")  #
###########################################
billing_per_unit = true
billing_per_second = false
unit_price = 0.121	# 1.4.98: Mehrw.steuer 15->16%
currency_name = "DM"
charge_date = "April 1998"
decimals = 2
currency_after_charge = true
zone_help_string="-zone <n>\t  n = 0) City (Default), 1) RegioCall, 2) GermanCall"
# (Sorry, `zone_help_string' MUST be one line!)

## Public holidays:
###################
holidays = 0,99,102,120,140,151,275,358,359
# (sorted, comma-separated list of days since January 1, in the
# range 0 to 365. Has to be one line!)
# Feiertage 1998:
# 0	1	1	Neujahr
# 99	10	4	Karfreitag
# 102	13	4	Ostermontag
# 120	1	5	Tag der Arbeit
# 140	21	5	Himmelfahrt
# 151	1	6	Pfingstmontag
# 275	3	10	Einheit???
# 358	25	12	1. Weihnachtstag
# 359	26	12	2. Weihnachtstag


##################################################
## Time/Charge Definitions (not case-sensitive)  #
##################################################
## Format:
#     BEGIN
#     "Local" variable declarations (optional)
#     00:00    <sec>  #-> Begin of time band     length of one unit or
#     <hh:mm>  <sec>  #                          the price per second (per
#        .       .    #                              second billing)
#        .       .
#     END

##
## City
##
BEGIN
# Tarif "10plus" gilt hier leider nicht!
# Saturday and Sunday
	00:00	240
	05:00	150
	21:00	240
# Working days
	00:00	240
	05:00	150
	09:00	90
	18:00	150
	21:00	240
END

##
## RegioCall (weniger als 50km)
##
BEGIN
# Tarif "10plus":
  reduction_second = 600.	# after 10 minutes ...
  reduction_ratio =  0.9	# NORMAL ACCESS: ... unit is 10 per cent cheaper
  #reduction_ratio = 0.7	# ISDN: ... unit is 30 per cent cheaper
# Saturday and Sunday
	00:00	60
	05:00	45
	21:00	60
# Working days
	00:00	60
	02:00	120
	05:00	45
	09:00	26
	12:00	30
	18:00	45
	21:00	60
END

##
## GermanCall (mehr als 50km, ersetzt Region200 und Fern)
##
BEGIN
# Tarif "10plus":
  reduction_second = 600.	# after 10 minutes ...
  reduction_ratio = 0.9		# NORMAL ACCESS: ... unit is 10 per cent cheaper
  #reduction_ratio = 0.7	# ISDN: ... unit is 30 per cent cheaper
# Saturday and Sunday
	00:00	36
	05:00	30
	21:00	36
# Working days
	00:00	36
	02:00	120
	05:00	22.5
	09:00	13
	12:00	14
	18:00	22.5
	21:00	36
END
