@decafhub/decaf-client-extras - v0.7.0
    Preparing search index...

    Interface ConsolidatedValuationReportQuery

    Remote consolidated valuation report query type.

    interface ConsolidatedValuationReportQuery {
        containerElements: (string | number)[];
        containerType: ConsolidatedValuationReportContainerType;
        currency: CurrencyCode;
        date: string;
        dateType: DateType;
        sandbox?: boolean;
    }
    Index

    Properties

    containerElements: (string | number)[]

    Container elements (identifiers).

    Container type.

    currency: CurrencyCode

    Reference currency of the valuation report.

    date: string

    Date of valuation report.

    dateType: DateType

    Date type of the valuation report.

    sandbox?: boolean

    Indication if we want to include/exclude sandbox portfolios (defaults to true).