Skip to main content
Version: 1.2

Instrument

A financial instrument from any asset class.

Any combination of instrument identifiers can be used together to resolve ambiguity, or for a better match.

Notes:

  • Not all applications will use the same instrument identifiers, which is why FDC3 allows for multiple to be specified. In general, the more identifiers an application can provide, the easier it will be to achieve interoperability.

  • It is valid to include extra properties and metadata as part of the instrument payload, but the minimum requirement is for at least one instrument identifier to be provided.

  • Try to only use instrument identifiers as intended. E.g. the ticker property is meant for stock tickers specifically, if the identifier you want to share is not a stock ticker, or one of the other standardised ones, rather define a property that makes it clear what value it is. This makes it easier for target applications.

Type

fdc3.instrument

Schema

https://fdc3.finos.org/schemas/1.2/instrument.schema.json

Details

PropertyTypeRequiredExample Value
typestringYes'fdc3.instrument'
namestringNo'Microsoft'
id.tickerstringNo'MSFT'
id.BBGstringNo'MSFT:US'
id.CUSIPstringNo'594918104'
id.FDS_IDstringNo'P8R3C2-R'
id.FIGIstringNo'BBG000BPH459'
id.ISINstringNo'US5949181045'
id.PERMIDstringNo'4295907168'
id.RICstringNo'MSFT.OQ'
id.SEDOLstringNo'2588173'

Example

const instrument = {
type: 'fdc3.instrument',
name: 'Microsoft',
id: {
ticker: 'MSFT',
RIC: 'MSFT.OQ',
ISIN: 'US5949181045'
}
}

fdc3.joinChannel('global')
fdc3.broadcast(instrument)

See Also

Other Types

Intents

FINOS Financial Objects