Chartbreaker
    Preparing search index...

    Type Alias PortfolioCalendarDateRange

    type PortfolioCalendarDateRange = {
        dateRange: DateRange;
        items: {
            dateString: string;
            executionCount: number;
            transactionVolume: Amount;
        }[];
    }
    Index

    Properties

    Properties

    dateRange: DateRange
    items: { dateString: string; executionCount: number; transactionVolume: Amount }[]