home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / capgains.zip / CAPGAINS.DOC < prev    next >
Text File  |  1989-04-08  |  2KB  |  49 lines

  1. The input for CAPGAINS.EXE is a text (ASCII) file with the transactions
  2. recorded in the following format:
  3.  
  4. yymmdd xxxxxxxxxxxxxxxxxxxxx aaaaaaaaaa pppppppppp sssssssss
  5.  
  6.     yy=year (Column 1-2)
  7.     mm=month Column 3-4)
  8.     dd=day (Column 5-6)
  9.     x...x=description (Column 8-28)
  10.     a...a=amount (Column 30-39)
  11.     p...p=price per share (Column 41-50)
  12.     s...s=shares (Column 52-60)
  13.  
  14. Note: amount and shares MUST have the same sign. + for purchases, - for sales.
  15.  
  16. The following is a sample input file.
  17. ------------------------------------------------------------
  18. 860327 GNMA initial            10000.00      10.68   936.330
  19. 860331 Income Reinvestment        10.18      10.71     0.951
  20. 860430 Income Reinvestment        74.37      10.71     6.944
  21. 860531 Income Reinvestment        74.24      10.42     7.125
  22. 860630 Income Reinvestment        75.04      10.50     7.147
  23. 860731 Income Reinvestment        74.57      10.58     7.048
  24. 860831 Income Reinvestment        72.97      10.74     6.794
  25. 860930 Income Reinvestment        72.08      10.64     6.774
  26. 861006 Cap Gain Reinvestmt         9.79      10.69     0.916
  27. 861031 Income Reinvestment        71.34      10.72     6.655
  28. 861130 Income Reinvestment        69.94      10.85     6.446
  29. 861231 Income Reinvestment        72.34      10.81     6.692
  30. 870131 Income Reinvestment        73.43      10.88     6.749
  31. 870228 Income Reinvestment        68.94      10.90     6.325
  32. 870331 Income Reinvestment        72.51      10.79     6.720
  33. 870430 Income Reinvestment        74.86      10.35     7.233
  34. 870531 Income Reinvestment        75.64      10.22     7.401
  35. 870610 Redemption Chk#1001     -5000.00      10.22  -489.237
  36. 870630 Income Reinvestment        51.73      10.30     5.022
  37. 870731 Income Reinvestment        40.62      10.23     3.971
  38. 870817 Redemption Chk#1002     -3000.00      10.28  -291.829
  39. 870831 Income Reinvestment        31.71      10.09     3.143
  40. 870915 Redemption Chk#1003     -1000.00       9.82  -101.833
  41. 870930 Income Reinvestment        16.20       9.73     1.665
  42. 871031 Income Reinvestment        12.26       9.98     1.228
  43. 871130 Income Reinvestment        11.46       9.99     1.147
  44. 871215 Redemption Chk#1004     -1000.00       9.93  -100.705
  45. 871231 Income Reinvestment         7.93      10.05     0.789
  46. 880119 Income Reinvestment         2.95      10.15     0.291
  47. 880119 To Fidelity US Cash      -689.21      10.15   -67.902
  48. ------------------------------------------------------------
  49.