Views:

Related resources:

Explanation

Tutorials

How-to guides

System settings for LUSID are stored in the Configuration Store.

You can override these system settings to change the way LUSID behaves.

Booking transactions into LUSID

The TransactionBooking configuration set contains one configuration item per system setting available to control the way the LUSID BatchUpsertTransactions API behaves when upserting transactions (that is, creating or updating them).

Configuration item (system setting)Default valueExplanation
ValidateInstrumentsFalse

Set to True to reject any transaction in a batch that fails to resolve to an instrument mastered in LUSID. Note True also causes a manual holdings adjustment made using either the LUSID SetHoldings or AdjustHoldings APIs to fail in the same circumstances. Rejected transactions are listed in the failed section of the API response.

 

When ValidateInstruments is False (the default), an unresolved transaction is upserted but mapped to the unknown instrument. You should take steps to manually resolve these transactions.

ValidateTransactionTypesFalse

Set to True to reject any transaction in a batch that fails to resolve to a known transaction type. Rejected transactions are listed in the failed section of the API response.

 

When ValidateTransactionTypes is False (the default), an unresolved transaction is upserted but omitted when LUSID generates holdings. You should take steps to manually resolve these transactions.

SetTradeToPortfolioRateFalse

Set to True to add the TradeToPortfolioRate system property to every transaction in a batch with an exchange rate from the transaction to the portfolio currency sourced using the recipe identified by the TradeToPortfolioRateRecipe system setting (below).

 

Note the system property is applied at the moment a transaction is upserted; it is not a live quote and therefore not subsequently updated. If a transaction has the TradeToPortfolioRate system property added already, the latter is preferred.

 

When SetTradeToPortfolioRate is False (the default), you must explicitly add the TradeToPortfolioRate system property to the properties collection of a foreign currency transaction in order to maintain the cost basis of a portfolio.

TradeToPortfolioRateReciperecipescope/recipecodeIf you SetTradeToPortfolioRate to True, specify the scope and code of a recipe that enables LUSID to look up FX rates loaded into the LUSID Quote Store as values for the TradeToPortfolioRate system property.