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

    Interface ValuationReportAccrualByAccount

    Valuation accrual by account.

    interface ValuationReportAccrualByAccount {
        account: ValuationReportAccount;
        accruals: ValuationReportAccrualByCurrency[];
        value: Decimal;
    }
    Index

    Properties

    value: Decimal