@pwngh/economy-lab
    Preparing search index...

    Variable SYSTEMConst

    SYSTEM: {
        NETTING_CLEARING: AccountRef;
        OPENING_EQUITY: AccountRef;
        PAYOUT_RESERVE: AccountRef;
        PROMO_FLOAT: AccountRef;
        RECEIVABLE: AccountRef;
        REVENUE: AccountRef;
        REVENUE_USD: AccountRef;
        SETTLEMENT_ACCRUAL: AccountRef;
        STORED_VALUE: AccountRef;
        TRUST_CASH: AccountRef;
        USD_CLEARING: AccountRef;
    } = ...

    The platform's own ("house") accounts; every id starts with platform:. A debit-normal account goes up when debited, a credit-normal one when credited.

    Type Declaration