fuse_client 1.0.36 → 1.0.38

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +5 -3
  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/{CreateSpendPowerRequest.md → CreateConsumerRiskReportRequest.md} +4 -4
  9. data/docs/{DeleteSpendPowerResponse.md → CreateConsumerRiskReportResponse.md} +3 -3
  10. data/docs/{CreateSpendPowerResponse.md → DeleteConsumerRiskReportResponse.md} +3 -3
  11. data/docs/Entity.md +5 -3
  12. data/docs/EvalConsumerRiskReportRequest.md +22 -0
  13. data/docs/{EvalSpendPowerRequestEventsInner.md → EvalConsumerRiskReportRequestEventsInner.md} +2 -2
  14. data/docs/{EvalSpendPowerResponse.md → EvalConsumerRiskReportResponse.md} +2 -2
  15. data/docs/ExternalTransactionEvent.md +2 -2
  16. data/docs/FinancialConnectionDetails.md +9 -1
  17. data/docs/FinancialConnectionDetailsBasiq.md +20 -0
  18. data/docs/FinancialConnectionDetailsBelvo.md +20 -0
  19. data/docs/FinancialConnectionDetailsFinverse.md +20 -0
  20. data/docs/FinancialConnectionDetailsTruelayer.md +18 -0
  21. data/docs/FinancialConnectionsAccountDetails.md +2 -0
  22. data/docs/FinancialConnectionsAccountDetailsAccountNumber.md +28 -0
  23. data/docs/FinancialConnectionsInvestmentSecurityExchange.md +3 -1
  24. data/docs/FinancialConnectionsOwnerAddressesInnerData.md +2 -0
  25. data/docs/FuseApi.md +152 -148
  26. data/docs/{GetSpendPowerCustomizationResponse.md → GetConsumerRiskReportCustomizationResponse.md} +4 -4
  27. data/docs/{GetSpendPowerResponse.md → GetConsumerRiskReportResponse.md} +4 -4
  28. data/docs/GetFinancialConnectionsOwnersResponse.md +3 -1
  29. data/docs/GetFinancialConnectionsOwnersResponseAccountsInner.md +1 -3
  30. data/docs/InAppTransactionEvent.md +1 -1
  31. data/docs/RiskReportApi.md +165 -0
  32. data/docs/Transaction.md +1 -1
  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/fuse_client-1.0.37.gem +0 -0
  37. data/lib/fuse_client/api/fuse_api.rb +142 -139
  38. data/lib/fuse_client/api/{spend_power_api.rb → risk_report_api.rb} +39 -39
  39. data/lib/fuse_client/configuration.rb +42 -0
  40. data/lib/fuse_client/models/account_subtype.rb +13 -1
  41. data/lib/fuse_client/models/aggregator.rb +5 -1
  42. data/lib/fuse_client/models/{spend_power.rb → consumer_risk_report.rb} +4 -6
  43. data/lib/fuse_client/models/{spend_power_customization.rb → consumer_risk_report_customization.rb} +6 -7
  44. data/lib/fuse_client/models/{spend_power_time_frame.rb → consumer_risk_report_time_frame.rb} +3 -3
  45. data/lib/fuse_client/models/country_code.rb +82 -4
  46. data/lib/fuse_client/models/{create_spend_power_customization_request.rb → create_consumer_risk_report_customization_request.rb} +6 -6
  47. data/lib/fuse_client/models/{create_spend_power_customization_response.rb → create_consumer_risk_report_customization_response.rb} +3 -3
  48. data/lib/fuse_client/models/{create_spend_power_request.rb → create_consumer_risk_report_request.rb} +5 -5
  49. data/lib/fuse_client/models/{delete_spend_power_response.rb → create_consumer_risk_report_response.rb} +3 -4
  50. data/lib/fuse_client/models/{create_spend_power_response.rb → delete_consumer_risk_report_response.rb} +3 -4
  51. data/lib/fuse_client/models/entity.rb +16 -6
  52. data/lib/fuse_client/models/{eval_spend_power_request.rb → eval_consumer_risk_report_request.rb} +5 -5
  53. data/lib/fuse_client/models/{eval_spend_power_request_events_inner.rb → eval_consumer_risk_report_request_events_inner.rb} +3 -3
  54. data/lib/fuse_client/models/{eval_spend_power_response.rb → eval_consumer_risk_report_response.rb} +3 -3
  55. data/lib/fuse_client/models/external_transaction_event.rb +1 -6
  56. data/lib/fuse_client/models/financial_connection_details.rb +40 -4
  57. data/lib/fuse_client/models/financial_connection_details_basiq.rb +241 -0
  58. data/lib/fuse_client/models/financial_connection_details_belvo.rb +236 -0
  59. data/lib/fuse_client/models/financial_connection_details_finverse.rb +236 -0
  60. data/lib/fuse_client/models/financial_connection_details_truelayer.rb +226 -0
  61. data/lib/fuse_client/models/financial_connections_account_details.rb +10 -1
  62. data/lib/fuse_client/models/financial_connections_account_details_account_number.rb +270 -0
  63. data/lib/fuse_client/models/financial_connections_investment_security_exchange.rb +14 -4
  64. data/lib/fuse_client/models/financial_connections_owner_addresses_inner_data.rb +11 -1
  65. data/lib/fuse_client/models/fuse_api_error_code.rb +12 -3
  66. data/lib/fuse_client/models/get_consumer_risk_report_customization_response.rb +239 -0
  67. data/lib/fuse_client/models/{get_spend_power_response.rb → get_consumer_risk_report_response.rb} +13 -13
  68. data/lib/fuse_client/models/get_financial_connections_owners_response.rb +19 -4
  69. data/lib/fuse_client/models/get_financial_connections_owners_response_accounts_inner.rb +4 -19
  70. data/lib/fuse_client/models/in_app_transaction_event.rb +0 -5
  71. data/lib/fuse_client/models/transaction.rb +1 -1
  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/models/webhook_source.rb +3 -1
  76. data/lib/fuse_client/version.rb +1 -1
  77. data/lib/fuse_client.rb +21 -16
  78. data/spec/api/fuse_api_spec.rb +37 -36
  79. data/spec/api/{spend_power_api_spec.rb → risk_report_api_spec.rb} +16 -16
  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} +6 -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_spend_power_response_spec.rb → delete_consumer_risk_report_response_spec.rb} +6 -6
  88. data/spec/models/entity_spec.rb +6 -0
  89. data/spec/models/{eval_spend_power_request_events_inner_spec.rb → eval_consumer_risk_report_request_events_inner_spec.rb} +6 -6
  90. data/spec/models/{eval_spend_power_request_spec.rb → eval_consumer_risk_report_request_spec.rb} +6 -6
  91. data/spec/models/{eval_spend_power_response_spec.rb → eval_consumer_risk_report_response_spec.rb} +6 -6
  92. data/spec/models/financial_connection_details_basiq_spec.rb +40 -0
  93. data/spec/models/financial_connection_details_belvo_spec.rb +40 -0
  94. data/spec/models/{get_spend_power_customization_response_spec.rb → financial_connection_details_finverse_spec.rb} +8 -8
  95. data/spec/models/financial_connection_details_spec.rb +24 -0
  96. data/spec/models/financial_connection_details_truelayer_spec.rb +34 -0
  97. data/spec/models/financial_connections_account_details_account_number_spec.rb +64 -0
  98. data/spec/models/financial_connections_account_details_spec.rb +6 -0
  99. data/spec/models/financial_connections_investment_security_exchange_spec.rb +6 -0
  100. data/spec/models/financial_connections_owner_addresses_inner_data_spec.rb +6 -0
  101. data/spec/models/get_consumer_risk_report_customization_response_spec.rb +40 -0
  102. data/spec/models/{get_spend_power_response_spec.rb → get_consumer_risk_report_response_spec.rb} +7 -7
  103. data/spec/models/get_financial_connections_owners_response_accounts_inner_spec.rb +0 -6
  104. data/spec/models/get_financial_connections_owners_response_spec.rb +6 -0
  105. data/spec/models/{update_spend_power_customization_request_spec.rb → update_consumer_risk_report_customization_request_spec.rb} +6 -6
  106. data/spec/models/{update_spend_power_customization_response_spec.rb → update_consumer_risk_report_customization_response_spec.rb} +6 -6
  107. metadata +97 -76
  108. data/docs/EvalSpendPowerRequest.md +0 -22
  109. data/docs/SpendPowerApi.md +0 -165
  110. 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: 6eba62214ad2553c044125ec08392a57d6270c28f588ffa38dd9fdc2afc0f6cf
