|
1 | | -# ServiceClient |
| 1 | +# OpenGamma Java SDK |
2 | 2 |
|
3 | | -[](https://travis-ci.org/OpenGamma/ServiceClient) [](http://www.apache.org/licenses/LICENSE-2.0.html) |
| 3 | +[](https://travis-ci.org/OpenGamma/JavaSDK) [](http://www.apache.org/licenses/LICENSE-2.0.html) |
4 | 4 |
|
5 | | -The OpenGamma service is a platform for the independent calculation of metrics such as margin, fees and balance sheet, to enable firms to optimise execution and clearing of derivatives. The service is available commercially from [OpenGamma](http://www.opengamma.com/). |
| 5 | +The OpenGamma service is a platform for the independent calculation of metrics such as margin, fees and balance sheet, |
| 6 | +to enable firms to optimize execution and clearing of derivatives. |
| 7 | +The service is available commercially from [OpenGamma](http://www.opengamma.com/). |
6 | 8 |
|
7 | | -This repository contains the source code of the client library of the service. |
| 9 | +This repository contains the source code of the SDK of the OpenGamma service. |
8 | 10 | It is released as Open Source Software under the [Apache v2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html). |
9 | | -The client library is only provided in Java, however the service itself can be called from any language. |
| 11 | +The SDK is only provided in Java, however the service itself can be called from any language. |
10 | 12 |
|
11 | 13 | [](http://www.opengamma.com) |
12 | 14 |
|
13 | 15 |
|
14 | 16 | Using this library |
15 | 17 | ------------------ |
16 | 18 |
|
17 | | -To use the service client Java SE 8u40 or later is required. |
18 | | -The JAR files are available in [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.opengamma.service%22): |
| 19 | +Java SE 8u40 or later is required to use the SDK. |
| 20 | +The JAR files are available in [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.opengamma.sdk%22). |
| 21 | +For example, to access the SDK for the margin service, use: |
19 | 22 |
|
20 | 23 | ``` |
21 | 24 | <dependency> |
22 | | - <groupId>com.opengamma.service</groupId> |
23 | | - <artifactId>service-client</artifactId> |
| 25 | + <groupId>com.opengamma.sdk</groupId> |
| 26 | + <artifactId>sdk-margin</artifactId> |
24 | 27 | <version>1.0.0</version> |
25 | 28 | </dependency> |
26 | 29 | ``` |
0 commit comments