Longbridge OpenAPI SDK
    Preparing search index...

    Interface FundHolder

    A fund or ETF holding the security

    interface FundHolder {
        code: string;
        symbol: string;
        currency: string;
        name: string;
        positionRatio: string;
        reportDate: string;
    }
    Index

    Properties

    code: string

    Ticker code

    symbol: string

    Symbol

    currency: string

    Currency

    name: string

    Name

    positionRatio: string

    Position ratio %

    reportDate: string

    Report date