4
- data.tar.gz: a2e0ea5f79b82d89471c03a4f7f71c336cc6c9fad43a6dd72166d0116538d50d
3
+ metadata.gz: 351d5ff5a46eaedee35749af460dc341d897dc6a9bc42e00b66316d57df26a8a
4
+ data.tar.gz: 2e1b7c5b760b4adf13f5458a5c4ea04be6c90108be98f0d4501946ea29574c03
5
5
  SHA512:
6
- metadata.gz: 78c033de1ed224252c6d69ccb78be1dd17ed216be37f111e92bd6006ff565675fe19f9ef0387f20072225d19e7a63c32a08c80c5cbed63ba4a9184b00abebb5b
7
- data.tar.gz: b511dc194375ff1915eeb456c8b907c564c562831d143251edd0cdfe072df1a39950a6e3eabc2e75942742c501dd29fa20838ac318e438124a99abdc91a6b389
6
+ metadata.gz: 4dcae290bc05b205832431c53b1375c8be1cfea1e2a18eff5dd59bb5b5b7c8b2854076d87fababc6a97583d75739a4b44fec6033858f6b65917a0c103d10873a
7
+ data.tar.gz: d8926148e2f571491c9e8f4e79e1df937dabe48c56aea0a94803250e4c6bde81d2203c7abcef2317897ded6fec3cd0fb924b71f9c51737ffef5e2222de513afb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fuse_client (1.0.36)
4
+ fuse_client (1.0.38)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -17,8 +17,9 @@ GEM
17
17
  jaro_winkler (1.5.6)
