Transactions Category Rules Resource
This page refers to Yodlee API v1.0. The latest API version's data model documentation is available here.
Entity: transactionsCategoryRules
Attribute Name | Container | Type | Description |
---|---|---|---|
userDefinedRuleId | bank creditCard investment insurance loan |
long | Unique identifier generated for every rule the user creates. |
memId | bank creditCard investment insurance loan |
long | Unique identifier of the user. |
transactionCategorisationId | bank creditCard investment insurance loan |
long | Category ID assigned to the transaction when the transaction matches the rule clause. This is the id field of the transaction category resource. |
rulePriority | bank creditCard investment insurance loan |
integer | The order in which the rules get executed on transactions. |
categoryLevelId | bank creditCard investment insurance loan |
integer | The level of the category for which the rule is created.
Valid Values: Category Level
|
ruleClauses | bank creditCard investment insurance loan |
entity | Details of rules. |
Entity: ruleClauses
Attribute Name | Container | Type | Description |
---|---|---|---|
ruleClauseId | bank creditCard investment insurance loan |
long | Unique identifier generated for the rule clause. |
userDefinedRuleId | bank creditCard investment insurance loan |
long | Unique identifier generated for every rule the user creates. |
field | bank creditCard investment insurance loan |
string | Field for which the clause is created.
Valid Values: Category Rules Field
|
operation | bank creditCard investment insurance loan |
string | Operation for which the clause is created.
Valid Values: Category Rules Operation
|
fieldValue | bank creditCard investment insurance loan |
string | The value would be the amount value in case of amount based rule clause or the string value in case of description-based rule clause. |
Enums: Category Rules Operation
Enums: Category Rules Field
Field | Description |
---|---|
amount | The rule created will be based on the amount field. |
description | The rule created will be based on the description field. |
Enums: Category Level
Value | Description |
---|---|
3 | Denotes that the category rule is created for system-defined categories. |
4 | Denotes that the category rule is created for subcategories. |