Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.
/ ojAlgo-finance Public archive

Finance (domain) specific extensions to ojAlgo

License

Notifications You must be signed in to change notification settings

optimatika/ojAlgo-finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ojAlgo-finance

Build Status Language grade: Java Maven Central

Historically the development of ojAlgo was motivated by various financial applications and finance (domain) specific code was an integral part of ojAlgo. With the release of ojAlgo v44 the finance specific stuff was moved to its own repository/artifact – ojAlgo-finance. With ojAlgo v51 that move is reverted.

  • ojAlgo v44.0.0 <> ojAlgo-finance v1.0.0 (first release as a separate artifact)
  • ojAlgo v50.0.0 <> ojAlgo-finance v2.4.1 (last release as a separate artifact)

This repository has simply been left as it was, but its contents have been copied to the core project (ojAlgo) and will be maintained further there. In the copy-process the package names also changed. Here's a table mapping out the repository/artifact and package move:

ojAlgo-finance ojAlgo
org.ojalgo.finance org.ojalgo.data.domain.finance
org.ojalgo.finance.portfolio org.ojalgo.data.domain.finance.portfolio
org.ojalgo.finance.portfolio.simulator org.ojalgo.data.domain.finance.portfolio.simulator
org.ojalgo.finance.data org.ojalgo.data.domain.finance.series
org.ojalgo.finance.data.fetcher org.ojalgo.data.domain.finance.series
org.ojalgo.finance.data.parser org.ojalgo.data.domain.finance.series
org.ojalgo.finance.scalar org.ojalgo.scalar
org.ojalgo.finance.business not moved, wont be maintained

General information about ojAlgo and ojAlgo-finance is available at the project web site: http://ojalgo.org/

Artifacts

ojAlgo-finance is available at The Central (Maven) Repository to be used with your favourite dependency management tool.

<dependency>
    <groupId>org.ojalgo</groupId>
    <artifactId>ojalgo-finance</artifactId>
    <version>X.Y.Z</version>
</dependency>