Banking Account
Field: institution_id
Field Type: Alpha-Numeric
Description: An id that uniquely identifies an institution
Field: account_access_type
Field Type: String
Description: Type of account access
Field: account_established_date
Field Type: Unix timestamp UTC
Description: Unix Timestamp representing the date the account was established.
Field: username
Field Type: String
Description: Username is a sequence of characters that identifies a user
Field: account_id
Field Type: Alpha-Numeric
Description: An id that uniquely identifies an account
Field: given_names
Field Type: String
Description: User's first and middle names
Field: credential_issued_date
Field Type: Unix timestamp UTC
Description: Credential's date of issuance
Field: date_of_birth
Field Type: Unix timestamp UTC
Description: User's date of birth
Field: institution_name
Field Type: String
Description: Institution's name
Field: surnames
Field Type: String
Description: User's family last name or surname
Field: phone_number
Field Type: Integer
Description: User's phone number
Field: email
Field Type: String
Description: User's email
Attributes are part of the Credential Protocol see ARIES RFC 0036
Some attributes are part of the underlying ARIES Credential Protocol. For example the following values are associated with the credential
"schema_id": string, identifier of schema
"cred_def_id": string, identifier of credential definition, which includes the issuer's DID
Example ARIES Schema:
{
"schema_name": "Banking_Account",
"schema_version": "1.0",
"attributes": [
"institution_id",
"account_access_type",
"account_established_date",
"username",
"account_id",
"given_names",
"credential_issued_date",
"date_of_birth",
"institution_name",
"surnames",
"phone_number",
"email"
]
}
Network Schema Ids
Indicio Test: Q7CyqfHss9RPK4hjwyZT32:2:Banking_Account:1.0
Indicio Demo: 4rZRryzpji8LUwuvKRVdzU:2:Banking_Account:1.0
Indicio Live:
Last updated
Was this helpful?