##########################################################################
#    This is the charge file for the				         #
#       >>>> Japan NTT (Date: 1996)  <<<<	   	       	         #
#    Derived from the file 'ntt-costs.c' written			 #
#    by Dennis McMurchy <denismcm@gol.com>				 #
#    'ntt-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 = 10.0
currency_name = "JY"
charge_date = "1996"
decimals = 0
currency_after_charge = false
zone_help_string="-zone <n>\t  n = 0) local (Default)"
# (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!)

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

##
## local
##
BEGIN
# Every day of a week the same???
  00:00 240
  08:00 180
  23:00 240
END

