diff --git a/xero-finance.yaml b/xero-finance.yaml index 70d4e4b84..27f1706e9 100644 --- a/xero-finance.yaml +++ b/xero-finance.yaml @@ -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