Service status ·A8 Core™ · The Operating System for Financial Accounts ·The account operating system · API-first
API reference v1
Account types

Coverdell ESA

I.R.C. § 530; no life insurance, § 530(b)(1)(D)

Slugcoverdell-esa
NatureCustodialHolding — Beneficial owner holds title; the institution holds possession. Off balance sheet.
ContributionsNondeductible
EarningsTaxFreeIfQualified
Contribution yearPriorYearElectionAllowed
Statusship
Legacy codeCES — ISCP import and statement templates only. Not identity, and not accepted by the API.

Required authority

An institution may open this account only if it satisfies every requirement group below. Within a group, any one authority suffices. Across groups, all must be satisfied.

GroupAny one of
Group 1EsaTrusteeOrCustodian

Resolve availability at runtime with GET https://api.a8core.io/v1/account-types. Never hard-code it.

Create Account parameters

POSThttps://api.a8core.io/v1/accountsoperation: CreateAccount
NameTypeDescription
ProviderReferenceIdstringoptionalYour internal reference. Used as the idempotency key.
ClientIdGuidrequiredThe A8 Core™ Client ID that owns the account.
AccountTypeCodestringrequiredMust be coverdell-esa.
InstitutionIdGuidrequiredThe institution holding the assets. It must hold every authority this type requires.
InvestmentIdlongoptionalLinks the account to a sponsor investment.

Example

POST https://api.a8core.io/v1/accounts
"ProviderReferenceId": "acct-10293",
"ClientId": "8fa2c1e4-5b6d-4f3a-9c2e-7d1a2b3c4d5e",
"AccountTypeCode": "coverdell-esa",
"InstitutionId": "b4c1e770-9d33-4a02-91ef-2c6a8b5d0f14"
200 OK
"RequestId": 1736472901835,
"Status": 1,
"AccountId": "3c7b1f90-2a44-4e21-8d6c-9b0e5a1f7c22"

Errors

ErrorCodeMeaning
InstitutionNotAuthorizedForAccountTypeThe institution does not hold every authority this type requires.
ClientNotFoundNo client matches the supplied ClientId.

Eligible assets

The row below is the account-type dimension only. What this account may actually hold is the intersection of the account-type rule, the asset-class rule, any instrument predicates, and the institution’s authority asset scope.

PermittedConditionalNot permitted
Account familyStocks & ETFsMutual fundsBonds & fixed incomeCash & money marketReal estatePrivate equity & venturePrivate credit & notesPrecious metalsDigital assetsStablecoins
Coverdell ESAPermittedPermittedPermittedPermittedConditionalConditionalConditionalNot permittedConditionalConditional

No life insurance, § 530(b)(1)(D)

Rules that govern this type

  • Life insurance may not be held (§ 530(b)(1)(D)).
  • Contributions must cease when the beneficiary attains 18, and the balance must be distributed by 30.
Scroll to Top