https://ns.adobe.com/xdm/datatypes/financial-account
Financial account details, such as owners, balances, and types.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | datatypes/financial-account.schema.json |
- Financial Account
https://ns.adobe.com/xdm/datatypes/financial-account- Currency
https://ns.adobe.com/xdm/datatypes/currency
- Currency
{}| Property | Type | Required | Defined by |
|---|---|---|---|
| xdm:currentAccountBalance | Currency | Optional | Financial Account (this schema) |
| xdm:financialAccountID | string |
Optional | Financial Account (this schema) |
| xdm:financialAccountName | string |
Optional | Financial Account (this schema) |
| xdm:financialAccountOwner | Personal Contact Details | Optional | Financial Account (this schema) |
| xdm:financialAccountType | enum |
Optional | Financial Account (this schema) |
| xdm:openedDate | string |
Optional | Financial Account (this schema) |
* |
any | Additional | this schema allows additional properties |
Balance in the account.
xdm:currentAccountBalance
- is optional
- type: Currency
- defined in this schema
- Currency –
https://ns.adobe.com/xdm/datatypes/currency
Current account balance for a single user account.
xdm:financialAccountID
- is optional
- type:
string - defined in this schema
string
Name assigned to the financial account.
xdm:financialAccountName
- is optional
- type:
string - defined in this schema
string
Array of the owner(s) of the selected financial account. Extension of the personal profile details data type.
xdm:financialAccountOwner
-
is optional
-
type: Personal Contact Details
-
defined in this schema
Array type: Personal Contact Details
All items must be of the type:
- Personal Contact Details –
https://ns.adobe.com/xdm/context/profile-personal-details
Describes the type of finanical account, such as checking, savings, or retirement.
xdm:financialAccountType
- is optional
- type:
enum - defined in this schema
The value of this property must be equal to one of the known values below.
| Value | Description |
|---|---|
checking |
|
savings |
|
retirement |
|
investment |
Date which the account was opened.
xdm:openedDate
- is optional
- type:
string - defined in this schema
string
- format:
date-time– date and time (according to RFC 3339, section 5.6)