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

    Interface ValuationReportHoldingFiguresInvestment

    Type definition for valuation report holding investment figures.

    interface ValuationReportHoldingFiguresInvestment {
        accrued: Maybe<ValuationReportFigureOrgRef>;
        px: ValuationReportFigureOrgRef;
        txncosts: Maybe<ValuationReportFigureOrgRef>;
        value: ValuationReportFigureOrgRef;
    }
    Index

    Properties