TIAA · Schema
TIAA Account
Schema for a TIAA retirement, annuity, or brokerage account as returned by the TIAA FDX API.
FinanceFinancial DataFintechInsuranceInvestment ManagementRetirementWealth ManagementFortune 100
Properties
| Name | Type | Description |
|---|---|---|
| accountId | string | Unique account identifier assigned by TIAA |
| accountType | string | Type of account |
| displayName | string | Human-readable account name |
| accountNumber | string | Masked account number |
| balanceAsOf | string | Timestamp of the balance |
| currentBalance | number | Current account balance in USD |
| currency | string | Currency code (ISO 4217) |
| status | string | Account status |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/tiaa/main/json-schema/tiaa-account-schema.json",
"title": "TIAA Account",
"description": "Schema for a TIAA retirement, annuity, or brokerage account as returned by the TIAA FDX API.",
"type": "object",
"properties": {
"accountId": {
"type": "string",
"description": "Unique account identifier assigned by TIAA"
},
"accountType": {
"type": "string",
"enum": ["INVESTMENT", "RETIREMENT", "ANNUITY", "BROKERAGE"],
"description": "Type of account"
},
"displayName": {
"type": "string",
"description": "Human-readable account name"
},
"accountNumber": {
"type": "string",
"description": "Masked account number"
},
"balanceAsOf": {
"type": "string",
"format": "date-time",
"description": "Timestamp of the balance"
},
"currentBalance": {
"type": "number",
"format": "double",
"description": "Current account balance in USD"
},
"currency": {
"type": "string",
"default": "USD",
"description": "Currency code (ISO 4217)"
},
"status": {
"type": "string",
"enum": ["OPEN", "CLOSED", "PENDING"],
"description": "Account status"
}
},
"required": ["accountId", "accountType", "displayName", "currentBalance", "status"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tiaa-account"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.