Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.63 KB

PersonalFinanceCategory.md

File metadata and controls

15 lines (10 loc) · 1.63 KB

PersonalFinanceCategory

Information describing the intent of the transaction. Most relevant for personal finance use cases, but not limited to such use cases. See the taxonomy csv file for a full list of personal finance categories.

Properties

Name Type Description Notes
primary str A high level category that communicates the broad category of the transaction.
detailed str A granular category conveying the transaction's intent. This field can also be used as a unique identifier for the category.
confidence_level str, none_type A description of how confident we are that the provided categories accurately describe the transaction intent. `very_high`: We are more than 98% confident that this category reflects the intent of the transaction. `high`: We are more than 90% confident that this category reflects the intent of the transaction. `medium`: We are moderately confident that this category reflects the intent of the transaction. `low`: This category may reflect the intent, but there may be other categories that are more accurate. `unknown`: Error [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]