Valuation accrual.

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

Properties

Properties

name: string
value: Decimal