Versions Compared

Key

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

...

Example


 

Code Block
languagexml
titlePresentationML
<div class="PresentationML" data-version="2.0">
    <div class="entity" data-entity-id="apple">
        <b>Apple</b> Common Stock
    </div>
</div>

 


Code Block
languagejs
titleEntityJSON
{
	"apple":
	{
    	"type":     	"org.symphonyoss.fin.security",
    	"version":  	"0.2",
    	"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"
        	},
        	{
            	"type":     "org.symphonyoss.fin.security.id.ticker",
            	"value":    "APPL"
        	},
        	{
            	"type":     "com.factset.symbology.regionalticker",
            	"value":    "AAPL-US"
        	}
    	]
	}
}