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

    Interface ValuationReportHoldingsTreeNodeValue

    interface ValuationReportHoldingsTreeNodeValue {
        absExposure: Decimal;
        absExposureRatio: Decimal;
        absValue: Decimal;
        absValueRatio: Decimal;
        accrued: Maybe<Decimal>;
        investment: Decimal;
        netExposure: Decimal;
        netExposureRatio: Decimal;
        netValue: Decimal;
        netValueRatio: Decimal;
        pnl: Decimal;
        pnlRatio: Decimal;
    }
    Index

    Properties

    absExposure: Decimal
    absExposureRatio: Decimal
    absValue: Decimal
    absValueRatio: Decimal
    accrued: Maybe<Decimal>
    investment: Decimal
    netExposure: Decimal
    netExposureRatio: Decimal
    netValue: Decimal
    netValueRatio: Decimal
    pnl: Decimal
    pnlRatio: Decimal