home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / biuro / MoneyTime / MoneyTim.tx_ / MoneyTim.tx
Encoding:
Text File  |  1998-09-12  |  17.8 KB  |  425 lines

  1. MONEYTIME (TM) USER'S GUIDE  (v4.1 for 32-bit Windows)
  2.  
  3. Copyright (c) 1996-1998 Jeffrey V. Surry
  4. All Rights Reserved.
  5.  
  6. The MoneyTime program solves different problems involving money,
  7. time, and compound interest.  If you want to learn fast by
  8. example, go ahead and scroll down to the EXAMPLES section,
  9. otherwise read on for some technical information.
  10.  
  11.  
  12. MONEYTIME VARIABLES:
  13.  
  14. To use MoneyTime, simply enter the known values in the boxes
  15. on the right side, then click the appropriate button on the 
  16. left to solve for the unknown.  The following variables can be 
  17. inputs or results:
  18.  
  19. Present Value   The present value, such as initial loan amount.
  20.                 Present Value always occurs at the beginning of
  21.                 the first period.
  22.  
  23. Future Value    The future value, such as the future value
  24.                 or balance of a loan.  The Future Value always 
  25.                 occurs at the end of the last period.
  26.  
  27. Payment/        The periodic payment or deposit.  The Payment/
  28. Deposit         Deposit is treated as negative if it is being 
  29.                 applied against (subtracted from) the Present 
  30.                 Value (i.e. like a savings withdrawal or payment 
  31.                 on a loan).  The Payment/Deposit is treated as 
  32.                 positive if it is being applied towards (added 
  33.                 to) the Present Value (i.e. like a deposit in a 
  34.                 savings or investment account).
  35.                 The Payment/Deposit interval equals the interest
  36.                 compounding interval.  For example, if the 
  37.                 interest is compounded monthly, then the
  38.                 Payment/Deposit amount entered shall also be
  39.                 treated as occurring monthly.  Similarly, if the
  40.                 interest is compounded quarterly, then the
  41.                 Payment/Deposit amount entered shall be treated
  42.                 as occurring quarterly.
  43.  
  44. Periods         The total number of compounding periods or 
  45.                 payments/deposits.  For example, a 30-year loan 
  46.                 at 9% compounded monthly has 12 X 30 = 360 
  47.                 periods.
  48.  
  49. Periods/Year    The number of compounding periods in a year.  
  50.                 For example, a loan at 9% compounded monthly 
  51.                 has 12 periods per year.
  52.  
  53. Interest Rate   The annual percentage rate, such as 9%.  Note
  54.                 the actual rate used by the program in the
  55.                 computation is Interest Rate/Periods per Year.  
  56.                 For example, the program will automatically 
  57.                 calculate the compound period interest rate as 
  58.                 9%/12 = 0.75% for an interest rate compounded 
  59.                 monthly.
  60.  
  61. Payment/        Use Payment/Deposit Timing to indicate if the 
  62. Deposit         Payments/Deposits are made at the beginning or
  63. Timing          end of each compounding period. Payments/Deposits
  64.                 made at the end of the compounding period are 
  65.                 common for home loans.
  66.                 Begin means the Payment/Deposit is applied before
  67.                 the interest is compounded for the period, 
  68.                 and End means the Payment/Deposit is applied 
  69.                 after the interest is compounded for the period.
  70.  
  71. Total Interest  Total amount of interest compounded over all the
  72. Compounded      periods.  This is helpful is determining how much
  73.                 interest was paid over the life of a loan or 
  74.                 earned over the life of an investment.  This
  75.                 field is for display only.  No input allowed.
  76.  
  77.  
  78. MoneyTime can solve for Present Value, Future Value, 
  79. Payment/Deposit, Periods and Interest Rate.  For example, a problem
  80. that involves solving for Future Value would begin by entering 
  81. input values for Present Value, Payment/Deposit, Periods, 
  82. Periods/Year and Interest Rate.  After entering the input values, 
  83. click the "Future Value" button to solve for the Future Value based
  84. on the inputs.
  85.  
  86.  
  87. Additional MoneyTime options include:
  88.  
  89. Exit            Click this button to exit the program.
  90.  
  91. Review Cases    Click this button to review all of the problems/
  92.                 cases the program has provided a solution for so 
  93.                 far.  The review screen also provides the option
  94.                 to print all of the cases.  The cases remain 
  95.                 stored in a file for review during the entire
  96.                 MoneyTime program session.  The cases are not 
  97.                 available after exiting the MoneyTime program. 
  98.  
  99. Detail          Provides a detailed period-by-period grid of the
  100.                 case (i.e. amortization schedule).  Note that in 
  101.                 cases involving fractional periods, the grid will 
  102.                 provide detail up to the nearest period rounded 
  103.                 (22.3 would round to 22 periods and 22.5 would 
  104.                 round to 23 periods).  The Detail button is not 
  105.                 available until a case has been solved by clicking
  106.                 the appropriate button to solve for the unknown.
  107.                 The Detail button is disabled anytime the inputs 
  108.                 change, and is made available when the case is
  109.                 solved.
  110.  
  111. Clear           Click this button to clear the input boxes.  Note 
  112.                 the clear button will not erase the cases from
  113.                 the case file. 
  114.  
  115. Save As         Ability to save cases and detail grid to a file.
  116.  
  117. Help            Click help for additional information about 
  118.                 MoneyTime.
  119.  
  120.  
  121. EXAMPLES:
  122.  
  123. Below are a several examples of how to use the MoneyTime program.
  124.  
  125. 1. What would be the monthly payment on a $100,000 loan over 30 
  126.    years if the interest rate is 8% compounded monthly?
  127.  
  128.         Enter Present Value = 100000
  129.               Future Value = 0
  130.               Periods = 360  (i.e. 30 X 12 = 360)
  131.               Periods/Year = 12
  132.               Interest Rate = 8 
  133.               Set Payment/Deposit Timing for End.
  134.         Click the "Payment/Deposit" button.  
  135.         Result: Payment = -733.76.
  136.  
  137.         Special Note:  Notice the entry for Payment/Deposit is 
  138.                        negative.  This is because it is a 
  139.                        Payment being applied against the Present 
  140.                        Value so as to pay off the loan.
  141.  
  142.         The Total Interest Compounded box also shows the total
  143.         interest paid on the loan at the end of 30 years
  144.         would be $164,155.25.
  145.  
  146.         Notice the Detail button is now available.  Click it to
  147.         see an amortization schedule.
  148.  
  149.         What if it is a 15 year loan at 7.25% compounded monthly?
  150.         Just change the entry for Periods to 180 (i.e. 15 X 12)
  151.         and the Interest rate to 7.25, then click the 
  152.         Payment/Deposit button.  Result: Payment = -912.86. 
  153.  
  154. 2. What would be the balance on a $65,000 home loan at the end
  155.    of 5 years if the monthly payment is $700.00 and the interest
  156.    rate is 9.25% compounded monthly?
  157.  
  158.         Enter Present Value = 65000
  159.               Payment = -700
  160.               Periods = 60  (i.e. 5 X 12 = 60)
  161.               Periods/Year = 12
  162.               Interest Rate = 9.25
  163.               Set Payment/Deposit Timing for End.
  164.         Click the "Future Value" button.   
  165.         Result:  Future Value =  49,894.86.
  166.  
  167.         The Total Interest Compounded box also shows the total
  168.         interest paid on the loan at the end of five years
  169.         would be $26,894.86.
  170.  
  171.         What would be the balance at the end of five years if the 
  172.         payment was increased to $825.00?
  173.  
  174.         Just change the entry for Payment to -825 and then click 
  175.         the Future Value button.  Result is 40,404.72.
  176.  
  177. 3. How much money will an IRA investment have after 20 years if 
  178.    the initial value is $10,000 and $500 are deposited each year 
  179.    thereafter? The investment has averaged a rate of return 
  180.    of 10% compounded annually.
  181.  
  182.         Enter Present Value = 10000
  183.               Deposit = 500
  184.               Periods = 20
  185.               Periods/Year = 1
  186.               Interest Rate = 10
  187.               Set Payment/Deposit Timing for End.
  188.         Click the "Future Value" button.
  189.         Result: Future Value = 95,912.50.
  190.  
  191.         Special Note:  In this example the entry for 
  192.                        Payment/Deposit is positive.  This is 
  193.                        because it is a deposit being applied 
  194.                        towards (added to) the Present Value as 
  195.                        part of the investment.
  196.  
  197.         The Total Interest Compounded box also shows the total
  198.         interest earned on the investment was $75,912.50.
  199.  
  200. 4. How much in savings would be required 20 years into the future 
  201.    to have the equivalent of 1 million dollars today?  Assume an 
  202.    annual inflation rate of 4%.
  203.  
  204.         Enter Present Value = 1,000,000
  205.               Payment/Deposit = 0
  206.               Periods = 20
  207.               Periods/Year = 1 
  208.               Interest Rate = 4 
  209.               Payment/Deposit Timing does not matter since 
  210.           payment/deposit = 0.
  211.         Click the "Future Value" button.  
  212.         Result: Future Value = 2,191,123.14.
  213.  
  214. 5. What would be the equivalent in today's dollars of 
  215.    5000 dollars 20 years into the future?  Assume 4% inflation.  
  216.    This is very similar to the previous example, except this
  217.    involves solving for Present value.
  218.  
  219.         Enter Future Value = 5000
  220.               Payment/Deposit = 0
  221.               Periods = 20
  222.               Periods/Year = 1
  223.               Interest Rate = 4 
  224.               Payment/Deposit Timing does not matter since 
  225.               payment/deposit = 0.
  226.         Click the "Present Value" button.
  227.         Result: Present Value = 2,281.93.
  228.  
  229. 6. How much money must be put into a savings account each quarter 
  230.    in order to have $4,000 in 3 years?  The account earns 7% 
  231.    interest compounded quarterly, and deposits begin immediately.
  232.  
  233.         Enter Present Value = 0
  234.               Future Value = 4000
  235.               Periods = 12  (i.e. 3 X 4 = 12)
  236.               Periods/Year = 4
  237.               Interest Rate = 7
  238.               Set Payment/Deposit Timing for Begin since the
  239.               deposits begin immediately.
  240.         Click the "Payment/Deposit" button.  
  241.         Result: Deposit = 297.25.
  242.  
  243. 7. What would the annual rate of return have to be on a $10,000 
  244.    investment in order for it to double in 6 years?  Interest is 
  245.    compounded annually. 
  246.  
  247.         Enter Present Value = 10000
  248.               Future Value = 20000
  249.               Payment/Deposit = 0
  250.               Periods = 6
  251.               Periods/Year = 1
  252.               Payment/Deposit Timing does not matter since 
  253.               payment/deposit = 0.
  254.         Click the "Interest Rate" button.
  255.         Result: Interest Rate = 12.246% 
  256.  
  257. 8. How much in savings would a person have after 5 years if $300 
  258.    were deposited each month for the first 2 years and $500 were 
  259.    deposited each month for the last 3 years?  The rate of return
  260.    on the investment is 9% compounded monthly.  The savings 
  261.    deposits begin immediately.
  262.  
  263.         Enter Present Value = 0
  264.               Payment/Deposit = 300
  265.               Periods = 24  (first two years)
  266.               Periods/Year = 12
  267.               Interest Rate = 9
  268.               Set Payment/Deposit Timing for Begin.
  269.         Click the "Future Value" button.
  270.         Result: Future Value = 7,915.47  (at the end of the
  271.                                           first 2 years)
  272.  
  273.         The next step is to continue compounding with
  274.         the balance after the first two years, except
  275.         with an increased deposit of $500 per month
  276.         for the remaining 3 years for the final result.
  277.  
  278.         Enter Present Value = 7,915.47
  279.               Payment/Deposit = 500
  280.               Periods = 36  (last three years)
  281.         Click the "Future Value" button.
  282.         Result: Future Value = 31,089.22 
  283.  
  284.         Note the Total Interest Compounded was $715.47 during the 
  285.         first 2 years, and $5,173.75 during the last 3 years.  
  286.         Hence, the Total Interest Compounded over all 5 years 
  287.         was $715.47 + $5,173.75 = $5,889.22.
  288.  
  289. 9. How long would $80,000 in IRA savings last if $1,000 were
  290.    withdrawn each month?  The rate of return on the IRA is 8%
  291.    compounded monthly and the monthly withdrawals begin
  292.    immediately.
  293.  
  294.         Enter Present Value = 80000
  295.               Future Value = 0
  296.               Payment/Deposit = -1000
  297.               Periods/Year = 12
  298.               Interest Rate = 8
  299.               Set Payment/Deposit Timing for Begin since the
  300.               withdrawals begin immediately.
  301.         Click the "Periods" button.
  302.         Result: Periods = 113.57 (or 113.57/12 = 9.5 years)
  303.  
  304.         Note the entry for payment/deposit is negative since
  305.         the amount is being withdrawn from the present value.
  306.  
  307.         The total interest compounded box also shows a total 
  308.         of $33,566.88 in interest was earned over the life of 
  309.         the IRA.
  310.  
  311. 10. What would be the bi-weekly payment on a $50,000 loan over 
  312.     15 years if the interest rate is 9.5% compounded bi-weekly?
  313.  
  314.         Enter Present Value = 50,000
  315.               Future Value = 0
  316.               Periods = 390  (i.e. 26 X 15)
  317.               Periods/Year = 26
  318.               Interest Rate = 9.5
  319.  
  320.         Click the Payment/Deposit button.
  321.         Result:  Payment = -240.74
  322.         Click the Detail button for an amortization schedule.
  323.  
  324.     How long would it take to pay off the loan if the bi-weekly 
  325.     payment was increased to $300?
  326.  
  327.         Just change the entry for Payment/Deposit to -300, then
  328.         click the Periods button.  
  329.         Result:  Periods = 257.45.
  330.  
  331.     With 26 periods per year this equals about 9.9 years 
  332.     (i.e. 257.45/26).
  333.     Click the Detail button for an amortization schedule.
  334.     (Since this has fractional periods, the amortization 
  335.      schedule will round to the nearest period.  In this case 
  336.      it will round to 257 periods.  On the 257th period it will 
  337.      show a final balance of $135.78.  Hence the last payment 
  338.      due would be $435.78 = 300 + 135.78.)
  339.  
  340. 11. What would be the balance of a savings account after 2 years 
  341.     if the initial balance is $10,000 and $100 are deposited each 
  342.     month thereafter?  The interest rate is 9% compounded 
  343.     quarterly.
  344.  
  345.         Remember that the payment/deposit interval is treated the 
  346.         same as the interest compounding interval.  Since the 
  347.         interest is compounded quarterly, the entry for deposit 
  348.         has to be the amount deposited each quarter.  With three 
  349.         months in a quarter, this example has a quarterly 
  350.         deposit amount of $300 (i.e. 3 X 100).
  351.  
  352.         Enter Present Value = 10,000
  353.               Payment/Deposit = 300
  354.               Periods = 8  (i.e. 2 years X 4 quarters/year)
  355.               Periods/Year = 4  (interest compounded quarterly)
  356.               Interest Rate = 9
  357.               Set Payment/Deposit Timing for End. 
  358.  
  359.         Click the Future Value button.  
  360.         Result: Future Value = 14,546.06
  361.         Click the Detail button to see a period-by-period 
  362.         schedule.
  363.  
  364.      
  365. INSTALLATION:
  366. (MoneyTime requires Windows 95 or later.)
  367.     1. Remove current installation of MoneyTime (if any) by
  368.        following the instructions in the "Uninstall/Removal"
  369.        section.
  370.     2. Start Windows Explorer and go to the directory where 
  371.        the software was downloaded.
  372.     3. If the downloaded ZIP file was not automatically 
  373.        decompressed during download, then decompress the
  374.        file using an unZIPping program.
  375.     4. Run SETUP.EXE by double clicking it in the Explorer.
  376.     5. Follow the instructions of the setup program.
  377.  
  378.  
  379. UNINSTALL/REMOVAL:
  380.      1. Click Start, select Settings then Control Panel.
  381.      2. Double-click the Add/Remove Programs icon.
  382.      3. Select MoneyTime from the list of programs.
  383.      4. Click the Add/Remove button to proceed with removal.
  384.  
  385.  
  386. NOTES:
  387.     Interest Rate cannot be zero.
  388.  
  389.     An unknown interest rate is calculated using iteration and is
  390.     limited to calculating a rate between .001 and about 110%.
  391.     Iteration is aborted for rates outside this range.
  392.     An iteration factor of .001 is used. High rates may take more
  393.     time to calculate.
  394.  
  395.     There may be a difference between the Future Value and Total
  396.     Interest Compounded shown on the main screen, and the values
  397.     shown on the last period of the detail grid (i.e. amortization
  398.     schedule). This potential difference is due to the effects of
  399.     rounding. The values displayed on the main screen are rounded.
  400.     Interest rate is rounded to the nearest ten thousandth, and
  401.     all other values are rounded to the nearest hundredth. The
  402.     rounded values are used for creating the detail grid. The main
  403.     screen's values can be adjusted to match the values on the
  404.     last period of the detail grid by clicking the Future Value
  405.     button. The adjustment occurs because the new calculation uses
  406.     the rounded values displayed on the main screen.
  407.  
  408.     In the case of a Payment/Deposit calculation for example, the
  409.     actual value calculated for Payment/Deposit may be $200.5472.
  410.     For currency purposes, the value displayed on the main screen
  411.     and used for creating a detail grid is the rounded value of
  412.     $200.55. As a result of rounding, the Future Value on the
  413.     last period of the detail grid may not balance exactly. For
  414.     example, the Future Value on the last period of a loan may
  415.     be several dollars versus zero. To compensate for the effects
  416.     of rounding, the lender might adjust the final payment
  417.     accordingly. When dealing with compound interest calculations,
  418.     the effects of rounding may become more pronounced with higher
  419.     interest rates and a greater number of periods.
  420.  
  421.     The fourth digit to the right of the decimal point for the
  422.     interest rate is displayed only if it is non-zero after
  423.     rounding. Otherwise three digits to the right of the decimal
  424.     point are displayed even if they are zero.
  425.