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

    Interface PortfolioValuationReportQuery

    Remote portfolio valuation report query type.

    interface PortfolioValuationReportQuery {
        currency: CurrencyCode;
        date: string;
        dateType: DateType;
        portfolio: DecafPortfolioId;
    }
    Index

    Properties

    currency: CurrencyCode

    Reference currency of the valuation report.

    date: string

    Date of valuation report.

    dateType: DateType

    Date type of the valuation report.

    portfolio: DecafPortfolioId

    Portfolio the valuation report is requested for.