x

xirr

To calculate the internal rate of return for a schedule of cash flows that is not necessarily periodic.
https://github.com/joutvhu/xirr
MIT License
Giao Ho
Giao Ho
Files download
File Operation
xirr-1.0.5.jar download
xirr-1.0.5.pom download
xirr-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.joutvhu</groupId>
  <artifactId>xirr</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.joutvhu:xirr:1.0.5'
Gradle Kotlin
implementation("com.github.joutvhu:xirr:1.0.5")
Scala SBT
libraryDependencies += "com.github.joutvhu" % "xirr" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.joutvhu', module='xirr', version='1.0.5')
)
Apache Ivy
<dependency org="com.github.joutvhu" name="xirr" rev="1.0.5" />
Leiningen
[com.github.joutvhu/xirr "1.0.5"]
Apache Buildr
'com.github.joutvhu:xirr:jar:1.0.5'
Dependencies
The project has no third-party dependencies