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

Trump Account — initialgated

I.R.C. § 530A. A traditional IRA under § 408(a); never a Roth, SIMPLE, or § 408(b) annuity. Trustee selected by Treasury under § 530A(g).

Slugtrump-account-initial
NatureCustodialHolding — Beneficial owner holds title; the institution holds possession. Off balance sheet.
ContributionsMixed
EarningsTaxDeferred
Contribution yearCalendarYearOnly
Statusgated
Legacy codeTAI — 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 1TreasuryFinancialAgent
Group 2TrumpAccountTrustee

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 trump-account-initial.
InstitutionIdGuidrequiredThe institution holding the assets. It must hold every authority this type requires.
BeneficiaryDateOfBirthdaterequiredDerives the end of the growth period: before Jan 1 of the year the beneficiary attains 18.
ResponsibleIndividualIdGuidrequiredThe individual who made the Form 4547 election.
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": "trump-account-initial",
"InstitutionId": "b4c1e770-9d33-4a02-91ef-2c6a8b5d0f14",
"BeneficiaryDateOfBirth": "2025-03-14",
"ResponsibleIndividualId": "c1d8f302-6b47-4e59-8a20-4d9f1b6e7c33"
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.
FirstContributionMustBeQualifiedRolloverA rollover Trump account must be funded first by a qualified rollover contribution of the entire balance.
BeneficiaryAlreadyHasFundedTrumpAccountThere can be only one funded Trump account for an individual at any time.
IneligibleInvestmentCash and money market funds are not eligible investments during the growth period.

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
Trump account — growth periodConditionalConditionalNot permittedNot permittedNot permittedNot permittedNot permittedNot permittedNot permittedNot permitted

Eligible investments only, § 530A(b)(3). Cash and money market funds are NOT eligible investments (Notice 2025-68 Q&A D-8). See the instrument predicates.

Instrument predicates

Class-level eligibility can say conditional. It cannot say what the condition is. These are attribute predicates on the instrument, stored in InstrumentEligibilityPredicate and evaluated continuously, not only at purchase.

PredicateRequirementSource
InstrumentTypein MutualFund,ETFI.R.C. § 530A(b)(3)(A)
RegisteredUnder1940Act= trueNotice 2025-68 Q&A D-1
IsDomesticCorporation= trueNotice 2025-68 Q&A D-1
TracksQualifiedIndex= trueI.R.C. § 530A(b)(3)(A)(i); Q&A D-2
IndexIsSectorSpecific= falseI.R.C. § 530A(b)(3)(B); ESG indexes are sector-specific per Q&A D-6
IndexUsCompanyWeightPct>= 90Notice 2025-68 Q&A D-5 safe harbor
IndexHasRegulatedFuturesContracts= trueI.R.C. § 530A(b)(3)(B); § 1256(g)(1), (g)(7)
UsesLeverage= falseI.R.C. § 530A(b)(3)(A)(ii); Q&A D-3
AnnualFeesAndExpensesBps< 10I.R.C. § 530A(b)(3)(A)(iii). Strictly less than 0.1% of net assets; Q&A D-4

Contributions

Contribution source drives two things: whether the amount counts toward the annual limit, and whether it creates basis. A free-text reason cannot express that.

SourceCounts to capCreates basisLegal basis
PilotProgramContributionNoNoI.R.C. § 6434. $1,000, once, born 2025-2028.
QualifiedGeneralContributionNoNoI.R.C. § 530A(f). Funded by a State, the U.S., D.C., a tribal government, or a § 501(c)(3).
QualifiedRolloverContributionNoCarries overI.R.C. § 530A(e). Entire balance; carries over basis; must be the FIRST contribution.
Section128EmployerContributionYesNoI.R.C. § 128. $2,500 per employee per year, not per dependent.
OtherContributionYesYesI.R.C. § 530A(c)(2)(A). Creates basis. No compensation required.
There is no prior-year election. I.R.C. § 219(f)(3) does not apply. A contribution made January 31, 2027 is a 2027 contribution and cannot be applied to 2026. Every other IRA allows the prior-year attribution.

Rules that govern this type

  • Created by Treasury. Treasury selects one or more financial institutions as financial agent to serve as trustee (§ 530A(g)). A A8 Core™ institution cannot open one unless it has been selected.
  • Contributions could not be made before July 4, 2026.
  • Cash and money market funds are not eligible investments.
Scroll to Top