Financial pillar · v0.7.1

bank-account BankAccountRegistry

Registry of financial accounts held by an entity.

$id · https://corpospec.com/schemas/v0.7.1/bank-account.schema.json

Fields

Field Type Required Description
accounts BankAccount[] yes
entity PathRef yes Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
id PathRef yes Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`

Definitions

Shared types referenced within this schema.

AccountType
Bank account type.
enum: "operating", "savings", "escrow", "tax-reserve", "investment"
BankAccount
Individual bank account entry.
type: object
IsoCurrency
ISO 4217 currency code.
pattern: ^[A-Z]{3}$
IsoDate
ISO 8601 date (YYYY-MM-DD).
type: string
PathRef
Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
pattern: ^[a-z0-9_-]+(/[a-z0-9_.-]+)+$
StatusActive
Lifecycle status for entities.
enum: "active", "inactive", "dissolved", "pre-incorporation", "planned"

Reference in your YAML

# yaml-language-server: $schema=https://corpospec.com/schemas/v0.7.1/bank-account.schema.json