OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
List of assets with valuations
Goal
List assets
Context
Overview
Source Definition
import {
definePresentation,
StabilityEnum,
} from '@lssm-tech/lib.contracts-spec';
export const AssetsListPresentation = definePresentation({
meta: {
key: 'wealth-snapshot.assets.list',
version: '1.0.0',
title: 'Assets List',
description: 'List of assets with valuations',
domain: 'finance',
owners: ['@wealth-snapshot'],
tags: ['finance', 'assets', 'list'],
stability: StabilityEnum.Experimental,
goal: 'List assets',
context: 'Overview',
},
source: {
type: 'component',
framework: 'react',
componentKey: 'AssetsList',
},
targets: ['react', 'markdown'],
policy: {
flags: ['wealth.assets.enabled'],
},
});