Longbridge OpenAPI SDK
    Preparing search index...

    Interface USReportPeriod

    One reporting-period window shared by IS/BS/CF entries.

    interface USReportPeriod {
        startDate: string;
        endDate: string;
        reportTxt: string;
    }
    Index
    startDate: string
    endDate: string
    reportTxt: string