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

    Interface ValuationReportChildHolding

    Type definition for a valuation holding child.

    interface ValuationReportChildHolding {
        absExposurePercentage: Maybe<Decimal>;
        account: ValuationReportAccount;
        artifact: ValuationReportArtifact;
        change: Maybe<Decimal>;
        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>
    lastdate: string
    netExposurePercentage: Maybe<Decimal>
    opendate: string
    pnl: Decimal
    pnlToInvestment: Maybe<Decimal>
    quantity: Decimal
    valuePercentage: Maybe<Decimal>