Longbridge OpenAPI SDK
    Preparing search index...

    Interface ProfitAnalysisSummary

    Account-level P&L summary

    interface ProfitAnalysisSummary {
        currency: string;
        currentTotalAsset?: string;
        startDate: string;
        endDate: string;
        startTime: string;
        endTime: string;
        endingAssetValue?: string;
        initialAssetValue?: string;
        investAmount?: string;
        isTraded: boolean;
        sumProfit?: string;
        sumProfitRate?: string;
        profits: ProfitSummaryBreakdown;
    }
    Index

    Properties

    currency: string

    Account currency

    currentTotalAsset?: string

    Current total asset value

    startDate: string

    Query start date string

    endDate: string

    Query end date string

    startTime: string

    Start time (unix timestamp string)

    endTime: string

    End time (unix timestamp string)

    endingAssetValue?: string

    Ending asset value

    initialAssetValue?: string

    Initial asset value

    investAmount?: string

    Total invested amount

    isTraded: boolean

    Whether any trades occurred

    sumProfit?: string

    Total profit/loss

    sumProfitRate?: string

    Total profit/loss rate

    Per-asset-type breakdown