fuse_client 1.0.37 → 1.0.40

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/docs/{SpendPower.md → ConsumerRiskReport.md} +5 -5
  4. data/docs/{SpendPowerCustomization.md → ConsumerRiskReportCustomization.md} +6 -6
  5. data/docs/{SpendPowerTimeFrame.md → ConsumerRiskReportTimeFrame.md} +2 -2
  6. data/docs/{CreateSpendPowerCustomizationRequest.md → CreateConsumerRiskReportCustomizationRequest.md} +5 -5
  7. data/docs/{CreateSpendPowerCustomizationResponse.md → CreateConsumerRiskReportCustomizationResponse.md} +2 -2
  8. data/docs/CreateConsumerRiskReportRequest.md +24 -0
  9. data/docs/{DeleteSpendPowerResponse.md → CreateConsumerRiskReportResponse.md} +3 -3
  10. data/docs/CreateLinkTokenRequest.md +3 -1
  11. data/docs/CreateLinkTokenRequestSnaptrade.md +18 -0
  12. data/docs/CreateLinkTokenRequestSnaptradeConfig.md +18 -0
  13. data/docs/{CreateSpendPowerResponse.md → DeleteConsumerRiskReportResponse.md} +3 -3
  14. data/docs/EnrichedTransaction.md +4 -26
  15. data/docs/EvalConsumerRiskReportRequest.md +22 -0
  16. data/docs/{EvalSpendPowerRequestEventsInner.md → EvalConsumerRiskReportRequestEventsInner.md} +2 -2
  17. data/docs/{EvalSpendPowerResponse.md → EvalConsumerRiskReportResponse.md} +2 -2
  18. data/docs/ExternalTransactionEvent.md +8 -2
  19. data/docs/FinancialConnectionDetails.md +5 -1
  20. data/docs/FinancialConnectionDetailsBasiq.md +20 -0
  21. data/docs/FinancialConnectionDetailsBelvo.md +20 -0
  22. data/docs/FinancialConnectionsAccount.md +2 -0
  23. data/docs/FinancialConnectionsAccountLiability.md +2 -0
  24. data/docs/FinancialConnectionsInvestmentSecurityExchange.md +3 -1
  25. data/docs/FinancialConnectionsOwnerAddressesInnerData.md +2 -0
  26. data/docs/FuseApi.md +153 -149
  27. data/docs/{GetSpendPowerCustomizationResponse.md → GetConsumerRiskReportCustomizationResponse.md} +4 -4
  28. data/docs/{GetSpendPowerResponse.md → GetConsumerRiskReportResponse.md} +4 -4
  29. data/docs/InAppTransactionEvent.md +1 -1
  30. data/docs/RiskReportApi.md +165 -0
  31. data/docs/Transaction.md +1 -1
  32. data/docs/TransactionToEnrich.md +13 -5
  33. data/docs/{UpdateSpendPowerCustomizationRequest.md → UpdateConsumerRiskReportCustomizationRequest.md} +5 -5
  34. data/docs/{UpdateSpendPowerCustomizationResponse.md → UpdateConsumerRiskReportCustomizationResponse.md} +2 -2
  35. data/docs/UpdatedBalanceEvent.md +2 -2
  36. data/lib/fuse_client/api/fuse_api.rb +142 -139
  37. data/lib/fuse_client/api/{spend_power_api.rb → risk_report_api.rb} +39 -39
  38. data/lib/fuse_client/configuration.rb +5 -1
  39. data/lib/fuse_client/models/account_subtype.rb +3 -2
  40. data/lib/fuse_client/models/aggregator.rb +3 -1
  41. data/lib/fuse_client/models/{spend_power.rb → consumer_risk_report.rb} +4 -6
  42. data/lib/fuse_client/models/{spend_power_customization.rb → consumer_risk_report_customization.rb} +6 -7
  43. data/lib/fuse_client/models/{spend_power_time_frame.rb → consumer_risk_report_time_frame.rb} +3 -3
  44. data/lib/fuse_client/models/{create_spend_power_customization_request.rb → create_consumer_risk_report_customization_request.rb} +6 -6
  45. data/lib/fuse_client/models/{create_spend_power_customization_response.rb → create_consumer_risk_report_customization_response.rb} +3 -3
  46. data/lib/fuse_client/models/{create_spend_power_request.rb → create_consumer_risk_report_request.rb} +16 -6
  47. data/lib/fuse_client/models/{delete_spend_power_response.rb → create_consumer_risk_report_response.rb} +3 -4
  48. data/lib/fuse_client/models/create_link_token_request.rb +13 -4
  49. data/lib/fuse_client/models/create_link_token_request_snaptrade.rb +220 -0
  50. data/lib/fuse_client/models/create_link_token_request_snaptrade_config.rb +256 -0
  51. data/lib/fuse_client/models/{create_spend_power_response.rb → delete_consumer_risk_report_response.rb} +3 -4
  52. data/lib/fuse_client/models/enriched_transaction.rb +17 -158
  53. data/lib/fuse_client/models/{eval_spend_power_request.rb → eval_consumer_risk_report_request.rb} +5 -5
  54. data/lib/fuse_client/models/{eval_spend_power_request_events_inner.rb → eval_consumer_risk_report_request_events_inner.rb} +3 -3
  55. data/lib/fuse_client/models/{eval_spend_power_response.rb → eval_consumer_risk_report_response.rb} +3 -3
  56. data/lib/fuse_client/models/external_transaction_event.rb +45 -7
  57. data/lib/fuse_client/models/financial_connection_details.rb +22 -4
  58. data/lib/fuse_client/models/financial_connection_details_basiq.rb +241 -0
  59. data/lib/fuse_client/models/financial_connection_details_belvo.rb +236 -0
  60. data/lib/fuse_client/models/financial_connections_account.rb +16 -1
  61. data/lib/fuse_client/models/financial_connections_account_balance.rb +2 -0
  62. data/lib/fuse_client/models/financial_connections_account_cached_balance.rb +2 -0
  63. data/lib/fuse_client/models/financial_connections_account_liability.rb +16 -1
  64. data/lib/fuse_client/models/financial_connections_investment_security_exchange.rb +14 -4
  65. data/lib/fuse_client/models/financial_connections_owner_addresses_inner_data.rb +11 -1
  66. data/lib/fuse_client/models/fuse_api_error_code.rb +6 -3
  67. data/lib/fuse_client/models/get_consumer_risk_report_customization_response.rb +239 -0
  68. data/lib/fuse_client/models/{get_spend_power_response.rb → get_consumer_risk_report_response.rb} +13 -13
  69. data/lib/fuse_client/models/in_app_transaction_event.rb +0 -5
  70. data/lib/fuse_client/models/transaction.rb +1 -1
  71. data/lib/fuse_client/models/transaction_to_enrich.rb +130 -27
  72. data/lib/fuse_client/models/{update_spend_power_customization_request.rb → update_consumer_risk_report_customization_request.rb} +6 -6
  73. data/lib/fuse_client/models/{update_spend_power_customization_response.rb → update_consumer_risk_report_customization_response.rb} +3 -3
  74. data/lib/fuse_client/models/updated_balance_event.rb +2 -2
  75. data/lib/fuse_client/version.rb +1 -1
  76. data/lib/fuse_client.rb +20 -16
  77. data/spec/api/fuse_api_spec.rb +37 -36
  78. data/spec/api/{spend_power_api_spec.rb → risk_report_api_spec.rb} +16 -16
  79. data/spec/models/asset_report_transaction_spec.rb +1 -1
  80. data/spec/models/{spend_power_customization_spec.rb → consumer_risk_report_customization_spec.rb} +6 -6
  81. data/spec/models/{spend_power_spec.rb → consumer_risk_report_spec.rb} +6 -6
  82. data/spec/models/{spend_power_time_frame_spec.rb → consumer_risk_report_time_frame_spec.rb} +6 -6
  83. data/spec/models/{create_spend_power_customization_request_spec.rb → create_consumer_risk_report_customization_request_spec.rb} +6 -6
  84. data/spec/models/{create_spend_power_customization_response_spec.rb → create_consumer_risk_report_customization_response_spec.rb} +6 -6
  85. data/spec/models/{create_spend_power_request_spec.rb → create_consumer_risk_report_request_spec.rb} +12 -6
  86. data/spec/models/{delete_spend_power_response_spec.rb → create_consumer_risk_report_response_spec.rb} +6 -6
  87. data/spec/models/create_link_token_request_snaptrade_config_spec.rb +38 -0
  88. data/spec/models/create_link_token_request_snaptrade_spec.rb +34 -0
  89. data/spec/models/create_link_token_request_spec.rb +6 -0
  90. data/spec/models/{create_spend_power_response_spec.rb → delete_consumer_risk_report_response_spec.rb} +6 -6
  91. data/spec/models/enriched_transaction_spec.rb +2 -72
  92. data/spec/models/{eval_spend_power_request_events_inner_spec.rb → eval_consumer_risk_report_request_events_inner_spec.rb} +6 -6
  93. data/spec/models/{eval_spend_power_request_spec.rb → eval_consumer_risk_report_request_spec.rb} +6 -6
  94. data/spec/models/{eval_spend_power_response_spec.rb → eval_consumer_risk_report_response_spec.rb} +6 -6
  95. data/spec/models/external_transaction_event_spec.rb +22 -0
  96. data/spec/models/financial_connection_details_basiq_spec.rb +40 -0
  97. data/spec/models/financial_connection_details_belvo_spec.rb +40 -0
  98. data/spec/models/financial_connection_details_spec.rb +12 -0
  99. data/spec/models/financial_connections_account_liability_spec.rb +6 -0
  100. data/spec/models/financial_connections_account_spec.rb +6 -0
  101. data/spec/models/financial_connections_investment_security_exchange_spec.rb +6 -0
  102. data/spec/models/financial_connections_owner_addresses_inner_data_spec.rb +6 -0
  103. data/spec/models/{get_spend_power_customization_response_spec.rb → get_consumer_risk_report_customization_response_spec.rb} +7 -7
  104. data/spec/models/{get_spend_power_response_spec.rb → get_consumer_risk_report_response_spec.rb} +7 -7
  105. data/spec/models/transaction_spec.rb +1 -1
  106. data/spec/models/transaction_to_enrich_spec.rb +32 -4
  107. data/spec/models/{update_spend_power_customization_request_spec.rb → update_consumer_risk_report_customization_request_spec.rb} +6 -6
  108. data/spec/models/{update_spend_power_customization_response_spec.rb → update_consumer_risk_report_customization_response_spec.rb} +6 -6
  109. metadata +92 -76
  110. data/docs/CreateSpendPowerRequest.md +0 -22
  111. data/docs/EvalSpendPowerRequest.md +0 -22
  112. data/docs/SpendPowerApi.md +0 -165
  113. data/lib/fuse_client/models/get_spend_power_customization_response.rb +0 -239
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97c0f377cd1fe329c490e38717e993b7083584e0ee02a9ce5016774ed86f9a87
4
- data.tar.gz: a0205d7fbf59bccef126a42e6756b8479722d2c4c269c9be0eee78ffaecfc602
3
+ metadata.gz: 405c7dda28ecef0c84f7d5139e118bd251b7642653664706b522660e27cbd4c6
4
+ data.tar.gz: 804299b0297286305bd7f256061195cfc16c213dafdfc3fd90c76e9a46291d9f
5
5
  SHA512:
