Type definition for portfolio reference in valuation reports.

interface ValuationReportPortfolio {
    guid: string;
    id: DecafPortfolioId;
    name: string;
}

Properties

Properties

guid: string
name: string