Type | Read/write | Author | Availability |
Read | Finbourne | Provided with LUSID |
The Lusid.Instrument.Property
provider enables you to write a Luminesce SQL query that retrieves custom properties for instruments mastered in LUSID.
Note: The LUSID user running the query must have sufficient access control permissions to both use the provider and read instrument and property data stored in LUSID. This should automatically be the case if you are the domain owner.
Note that, by default, the Lusid.Instrument
entity provider does not retrieve properties. You can use Lusid.Instrument.Property
to do so in conjunction with other providers (including Lusid.Instrument
) to analyse all the data associated with instruments.
Basic usage
You must specify either:
The
InstrumentIdType
andInstrumentId
fields to identify an instrument whose properties to return. TheInstrumentIdType
field refers to a unique instrument identifier, and theInstrumentId
field to a valid value for that identifier.The
PropertyScope
andPropertyCode
fields to identify the scope and code of a property whose instruments to return.
Specify the InstrumentScope
field as well if instruments are mastered in a custom instrument scope (otherwise only the built-in default
scope is searched).
Query parameters
Lusid.Instrument.Property
has parameters that enable you to filter or refine a query.
To list available parameters, their data types, default values, and an explanation for each, run the following query using a suitable tool:
Data fields
By default, Lusid.Instrument.Property
returns a table of data populated with particular fields (columns). You can return just a subset of these fields if you wish.
To list fields available to return, their data types, whether fields are considered 'main', and an explanation for each, run the following query using a suitable tool:
Note: Fields marked 'main' are returned by queries that use a caret character, for example
select ^ from Lusid.Instrument.Property
.
Examples
Note: For more example Luminesce SQL queries, visit our Github repo.
Example 1: Retrieve all the properties for a particular instrument
In this example, the instrument is identified by LUID.
In this example, the instrument is identified by FIGI and mastered in a custom instrument scope.
Example 2: Retrieve all the instruments that have a particular property
Example 3: Retrieve all the multi-value properties for a particular instrument
You can join Lusid.Instrument.Property
to Lusid.Property.Definition to retrieve information about underlying property types:
Example 4: Retrieve a time-variant property as a time-series for a particular instrument
Specify the GetHistorical
query parameter to retrieve a time-variant property.
Example 5: Retrieve all the properties for all the equity instruments
Example 6: Decorate particular instrument properties onto holdings
You can join Lusid.Instrument.Property
to an entity provider such as Lusid.Portfolio.Holding to decorate holdings with particular instrument properties: