{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceDebtorFinancialAccount",
	"title": "UneceDebtorFinancialAccount",
	"description": "A specific business arrangement whereby debits arising from transactions are recorded.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "DebtorFinancialAccount",
			"description": "JSON-LD Type."
		},
		"accountName": {
			"type": "string",
			"description": "The account name, expressed as text, of this debtor financial account."
		},
		"bBANId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The unique Basic Bank Account Number (BBAN) identifier used as part of a National Account Numbering Scheme(s) for this\ndebtor financial account."
		},
		"currencyCode": {
			"type": "string",
			"description": "The code specifying the currency of this debtor financial account (Reference ISO 4217 codes)."
		},
		"debtorFinancialAccountTypeCode": {
			"type": "string",
			"description": "The code specifying the type of debtor financial account."
		},
		"iBANId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The unique International Bank Account Number (IBAN) identifier for this debtor financial account."
		},
		"proprietaryId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The unique proprietary identifier for this debtor financial account."
		},
		"proprietaryType": {
			"type": "string",
			"description": "The proprietary type, expressed as text, of this debtor financial account, such as the nature or use of the debtor\naccount."
		},
		"uPICId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The unique Universal Payment Identification Code (UPIC) identifier used by the New York Clearing House for this debtor\nfinancial account."
		}
	},
	"required": ["type"]
}
