Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variations on the payment command
Message
From
05/10/2004 14:35:39
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgia, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Variations on the payment command
Miscellaneous
Thread ID:
00948880
Message ID:
00948880
Views:
54
The payment() function takes 3 parameters, 1. principal 2. interest rate expressed as an interest rate per period 3. The number of payments. Thereform. payment(1000,.12/12,12) is $88.85. I assume this function means that there are 12 equal periods in a year and thus a 360 day year. If I wanted to find out what the payment would be if the year were assumed to be 365 days would this form of the function call be correct : payment(1000,.12/12 * 365/360,12)?? This yields an answer of 88.93.
A problem is a problem only as long as it has a possible solution. Lacking that, it becomes a FACT!
Next
Reply
Map
View

Click here to load this message in the networking platform