Skip to content

Java SDK providing access to the OpenGamma API

License

Notifications You must be signed in to change notification settings

OpenGamma/JavaSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b6c130 · Aug 12, 2024
Apr 20, 2023
Aug 12, 2024
Apr 15, 2024
Apr 15, 2024
Feb 14, 2017
Dec 12, 2021
Feb 14, 2017
Jul 1, 2019
Dec 12, 2021
Dec 12, 2021
Jan 23, 2023

Repository files navigation

OpenGamma Java SDK

Build Status License

The OpenGamma service is a platform for the independent calculation of metrics such as margin, fees and balance sheet, to enable firms to optimize execution and clearing of derivatives. The service is available commercially from OpenGamma.

This repository contains the source code of the SDK of the OpenGamma service. It is released as Open Source Software under the Apache v2.0 license. The SDK is only provided in Java, however the service itself can be called from any language.

OpenGamma

Using this library

Java SE 8u40 or later is required to use the SDK. The JAR files are available in Maven Central. For example, to access the SDK for the margin service, use:

<dependency>
  <groupId>com.opengamma.sdk</groupId>
  <artifactId>sdk-margin</artifactId>
  <version>3.6.3</version>
</dependency>

Releases

See the change log.