##########################################################################
#    This is the charge file for the				         #
#       >>>> Belgian phone company Belgacom (Date: 1997) <<<<		 #
#    Derived from the file 'be-costs.c' written				 #
#    by Jean-Marc Wislez <jmwislez@charlie.luc.ac.be>			 #
#    'be-costs.c' is a part of 'pppcosts' by Tillmann Steinbrecher	 #
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#
# 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 = 6.05
currency_name = "BEF"
charge_date = "1997"
decimals = 2
currency_after_charge = true
zone_help_string="-zone <n>\t  n = 0) Zonal (Default), 1) Interzonal A, 2) Interzonal B"
# (Sorry, `zone_help_string' MUST be one line!)

## Public holidays:
###################
holidays = 0,89,120,127,138,201,226,304,358
# (sorted, comma-separated list of days since January 1, in the
# range 0 to 365. Has to be one line!)
# Holidays 1997:
#   0     January 1
#   89    March 31
#   120   May 1
#   127   May 8
#   138   May 19
#   201   July 21
#   226   August 15
#   304   November 1
#   358   December 25


##################################################
## 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

##
## Zonal
##
BEGIN
# Sunday
    00:00	720
# Working days
    00:00	720
    08:00	360
    09:00	240
    12:00	360
    13:30	240
    17:00	360
    18:30	720
# Saturday
    00:00	720
    08:00	360
    09:00	240
    12:00	360
    13:30	240
    17:00	360
    18:30	720
END

##
## Interzonal A
##
BEGIN
# Sunday
    00:00	360
# Working days
    00:00	360
    08:00	180
    09:00	150
    12:00	180
    13:30	150
    17:00	180
    18:30	360
# Saturday
    00:00	360
    08:00	180
    09:00	150
    12:00	180
    13:30	150
    17:00	180
    18:30	360
END


##
## Interzonal B
##
BEGIN
# Sunday
    00:00	100
# Working days
    00:00	100
    08:00	50
    09:00	40
    12:00	50
    13:30	40
    17:00	50
    18:30	100
# Saturday
    00:00	100
    08:00	50
    09:00	40
    12:00	50
    13:30	40
    17:00	50
    18:30	100
END
