In the Rebalance dashboard you can designate a reference portfolio instrument as a placeholder to represent a group-level model or benchmark weighting. This allows you to model group-level targets, for example 10% equities, using a reference portfolio instead of instrument-level targets.
Placeholder instruments contribute to group-level values, but are hidden from the dashboard itself.
To create or update placeholder instruments in your LUSID domain:
Sign in to the LUSID web app as a user with suitable permissions.
From the top left menu, navigate to Data Management > Properties.
Locate the property type with Scope
Overrideand CodeIsPlaceholder, and click Edit.Note
There are two different placeholder property types:
Instrument/system/IsPlaceholder- a derived property type used by the Rebalance dashboard; you cannot modify this property type.Instrument/Override/IsPlaceholder- you can edit the derivation formula of this property type to define how LUSID designates placeholder instruments.
.png?sv=2022-11-02&spr=https&st=2025-11-03T11%3A03%3A24Z&se=2025-11-03T11%3A14%3A24Z&sr=c&sp=r&sig=hyP3oszsAZzxR2Su4eVbNmLx1UTvas4j2554QVk3b%2BA%3D)
Specify a derivation formula for the instruments you wish to designate as placeholders. For example, you might specify the following formula to designate a particular LUID as a placeholder:
if (Identifiers[LusidInstrumentId] eq 'LUID_00003DT9') then true else nullNote
To designate a group of instruments as placeholders, for example instruments you decorate with the property
Instrument/Finbourne-Examples/AssetClass, you might use a formula such as the following:if(properties[Instrument/Finbourne-Examples/AssetClass] eq 'Placeholder') then true else nullYou must ensure your instrument data is appropriately populated to suit your formula.
Alternatively, you can choose to delete the derived property, and instead create a standard boolean property that you can decorate onto designated instruments; see how..png?sv=2022-11-02&spr=https&st=2025-11-03T11%3A03%3A24Z&se=2025-11-03T11%3A14%3A24Z&sr=c&sp=r&sig=hyP3oszsAZzxR2Su4eVbNmLx1UTvas4j2554QVk3b%2BA%3D)
Click Save changes.
Once configured with the formula above, the instrument doesn’t appear in the Rebalance dashboard but does contribute to the model group-level values, such as Model Weight. For example, if you designate a reference portfolio constituent as a placeholder instrument named Equities with 60% weight:
Model columns include the placeholder value in their group-level values.
The Rebalance dashboard does not display a row for the instrument.
.png?sv=2022-11-02&spr=https&st=2025-11-03T11%3A03%3A24Z&se=2025-11-03T11%3A14%3A24Z&sr=c&sp=r&sig=hyP3oszsAZzxR2Su4eVbNmLx1UTvas4j2554QVk3b%2BA%3D)