Focal Point
Compound Interest Caculation

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6071091012

January 29, 2007, 11:57 AM
moyer1dl
Compound Interest Caculation
Is there any funtions for computing Compound Interest in Web Focus 7.1.1


Dan


IBM Main Frame: MVS, FIX, VSAM

Windows SQL

WF 7.7
January 29, 2007, 12:04 PM
Leah
compound interest;;;
Not that I'm aware of, but you could do a compute by converting the compound interest formula to an equation in WebFOCUS.


Leah
February 02, 2007, 12:08 PM
Kerry
Hi Dan,

Just checked with our internal people and I was told that we don't have a user function for Compound Interest. Many thanks for Leah's input on this one.

You may code the calculation for compound interest just like any other calculation and do it in a define or a compute. Can you please provide the formula for compound interest? Then we can start working from there. Smiler

Hope this helps.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
February 02, 2007, 01:01 PM
susannah
dan, pretty easy
use ** for exponentiation
1.05**6 would give you the result after 6 years of a 5% apr.
and should you need to back out an annual rate , use **(1/n) which will give you the nth root. There is a SQRT function, but i can't see every using it, when **(1/n) works with n=2
-s.
needless to add, you aren't restricted to integers, of course.

This message has been edited. Last edited by: susannah,




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
February 05, 2007, 11:00 AM
moyer1dl
Thanks All I thing some of this info will help

Dan


IBM Main Frame: MVS, FIX, VSAM

Windows SQL

WF 7.7