Longbridge OpenAPI SDK
    Preparing search index...

    Interface ProfitSummaryBreakdown

    P&L breakdown by asset type

    interface ProfitSummaryBreakdown {
        stock?: string;
        fund?: string;
        crypto?: string;
        mmf?: string;
        other?: string;
        cumulativeTransactionAmount?: string;
        tradeOrderNum: string;
        tradeStockNum: string;
        ipo?: string;
        ipoHit: number;
        ipoSubscription: number;
        summaryInfo: ProfitSummaryInfo[];
    }
    Index

    Properties

    stock?: string

    Stock P&L

    fund?: string

    Fund P&L

    crypto?: string

    Crypto P&L

    mmf?: string

    Money market fund P&L

    other?: string

    Other P&L

    cumulativeTransactionAmount?: string

    Cumulative transaction amount

    tradeOrderNum: string

    Total number of orders

    tradeStockNum: string

    Total number of traded securities

    ipo?: string

    IPO P&L

    ipoHit: number

    IPO hits

    ipoSubscription: number

    IPO subscriptions

    summaryInfo: ProfitSummaryInfo[]

    Per-category summary info