Financial Tool Kit

Last updated on 29th April 2024

This is an experimental feature!

Experimental features are early versions for users to test before final release. We work hard to ensure that every available Simudyne SDK feature is thoroughly tested, but these experimental features may have minor bugs we still need to work on.

If you have any comments or find any bugs, please share with support@simudyne.com.

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.11</artifactId>
        <version>${simudyne.version}</version>
    </dependency>
</dependencies>