org.symphonyoss.fin.security [E]
An entity representing a financial security. At least one id must be present in the object.
Version 0.2
Example
PresentationML
<div class="PresentationML" data-version="2.0">
<div class="entity" data-entity-id="apple">
<b>Apple</b> Common Stock
</div>
</div>
EntityJSON
{
"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"
}
]
}
}
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.