Class TradeConfPartsDef.CommonTradeConfirmationFields

    • Method Detail

      • getTOBOUser

        @Nullable
        public @Nullable java.lang.String getTOBOUser()
        Returns:
        The client who the trade is for.
      • getTraderUsername

        @Nullable
        public @Nullable java.lang.String getTraderUsername()
        Returns:
        The name of the trader providing the price to the user, or NO_TRADER if there is none.
      • getAccount

        @Nullable
        public @Nullable java.lang.String getAccount()
        Returns:
        The used account for the trade.
      • getCurrency

        @Nullable
        public @Nullable java.lang.String getCurrency()
        Returns:
        The currency in which the trade is made.
      • getMaturityDate

        @Nullable
        public @Nullable java.time.LocalDate getMaturityDate()
        Returns:
        The maturity date of the trade.
      • getStartDate

        @Nullable
        public @Nullable java.time.LocalDate getStartDate()
        Returns:
        The start date of the trade.
      • getTradeID

        @Nullable
        public @Nullable java.lang.String getTradeID()
        Returns:
        The unique id identifying the trade.
      • getPrincipalAmount

        @Nullable
        public @Nullable java.math.BigDecimal getPrincipalAmount()
        Returns:
        Principal amount for the trade specified in the provided Currency.
      • getInterestRate

        @Nullable
        public @Nullable java.math.BigDecimal getInterestRate()
        Returns:
        Interest rate on the given PrincipalAmount.
      • getInterestAmount

        @Nullable
        public @Nullable java.math.BigDecimal getInterestAmount()
        Returns:
        Interest amount (specified in the provided Currency) calculated from the interest rate and principal amount
      • getPrincipalPlusInterest

        @Nullable
        public @Nullable java.math.BigDecimal getPrincipalPlusInterest()
        Returns:
        Composite amount between principal amount and interest amount.
      • getAllocationMode

        @Nullable
        public @Nullable java.lang.String getAllocationMode()
        Returns:
        Determines whether the amount will be alLocated to a single or multiple accounts. Supported types are [SINGLE, MULTIPLE] and is defaulted to SINGLE.
      • getNumberOfDays

        @Nullable
        public @Nullable java.lang.String getNumberOfDays()
        Returns:
        The number of days between the start and maturity dates.
      • getExecutionDateTime

        @Nullable
        public @Nullable java.lang.String getExecutionDateTime()
        Returns:
        executionDateTime e.g. 20160322123621
      • getEntityId

        @Nullable
        public @Nullable java.lang.String getEntityId()
        Returns:
        The entity the trade is on behalf of. For example, if the logged in user user1@customer.co.za wishes to make a trade on behalf of entity CUSTONE, then the value of this field will be CUSTONE. If this field is absent on a leg then the default entity should be presumed.
      • getEntityDescription

        @Nullable
        public @Nullable java.lang.String getEntityDescription()
        Returns:
        The description of a trade on behalf of entity.
      • getTradeDate

        @Nullable
        public @Nullable java.lang.String getTradeDate()
        Returns:
        tradeDate e.g. 20160314
      • getTradingType

        @Nullable
        public @Nullable java.lang.String getTradingType()
        Returns:
        The type of the trade. Supported types are [LOAN, DEPOSIT].
      • getQuoteID

        @Nullable
        public @Nullable java.lang.String getQuoteID()
        Returns:
        Unique id for a quote, used to determine which quote has been used for trade execution.
      • getQuoteDateTime

        @Nullable
        public @Nullable java.lang.String getQuoteDateTime()
        Returns:
        quoteDateTime e.g. 20160314013000
      • getCanAffirm

        @Nullable
        public @Nullable java.lang.Boolean getCanAffirm()
        Returns:
        Ability to Affirm the Trade Details are as agreed.
      • getFields

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getFields()
        Specified by:
        getFields in interface Message
      • getFieldFlags

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.util.Collection<java.lang.String>> getFieldFlags()
        Specified by:
        getFieldFlags in interface BuilderMessage
        Returns:
        Get the flags for all fields.
      • getFlagFields

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.util.Collection<java.lang.String>> getFlagFields()
        Specified by:
        getFlagFields in interface BuilderMessage
        Returns:
        Get the fields for all flags.
      • toString

        @NotNull
        public @NotNull java.lang.String toString()
        Overrides:
        toString in class java.lang.Object