# Tariff file for Vodafone 75

name Vodafone 75
name2 with local call option
network vodafone

connection fee 35.00
monthly line rental 25.00
monthly itemised billing 1.99
monthly local call option 2.50
max cost error 0.00005
#min call length 4

# Define charge bands
bands peak, offpeak

# Give pseudo-code to calculate which band we're in.
# Code must return one of the bands given above.
band_code {
  ($dow <= 5 and $hour >= 8 and $hour < 19) ? 'peak' : 'offpeak';
}

# What do you get "free"?
75 mins inclusive monthly for local landline, national landline, network mobile, fax, data, 0800, 0500, voicemail

# Here are the rates.
rate local landline     peak=10, offpeak=2
rate national landline  peak=28, offpeak=5
rate network mobile     peak=28, offpeak=5
rate crossnet mobile    peak=50, offpeak=25
rate voicemail          peak=28, offpeak=5

# Additional charges
preVAT rate network sms 10
preVAT rate crossnet sms 10
