Skip to content

financial_account

A financial account — bank account, credit card, or investment account. Inherits platform identity fields from account. Financial-specific fields (balance, credit limit, card type) live here, not on the generic account shape.

MetadataValue
Pluralfinancial_accounts
Subtitle fieldlast4
Alsoaccount
FieldType
accountNumberstring
routingNumberstring
last4string
balancenumber
availablenumber
creditLimitnumber
minimumPaymentnumber
paymentDueDatedatetime
cardTypestring
expiresAtdatetime
interestRatenumber

From account:

FieldType
accountTypestring
biotext
colorstring
displayNamestring
emailstring
handlestring
identifierstring
isActiveboolean
issuerstring
joinedDatedatetime
lastActivedatetime
phonestring
RelationTarget
followersaccount[]
followsaccount[]
ownerperson
platformproduct

External standards this shape draws from or aligns with. See Shape design principles for how prior art informs shape design.

  • OFX (Open Financial Exchange) — Bank-feed canonical. Our accountNumber/routingNumber/balance/ available map to OFX BANKACCTFROM/LEDGERBAL/AVAILBAL.
  • ISO 20022 Financial Messaging — Modern bank-messaging standard. Our last4/cardType/creditLimit/ interestRate align with ISO 20022 Card/Account components.
  • schema.org/BankAccount — Our accountNumber ≈ accountId; balance/available are accountMinimumInflow/accountOverdraftLimit loosely; cardType fits schema.org/CreditCard.