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

    Interface ValuationReportAccrual

    Valuation accrual.

    interface ValuationReportAccrual {
        accounts: ValuationReportAccrualByAccount[];
        name: string;
        value: Decimal;
    }
    Index

    Properties

    Properties

    name: string
    value: Decimal