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

    Interface AccountValuationReportQuery

    Remote account valuation report query type.

    interface AccountValuationReportQuery {
        account: DecafAccountId;
        currency: CurrencyCode;
        date: string;
        dateType: DateType;
    }
    Index

    Properties

    Account the valuation report is requested for.

    currency: CurrencyCode

    Reference currency of the valuation report.

    date: string

    Date of valuation report.

    dateType: DateType

    Date type of the valuation report.