Remote account valuation report query type.

interface AccountValuationReportQuery {
    account: commons.id.DecafAccountId;
    currency: commons.currency.CurrencyCode;
    date: string;
    dateType: commons.datetype.DateType;
}

Properties

Account the valuation report is requested for.

Reference currency of the valuation report.

date: string

Date of valuation report.

Date type of the valuation report.