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

    Interface ValuationReportHoldingsTreeNode

    interface ValuationReportHoldingsTreeNode {
        address: ValuationReportHoldingClassification;
        children: ValuationReportHoldingsTreeNode[];
        holdings: ValuationReportHolding[];
        name: string;
        totals: ValuationReportHoldingsTreeNodeValue;
    }
    Index

    Properties

    name: string