Skip to content

@livefolio/sdk / Asset

Type Alias: Asset

Asset = EquityAsset | MacroAsset

Defined in: interfaces/types.ts:62

A tradeable or queryable instrument. Discriminated by kind. Add a new variant to this union when introducing a new asset class (futures, option, crypto, etc.); each variant is the natural narrowing point for vendor- specific fields.

Released under the MIT License.