Views:

A recipe has a market section that you must populate so LUSID can locate and retrieve suitable market data for each type of instrument you wish to value:

  • For simple exchange-traded instruments such as equities, you are likely to require market prices held in the LUSID Quote Store.
  • For complex exchange-traded or OTC instruments, you are likely to require interest rate, discounting or credit curves and/or volatility surfaces held in the LUSID Complex Market Data Store.
  • For any instrument (including a cash instrument) held in a different currency to the portfolio currency, you are likely to require FX rates held in the LUSID Quote Store.

Note: You can call APIs to check the quality/quantity of market data required for the valuation operation you are trying to perform. See how to do this.

By default, a recipe must be able to locate market data that is valid ~ one day prior to each date in the valuation schedule. The precise validity period is determined by the valuation time. For example, if you are valuing a portfolio containing a single equity on:

  • 7 March 2022, the time defaults to 00:00:00 and the recipe must be able to locate at least one market price for that equity (and an FX rate, if applicable) effective 6 March 00:00:00 -> 7 March 00:00:00. Prices effective 5 March or earlier, or 7 March later than midnight are not valid.
  • 7 March 2022 17:00:00, the recipe must be able to locate at least one market price effective 6 March 00:00:00 -> 7 March 17:00:00.
  • 7 March 2022 23:59:59, the recipe must be able to locate at least one market price effective 6 March 00:00:00 -> 7 March 23:59:59.

In other words, there is an automatic look back, or ‘grace’, period of between 24 and 48 hours. You can specify an explicit quoteInterval to look back further than this if you wish (see below).

For each category of market data (that is, market price, FX rate, interest rate curve and so on) you are required to locate you should specify a market data rule in the marketRules array and/or groupedMarketRules array of the market section of your recipe. Consider the following example, of three market data rules in the marketRules array intended for a portfolio valuation on 7 March 2022:

Note the following:

  • Each market data rule is self-contained and must contain all the information required to locate a particular category of market data in an appropriate store.
  • Market data rules are processed in order. The first matching rule found for a category of market data is used (as determined by its key).
  • You can provide multiple rules for the same key in order to provide fallback logic. For example, you could have two rules for Quote.Figi.* that are identical except the first has a supplier of DataScope and the second a supplier of Bloomberg. Prices from Refinitiv would be preferred, but the recipe would fall back to Bloomberg if no Refinitiv prices could be found.
  • You can provide more sophisticated fallback behavior by specifying market data rules in the groupedMarketRules array in addition to the marketRules array. More information.
  • You can perform operations such as taking the highest or latest price from a group of providers, or even synthesising an average price, by specifying market data rules in the groupedMarketRules array. More information.

For information on all the fields and allowed values in a market data rule, examine the API documentation (expand the configurationRecipe/market/marketRules section).

The following table summarises core fields; note in particular that:

  • The key field defines the category of market data to locate.
  • Given the category, all the other fields define the rule's criteria for retrieving appropriate data.
Market data rule fieldStatusApplicable LUSID market data store(s)ExplanationMatching market data field in store
keyMandatoryQuote, Complex Market DataA dot-separated string specifying the category of market data to locate, and implicitly the store in which to locate it. See this table for more information.n/a
supplierMandatoryQuote, Complex Market DataThe market data vendor. This value must match the value of the market data provider field in the appropriate store. See a list of valid vendors.provider
priceSourceOptionalQuote, Complex Market DataThe sub-supplier to the market data vendor (above). This value must match the value of the market data priceSource field if it is specified, for example  Tradeweb or RRPS for Refinitiv DataScope.priceSource
dataScopeMandatoryQuote, Complex Market DataThis value must match the scope encapsulating the market data in the appropriate store.scope
quoteTypeMandatoryQuote

If the rule locates market data in the Quote Store, this value must match the value of the quoteType field, for example Price or Rate.
 

If the rule locates market data in the Complex Market Data Store, omit this field.

quoteType
fieldMandatoryQuote

