plaid2.model.asset_report module

class plaid2.model.asset_report.AssetReport(*, items: List[AssetReportItem], date_generated: str, asset_report_id: str, days_requested: float, user: AssetReportUser, client_report_id: Optional[str] = None)[source]

Bases: BaseModel

asset_report_id: str

A unique ID identifying an Asset Report. Like all Plaid identifiers, this ID is case sensitive.

client_report_id: Optional[str]

An identifier you determine and submit for the Asset Report.

date_generated: str

32:11Z”).

Type

The date and time when the Asset Report was created, in [ISO 8601](https

Type

//wikipedia.org/wiki/ISO_8601) format (e.g. “2018-04-12T03

days_requested: float

The duration of transaction history you requested

dict(**kwargs: Any) Dict[str, Any][source]

Return a dict representation of the object. Takes same keyword arguments as pydantic.BaseModel.dict

items: List[AssetReportItem]

Data returned by Plaid about each of the Items included in the Asset Report.

json(**kwargs: Any) str[source]

Return a json string representation of the object. Takes same keyword arguments as pydantic.BaseModel.json

classmethod parse_obj(data: Any) AssetReport[source]

Parse a dict into the object. Takes same keyword arguments as pydantic.BaseModel.parse_obj

classmethod parse_raw(b: Union[bytes, str], **kwargs: Any) AssetReport[source]

Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw

user: AssetReportUser

The user object allows you to provide additional information about the user to be appended to the Asset Report. All fields are optional. The first_name, last_name, and ssn fields are required if you would like the Report to be eligible for Fannie Mae’s Day 1 Certainty™ program.