org.symphonyoss.fin.venue [E]
An entity representing a venue where a price may be quoted or a trade may be executed.
Version 0.2
Name | Type | Cardinality | Description |
id | 1..n | An established identifier for the venue referred to. (Since in this version there is only one valid ID type the cardinality is effectively 1) | |
name | 0..1 | Descriptive name. |
Example
PresentationML
<presentationML>
This is currently falling on <div class="entity" data-entity_id="nyse">
<b>NYSE</b>
</div>
</presentationML>
EntityJSON
"nyse":
{
"type": ”org.symphonyoss.fin.venue”,
"version": "0.2",
"id":
[
{
"type": ”org.symphonyoss.fin.venue.id.mic”
"value": ”45"
}
],
"name":
{
"type": "org.symphonyoss.string",
"value": "The New York Stock Exchange (NYSE)"
}
}