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 liabilities and debts
Goal
List liabilities
Context
Overview
Source Definition
import {
definePresentation,
StabilityEnum,
} from '@lssm-tech/lib.contracts-spec';
export const LiabilitiesListPresentation = definePresentation({
meta: {
key: 'wealth-snapshot.liabilities.list',
version: '1.0.0',
title: 'Liabilities List',
description: 'List of liabilities and debts',
domain: 'finance',
owners: ['@wealth-snapshot'],
tags: ['finance', 'liabilities', 'list'],
stability: StabilityEnum.Experimental,
goal: 'List liabilities',
context: 'Overview',
},
source: {
type: 'component',
framework: 'react',
componentKey: 'LiabilitiesList',
},
targets: ['react', 'markdown'],
policy: {
flags: ['wealth.liabilities.enabled'],
},
});