Class ProfitAnalysisItem


  • public class ProfitAnalysisItem
    extends Object
    P&L for one security.
    • Field Detail

      • name

        public String name
        Security name.
      • market

        public String market
        Market.
      • isHolding

        public boolean isHolding
        Whether still holding.
      • profit

        public BigDecimal profit
        Profit/loss amount.
      • profitRate

        public BigDecimal profitRate
        Profit/loss rate.
      • clearanceTimes

        public long clearanceTimes
        Number of completed trades.
      • itemType

        public AssetType itemType
        Asset type.
      • currency

        public String currency
        Currency.
      • symbol

        public String symbol
        Security symbol.
      • holdingPeriod

        public String holdingPeriod
        Holding period display string.
      • securityCode

        public String securityCode
        Ticker code.
      • isin

        public String isin
        ISIN (for funds).
      • underlyingProfit

        public BigDecimal underlyingProfit
        Underlying stock P&L.
      • derivativesProfit

        public BigDecimal derivativesProfit
        Derivatives P&L.
      • orderProfit

        public BigDecimal orderProfit
        P&L in order currency.
    • Constructor Detail

      • ProfitAnalysisItem

        public ProfitAnalysisItem()