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;
}

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