Financial Tool Kit

Last updated on 19th April 2024

the financial toolkit adds a layer on top of the SDK which allows you to quickly and succinctly model key financial concepts. This is achieved without worrying about the underlying link and message passing implementations while leaving the door open to leverage the full power of the SDK for more heavy duty customisations.

Setup

To use the Simudyne SDK financial toolkit with an existing project, you need to include the following dependency in your pom.xml file.

pom.xml

<dependencies>
    <dependency>
        <groupId>simudyne</groupId>
        <artifactId>simudyne-core-abm-finkit_2.12</artifactId>
        <version>${simudyne.version}</version>
    </dependency>
</dependencies>