org.symphonyoss.fin.price.history [E]

An entity representing the price history of a financial product over time.

Version 0.1

Name

Type

Cardinality

Description

product

org.symphonyoss.fin.security [E]

org.symphonyoss.fin.ccypair [A]

1The product referred to

 

org.symphonyoss.fin.venue [E]

1

The pricing venue.

 

org.symphonyoss.time.range [E]

1 
 org.symphonyoss.time.moment [E]0..nOther moments of interest
presentationMLPresentationML1Default rendering.

 

Example

The following example represents the historic price of a security over a particular period of time and observes that it may have reached a low point:

<entity type=”org.symphonyoss.fin.price.history” version="0.1"/>
	<entity type=”org.symphonyoss.fin.security” version="0.1"/>
    	<attribute name=”id” type=”org.symphonyoss.fin.security.id.isin” priority=0 value=”US0378331005”/>
    	<attribute name=”id” type=”org.symphonyoss.fin.security.id.cusip” priority=1 value=”037833100”/>
    	<attribute name=”id” type=”org.symphonyoss.fin.security.id.openfigi” priority=2 value=”BBG000B9XRY4”/>
    	<presentationML>Apple common stock</presentationML>
	</entity>
	<entity type=”org.symphonyoss.fin.venue” version="0.1"/>
    	<attribute name=”id” type=”org.symphonyoss.fin.venue.id.mic” priority=0 value=”45”/>
		<presentationML>The New York Stock Exchange (NYSE)</presentationML>
	</entity>
	<entity type=”org.symphonyoss.time.range”/>
    	<attribute name=”from” type=”org.symphonyoss.time.millis” value=1460592000000/>
    	<attribute name=”to” type=”org.symphonyoss.time.millis” value=1463356800000/>
    	<attribute name=”annotation” type=”org.symphonyoss.string” value=”Price has been sliding”/>
    	<presentationML>Price has been sliding from 14-Apr-2016 to 16-May-2016 </presentationML>
	</entity>
	<entity type=”org.symphonyoss.time.moment” version="0.1"/>
    	<attribute name=”at” type=”org.symphonyoss.time.millis” value=1463011200000/>
    	<presentationML>Looks like it has turned at 12-May-2016</presentationML>
	</entity>
	<presentationML>Apple common stock has been sliding from 14-Apr-2016 to 16-May-2016 but it looks like it has turned at 12-May-2016</presentationML>
</entity>

 

This might be rendered by an App with access to appropriate market data as:

 

 

 

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.