Expanding Account Types: Business Accounts

At DriveWealth, we’re continuously working to expand financial accessibility and empower our partners with innovative solutions. We are thrilled to announce the launch of Business Accounts, a significant addition to our account types that enables corporations and other business entities to manage their investments directly through DriveWealth APIs. 

What are Business Accounts?
A business account is a brokerage account owned by a business entity, such as an LLC or corporation, to hold investments for the business entity. These accounts allow for authorized users to make investments specifically for the business entity and tailored for its investment needs. While a single entity owns the account, the business account structure accommodates multiple beneficial owners of the business entity, who are themselves natural persons.

Key Features and Benefits
Business Accounts bring several key features: 

  • Streamlined Onboarding:  DriveWealth provides the necessary APIs to facilitate onboarding of business entities and can support two different integration pathways.
    • DriveWealth Does KYB (DO_KYB): DriveWealth performs KYB checks on new entities (up to 1 week processing time). For KYB approval, DriveWealth requires successful completion of KYC for all directors of the entity, as well as verification of the entity itself.
    • DriveWealth Relies on Partner (NO_KYB): DriveWealth relies on the partner’s KYB process, subject to KYB policy and procedure review.
  • Flexible Management: Business accounts support various management types. For each account, partners can specify the type of account management directly in the API parameters.
    • BUSINESS_SELF:  The entity trades on its own behalf
    • BUSINESS_RIA_MANAGED: An RIA or advisor manages the account
    • BUSINESS_ADVISORY: The entity trades with support from an RIA

API-First Expansion
Partners can easily integrate and manage entities directly through our APIs. See below for an example payload for creating an entity account: 

{{
  "type": "LLC",
  "subType": "LLC_S_CORPORATION",
  "attributes": {
    "name": “Testing Co",
    "dba": "Acme",
    "incorporationCountry": "USA",
    "incorporationProvince": "CA",
    "incorporationDate": "2019-01-01"
  },
  "identifications": {
    "ein": "123456789"
  },
  "contact": {
    "addresses": {
      "primary": {
        "street1": "123 Main Street",
        "city": "San Francisco",
        "province": "CA",
        "zipcode": "94105",
        "country": "USA"
      }
    },
    "phone": "+14050001234",
    "email": "[email protected]",
    "website": "www.testing.com"
  },
  "disclosures": {
    "termsOfUse": {
      "agreed": true,
      "signedBy": "name",
      "signedWhen": "2024-09-09T15:20:05Z"
    },
    "customerAgreement": {
      "agreed": true,
      "signedBy": "name",
      "signedWhen": "2024-09-09T15:20:05Z"
    },
    "rule14b": {
      "agreed": true,
      "signedBy": "name",
      "signedWhen": "2024-09-09T15:20:05Z"
    }
  },
  "investment_profile": {
    "annualRevenue": 100000000,
    "netWorthTotal": 10000000000,
    "investmentObjectives": "GROWTH",
    "riskTolerance": "MODERATE",
    "liquidityNeeds": "SHORT_TERM",
    "investmentExperience": "YRS_3_5",
    "timeHorizon": "MODERATE_TERM"
  },
“financialAffiliations”:[
	“Bank of America”
  ],
  "metadata": {
    "myCustomKey": "myCustomValue"
  }
}

Together, we’re continuing to move towards broader financial inclusion for investors around the world, working to enable all asset classes across a consistent, unified API stack.

To learn more about Business Accounts, please visit our developer site.

About DriveWealth:
DriveWealth is a global B2B financial technology platform. Our core business is providing Brokerage-as-a-Service, powering the investing and trading experiences for digital wallets, broker-dealers, asset managers and consumer brands. DriveWealth’s APIs provide our partners with a modern, extensible and flexible toolkit to develop everything from traditional investment workflows to more innovative techniques like rounding up purchases into fractional share ownership. DriveWealth, LLC is a registered broker dealer, member of FINRA and SIPC. Visit legal.drivewealth.com for full disclosures.

Discover more

Ready to get started?

Connect with us and let’s discuss how to empower your clients with modern, innovative products and solutions.

Who we are

Learn more about how DriveWealth provides modern, innovative products and solutions.

Partner services

Take control of your business using our Partner dashboard to manage many of the “back office” investing functions.

Developer portal

Check out our comprehensive guides to build your platform.

Scroll to Top