Chartbreaker
    Preparing search index...

    Type Alias PositionQuotes

    Index

    Properties

    ask?: Amount

    Ask quote provided by the broker (used by CFD/FX broker)

    bid?: Amount

    Bid quote provided by the broker (used by CFD/FX broker)

    currentValuation: PositionValuation
    exchangeId?: ExchangeId

    Id of the exchange that was used to calculate the quote values. Only present if that information is known (e.g. when retrieved via RealtimeCalculator)

    prevCloseCalculationsNotPossibleDueToMixedTodayAndHistoricBuyTransactions?: boolean

    If this is true, the prevClose computations cannot be performed, because a position consists of buy transactions of today and older transactions, so that a valid prevClose value cannot be calculated for the position.

    prevCloseValuation: PositionValuation
    profitLossAbs?: Amount

    Absolute P/L of the entire position, since acquisition.

    profitLossAbsPrevClose?: Amount

    Absolute P/L of the entire position, since acquisition.

    profitLossAbsWithDividends?: Amount

    Absolute P/L of the entire position, since acquisition, but including the dividends booked for this position (see totalDividends).

    profitLossNulledForXetraRealtime?: boolean

    XETRA realtime quotes may not be used for P/L calculations. If this position is affected by this rule, values are nulled out and this is set to true so that frontends can display an explanation to the user (cf. GRID-29121)

    MYR-8988

    profitLossRel?: NumericString

    Relative P/L of the entire posiiton, since acquisition. 1 means +100%

    profitLossRelPrevClose?: NumericString

    Relative P/L of the entire posiiton, since "prevClose". 1 means +100%

    profitLossRelWithDividends?: NumericString

    Relative P/L of the entire position, since acquisition, but including the dividends booked for this position (see totalDividends). 1 means +100%