(42S) Interest Rate Conversion - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: General Software Library (/forum-13.html) +--- Thread: (42S) Interest Rate Conversion (/thread-14028.html) |
(42S) Interest Rate Conversion - Dave Britten - 11-21-2019 03:24 PM This program acts like the interest rate conversion menu in the 17BII, but simplified into a single menu that does both periodic and continuous compounding. The program displays five menu items: NOM% - Enter or compute nominal interest rate. EFF% - Enter or compute effective interest rate. P/YR - Enter or view number of compounding periods per year, and switch to periodic compounding. PER - Switch to periodic compounding. CON - Switch to continuous compounding (P/YR is ignored in this mode). To use: Enter a nominal or effective interest rate and press the appropriate NOM% or EFF% key to store the value. Enter the number of compounding periods per year, and press P/YR, or press CON for continuous compounding. (These two steps can be performed in either order). Press NOM% or EFF% to calculate the corresponding interest rate. Example: What is the effective interest rate for a Canadian mortgage with a nominal APR of 3.8%? 3.8 [NOM%] 2 [P/YR] [EFF%] = 3.8361 What is the nominal rate of a US mortgage that is equivalent to this effective rate of 3.8361%? Continuing from the previous example: 12 [P/YR] [NOM%] = 3.7703 Code: 00 { 196-Byte Prgm } |