6
- metadata.gz: 4f3e5e162fd03432fbb5ea5431be315c20db424fd614684c3c5e6ddc4483cbb046217b1af09c49d87191699eb671ed7a700b26098daa60cdb2a67b5f3e470ba8
7
- data.tar.gz: a6cb5e33851c2e7fe87bdcd509924472b3abd0ee21f153f62e7d3dcbb389fe54ffdc6fa39239a570c223cc39e1817b4ca5530dc5bf8be639e38d6df6d9711e88
6
+ metadata.gz: 66c922e7fd3dd49b6ee4eeac05401839f9b0853ec1c375163be10273ecb915d3d4901c0cca7fe321190e9066fc2e531f27ee9716f88a07345f9dad877678d1e6
7
+ data.tar.gz: f5b4045c9b26bbbb761548fc9dc6a0c17bd89a4a14fac0088a8fde8ddce48db6d1af86635cad4719a20baa251dd7eed183a7fb6b53478da67ac941397601c57d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fuse_client (1.0.37)
4
+ fuse_client (1.0.40)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -28,7 +28,7 @@ GEM
28
28
  pry (>= 0.13, < 0.15)
29
29
  psych (5.1.0)
30
30
  stringio
31
- racc (1.7.0)
31
+ racc (1.7.1)
32
32
  rainbow (3.1.1)
