Plain Old Java Objects for interfacing with the Oanda v20 API.
http://developer.oanda.com/rest-live-v20/introduction/
The JSON Schemas are provided by Oanda here: https://github.com/oanda/v20-openapi
This library was not produced by Oanda, but is a community library built independently to support it. It's provided as is, with no guarantees for correctness.
Available from Maven Central:
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>model-oanda</artifactId>
<version>0.1.3</version>
</dependency>