Longbridge OpenAPI SDK
    Preparing search index...

    Interface DcaPlan

    One DCA (dollar-cost averaging) investment plan

    interface DcaPlan {
        planId: string;
        status: DCAStatus;
        symbol: string;
        memberId: string;
        aaid: string;
        accountChannel: string;
        displayAccount: string;
        market: Market;
        perInvestAmount: string;
        investFrequency: DCAFrequency;
        investDayOfWeek: string;
        investDayOfMonth: string;
        allowMarginFinance: boolean;
        alterHours: string;
        createdAt: string;
        updatedAt: string;
        nextTrdDate: string;
        stockName: string;
        cumAmount?: string;
        issueNumber: number;
        averageCost?: string;
        cumProfit?: string;
    }
    Index

    Properties

    planId: string

    Plan ID

    status: DCAStatus

    Plan status

    symbol: string

    Security symbol

    memberId: string

    Member ID

    aaid: string

    Account ID

    accountChannel: string

    Account channel

    displayAccount: string

    Display account

    market: Market

    Market

    perInvestAmount: string

    Investment amount per period

    investFrequency: DCAFrequency

    Investment frequency

    investDayOfWeek: string

    Day of week for weekly plans (e.g. "Mon")

    investDayOfMonth: string

    Day of month for monthly plans

    allowMarginFinance: boolean

    Whether margin finance is allowed

    alterHours: string

    Reminder time

    createdAt: string

    Creation time

    updatedAt: string

    Last updated time

    nextTrdDate: string

    Next investment date

    stockName: string

    Security name

    cumAmount?: string

    Cumulative invested amount

    issueNumber: number

    Number of completed investment periods

    averageCost?: string

    Average cost

    cumProfit?: string

    Cumulative profit/loss