Atomic Wire
JSE External Messaging API
- Title
- Post-trade EMAPI Clearing
- Created
- 2020-12-03
- Creator
- JSE Limited
- Conforms To
- Orchestra v1.0
- Rights
- Copyright 2024 Atomic Wire Technology Limited
- Abstract
- This document describes the business/clearing or application aspects of the EMAPI protocol available to external participants (trading and clearing members).
- Alternative
- Volume PT02
- Publisher
- Johannesburg Stock Exchange
- Subject
- JSE, Post-trade, Clearing
- Source
- Volume PT02 – Post-trade EMAPI Clearing
Versions
How to use this Orchestra spec
See the Orchestra Gradle Plugin documentation to learn how to use this Orchestra spec in your project.
With the Orchestra Gradle Plugin you can:
- Create your own derived Orchestra spec based on the JSE External Messaging API data dictionary
- Generate schema definitions and code
- Build applications that consume or produce data described by this specification
If you already use the Orchestra Gradle Plugin, use the following snippet to create a derived spec based on JSE External Messaging API:
orchestra {
specification {
markdown {
reference orchestraHub(group: 'atomicwire', name: 'jse-emapi', version: '2.8.9')
}
}
}