Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/finbourne/lusid-sdk-java-preview
- Owner: finbourne
- License: other
- Created: 2019-06-01T07:05:29.000Z (over 5 years ago)
- Default Branch: lts
- Last Pushed: 2024-06-24T13:03:26.000Z (7 months ago)
- Last Synced: 2024-06-24T14:38:36.144Z (7 months ago)
- Language: Java
- Homepage:
- Size: 1.35 GB
- Stars: 2
- Watchers: 9
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
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)