Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.21 KB

Warning.md

File metadata and controls

15 lines (10 loc) · 1.21 KB

Warning

It is possible for an Asset Report to be returned with missing account owner information. In such cases, the Asset Report will contain warning data in the response, indicating why obtaining the owner information failed.

Properties

Name Type Description Notes
warning_type str The warning type, which will always be `ASSET_REPORT_WARNING`
warning_code str The warning code identifies a specific kind of warning. `OWNERS_UNAVAILABLE` indicates that account-owner information is not available.`INVESTMENTS_UNAVAILABLE` indicates that Investments specific information is not available. `TRANSACTIONS_UNAVAILABLE` indicates that transactions information associated with Credit and Depository accounts are unavailable.
cause Cause
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]