Asset Types

Standardized asset classifications for reporting and metrics.

Semantic Contract

Definitions

ColumnDescription
idUnique identifier of the Asset Type.
nameName of the Asset Type.

Sample & Implementation

A list of Asset Types
idname
1payment_processor
2receivables
3merchant_cash_advance
4bank_account
5marketable_securities
6investment
CREATE TABLE IF NOT EXISTS asset_types (
    id INTEGER PRIMARY KEY,
    name VARCHAR NOT NULL UNIQUE
)

Data Format

Field

Type

Dependencies

  • None.

On this page

Star us on GitHub

If you enjoy this content and find it useful, give us a star on GitHub to show your support and stay updated with our latest improvements.