Remote consolidated valuation report query type.

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

Properties

containerElements: (string | number)[]

Container elements (identifiers).

Container type.

Reference currency of the valuation report.

date: string

Date of valuation report.

Date type of the valuation report.

sandbox?: boolean

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