Class BusinessDetails


  • public class BusinessDetails
    extends Object
    BusinessDetails
    • Constructor Detail

      • BusinessDetails

        public BusinessDetails()
    • Method Detail

      • getDoingBusinessAs

        public String getDoingBusinessAs()
        The registered name of the company (if it differs from the legal name of the company).
        Returns:
        doingBusinessAs
      • setDoingBusinessAs

        public void setDoingBusinessAs​(String doingBusinessAs)
      • getIncorporatedAt

        public String getIncorporatedAt()
        The jurisdiction of incorporation of the company. >Two (2) characters for a business in the USA or Canada, or a maximum of three (3) characters for an address in all other countries, or 'FEDERAL'
        Returns:
        incorporatedAt
      • setIncorporatedAt

        public void setIncorporatedAt​(String incorporatedAt)
      • getLegalBusinessName

        public String getLegalBusinessName()
        The legal name of the company.
        Returns:
        legalBusinessName
      • setLegalBusinessName

        public void setLegalBusinessName​(String legalBusinessName)
      • getRegistrationNumber

        public String getRegistrationNumber()
        The registration number of the company.
        Returns:
        registrationNumber
      • setRegistrationNumber

        public void setRegistrationNumber​(String registrationNumber)
      • getShareholders

        public List<ShareholderContact> getShareholders()
        Each of the shareholders associated with the company. Each array entry should represent one shareholder.
        Returns:
        shareholders
      • getSignatories

        public List<SignatoryContact> getSignatories()
        Each of the signatories associated with the company. Each array entry should represent one shareholder.
        Returns:
        signatories
      • getTaxId

        public String getTaxId()
        The tax ID of the company.
        Returns:
        taxId
      • setTaxId

        public void setTaxId​(String taxId)
      • getStockExchange

        public String getStockExchange()
        Market Identifier Code (MIC)
        Returns:
        stockExchange
      • setStockExchange

        public void setStockExchange​(String stockExchange)
      • getStockNumber

        public String getStockNumber()
        International Securities Identification Number (ISIN)
        Returns:
        stockNumber
      • setStockNumber

        public void setStockNumber​(String stockNumber)
      • getStockTicker

        public String getStockTicker()
        Stock Ticker symbol.
        Returns:
        stockTicker
      • setStockTicker

        public void setStockTicker​(String stockTicker)
      • getListedUltimateParentCompany

        public List<UltimateParentCompany> getListedUltimateParentCompany()
        Information about the parent public company. Required if the account holder is 100% owned by a publicly listed company.
        Returns:
        listedUltimateParentCompany
      • setListedUltimateParentCompany

        public void setListedUltimateParentCompany​(List<UltimateParentCompany> listedUltimateParentCompany)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object