A financial transaction (PSD2) example contract.
Used in No domains specified
for finance fintech
A basic contract to illustrate and model the privacy implications of financial/PSD2 data in a STRM schema.
In this example, we require account names (probably direct PII) to have the highest purpose value.
Event Contract reference
strm-demo/PSD2-example-contract/1.0.0
Schema reference
strm-demo/PSD2-example-schema/1.0.0
Event contract overview
Type | Field | Value | Description |
---|---|---|---|
Key field | paidFromAccountNumber | Links events to the associated field for privacy processing. | |
PII field | paidFromAccountName | 2 | needs consent |
PII field | paidFromAccountNumber | 1 | needs consent |
PII field | paidToAccountName | 2 | needs consent |
PII field | paidToAccountNumber | 1 | needs consent |
Validations | none | No validations applied |
Serialization schema fields
Field | Description |
---|---|
paidFromAccountNumber | the account the transaction originates from |
paidFromAccountName | the name of the transaction origin account |
description | the transaction description |
paidToAccountNumber | the account the transaction was added to |
paidToAccountName | the name of the account the transaction was added to |
currency | . |
amount | . |