Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

EntityJSON

Code Block
languagejs
titleEntityJSON
{
	"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"
			}
		]
	}
}


			

...