Valuation accrual by account.

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

Properties

value: Decimal