Skip to content

Commit

Permalink
[LEND-2862] update data source descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Amin committed Jun 20, 2024
1 parent 9630585 commit a41e4ac
Showing 1 changed file with 15 additions and 55 deletions.
70 changes: 15 additions & 55 deletions xero-finance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1496,117 +1496,77 @@ components:
properties:
directBankFeed:
type: number
description: Sum of the amounts of all statement lines where the source
of the data was a direct bank feed in to Xero. This gives an indication
on the certainty of correctness of the data.
description: Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data.
format: double
x-is-money: true
indirectBankFeed:
type: number
description: Sum of the amounts of all statement lines where the source
of the data was a indirect bank feed to Xero (usually via Yodlee). This
gives an indication on the certainty of correctness of the data.
description: No longer in use.
format: double
x-is-money: true
fileUpload:
type: number
description: Sum of the amounts of all statement lines where the source
of the data was a CSV file upload in to Xero. This gives an indication
on the certainty of correctness of the data.
description: Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data.
format: double
x-is-money: true
manual:
type: number
description: Sum of the amounts of all statement lines where the source
of the data was manually keyed in to Xero. This gives an indication
on the certainty of correctness of the data.
description: Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data.
format: double
x-is-money: true
directBankFeedPos:
type: number
description: Sum of the amounts of all statement lines where the source
of the data was a direct bank feed in to Xero. This gives an indication
on the certainty of correctness of the data. Only positive transactions
are included.
description: Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.
format: double
x-is-money: true
indirectBankFeedPos:
type: number
description: Sum of the amounts of all statement lines where the source
of the data was a indirect bank feed to Xero (usually via Yodlee). This
gives an indication on the certainty of correctness of the data. Only
positive transactions are included.
description: No longer in use.
format: double
x-is-money: true
fileUploadPos:
type: number
description: Sum of the amounts of all statement lines where the source
of the data was a CSV file upload in to Xero. This gives an indication
on the certainty of correctness of the data. Only positive transactions
are included.
description: Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.
format: double
x-is-money: true
manualPos:
type: number
description: Sum of the amounts of all statement lines where the source
of the data was manually keyed in to Xero. This gives an indication
on the certainty of correctness of the data. Only positive transactions
are included.
description: Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.
format: double
x-is-money: true
directBankFeedNeg:
type: number
description: Sum of the amounts of all statement lines where the source
of the data was a direct bank feed in to Xero. This gives an indication
on the certainty of correctness of the data. Only negative transactions
are included.
description: Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.
format: double
x-is-money: true
indirectBankFeedNeg:
type: number
description: Sum of the amounts of all statement lines where the source
of the data was a indirect bank feed to Xero (usually via Yodlee). This
gives an indication on the certainty of correctness of the data. Only
negative transactions are included.
description: No longer in use.
format: double
x-is-money: true
fileUploadNeg:
type: number
description: Sum of the amounts of all statement lines where the source
of the data was a CSV file upload in to Xero. This gives an indication
on the certainty of correctness of the data. Only negative transactions
are included.
description: Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.
format: double
x-is-money: true
manualNeg:
type: number
description: Sum of the amounts of all statement lines where the source
of the data was manually keyed in to Xero. This gives an indication
on the certainty of correctness of the data. Only negative transactions
are included.
description: Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.
format: double
x-is-money: true
otherPos:
type: number
description: Sum of the amounts of all statement lines where the source
of the data was any other category. This gives an indication on the
certainty of correctness of the data. Only positive transactions are
included.
description: Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.
format: double
x-is-money: true
otherNeg:
type: number
description: Sum of the amounts of all statement lines where the source
of the data was any other category. This gives an indication on the
certainty of correctness of the data. Only negative transactions are
included.
description: Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.
format: double
x-is-money: true
other:
type: number
description: Sum of the amounts of all statement lines where the source
of the data was any other category. This gives an indication on the
certainty of correctness of the data.
description: Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data.
format: double
x-is-money: true
additionalProperties: false
Expand Down

0 comments on commit a41e4ac

Please sign in to comment.