home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / disk_20.zip / DB3AMORT.ZIP / AMORT.DOC < prev    next >
Text File  |  1986-10-27  |  1KB  |  23 lines

  1. *** AMORT.DOC
  2. *** Amortization Program for DBASE III
  3. *** By Morris Pyle
  4.  
  5. *** Simply copy the DBASE III files - amort.pro, amort.DBF, & amort.FRM,
  6. *** on the disk you normally use for programs and files, and key in
  7. *** the following two commands (1)  'SET PROCEDURE TO AMORT.PRO' AND
  8. *** (2) 'DO AMORT'.  The program will ask you if you want it to figure 
  9. *** the monthly payments for you, and should be self-explanatory.
  10.  
  11. *** Negative amortization loans will work just fine, as do balloon 
  12. *** payments (the program asks you if you want to show any remaining
  13. *** balance as a balloon payment).
  14.  
  15. *** For variable rate loans, simply run a schedule without a balloon 
  16. *** payment of the remaining balance for each period the interest is 
  17. *** fixed, and then run a new schedule at the next period's interest
  18. *** rate, etc.
  19.  
  20. *** The program is set up for monthly payment loans, but could be easily
  21. *** modified for other period installment loans.  (The formula for 
  22. *** figuring the payment is straight out of a Basic Applications Handbook).
  23.