Envestnet · Schema

CreditAcceleratorRequestingFirm

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
requestingFirmId string Unique identifier for the requesting firm
referenceNo string Reference number of requesting firm
name string Name of the requesting firm
broker string Name of the broker
View JSON Schema on GitHub

JSON Schema

envestnet-creditacceleratorrequestingfirm-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreditAcceleratorRequestingFirm",
  "title": "CreditAcceleratorRequestingFirm",
  "type": "object",
  "properties": {
    "requestingFirmId": {
      "type": "string",
      "description": "Unique identifier for the requesting firm",
      "readOnly": true
    },
    "referenceNo": {
      "type": "string",
      "description": "Reference number of requesting firm",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "description": "Name of the requesting firm",
      "readOnly": true
    },
    "broker": {
      "type": "string",
      "description": "Name of the broker",
      "readOnly": true
    }
  }
}