33
33
  rake (13.0.6)
34
34
  rspec (3.12.0)
@@ -40,10 +40,10 @@ GEM
40
40
  rspec-expectations (3.12.3)
41
41
  diff-lcs (>= 1.2.0, < 2.0)
42
42
  rspec-support (~> 3.12.0)
43
- rspec-mocks (3.12.5)
43
+ rspec-mocks (3.12.6)
44
44
  diff-lcs (>= 1.2.0, < 2.0)
45
45
  rspec-support (~> 3.12.0)
46
- rspec-support (3.12.0)
46
+ rspec-support (3.12.1)
47
47
  rubocop (0.66.0)
48
48
  jaro_winkler (~> 1.5.1)
49
49
  parallel (~> 1.10)
@@ -1,16 +1,16 @@
1
- # FuseClient::SpendPower
1
+ # FuseClient::ConsumerRiskReport
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | The id of the spend power | |
8
- | **customization_id** | **String** | The customization id of the spend power. | |
7
+ | **id** | **String** | | |
8
+ | **customization_id** | **String** | | |
9
9
  | **spend_limit** | **Float** | The total limit for the current timeframe, in cents. | |
10
10
  | **current_spend** | **Float** | The total current spend in the current timeframe, in cents, without factoring in pending payments. | |
11
11
  | **pending_payments_amount** | **Float** | The total unpaid amount, in cents, from all timeframes. | |
