Jump to content

This topic is 7539 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

In FM7 there is this equation: PV ( payment ; interestRate ; periods )

Does anyone know where I can get other PV functions... This one does not seem to have a varable that I need to get my answer. What I need is a Future Value (FV) in this equation. I know there is a FV built in FM7 but that returns a wrong value...I need Present Value...

Can anyone shed some light on this?

Posted

I do not mean to be stupid but every time I plug this in:

PV = 200000 / (1 +.11)^5...FM7 says it does not reconize the PV symbol?

FV = 200,000

Interest rate = 11%

Periods= 5 years

What I need calc. is Present Value

?

Thanks

Brahim

Posted

That's the formula for present value, so Set Field [pv, 200000/(1 + .11)^5], for example, using whatever fieldname you're using for PV.

Posted

If you are defining it as a field calculation than just use 200000/(1 + .11)^5. If you are setting it via script, then you would use Set Field.

This topic is 7539 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.