Jump to content

Calculating IRR


Delilah Vigil

Recommended Posts

  • 1 year later...

Greetings,

Since you are invoking the FinCal package in your NPV example, why not try FinCal::irr()

In more recent versions of Spotfire, you avoid script trust issues by creating a new Expression Function. In Spotfire 10.x, go to Data > Data Function Properties > Expression Functions. Use Function type = "Column function" and Return type = "Real". Specify a name and a function category. The script can be simply:

library(FinCal)

output

Link to comment
Share on other sites

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...