18
18
  method_source (1.0.0)
19
19
  parallel (1.23.0)
20
- parser (3.2.2.1)
20
+ parser (3.2.2.3)
21
21
  ast (~> 2.4.1)
22
+ racc
22
23
  pry (0.14.2)
23
24
  coderay (~> 1.1)
24
25
  method_source (~> 1.0)
@@ -27,6 +28,7 @@ GEM
27
28
  pry (>= 0.13, < 0.15)
28
29
  psych (5.1.0)
29
30
  stringio
31
+ racc (1.7.1)
30
32
  rainbow (3.1.1)
31
33
  rake (13.0.6)
32
34
  rspec (3.12.0)
@@ -41,7 +43,7 @@ GEM
41
43
  rspec-mocks (3.12.5)
42
44
  diff-lcs (>= 1.2.0, < 2.0)
43
45
  rspec-support (~> 3.12.0)
44
- rspec-support (3.12.0)
46
+ rspec-support (3.12.1)
45
47
  rubocop (0.66.0)
46
48
  jaro_winkler (~> 1.5.1)
47
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
  )
@@ -1,19 +1,19 @@
1
- # FuseClient::CreateSpendPowerRequest
1
+ # FuseClient::CreateConsumerRiskReportRequest
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **account_id** | **String** | A unique ID representing the bank account that this spend power 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 spend power. | |
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
8
  | **iso_currency_code** | **String** | The ISO-4217 currency code of the transaction | |
9
- | **customization_id** | **String** | The spend power customization id. This is used to determine the timeframe and other metadata for the spend power. | |
9
+ | **customization_id** | **String** | This is used to determine the timeframe and other metadata for the consumer risk report. | |
10
10
 
11
11
  ## Example
12
12
 
13
13
  ```ruby
14
14
  require 'fuse_client'
15
15
 
16
- instance = FuseClient::CreateSpendPowerRequest.new(
16
+ instance = FuseClient::CreateConsumerRiskReportRequest.new(
17
17
  account_id: null,
18
18
  iso_currency_code: null,
19
19
  customization_id: null
@@ -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
  )
@@ -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
  )
data/docs/Entity.md CHANGED
@@ -5,8 +5,9 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **id** | **String** | Unique identifier for the user or business account that is connecting to an institution. Use this id when calling the GET /entities/${entity_id} endpoint. | |
8
- | **name** | **String** | Name for the user or business account. | [optional] |
9
- | **email** | **String** | Email address associated with the user or business account. | [optional] |
8
+ | **name** | **String** | Name for the user or business account. Required for EU connections. | [optional] |
9
+ | **email** | **String** | Email address associated with the user or business account. One of email/phone is required for EU connections. | [optional] |
10
+ | **phone** | **String** | Phone number associated with the user or business account. One of email/phone is required for EU connections. | [optional] |
10
11
 
11
12
  ## Example
12
13
 
@@ -16,7 +17,8 @@ require 'fuse_client'
16
17
  instance = FuseClient::Entity.new(
17
18
  id: null,
18
19
  name: null,
19
- email: null
20
+ email: null,
21
+ phone: null
20
22
  )
21
23
  ```
22
24
 
@@ -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,9 @@
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
11
  | **iso_currency_code** | **String** | The ISO-4217 currency code. | |
12
- | **transaction_type** | [**TransactionEventType**](TransactionEventType.md) | | |
12
+ | **transaction_type** | [**TransactionEventType**](TransactionEventType.md) | | [optional] |
13
13
  | **merchant_name** | **String** | | |
14
14
  | **timestamp** | **String** | Datetime of the transaction In ISO-8601 format | |