If the rule locates market data in the Quote Store, this value must match the value of the field field, for example bid, mid or ask. Note this value is case-sensitive, so Bid does not match bid. See valid values for different vendors.
 

If the rule locates market data in the Complex Market Data Store, omit this field.

field
quoteIntervalOptionalQuote, Complex Market Data

Specifies a 'look back' period for market data longer than the implicit default of 1D.0D, which looks back to 00:00:00 on the day before the valuation date. If no market data is found within this range then a market data resolver error occurs.
 

You can use the <startdate>.<enddate> tenor syntax to look back further, for example 1W.0D to look back seven days from the valuation date, or 0D.0D to look back to the beginning of the valuation date itself. If you want to consider the latest data invalid instead you can change the end date, for example 2D.1D to look back two days before the valuation date, but not to include the valuation date itself. For more information, see the API documentation.

 

Note if you choose BD and your valuation schedule specifies a holiday calendar, LUSID ignores non-business days and looks back further.

n/a
sourceSystemOptionalQuote, Complex Market DataDefaults to Lusid to locate market data in either the Quote Store or Complex Market Data Store. Do not change this value unless you want to locate data in a 3rd party store.n/a

The following table explains the key field in more detail:

Market data categoryLUSID market data storekey field syntaxExamples
Market priceQuote StoreQuote.<IdentifierType>.<IdentifierValue>
  • Quote.RIC.* to locate prices loaded with an instrumentIdType of RIC.
  • Quote.LusidInstrumentId.* to locate prices loaded with an instrumentIdType of LusidInstrumentId.
  • Quote.Isin.GB0031348658 to locate prices loaded with an instrumentIdType of Isin and instrumentId of GB0031348658.

Note: Quote.*.* does NOT locate any price loaded using any unique or non-unique instrument identifier.

FX spot rateFx.<FgnCcy>.<DomCcy>
  • Fx.USD.GBP to locate rates loaded with an instrumentIdType of CurrencyPair and instrumentId of USD/GBP (note forward slash).
  • Fx.*.* to locate any FX rate.
Inflation fixingData loaded with quoteType of IndexInflation.InflationIndex.<IdentifierType>.<IdentifierValue>
  • Inflation.InflationIndex.UKRPI to locate index fixings loaded with an instrumentIdType of ClientInternal and instrumentId of UKRPI.
  • Inflation.InflationIndex.* to locate any index fixing.
Data loaded with quoteType of RatioInflation.InflationRatio.<IdentifierType>.<IdentifierValue>
  • Inflation.InflationRatio.ClientInternal.MX.UDI to locate ratio fixings loaded with an instrumentIdType of ClientInternal and instrumentId of MX.UDI.
  • Inflation.InflationRatio.* to locate any ratio fixing.
Data loaded with quoteType of InflationAssumptionInflation.InflationAssumption.<IdentifierType>.<IdentifierValue>
  • Inflation.InflationAssumption.ClientInternal.IPCA to locate assumption fixings loaded with an instrumentIdType of ClientInternal and instrumentId of IPCA.
  • Inflation.InflationAssumption.* to locate any assumption fixing.
Discount factor curveComplex Market Data StoreRates.<Ccy>.<Ccy>OIS
  • Rates.USD.USDOIS to locate USD discount factor curves with a marketAsset of USD/USDOIS.
  • Rates.*.* to locate any discounting curve.
Interest rate projection curveRates.<Ccy>.<Tenor>.<Index>
  • Rates.GBP.1Y.LIBOR to locate one year GBP - LIBOR IR projection curves loaded with a marketAsset of GBP/1Y/LIBOR.
  • Rates.*.*.* to locate any IR projection curve.
Credit curveCredit.<REDCode>.<Ccy>.<Seniority>.<RestructuringClause>
  • Credit.FF667M.USD.SNR.MR to locate senior CDS with modified restructuring loaded with a marketAsset of FF667M/USD/SNR/MR.
  • Credit.*.*.*.* to locate any credit curve.
