Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (21 loc) · 1.15 KB

RegularSource.md

File metadata and controls

37 lines (21 loc) · 1.15 KB

BasiqApi.RegularSource

Properties

Name Type Description Notes
ageDays Number Duration regular income (number days from first to last occurrence) returned as an integer with values zero or greater
changeHistory [ChangeHistoryIncome] Each amount classified as income (repeated for each income credit and ordered by most recent)
current CurrentRegularSource
frequency String Enum detailing frequency regular income
irregularity IrregularityIncome
previous3Months Previous3MonthsIncome
source String Source regular income (cleaned transaction description).

Enum: FrequencyEnum

  • daily (value: "daily")

  • weekly (value: "weekly")

  • biWeekly (value: "bi-weekly")

  • monthly (value: "monthly")

  • biMonthly (value: "bi-monthly")

  • quarterly (value: "quarterly")

  • halfYear (value: "half-year")

  • yearly (value: "yearly")