Skip to content

@livefolio/sdk / PriceMap

Type Alias: PriceMap

PriceMap = ReadonlyMap<AssetId, number>

Defined in: strategy/reconcile.ts:18

Maps each asset ID to its current market price. Required for every asset that appears in TargetWeights and for every asset currently held in the portfolio. reconcile throws if a target asset has no corresponding price entry.

Released under the MIT License.