##########################################################################
#    This is the charge file for the				         #
#       >>>> FRANCE TELEKOM (Date: 1997)	<<<<   	       	         #
#    Derived from the file 'ft-costs.c' written				 #
#    by Didier Chalm <Didier.Chalm@infini.fr>.				 #
#    'ft-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 = 0.74169  # 0.615 F HT, TVA = 20.6 %
currency_name = "FF"
charge_date = "1997"
decimals = 2
currency_after_charge = true
zone_help_string="-zone <n>\t  n = 0) locale (Default)\n\t\t      1) 30-52 km, 2) 52-100 km, 3) superieur a 100 km"
# (Sorry, `zone_help_string' MUST be one line!)

## Public holidays:
###################
holidays = 0,86,89,120,127,138,194,226,304,314,358
# (sorted, comma-separated list of days since January 1, in the range 0 to 365
# must be one line!)
#   0     1er janvier, Nouvel An
#   89    31 mars, Lundi de Paques
#   120   1er mai, Fete du Travail
#   127   8 mai, Ascension
#   138   19 mai, Lundi de Pentecote
#   194   14 juillet, Fete Nationale
#   226   15 aout, Assomption
#   304   1er novembre, Toussaint
#   314   11 novembre, Armistice 1918
#   358   25 decembre, Noel

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

##
## locale et zone locale elargie
##
BEGIN
# Sunday
    00:00 540
    06:00 360
    22:30 540
# Working days
    00:00 540
    06:00 360
    08:00 180
    12:30 270
    13:30 180
    18:30 270
    21:30 360
    22:30 540
# Saturday
    00:00 540
    06:00 360
    08:00 180
    12:30 270
    13:30 360
    22:30 540
END

##
## entre 30 et 52 km
##
BEGIN
# Sunday
    00:00 128
    06:00 90
    22:30 128
# Working days
    00:00 128
    06:00 90
    08:00 45
    12:30 64
    13:30 45
    18:30 64
    21:30 90
    22:30 128
# Saturday
    00:00 128
    06:00 90
    08:00 45
    12:30 64
    13:30 90
    22:30 128
END

##
## entre 52 et 100 km
##
BEGIN
# Sunday
    00:00 68
    06:00 48
    22:30 68
# Working days
    00:00 68
    06:00 48
    08:00 24
    12:30 34
    13:30 24
    18:30 34
    21:30 48
    22:30 68
# Saturday
    00:00 68
    06:00 48
    08:00 24
    12:30 34
    13:30 48
    22:30 68
END

##
## superieur a 100 km
##
BEGIN
# Sunday
    00:00 54
    06:00 38
    22:30 54
# Working days
    00:00 54
    06:00 38
    08:00 19
    12:30 27
    13:30 19
    18:30 27
    21:30 38
    22:30 54
# Saturday
    00:00 54
    06:00 38
    08:00 19
    12:30 27
    13:30 38
    22:30 54
END
