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)"
	}
}

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.