0
All right?
I’m having trouble finding the interest rate of a plot (read funding), knowing some final values. Given the following formula:
pmt = (PV.i) / (1 / (1 - (1+i)^n) )
This is standard Price formula, for if discovered the value of the plot. The values I have are:
pmt = 61,45
PV = 234,00
n = 4
I need to figure out the value of i - percentage of interest. I’ve searched the Internet a lot, but since I’m a layman in financial mathematics, I couldn’t find anything that would help me.
Information: for these values, I know that the interest rate is equal to 0,02, or 2%, however I need a formula that I can apply to other values, and with that get the value of i.
you want to apply this calculation in some specific programming language?
– rray
Yes, I need to apply this in Genexus, version 9. But if I have the formula, I will not implicate myself with language. If you have an example in some programming language, and can pass me, I thank you, so I will have more material to analyze.
– Formagi
If you want to solve your problem in some specific language or something like that, you should edit and put that in your question.
– viana
I actually want a solution to the formula, specifically. The program - programming language - will be affected by this, but for me it will not do a program that brings me a result, if I can not explain, or understand how this result is calculated - maybe this is not the best argument, but we can take it as an example. I will wait a while, and see if anyone can answer me on the formula, if I do not get an objective return, I will follow your advice. I thank you for the guidance ;)
– Formagi