Class CashCurrentBalances

java.lang.Object
com.studerw.tda.model.account.CashCurrentBalances
All Implemented Interfaces:
Serializable

public class CashCurrentBalances extends Object implements Serializable
Current Balances of a Cash Account
See Also:
  • Constructor Details

    • CashCurrentBalances

      public CashCurrentBalances()
  • Method Details

    • getAccruedInterest

      public BigDecimal getAccruedInterest()
    • getCashBalance

      public BigDecimal getCashBalance()
    • getCashReceipts

      public BigDecimal getCashReceipts()
    • getLongOptionMarketValue

      public BigDecimal getLongOptionMarketValue()
    • getLiquidationValue

      public BigDecimal getLiquidationValue()
    • getLongMarketValue

      public BigDecimal getLongMarketValue()
    • getMoneyMarketFund

      public BigDecimal getMoneyMarketFund()
    • getSavings

      public BigDecimal getSavings()
    • getShortMarketValue

      public BigDecimal getShortMarketValue()
    • getPendingDeposits

      public BigDecimal getPendingDeposits()
    • getCashAvailableForTrading

      public BigDecimal getCashAvailableForTrading()
    • getCashAvailableForWithdrawal

      public BigDecimal getCashAvailableForWithdrawal()
    • getCashCall

      public BigDecimal getCashCall()
    • getLongNonMarginableMarketValue

      public BigDecimal getLongNonMarginableMarketValue()
    • getTotalCash

      public BigDecimal getTotalCash()
    • getShortOptionMarketValue

      public BigDecimal getShortOptionMarketValue()
    • getMutualFundValue

      public BigDecimal getMutualFundValue()
    • getBondValue

      public BigDecimal getBondValue()
    • getCashDebitCallValue

      public BigDecimal getCashDebitCallValue()
    • getUnsettledCash

      public BigDecimal getUnsettledCash()
    • getOtherFields

      public Map<String,Object> getOtherFields()
    • toString

      public String toString()
      Overrides:
      toString in class Object