Remote consolidated valuation report query type.

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

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).