Equity volatility surfaceEquityVol.<RIC>.<Ccy>.<N-or-LN>
  • EquityVol.AAPL.USD.LN to locate Apple log normal volatility surfaces loaded with a marketAsset of AAPL/USD/LN.
  • EquityVol.*.*.* to locate any equity volatility surface.
FX volatility surfaceFxVol.<FgnCcy>.<DomCcy>.<N-or-LN>
  • FxVol.GBP.USD.N to locate GBPUSD normal volatility surfaces loaded with a marketAsset of GBP/USD/N.
  • FxVol.*.*.* to locate any FX volatility surface.
Interest rate volatility surfaceIrVol.<Ccy>.<N-or-LN>
  • IrVol.USD.LN to locate USD log-normal volatility surfaces loaded with a marketAsset of USD/LN.
  • IrVol.*.* to locate any IR volatility surface.

When you call the GetValuation API, you may see a MarketResolverFailure similar to the one below if one or more market data rules fails to locate suitable market data in an appropriate store. The first step is to make sure field values in the market data rule match those in market data objects according to the table above. If they do, you can try setting the allowPartiallySuccessfulEvaluation pricing model option to True to relax validation and call the API again, though of course missing market data will not be used in calculations:

{"name":"MarketResolverFailure","errorDetails":[{"id":"Failed to resolve market data item [Provider: Edi, PriceSource: , InstrumentId: BBG000C05BD1, InstrumentIdType: Figi, QuoteType: Price, Field: mid].","detail":"Attempted to resolve with supplier [Edi] and sourceSystem [Lusid] in scope [recipe1] for effective date [07/03/2022 00:00:00], quoteInterval [None] and with predicate [AsAt=Latest], but failed because failed to find quote in store."}…]",…}
 

Grouping market data rules and performing operations

You can specify market data rules in the groupedMarketRules array as well as, or instead of, the marketRules array:

  • You might specify market data rules in both arrays in order to provide sophisticated fallback behavior from a preferred supplier of quotes to a group of secondary suppliers.
  • You might specify market data rules in just the groupedMarketRules array to perform an operation such as taking the most recent or highest price from a group of suppliers, or even synthesising an average price.

You can of course combine these use cases to perform operations on a group of secondary suppliers.

Consider the following example, of a market section with one market data rule for prices in the marketRules array and three inside a single group in the groupedMarketRules array, intended for a portfolio valuation on 7 March 2022. Note the operation on the group of rules is FirstLatest:

Note the following:

  • A recipe should have at least one market data rule in order to be functional. It can be in the marketRules array, or on its own in a group in the groupedMarketRules array.
  • You can have any number of market data rules in the marketRules array, and any number of rules in any number of groups in the groupedMarketRules array.
  • LUSID reads the marketRules array first, then the groupedMarketRules array.
  • Within the marketRules array, the order of market data rules is significant.
  • Within the groupedMarketRules array, the order of groups is significant. The order of market data rules within a group is significant in some circumstances, depending on the operation being performed.
  • Within the groupedMarketRules array, all market data rules must have the same key and quoteType. One exception is for quoteType with the FirstLatest operation, where you can mix the Price and DirtyPrice quote types.
  • LUSID uses the first matching rule found for a particular category of market data.

The following marketDataKeyRuleGroupOperations are available:

OperationExplanation
FirstLatestThe rule retrieving the most recent market data item (market price, FX rate and so on) is used. If all items were loaded with exactly the same date and time, the rule specified first in the group is used.
FirstMinimumThe rule retrieving the lowest value market data item is used. If all items have exactly the same value, the rule specified first in the group is used.
FirstMaximumThe rule retrieving the highest value market data item is used. If all items have exactly the same value, the rule specified first in the group is used.
AverageOfAllQuotesThese operations are different in that LUSID synthesises a new market data item rather than using a rule to retrieve an existing item. See the section below.
AverageOfQuotesFound

Synthesising an average market data item

You can request that LUSID retrieves market data items from all the rules in a group and synthesises a new market data item representing an average:

  • Choose the AverageOfAllQuotes operation if you want the request to fail if a single rule in the group fails to retrieve a market data item.
  • Choose the AverageOfQuotesFound operation to ignore failures unless all rules fail to retrieve items.

For example, imagine you have upserted to the LUSID Quote Store the following three market prices for a particular stock:

Data fieldPrice #1Price #2Price #3Notes
providerDataScopeLusidBloomberg 
priceSourceTradeweb BBGThis field is optional when upserting.
instrumentIdTypeRICRICRICIn order to synthesise an average, all instrument identifier types must be the same.
instrumentIdABC.NABC.NABC.NIn order to synthesise an average, all values must identify the same instrument.
quoteTypePricePricePriceIn order to synthesise an average, all quote types must be the same.
fieldopenbidask 
effectiveAt2024-01-02T09:00:00Z2024-01-02T11:00:00Z2024-01-02T12:00:00Z 
metricValue.value1051.19.7 
metricValue.unitUSDUSDUSDIn order to synthesise an average, all currency units must be the same.
scaleFactor100 10This field is optional when upserting; it defaults to 1.
lineageA Refinitiv quote A BBG quoteThis field is optional when upserting.
uploadedBy00ubs2temhwlYz2lI2p700ubk5b5apJVhOlAg2p800uhj7Gh8kklio92pl97This field is automatically populated by LUSID.
asAt2024-01-02T13:00:00Z2024-01-02T14:00:00Z2024-01-02T15:00:00ZThis field is automatically populated by LUSID.

...and created a recipe with the following three market data rules in a group with the AverageOfAllQuotes operation:

"market": {
  "groupedMarketRules": [
    {
      "marketDataKeyRuleGroupOperation": "AverageOfAllQuotes",
      "marketRules": [
        {
          "key": "Quote.RIC.*",
          "supplier": "DataScope",
          "dataScope": "RefinitivPrices",
          "quoteType": "Price",
          "field": "open",
        },
        {
          "key": "Quote.RIC.*",
          "supplier": "Lusid",
          "dataScope": "LusidPrices",
          "quoteType": "Price",
          "field": "bid",
        },
        {
          "key": "Quote.RIC.*",
          "supplier": "Bloomberg",
          "dataScope": "BBGPrices",
          "quoteType": "Price",
          "field": "ask",
        },
      ]
    }
  ]
},
...

Assuming all three original market prices can be located, LUSID synthesises the following average price:

Data fieldSynthesised valueNotes
providerLusidThe provider is always set to this value, irrespective of the original providers.
priceSourceAverageOfAllQuotes('Tradeweb', '', 'BBG')The prefix is AverageOfQuotesFound if the other average operation is chosen.
instrumentIdTypeRIC 
instrumentIdABC.N 
quoteTypePrice 
fieldAverageOfAllQuotes('open', 'bid', 'ask')The prefix is AverageOfQuotesFound if the other average operation is chosen.
effectiveAt2024-01-02T12:00:00ZThe latest original datetime is used.
metricValue.value1.04

In this example, the original scale factors are different, so the synthesised value is unitised. The calculation is as follows:
 

Original price #1:  105 / 100 = 1.05
Original price #2:  1.1 / 1 = 1.1
Original price #3:  9.8 / 10 = 0.97
Average price:  (1.05 + 1.1 + 0.97) / 3 = 1.04

metricValue.unitUSD 
scaleFactor1In this example, since the synthesised value is unitised, the scale factor is set to 1. If the original scale factors were the same and not 1, then this field is set to that scale factor. 
lineageAverageOfAllQuotes('A Refinitiv quote', '', 'A BBG quote')The prefix is AverageOfQuotesFound if the other average operation is chosen.
uploadedBySystemComputed-AverageThe user is always set to this value, irrespective of the original users.
asAt2024-01-03T17:00:00ZThe as at datetime of the valuation operation is used.

Note a synthesised market data item is not upserted to the Quote Store, so it cannot be retrieved by an API such as ListQuotesForScope. However, it is available in the manifest for a valuation operation.