RocketKOR

Financial Account Statement Summary Object

The Financial Account Statement Summary object represents a condensed monthly statement for an Integrated Bank Financial Account.

Attributes

businessAccountId

string (UUID)

ID of the Business Account that contains the Financial Account.

accountHolderId

string (UUID)

ID of the account holder for the Financial Account. The account holder can be a Customer Account or Business Account.

currency

string, min length: 3, max length: 3

Currency of the Financial Account. Must be an ISO 4217 alpha 3-character currency code. RocketKOR supports USD and CAD currencies.

id

string (UUID)

ID of the statement.

financialAccountId

string (UUID)

ID of the Financial Account.

statementStartDate

string (date-time)

Start date of the statement.

statementEndDate

string (date-time)

End date of the statement.

statementCreatedDate

string (date-time)

Date and time the statement was created.

createdAt

string (date-time)

Date and time the statement was created. Used internally by RocketKOR.

createdBy

string

Job that created the statement. Used internally by RocketKOR.

openingBalance

number

Financial Account’s opening balance for the statement period.

closingBalance

number

Financial Account’s closing balance for the statement period.

statementPath

string

Path where the statement is stored. Used internally by RocketKOR.

statementYearMonth

string

Year and month of the statement. Used internally by RocketKOR.

year

integer (int32)

Year of the statement.

month

string enum, values: JANUARY, FEBRUARY, MARCH, APRIL, MAY, JUNE, JULY, AUGUST, SEPTEMBER, OCTOBER, NOVEMBER, DECEMBER

Month of the statement.

monthValue

integer (int32)

Month of the statement as an integer. For example, January is 01.

leapYear

boolean

Whether the statement year is a leap year.

Financial Account Statement Summary Object

				
					{
  "businessAccountId": "085b70e5-87d0-4242-b880-fadbc4c9257b",
  "accountHolderId": "a03e5af0-70fe-47b3-99bb-64cf6dba1c4a",
  "currency": "USD",
  "id": "51f9dc2d-cfa1-4180-ab41-4c5897db9a13",
  "financialAccountId": "14d8e541-a3ca-4703-8660-8d217bf2df1f",
  "statementStartDate": "2023-03-01T00:00:00.000Z",
  "statementEndDate": "2023-03-31T23:59:59.999Z",
  "statementCreatedDate": "2023-04-15T22:58:29.782Z",
  "createdAt": "2023-04-15T22:58:29.782Z",
  "createdBy": "BI 'Accounts Statement' Glue Job",
  "openingBalance": 4210.00,
  "closingBalance": 5600.00,
  "statementPath": "reports/AccountStatements/business_account_id=ad531842-8ec3-4e5a-b41c-830257683174/financial_account_id=d21f28c9-dc29-4fae-b673-df9cca1b07d7/year=2023/month=5/AccountStatement_202305.json",
  "statementYearMonth": {
    "year": 2023,
    "month": "MARCH",
    "monthValue": 03,
    "leapYear": false
  }
}