@openpit/engine
    Preparing search index...

    Interface FinancialImpactInit

    Plain-object form of FinancialImpact.

    interface FinancialImpactInit {
        fee?: string | number | bigint | Fee;
        pnl?: string | number | bigint | Pnl;
    }
    Index
    fee?: string | number | bigint | Fee
    pnl?: string | number | bigint | Pnl