A Single Financial Security

Alice sends a message to Bob drawing his attention to a particular equity.

Submission at the API

Alice submits a MessageML template and an EntityJSON data object.

MessageML

MessageML
<messageML>
	Hey Bob, take a look at what 
	<div class="entity" data-entity-id="apple">
	<b>Apple</b>
	</div>
	is doing.
</messageML>

EntityJSON

EntityJSON
{
	"apple":
	{
		"type": 	"org.symphonyoss.fin.security",
		"version":	"0.1",
		"id":
		[
			{
				"type":		"org.symphonyoss.fin.security.id.isin",
				"value":	"US0378331005"
			},
			{
				"type":		"org.symphonyoss.fin.security.id.cusip",
				"value":	"037833100"
			},
			{
    			"type":		"org.symphonyoss.fin.security.id.openfigi",
				"value":	"BBG000B9XRY4"
			}
		]
	}
}


			

Note that the order of the entries in the array is significant, the first element is the preferred identifier (as determined by the message originator). This was specified by the priority attribute in EntityML.

Need help? Email help@finos.org we'll get back to you.

Content on this page is licensed under the CC BY 4.0 license.
Code on this page is licensed under the Apache 2.0 license.