Longbridge OpenAPI SDK
    Preparing search index...

    Interface AssetAllocationGroup

    One ETF asset allocation group (grouped by element type)

    interface AssetAllocationGroup {
        reportDate: string;
        assetType: ElementType;
        lists: AssetAllocationItem[];
    }
    Index

    Properties

    reportDate: string

    Report date (e.g. 20260601)

    assetType: ElementType

    Element type of this group

    Elements