A representation of Income data.

Attributes
[R] income_streams

An Array of IncomeStream with detailed information.

[R] last_year_income

The Numeric last year income, i.e. the sum of the Item's income over the past 365 days. If Plaid has less than 365 days of data this will be less than a full year's income.

[R] last_year_income_before_tax

The Numeric #last_year_income interpolated to value before taxes. This is the minimum pre-tax salary that assumes a filing status of single with zero dependents.

[R] max_number_of_overlapping_income_streams

The Numeric max number of income streams present at the same time over the past 365 days.

[R] number_of_income_streams

The Numeric total number of distinct income streams received over the past 365 days.

[R] projected_yearly_income

The Numeric income extrapolated over a year based on current, active income streams. Income streams become inactive if they have not recurred for more than two cycles. For example, if a weekly paycheck hasn't been seen for the past two weeks, it is no longer active.

[R] projected_yearly_income_before_tax

The Numeric #projected_yearly_income interpolated to value before taxes. This is the minimum pre-tax salary that assumes a filing status of single with zero dependents.