Chartbreaker
    Preparing search index...

    Type Alias ClearingAccountQuotes

    type ClearingAccountQuotes = {
        balance?: Amount;
        buyingPower?: Amount;
        displayName: string;
        hideInOverviews?: boolean;
    }
    Index

    Properties

    balance?: Amount
    buyingPower?: Amount
    displayName: string

    Display name of the clearing account.

    hideInOverviews?: boolean

    Whether portfolio overviews should hide this clearing account by default (e.g. some crypto brokers have many unused fiat wallets. Frontends may want to only display relevant accounts).