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

    Interface ValuationReportHolding

    Type definition for a valuation holding.

    interface ValuationReportHolding {
        absExposurePercentage: Maybe<Decimal>;
        accounts: ValuationReportAccount[];
        artifact: ValuationReportArtifact;
        change: Maybe<Decimal>;
        children: Maybe<ValuationReportChildHolding[]>;
        classification: ValuationReportHoldingClassification;
        investment: ValuationReportHoldingFiguresInvestment;
        lastdate: string;
        netExposurePercentage: Maybe<Decimal>;
        opendate: string;
        pnl: Decimal;
        pnlToInvestment: Maybe<Decimal>;
        quantity: Decimal;
        valuation: ValuationReportHoldingFiguresValuation;
        valuePercentage: Maybe<Decimal>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    absExposurePercentage: Maybe<Decimal>
    change: Maybe<Decimal>
    children: Maybe<ValuationReportChildHolding[]>
    lastdate: string
    netExposurePercentage: Maybe<Decimal>
    opendate: string
    pnl: Decimal
    pnlToInvestment: Maybe<Decimal>
    quantity: Decimal
    valuePercentage: Maybe<Decimal>