12
12
  | **iso_currency_code** | **String** | The ISO-4217 currency code of the transaction | |
13
- | **last_updated** | **String** | The datetime of when the spend power was most recently updated, in ISO-8601 format. | |
13
+ | **last_updated** | **String** | The datetime of when the consumer risk report was most recently updated, in ISO-8601 format. | |
14
14
  | **finance_score** | [**FinanceScore**](FinanceScore.md) | | |
15
15
  | **predicted_balance** | **Float** | Predicted balance for the timeframe. | |
16
16
 
@@ -19,7 +19,7 @@
19
19
  ```ruby
20
20
  require 'fuse_client'
21
21
 
22
- instance = FuseClient::SpendPower.new(
22
+ instance = FuseClient::ConsumerRiskReport.new(
23
23
  id: null,
24
24
  customization_id: null,
25
25
  spend_limit: null,
@@ -1,13 +1,13 @@
1
- # FuseClient::SpendPowerCustomization
1
+ # FuseClient::ConsumerRiskReportCustomization
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | The id of the spend power customization | |
8
- | **timeframe** | [**SpendPowerTimeFrame**](SpendPowerTimeFrame.md) | | |
9
- | **min_limit** | **Integer** | The minimum allowed limit for the spend power, in cents. | |
10
- | **max_limit** | **Integer** | The maximum allowed limit for the spend power, in cents. | |
7
+ | **id** | **String** | | |
8
+ | **timeframe** | [**ConsumerRiskReportTimeFrame**](ConsumerRiskReportTimeFrame.md) | | |
9
+ | **min_limit** | **Integer** | The minimum allowed limit, in cents. | |
10
+ | **max_limit** | **Integer** | The maximum allowed limit, in cents. | |
11
11
  | **risk_tolerance** | **Integer** | This parameter indicates the risk tolerance associated with spend limits. A high risk tolerance allow for higher limits, increasing both potential gains and losses. A Lower risk tolerance enforces strict limits, reducing the potential for loss but also limiting transaction volume for reliable users. | [optional] |
12
12
 
13
13
  ## Example
@@ -15,7 +15,7 @@
15
15
  ```ruby
16
16
  require 'fuse_client'
17
17
 
