Longbridge OpenAPI SDK
    Preparing search index...

    Interface AssetAllocationItem

    One element of an ETF asset allocation group

    interface AssetAllocationItem {
        name: string;
        code: string;
        positionRatio: string;
        symbol: string;
        nameLocales: Record<string, string>;
        holdingDetail?: HoldingDetail;
    }
    Index

    Properties

    name: string

    Element name

    code: string

    Security code (holdings only, e.g. NVDA)

    positionRatio: string

    Position ratio (e.g. 0.0861114)

    symbol: string

    Security symbol (holdings only, e.g. NVDA.US)

    nameLocales: Record<string, string>

    Localized names (locale → name)

    holdingDetail?: HoldingDetail

    Holding detail (holdings only)