Type definition for accounts which valuation report is compiled from.

interface ValuationReportAccounts {
    custody: ValuationReportAccount[];
    journal: ValuationReportAccount[];
}

Properties

Properties