{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DataExtractsTransaction",
"title": "DataExtractsTransaction",
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "The value provided will be either postDate or transactionDate. postDate takes higher priority than transactionDate, except for the investment container as only transactionDate is available. The availability of postDate or transactionDate depends on the provider site.
Applicable containers: bank,creditCard,investment,insurance,loan
",
"readOnly": true
},
"sourceId": {
"type": "string",
"description": "A unique ID that the provider site has assigned to the transaction. The source ID is only available for the pre-populated accounts.
Pre-populated accounts are the accounts that the FI customers shares with Yodlee, so that the user does not have to add or aggregate those accounts.",
"readOnly": true
},
"symbol": {
"type": "string",
"description": "The symbol of the security being traded.
Note: The settle date field applies only to trade-related transactions.
Applicable containers: investment
",
"readOnly": true
},
"cusipNumber": {
"type": "string",
"description": "The CUSIP (Committee on Uniform Securities Identification Procedures) identifies the financial instruments in the United States and Canada.
Note: The CUSIP number field applies only to trade related transactions.
Applicable containers: investment
",
"readOnly": true
},
"highLevelCategoryId": {
"type": "integer",
"description": "The high level category assigned to the transaction. The supported values are provided by the GET transactions/categories.
Applicable containers: bank,creditCard,investment,insurance,loan
",
"format": "int64",
"readOnly": true
},
"detailCategoryId": {
"type": "integer",
"description": "The id of the detail category that is assigned to the transaction. The supported values are provided by GET transactions/categories.
Applicable containers: bank,creditCard
",
"format": "int64",
"readOnly": true
},
"description": {
"$ref": "#/components/schemas/Description"
},
"memo": {
"type": "string",
"description": "Additional notes provided by the user for a particular transaction through application or API services.
Applicable containers: bank,creditCard,investment,insurance,loan
",
"readOnly": true
},
"settleDate": {
"type": "string",
"description": "It is the date on which the transaction is finalized, that is, the date the ownership of the security is transferred to the buyer. The settlement date is usually few days after the transaction date.
Applicable containers: investment
",
"readOnly": true
},
"type": {
"type": "string",
"description": "The nature of the transaction, i.e., deposit, refund, payment, etc.
Note: The transaction type field is available only for the United States, Canada, United Kingdom, New Zealand and India based provider sites.
Applicable containers: bank,creditCard,investment
",
"readOnly": true
},
"intermediary": {
"type": "array",
"description": "The intermediary of the transaction.
Applicable containers: bank,creditCard,investment,loan
",
"readOnly": true,
"items": {
"type": "string"
}
},
"baseType": {
"type": "string",
"description": "Indicates if the transaction appears as a debit or a credit transaction in the account.
Applicable containers: bank,creditCard,investment,insurance,loan
Applicable Values
",
"readOnly": true,
"enum": [
"CREDIT",
"DEBIT"
]
},
"categorySource": {
"type": "string",
"description": "Indicates the source of the category, i.e., categories derived by the system or assigned/provided by the consumer. This is the source field of the transaction category resource. The supported values are provided by the GET transactions/categories.
Applicable containers: bank,creditCard,investment,insurance,loan
Applicable Values
",
"readOnly": true,
"enum": [
"SYSTEM",
"USER"
]
},
"principal": {
"$ref": "#/components/schemas/Money"
},
"lastUpdated": {
"type": "string",
"readOnly": true
},
"isDeleted": {
"type": "boolean",
"description": "Indicates if the transaction is marked as deleted.Applicable containers: All Containers
Aggregated / Manual: Both
Endpoints: