##########################################################################
#    This is the charge file for the				         #
#    >>>> spanish phone company Telefnica de Espaa (Date 1997) <<<<	 #
#    Derived from the file 'es-costs.c' written				 #
#    by Juan Cirer <jcirer@arrakis.es>					 #
#    'es-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.61
minimal_charge = 13.22  # in fact it should be "minimal units per call"
currency_name = "Ptas"
charge_date = "1997"
decimals = 2
currency_after_charge = true
zone_help_string = "-zone <n>         n = 0) Tarifa Urbana e Infovia (Default)"
# (Sorry, `zone_help_string' MUST be one line!)

## Public holidays:
###################
holidays = 0,5,86,120,205,226,284,304,339,284,358
# (sorted, comma-separated list of days since January 1, in the range 0 to 365
# must be one line!)
# Dias festivos 1997:
#   0	  1 Enero,  Cap d'Any
#   5  	  6 Enero, Dia de Reyes
#   86 	  28 Marzo, Viernes Santo *VARIABLE*
#   120	  1 Mayo, Fiesta del Trabajo
#   205	  25 Julio, Sant Jaume
#   226	  15 Agosto, Mare de Deu d'Agost
#   284	  12 Octubre, Virgen del Pilar
#   304	  1 Noviembre, Tots Sants
#   339	  6 Diciembre, La Constitucion
#   284	  8 Diciembre, La Inmaculada
#   358	  25 Diciembre, Nadal


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

##
## Tarifa Urbana e Infovia
##
BEGIN
# Sunday
    00:00	240
# Working days
    00:00	240
    08:00	180
    22:00	240
# Saturday
    00:00	240
    14:00	180
    22:00	240
END
