home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 328 / README.TXT next >
Encoding:
Text File  |  1998-08-09  |  4.6 KB  |  159 lines

  1. RPI Calculator 2.1
  2. (C) Richard Smedley 1997-1998
  3. =============================
  4.  
  5. Have you ever wondered if your wages are really keeping up with the cost of
  6. living, or whether constantly increasing prices are really justified?
  7.  
  8. RPI converts money from one year to another, so that you can compare how
  9. much things used to cost with how much they cost now. For example, ú25.00
  10. in 1990 is worth the same as ú29.40 in 1995.
  11.  
  12. This is extremely useful for things like seeing if your wages are really
  13. keeping up with the cost of living, or finding out whether the value of
  14. your house/car has increased by more than inflation.
  15.  
  16. Several datafiles are supplied, allowing you to perform a wide range of
  17. calculations; including UK Pounds Sterling (RPI) and US Dollars (CPI). You
  18. can even use the program for making future guestimations based on current
  19. values!
  20.  
  21.  
  22. INSTALLATION
  23. ------------
  24.  
  25. This program is compatible with all EPOC32 machines, such as the S5 and
  26. Geofox.
  27.  
  28. 1. Create the folder "System\Apps\RPI" on any drive. You may need
  29.    to select `Show system folder' from your system prefs to do this.
  30.  
  31. 2. Copy the following files into that folder:
  32.  
  33.     America.dat
  34.     England.dat
  35.     RPI.aif
  36.     RPI.app
  37.     RPI.hlp
  38.     Wages_UK.dat
  39.  
  40. The RPI icon will now appear on your Extras bar.
  41.  
  42. The first time you use the program, the Options window will automatically
  43. appear for you to select which data file you wish to use.
  44.  
  45.  
  46. USING THE PROGRAM
  47. -----------------
  48.  
  49. The RPI window contains the following boxes:
  50.  
  51.     Amount - the amount that you want to convert
  52.  
  53.     From - the "from" year
  54.  
  55.     To - the "to" year
  56.  
  57. Enter the required info into each box, and then press the return key.
  58.  
  59. For example, suppose that in 1996 you were paying ú68.50 per week in rent,
  60. and wanted to check whether or not your rent has increased in line with the
  61. overall rate of inflation. Enter the following:
  62.  
  63.     Amount: 68.50
  64.     From:   1996
  65.     To:     1998
  66.  
  67. The program will then display the answer: ú73.08
  68.  
  69. This means that if you're now paying more than ú73.08 for your rent, then
  70. you'll know that your rent has increased by *more* than the current rate
  71. of inflation. Likewise, if you're paying less than this, you'll know that
  72. it has increased by *less* than the rate of inflation.
  73.  
  74. (That example uses the English.dat datafile!)
  75.  
  76. You can perform similar calculations in the same way on things like, for
  77. example, the price of a loaf of bread or a can of pop, or the amount that
  78. you paid for your house compared with its current value, and so on. The
  79. potential uses are almost infinite.
  80.  
  81.  
  82. DATA FILES
  83. ----------
  84.  
  85. The data files used by this program are simply standard database files
  86. which were created using the S5's inbuilt Database application.
  87.  
  88.   ENGLAND.DAT
  89.     Source:         Retail Prices Index (UK)
  90.     Years covered:  1900 to 1998 inclusive
  91.     Available from: BBC2 teletext P276 (weekends only)
  92.  
  93.   AMERICA.DAT
  94.     Source:         Consumer Price Index (US All Urban)
  95.     Years covered:  1913 to 1997 inclusive
  96.  
  97.   WAGES_UK.DAT
  98.     Source:         Average UK wages
  99.     Years covered:  1976 to 1997 inclusive
  100.  
  101. Data files for other countries can be easily created if you have access to
  102. the required info, by using one of the above files as a template.
  103.  
  104.  
  105. DISTRIBUTION
  106. ------------
  107.  
  108. This program is freeware, but remains copyright (C) Richard Smedley 1998.
  109. It may be freely distributed for non-commercial purposes providing all the
  110. original files remain fully intact and unmodified. Standard disclaimer
  111. applies; you use this program at your own risk.
  112.  
  113.  
  114. CONTACTING THE AUTHOR
  115. ---------------------
  116.  
  117. If you have any comments about this program, or if you want to contact me
  118. for any reason, then please feel free to write to me at this address:
  119.  
  120.     Richard Smedley
  121.     PO Box 59
  122.     Sutton-In-Ashfield
  123.     Notts
  124.     NG17 3HP
  125.     England
  126.  
  127.     rsmedley@cix.co.uk
  128.     http://www.cix.co.uk/~rsmedley/s5/
  129.  
  130.  
  131. VERSION HISTORY
  132. ---------------
  133.  
  134. V2.1 (09.08.98)
  135.  
  136.   - Now allows you to predict future values, useful if you need to work
  137.     one or two years into the future and want to make rough guestimates
  138.     of how much things will be worth.
  139.  
  140.   - Added another new datafile: Wages_UK.dat, for making calculations
  141.     based on average UK wage levels.
  142.  
  143.   - Whenever you select a different datafile, the values in the "From"
  144.     and "To" boxes show the minimum & maximum years that you can use for
  145.     your calculations.
  146.  
  147.   - Bug fix: Pressing the backspace key no longer opens the Help window.
  148.  
  149. V2.0 (25.06.98)
  150.  
  151.   - Completely re-wrote the program, making numerous internal changes.
  152.  
  153.   - Now includes a datafaile for performing American calculations (in US
  154.     Dollars) as well as English calculations.
  155.  
  156. V1.0 (27.05.98)
  157.  
  158.   - The first release.
  159.