15
15
  | **balance** | **Float** | The running balance of the account after the transaction has occurred, in cents | [optional] |
@@ -15,6 +15,10 @@
15
15
  | **snaptrade** | [**FinancialConnectionDetailsSnaptrade**](FinancialConnectionDetailsSnaptrade.md) | | [optional] |
16
16
  | **flinks** | [**FinancialConnectionDetailsFlinks**](FinancialConnectionDetailsFlinks.md) | | [optional] |
17
17
  | **mono** | [**FinancialConnectionDetailsMono**](FinancialConnectionDetailsMono.md) | | [optional] |
18
+ | **truelayer** | [**FinancialConnectionDetailsTruelayer**](FinancialConnectionDetailsTruelayer.md) | | [optional] |
19
+ | **finverse** | [**FinancialConnectionDetailsFinverse**](FinancialConnectionDetailsFinverse.md) | | [optional] |
20
+ | **basiq** | [**FinancialConnectionDetailsBasiq**](FinancialConnectionDetailsBasiq.md) | | [optional] |
21
+ | **belvo** | [**FinancialConnectionDetailsBelvo**](FinancialConnectionDetailsBelvo.md) | | [optional] |
18
22
 
19
23
  ## Example
20
24
 
@@ -32,7 +36,11 @@ instance = FuseClient::FinancialConnectionDetails.new(
32
36
  mx: null,
33
37
  snaptrade: null,
34
38
  flinks: null,
35
- mono: null
39
+ mono: null,
40
+ truelayer: null,
41
+ finverse: null,
42
+ basiq: null,
43
+ belvo: null
36
44
  )
37
45
  ```
38
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
+
@@ -0,0 +1,20 @@
1
+ # FuseClient::FinancialConnectionDetailsFinverse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **access_token** | **String** | Access token for Finverse | |
8
+ | **login_identity_id** | **String** | Login Identity Id for Finverse | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'fuse_client'
14
+
15
+ instance = FuseClient::FinancialConnectionDetailsFinverse.new(
16
+ access_token: null,
17
+ login_identity_id: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,18 @@
1
+ # FuseClient::FinancialConnectionDetailsTruelayer
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **access_token** | **String** | Access token for TrueLayer | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'fuse_client'
13
+
14
+ instance = FuseClient::FinancialConnectionDetailsTruelayer.new(
15
+ access_token: null
16
+ )
17
+ ```
18
+
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **remote_id** | **String** | Remote Id of the account, ie Plaid or Teller account id | |
8
8
  | **ach** | [**FinancialConnectionsAccountDetailsAch**](FinancialConnectionsAccountDetailsAch.md) | | |
9
+ | **account_number** | [**FinancialConnectionsAccountDetailsAccountNumber**](FinancialConnectionsAccountDetailsAccountNumber.md) | | [optional] |
9
10
  | **remote_data** | **Object** | | |
10
11
 
11
12
  ## Example
@@ -16,6 +17,7 @@ require 'fuse_client'
16
17
  instance = FuseClient::FinancialConnectionsAccountDetails.new(
17
18
  remote_id: null,
18
19
  ach: null,
20
+ account_number: null,
19
21
  remote_data: null
20
22
  )
21
23
  ```
@@ -0,0 +1,28 @@
1
+ # FuseClient::FinancialConnectionsAccountDetailsAccountNumber
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **number** | **String** | Unique identifier representing the account, typically referred to as the account number. | [optional] |
8
+ | **sort_code** | **String** | A six-digit number used by banks in the United Kingdom and Ireland to identify the branch where the account is held. | [optional] |
9
+ | **iban** | **String** | International Bank Account Number (IBAN) is an internationally agreed system of identifying bank accounts across national borders to facilitate the communication and processing of cross border transactions. | [optional] |
10
+ | **swift_bic** | **String** | SWIFT/BIC code is an international identifier used to distinctively recognize a particular bank during financial transactions, such as money transfers. | [optional] |
11
+ | **bsb** | **String** | Bank-State-Branch (BSB) code is a six-digit numerical code used to identify an individual branch of a financial institution in Australia. | [optional] |
12
+ | **bic** | **String** | Bank Identifier Code (BIC) is an international standard identifier used by banks and financial institutions globally to carry out transactions. | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'fuse_client'
18
+
19
+ instance = FuseClient::FinancialConnectionsAccountDetailsAccountNumber.new(
20
+ number: null,
21
+ sort_code: null,
22
+ iban: null,
23
+ swift_bic: null,
24
+ bsb: null,
25
+ bic: null
26
+ )
27
+ ```
28
+
@@ -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,