The following is an example of Consent Artefact for a loan application. The FIU sends a Consent Request to the Account Aggregator, which in turn generates the Consent Artefact.

Consent Information
"ConsentDetail": {
    "consentStart": "2019-12-06T11:39:57.153Z",
    "consentExpiry": "2019-12-26T11:39:57.153Z",
    "consentMode": "STORE",
    "fetchType": "ONETIME",
    "consentTypes": [
      "PROFILE", "SUMMARY", "TRANSACTIONS"
    ],

Identifier Section
"DataConsumer": {
      "id": "DC1",
      "type": "AA"
    },
    "DataProvider": {
      "id": "DP1",
      "type": "FIP"
    },
    "Customer": {
      "id": "customer_identifier@AA_identifier"
    },
Purpose of data access
"Purpose": {
      "code": "103",
      "text": "Loan Application",
    },
 
Data Section
"FIDataRange": {
      "from": "2019-06-01T11:33:34.509Z",
      "to": "2019-12-01T11:33:34.509Z"
    },
    "DataLife": {
     "unit": "DAY",
      "value": 15
    },
    "Frequency": {
      "unit": "DAY",
      "value": 1
    },
 
Consent Digital Signature:
"consentDetailDigitalSignature": "aTRddfhasTY54HAH"