Bank of America · JSON Structure

Statement Structure

Type: record Properties: 0
BankingCorporate BankingFinancePaymentsTreasuryCashProFortune 100

Statement Structure is a JSON Structure definition published by Bank of America. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/bank-of-america/json-structure/statement-structure.json",
  "title": "Statement",
  "type": "record",
  "members": [
    {
      "name": "statementId",
      "type": "string",
      "description": "Unique statement identifier"
    },
    {
      "name": "accountId",
      "type": "string",
      "description": "Associated account ID"
    },
    {
      "name": "statementDate",
      "type": "string",
      "description": "Statement date"
    },
    {
      "name": "openingBalance",
      "type": "number",
      "description": ""
    },
    {
      "name": "closingBalance",
      "type": "number",
      "description": ""
    },
    {
      "name": "currency",
      "type": "string",
      "description": ""
    },
    {
      "name": "totalCredits",
      "type": "number",
      "description": ""
    },
    {
      "name": "totalDebits",
      "type": "number",
      "description": ""
    },
    {
      "name": "transactionCount",
      "type": "integer",
      "description": ""
    }
  ]
}