TD Bank · JSON Structure

Td Bank Account Structure

Logical structure of a TD Bank FDX v6.2 account record as returned by the Account Detailed API.

Type: object Properties: 0
Account AggregationAMLAkoyaBankingBank Secrecy ActBill PaymentConsentConsumer BankingFDXFinancial ServicesMerchant SolutionsNotificationsOpen BankingPaymentsRewardsTax FormsToken ManagementTransactions

Td Bank Account Structure is a JSON Structure definition published by TD Bank.

Meta-schema:

JSON Structure

Raw ↑
{
  "type": "object",
  "title": "TD Bank FDX Account Structure",
  "description": "Logical structure of a TD Bank FDX v6.2 account record as returned by the Account Detailed API.",
  "groups": [
    {
      "name": "identifiers",
      "fields": ["accountId", "accountNumberDisplay", "currency"]
    },
    {
      "name": "classification",
      "fields": ["accountType", "accountCategory", "displayName", "status"]
    },
    {
      "name": "balances",
      "fields": ["currentBalance", "availableBalance", "openingDayBalance"]
    },
    {
      "name": "deposit",
      "fields": ["interestRate", "interestType", "interestYtd"]
    },
    {
      "name": "loan",
      "fields": ["originalLoanAmount", "principalBalance", "loanInterestRate"]
    },
    {
      "name": "investment",
      "fields": ["holdings"]
    }
  ]
}