18
- instance = FuseClient::SpendPowerCustomization.new(
18
+ instance = FuseClient::ConsumerRiskReportCustomization.new(
19
19
  id: null,
20
20
  timeframe: null,
21
21
  min_limit: null,
@@ -1,4 +1,4 @@
1
- # FuseClient::SpendPowerTimeFrame
1
+ # FuseClient::ConsumerRiskReportTimeFrame
2
2
 
3
3
  ## Properties
4
4
 
@@ -10,6 +10,6 @@
10
10
  ```ruby
11
11
  require 'fuse_client'
12
12
 
13
- instance = FuseClient::SpendPowerTimeFrame.new()
13
+ instance = FuseClient::ConsumerRiskReportTimeFrame.new()
14
14
  ```
15
15
 
@@ -1,12 +1,12 @@
1
- # FuseClient::CreateSpendPowerCustomizationRequest
1
+ # FuseClient::CreateConsumerRiskReportCustomizationRequest
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **timeframe** | [**SpendPowerTimeFrame**](SpendPowerTimeFrame.md) | | |
8
- | **min_limit** | **Float** | The minimum allowed limit for the spend power, in cents. | |
9
- | **max_limit** | **Float** | The maximum allowed limit for the spend power, in cents. | |
7
+ | **timeframe** | [**ConsumerRiskReportTimeFrame**](ConsumerRiskReportTimeFrame.md) | | |
8
+ | **min_limit** | **Float** | The minimum allowed limit, in cents. | |
9
+ | **max_limit** | **Float** | The maximum allowed limit, in cents. | |
10
10
  | **risk_tolerance** | **Float** | This parameter indicates the risk tolerance associated with spend limits. A high risk tolerance allow for higher limits, increasing both potential gains and losses. A Lower risk tolerance enforces strict limits, reducing the potential for loss but also limiting transaction volume for reliable users. | |
11
11
 
12
12
  ## Example
@@ -14,7 +14,7 @@
14
14
  ```ruby
15
15
  require 'fuse_client'
16
16
 
17
- instance = FuseClient::CreateSpendPowerCustomizationRequest.new(
17
+ instance = FuseClient::CreateConsumerRiskReportCustomizationRequest.new(
18
18
  timeframe: null,
19
19
  min_limit: null,
20
20
  max_limit: null,
@@ -1,4 +1,4 @@
1
- # FuseClient::CreateSpendPowerCustomizationResponse
1
+ # FuseClient::CreateConsumerRiskReportCustomizationResponse
2
2
 
3
3
  ## Properties
4
4
 
@@ -12,7 +12,7 @@
12
12
  ```ruby
13
13
  require 'fuse_client'
14
14
 
15
- instance = FuseClient::CreateSpendPowerCustomizationResponse.new(
15
+ instance = FuseClient::CreateConsumerRiskReportCustomizationResponse.new(
16
16
  id: null,
17
17
  request_id: null
18
18
  )
@@ -0,0 +1,24 @@
1
+ # FuseClient::CreateConsumerRiskReportRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **account_id** | **String** | A unique ID representing the bank account that this risk report is calculated for. Typically this will be a bank connection account ID from your application. It is currently used as a means of connecting events to the consumer risk report. | |
8
+ | **iso_currency_code** | **String** | The ISO-4217 currency code of the transaction | |
9
+ | **end_user_name** | **String** | The name of the end user associated with this consumer risk report. | [optional] |
10
+ | **customization_id** | **String** | This is used to determine the timeframe and other metadata for the consumer risk report. | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'fuse_client'
16
+
17
+ instance = FuseClient::CreateConsumerRiskReportRequest.new(
18
+ account_id: null,
19
+ iso_currency_code: null,
20
+ end_user_name: null,
21
+ customization_id: null
22
+ )
23
+ ```
24
+
@@ -1,10 +1,10 @@
1
- # FuseClient::DeleteSpendPowerResponse
1
+ # FuseClient::CreateConsumerRiskReportResponse
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | The id of the deleted spend power | |
7
+ | **id** | **String** | | |
8
8
  | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
9
9
 
10
10
  ## Example
@@ -12,7 +12,7 @@
12
12
  ```ruby
13
13
  require 'fuse_client'
14
14
 
15
- instance = FuseClient::DeleteSpendPowerResponse.new(
15
+ instance = FuseClient::CreateConsumerRiskReportResponse.new(
16
16
  id: null,
17
17
  request_id: null
18
18
  )
@@ -12,6 +12,7 @@
12
12
  | **mx** | [**CreateLinkTokenRequestMx**](CreateLinkTokenRequestMx.md) | | [optional] |
13
13
  | **plaid** | [**CreateLinkTokenRequestPlaid**](CreateLinkTokenRequestPlaid.md) | | [optional] |
14
14
  | **teller** | [**CreateLinkTokenRequestTeller**](CreateLinkTokenRequestTeller.md) | | [optional] |
15
+ | **snaptrade** | [**CreateLinkTokenRequestSnaptrade**](CreateLinkTokenRequestSnaptrade.md) | | [optional] |
15
16
 
16
17
  ## Example
17
18
 
@@ -26,7 +27,8 @@ instance = FuseClient::CreateLinkTokenRequest.new(
26
27
  webhook_url: null,
27
28
  mx: null,
28
29
  plaid: null,
29
- teller: null
30
+ teller: null,
31
+ snaptrade: null
30
32
  )
31
33
  ```
32
34
 
@@ -0,0 +1,18 @@
1
+ # FuseClient::CreateLinkTokenRequestSnaptrade
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **config** | [**CreateLinkTokenRequestSnaptradeConfig**](CreateLinkTokenRequestSnaptradeConfig.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'fuse_client'
13
+
14
+ instance = FuseClient::CreateLinkTokenRequestSnaptrade.new(
15
+ config: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # FuseClient::CreateLinkTokenRequestSnaptradeConfig
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **connection_type** | **String** | SnapTrade connection type. Defaults to &#39;read&#39; | [optional][default to &#39;read&#39;] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'fuse_client'
13
+
14
+ instance = FuseClient::CreateLinkTokenRequestSnaptradeConfig.new(
15
+ connection_type: null
16
+ )
17
+ ```
18
+
@@ -1,10 +1,10 @@
1
- # FuseClient::CreateSpendPowerResponse
1
+ # FuseClient::DeleteConsumerRiskReportResponse
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | The id of the created spend power. | |
7
+ | **id** | **String** | | |
8
8
  | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
9
9
 
10
10
  ## Example
@@ -12,7 +12,7 @@
12
12
  ```ruby
13
13
  require 'fuse_client'
14
14
 
15
- instance = FuseClient::CreateSpendPowerResponse.new(
15
+ instance = FuseClient::DeleteConsumerRiskReportResponse.new(
16
16
  id: null,
17
17
  request_id: null
18
18
  )
@@ -6,20 +6,9 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **id** | **String** | A original ID for the transaction that to help you tie data back to your systems. | |
8
8
  | **merchant_id** | **String** | A Fuse defined, unique ID for the merchant associated with this transaction. | [optional] |
9
- | **name** | **String** | The original or enhanced name of the merchant. | [optional] |
9
+ | **merchant_name** | **String** | The name of the merchant. | [optional] |
10
10
  | **logo** | [**MerchantLogo**](MerchantLogo.md) | | [optional] |
11
- | **amount** | **Float** | The amount of the transaction in cents, in the currency of the account. | [optional] |
12
- | **category** | [**TransactionCategory**](TransactionCategory.md) | | [optional] |
13
- | **is_bill_pay** | **Boolean** | Whether the transaction is a bill pay. | [optional] |
14
- | **is_direct_deposit** | **Boolean** | Whether the transaction is a direct deposit. | [optional] |
15
- | **is_expense** | **Boolean** | Whether the transaction is a an expense | [optional] |
16
- | **is_fee** | **Boolean** | Whether the transaction is a fee. | [optional] |
17
- | **is_income** | **Boolean** | Whether the transaction is income. | [optional] |
18
- | **is_international** | **Boolean** | Whether the transaction is international. | [optional] |
19
- | **is_overdraft_fee** | **Boolean** | This indicates whether the transaction represents an overdraft fee. | [optional] |
20
- | **is_payroll_advance** | **Boolean** | Whether the transaction is a payroll advance. | [optional] |
21
- | **is_subscription** | **Boolean** | Whether the transaction is a subscription. | [optional] |
22
- | **type** | **String** | The type of transaction | [optional] |
11
+ | **categories** | **Array&lt;String&gt;** | Hierarchical transaction categories: Each element narrows down from parent to nested sub-categories. Example: [&#39;personnel&#39;, &#39;employee&#39;, &#39;payroll&#39;]. | [optional] |
23
12
 
24
13
  ## Example
25
14
 
@@ -29,20 +18,9 @@ require 'fuse_client'
29
18
  instance = FuseClient::EnrichedTransaction.new(
30
19
  id: null,
31
20
  merchant_id: null,
32
- name: null,
21
+ merchant_name: null,
33
22
  logo: null,
34
- amount: null,
35
- category: null,
36
- is_bill_pay: null,
37
- is_direct_deposit: null,
38
- is_expense: null,
39
- is_fee: null,
40
- is_income: null,
41
- is_international: null,
42
- is_overdraft_fee: null,
43
- is_payroll_advance: null,
44
- is_subscription: null,
45
- type: null
23
+ categories: null
46
24
  )
47
25
  ```
48
26
 
@@ -0,0 +1,22 @@
1
+ # FuseClient::EvalConsumerRiskReportRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **window_size** | **Float** | The size of the window for training | |
8
+ | **time_frame** | [**ConsumerRiskReportTimeFrame**](ConsumerRiskReportTimeFrame.md) | | |
9
+ | **events** | [**Array&lt;EvalConsumerRiskReportRequestEventsInner&gt;**](EvalConsumerRiskReportRequestEventsInner.md) | | |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'fuse_client'
15
+
16
+ instance = FuseClient::EvalConsumerRiskReportRequest.new(
17
+ window_size: null,
18
+ time_frame: null,
19
+ events: null
20
+ )
21
+ ```
22
+
@@ -1,4 +1,4 @@
1
- # FuseClient::EvalSpendPowerRequestEventsInner
1
+ # FuseClient::EvalConsumerRiskReportRequestEventsInner
2
2
 
3
3
  ## Properties
4
4
 
@@ -12,7 +12,7 @@
12
12
  ```ruby
13
13
  require 'fuse_client'
14
14
 
15
- instance = FuseClient::EvalSpendPowerRequestEventsInner.new(
15
+ instance = FuseClient::EvalConsumerRiskReportRequestEventsInner.new(
16
16
  account_id: null,
17
17
  event: null
18
18
  )
@@ -1,4 +1,4 @@
1
- # FuseClient::EvalSpendPowerResponse
1
+ # FuseClient::EvalConsumerRiskReportResponse
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,7 +14,7 @@
14
14
  ```ruby
15
15
  require 'fuse_client'
16
16
 
17
- instance = FuseClient::EvalSpendPowerResponse.new(
17
+ instance = FuseClient::EvalConsumerRiskReportResponse.new(
18
18
  mean_granted_above_failed_payments: null,
19
19
  mean_granted_below_failed_payments: null,
20
20
  mean_predicted_limits: null,
@@ -7,9 +7,12 @@
7
7
  | **id** | **String** | ID of the transaction | |
8
8
  | **event_type** | **String** | | |
9
9
  | **status** | [**ExternalTransactionEventStatus**](ExternalTransactionEventStatus.md) | | |
10
- | **amount** | **Float** | Use positive values to represent money going out and negative to represent money going in. | |
10
+ | **amount** | **Float** | Amount in cents associated with the transaction. Use positive values to represent money going out and negative to represent money going in. | |
11
+ | **country_code** | **String** | | [optional][default to &#39;US&#39;] |
11
12
  | **iso_currency_code** | **String** | The ISO-4217 currency code. | |
12
- | **transaction_type** | [**TransactionEventType**](TransactionEventType.md) | | |
13
+ | **transaction_type** | [**TransactionEventType**](TransactionEventType.md) | | [optional] |
14
+ | **transaction_description** | **String** | | [optional] |
15
+ | **transaction_owner_type** | **String** | | [optional][default to &#39;consumer&#39;] |
13
16
  | **merchant_name** | **String** | | |
14
17
  | **timestamp** | **String** | Datetime of the transaction In ISO-8601 format | |
15
18
  | **balance** | **Float** | The running balance of the account after the transaction has occurred, in cents | [optional] |
@@ -24,8 +27,11 @@ instance = FuseClient::ExternalTransactionEvent.new(
24
27
  event_type: null,
25
28
  status: null,
26
29
  amount: null,
30
+ country_code: null,
27
31
  iso_currency_code: null,
28
32
  transaction_type: null,
33
+ transaction_description: null,
34
+ transaction_owner_type: null,
29
35
  merchant_name: null,
30
36
  timestamp: null,
31
37
  balance: null
@@ -17,6 +17,8 @@
17
17
  | **mono** | [**FinancialConnectionDetailsMono**](FinancialConnectionDetailsMono.md) | | [optional] |
18
18
  | **truelayer** | [**FinancialConnectionDetailsTruelayer**](FinancialConnectionDetailsTruelayer.md) | | [optional] |
19
19
  | **finverse** | [**FinancialConnectionDetailsFinverse**](FinancialConnectionDetailsFinverse.md) | | [optional] |
20
+ | **basiq** | [**FinancialConnectionDetailsBasiq**](FinancialConnectionDetailsBasiq.md) | | [optional] |
21
+ | **belvo** | [**FinancialConnectionDetailsBelvo**](FinancialConnectionDetailsBelvo.md) | | [optional] |
20
22
 
21
23
  ## Example
22
24
 
@@ -36,7 +38,9 @@ instance = FuseClient::FinancialConnectionDetails.new(
36
38
  flinks: null,
37
39
  mono: null,
38
40
  truelayer: null,
39
- finverse: null
41
+ finverse: null,
42
+ basiq: null,
43
+ belvo: null
40
44
  )
41
45
  ```
42
46
 
@@ -0,0 +1,20 @@
1
+ # FuseClient::FinancialConnectionDetailsBasiq
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **user_id** | **String** | The identifier of the user for Basiq. | |
8
+ | **connection_id** | **String** | The identifier of the connection for Basiq. | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'fuse_client'
14
+
15
+ instance = FuseClient::FinancialConnectionDetailsBasiq.new(
16
+ user_id: null,
17
+ connection_id: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # FuseClient::FinancialConnectionDetailsBelvo
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **link_id** | **String** | The identifier of the link for Belvo. | |
8
+ | **institution** | **String** | The identifier of the institution for Belvo. | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'fuse_client'
14
+
15
+ instance = FuseClient::FinancialConnectionDetailsBelvo.new(
16
+ link_id: null,
17
+ institution: null
18
+ )
19
+ ```
20
+
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **remote_id** | **String** | Remote Id of the account, ie Plaid or Teller account id | |
8
+ | **currency** | **String** | The ISO-4217 currency code of the account. | |
8
9
  | **fingerprint** | **String** | Uniquely identifies this account across all accounts for a single financial connection. Used for reconnection deduplication. See more information here: https://letsfuse.readme.io/docs/duplicate-accounts | |
9
10
  | **institution** | [**FinancialConnectionsAccountInstitution**](FinancialConnectionsAccountInstitution.md) | | [optional] |
10
11
  | **mask** | **String** | The partial account number. | [optional] |
@@ -21,6 +22,7 @@ require 'fuse_client'
21
22
 
22
23
  instance = FuseClient::FinancialConnectionsAccount.new(
23
24
  remote_id: null,
25
+ currency: null,
24
26
  fingerprint: null,
25
27
  institution: null,
26
28
  mask: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **remote_id** | **String** | Remote Id of the account, ie Plaid or Teller account id | |
8
+ | **currency** | **String** | The ISO-4217 currency code of the account. | |
8
9
  | **fingerprint** | **String** | Uniquely identifies this account across all accounts for a single financial connection. Used for reconnection deduplication. See more information here: https://letsfuse.readme.io/docs/duplicate-accounts | |
9
10
  | **institution** | [**FinancialConnectionsAccountInstitution**](FinancialConnectionsAccountInstitution.md) | | [optional] |
10
11
  | **mask** | **String** | The partial account number. | [optional] |
@@ -28,6 +29,7 @@ require 'fuse_client'
28
29
 
29
30
  instance = FuseClient::FinancialConnectionsAccountLiability.new(
30
31
  remote_id: null,
32
+ currency: null,
31
33
  fingerprint: null,
32
34
  institution: null,
33
35
  mask: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **mic_code** | **String** | The Market Identifier Code (MIC) associated with the specific financial market or exchange where the security is traded. | [optional] |
8
+ | **suffix** | **String** | The suffix of the security&#39;s ticker symbol. | [optional] |
8
9
 
9
10
  ## Example
10
11
 
@@ -12,7 +13,8 @@
12
13
  require 'fuse_client'
13
14
 
14
15
  instance = FuseClient::FinancialConnectionsInvestmentSecurityExchange.new(
15
- mic_code: null
16
+ mic_code: null,
17
+ suffix: null
16
18
  )
17
19
  ```
18
20
 
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **full_address** | **String** | Full address of the owner | [optional] |
7
8
  | **city** | **String** | City of the address | [optional] |
8
9
  | **country** | **String** | Country of the address | [optional] |
9
10
  | **postal_code** | **String** | Postal code of the address | [optional] |
@@ -16,6 +17,7 @@
16
17
  require 'fuse_client'
17
18
 
18
19
  instance = FuseClient::FinancialConnectionsOwnerAddressesInnerData.new(
20
+ full_address: null,
19
21
  city: null,
20
22
  country: null,
21
23
  postal_code: null,