/
org.symphonyoss.fin.venue [E]

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

org.symphonyoss.fin.venue.id.mic [A]

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)

nameorg.symphonyoss.string [A]0..1Descriptive 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)"
	}
}

Related content

org.symphonyoss.fin.security [E]
org.symphonyoss.fin.security [E]
More like this
com.symphony.user.mention [E]
com.symphony.user.mention [E]
More like this
org.symphonyoss.fin.price [E]
org.symphonyoss.fin.price [E]
More like this
org.symphonyoss.obj.contact [E]
org.symphonyoss.obj.contact [E]
More like this
org.symphonyoss.fin.rfq.status.bond [E]
org.symphonyoss.fin.rfq.status.bond [E]
More like this
org.symphonyoss.fin.rfq.response.bond [E]
org.symphonyoss.fin.rfq.response.bond [E]
More like this

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.