FI Attribute entity

Financial institution-specific attribute.

Financial DataOpen BankingOpen FinanceFinancial Data ExchangeConsumer PermissionedAccount DataTransactionsInvestmentsInsuranceTax DataPayrollRESTOAuth2FAPICFPB 1033

Properties

Name Type Description
name string Name of the financial institution-specific attribute
value string Value of the financial institution-specific attribute
View JSON Schema on GitHub

JSON Schema

fdx-fiattribute.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FI Attribute entity",
  "description": "Financial institution-specific attribute.\n",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the financial institution-specific attribute\n"
    },
    "value": {
      "type": "string",
      "description": "Value of the financial institution-specific attribute\n"
    }
  }
}