Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/finbourne/lusid-sdk-java-preview

Java Preview SDK for LUSID by FINBOURNE, a bi-temporal investment management data platform with portfolio accounting capabilities.
https://github.com/finbourne/lusid-sdk-java-preview

Last synced: 22 days ago
JSON representation

Java Preview SDK for LUSID by FINBOURNE, a bi-temporal investment management data platform with portfolio accounting capabilities.

Awesome Lists containing this project

README

        

![LUSID_by_Finbourne](./resources/Finbourne_Logo_Teal.svg)

# Deprecated

Please note that this repository is deprecated and will be archived early 2024.

All functionality is now contained, in the [lusid-sdk-java](https://github.com/finbourne/lusid-sdk-java) repository on the `main` branch.

# LUSID® Java Preview SDK

This is the Java Preview SDK for [LUSID by FINBOURNE](https://www.finbourne.com/lusid-technology), a bi-temporal investment management data platform with portfolio accounting capabilities. To use it you'll need a LUSID account. [Sign up for free at lusid.com](https://www.lusid.com/app/signup)

## Installation

Maven artifacts can be downloaded from the Open Source Software Repository Hosting (OSSRH) by adding the following to your pom.xml

```

...


osssrh
OSSRH
https://oss.sonatype.org/content/repositories/snapshots/



com.finbourne
lusid-sdk-preview
{INSERT VERSION}

...

...

```

We publish two versions of the Java SDK:

* [lusid-sdk-java](https://github.com/finbourne/lusid-sdk-java-preview) - supports `Production` and `Early Access` API endpoints
* **lusid-sdk-java-preview (this one) - supports `Production`, `Early Access`, `Beta` and `Experimental` API endpoints.**

For more details on API endpoint categories, see [What is the LUSID feature release lifecycle?](https://support.lusid.com/knowledgebase/article/KA-01786/en-us).
To find out which category an API endpoint falls into, see [LUSID API Documentation](https://www.lusid.com/api/swagger/index.html).

## Documentation

For further documentation on building the SDK, running the tutorials and using the SDK please see the [wiki](https://github.com/finbourne/lusid-sdk-java-preview/wiki).

## Build Status

![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/com.finbourne/lusid-sdk-preview?server=https%3A%2F%2Foss.sonatype.org) ![run-sdk-tests](https://github.com/finbourne/lusid-sdk-java-preview/workflows/run-sdk-tests/badge.svg?branch=lts)