##########################################################################
#    This is the charge file for the				         #
#       >>>> TeleDanmark (May/1997)	<<<<				 #
#    According to http://www.teledanmark.dk/p_guide/takster/samtpris.htm #
#    Hint for that link from 'tdk-costs.c' (part of 'pppcosts' by	 #
#    Tillmann Steinbrecher)						 #
#    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 second billing") #
############################################
billing_per_unit = false
billing_per_second = true
currency_name = "kr"  # or DKR ?
charge_date = "May 1997"
decimals = 2
minimal_charge = 0.125
currency_after_charge = true
zone_help_string = "-zone <n>\t  n = 0) Local (default), 1) Local(Kopenhagen),\n\t\t      2) Local(Odense ..) 3) Regional, 4) National"
# (Sorry, `zone_help_string' MUST be one line!)

## Public holidays:
###################
holidays = 0
# (sorted, comma-separated list of days since January 1, in the
# range 0 to 365. Has to be one line!)
# Holidays 1997:
#   0     Jan, 1: new year
#   Sorry, not more known


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

##
## Local
##
BEGIN
# Sunday
    00:00	0.16
# Working days	    
    00:00	0.16
    08:00	0.32
    19:30	0.16
# Saturday
END

##
## Local, Copenhagen
##
BEGIN
# Sunday
    00:00	0.188
# Working days	     
    00:00	0.188
    08:00	0.375
    19:30	0.188
# Saturday
END

##
## Local, rhus, Odense and Aalborg
##
BEGIN
# Sunday
    00:00	0.1675
# Working days	      
    00:00	0.1675
    08:00	0.336 
    19:30	0.1675
# Saturday
END

##
## regional : under 75km
##
BEGIN
# Sunday
    00:00	0.235
# Working days	     
    00:00	0.235
    08:00	0.47 
    19:30	0.235
# Saturday
END

##
## national : over 75km
##
BEGIN
# Sunday
    00:00	0.35
# Working days	
    00:00	0.35
    08:00	0.70
    19:30	0.35
# Saturday
END
