fuse_client 1.0.31 → 1.0.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (307) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +7 -8
  3. data/README.md +4 -1
  4. data/docs/AddSpendPowerTransactionRequest.md +22 -0
  5. data/docs/AddSpendPowerTransactionResponse.md +20 -0
  6. data/docs/AssetReport.md +26 -0
  7. data/docs/AssetReportAccountsInner.md +24 -0
  8. data/docs/{GetAssetReportResponseReportAccountsInnerBalances.md → AssetReportAccountsInnerBalance.md} +2 -2
  9. data/docs/{GetAssetReportResponseReportAccountsInnerHistoricalBalancesInner.md → AssetReportAccountsInnerHistoricalBalancesInner.md} +2 -2
  10. data/docs/{GetAssetReportResponse.md → AssetReportResponse.md} +3 -3
  11. data/docs/AssetReportTransaction.md +36 -0
  12. data/docs/CreateAssetReportRequest.md +2 -4
  13. data/docs/CreateAssetReportResponse.md +2 -2
  14. data/docs/CreateLinkTokenRequest.md +6 -2
  15. data/docs/CreateLinkTokenRequestPlaid.md +1 -1
  16. data/docs/CreateLinkTokenRequestTeller.md +18 -0
  17. data/docs/CreateLinkTokenRequestTellerConfig.md +18 -0
  18. data/docs/CreateSessionRequest.md +4 -4
  19. data/docs/CreateSpendPowerCustomizationResponse.md +20 -0
  20. data/docs/CreateSpendPowerRequest.md +22 -0
  21. data/docs/CreateSpendPowerResponse.md +20 -0
  22. data/docs/DeleteSpendPowerResponse.md +20 -0
  23. data/docs/Entity.md +1 -1
  24. data/docs/ExchangeFinancialConnectionsPublicTokenRequest.md +1 -1
  25. data/docs/ExchangeFinancialConnectionsPublicTokenResponse.md +2 -2
  26. data/docs/FinancialConnectionsAccountBalance.md +1 -1
  27. data/docs/FinancialConnectionsAccountCachedBalance.md +1 -1
  28. data/docs/FinancialConnectionsInvestmentSecurity.md +2 -2
  29. data/docs/FinancialConnectionsInvestmentSecurityType.md +15 -0
  30. data/docs/FinancialConnectionsInvestmentTransaction.md +2 -0
  31. data/docs/FuseApi.md +484 -18
  32. data/docs/FuseApiAggregatorError.md +28 -0
  33. data/docs/FuseApiError.md +7 -5
  34. data/docs/FuseApiErrorCode.md +15 -0
  35. data/docs/FuseApiErrorData.md +1 -1
  36. data/docs/FuseApiErrorType.md +15 -0
  37. data/docs/GetAssetReportRequest.md +2 -0
  38. data/docs/GetFinancialConnectionsAccountStatementRequest.md +22 -0
  39. data/docs/GetFinancialConnectionsAccountStatementResponse.md +20 -0
  40. data/docs/GetInvestmentTransactionsResponse.md +2 -0
  41. data/docs/GetSpendPowerResponse.md +20 -0
  42. data/docs/MigrateFinancialConnectionsAggregatorConnectionData.md +3 -1
  43. data/docs/MigrateFinancialConnectionsAggregatorConnectionDataPlaid.md +3 -1
  44. data/docs/MigrateFinancialConnectionsAggregatorConnectionDataTeller.md +18 -0
  45. data/docs/MigrateFinancialConnectionsTokenRequest.md +1 -1
  46. data/docs/RefreshAssetReportRequest.md +5 -5
  47. data/docs/RefreshAssetReportResponse.md +22 -0
  48. data/docs/SpendPower.md +30 -0
  49. data/docs/SpendPowerApi.md +122 -0
  50. data/docs/SpendPowerCustomization.md +22 -0
  51. data/docs/Transaction.md +2 -2
  52. data/docs/UpdateSpendPowerCustomizationResponse.md +20 -0
  53. data/docs/WebhookEvent.md +6 -0
  54. data/fuse_client.gemspec +1 -1
  55. data/lib/fuse_client/api/fuse_api.rb +385 -16
  56. data/lib/fuse_client/api/spend_power_api.rb +146 -0
  57. data/lib/fuse_client/api_client.rb +1 -1
  58. data/lib/fuse_client/api_error.rb +1 -1
  59. data/lib/fuse_client/configuration.rb +51 -4
  60. data/lib/fuse_client/models/account_subtype.rb +1 -1
  61. data/lib/fuse_client/models/account_type.rb +3 -2
  62. data/lib/fuse_client/models/add_spend_power_transaction_request.rb +284 -0
  63. data/lib/fuse_client/models/add_spend_power_transaction_response.rb +240 -0
  64. data/lib/fuse_client/models/aggregator.rb +4 -2
  65. data/lib/fuse_client/models/{get_asset_report_response_report.rb → asset_report.rb} +15 -27
  66. data/lib/fuse_client/models/{get_asset_report_response_report_accounts_inner.rb → asset_report_accounts_inner.rb} +27 -26
  67. data/lib/fuse_client/models/{get_asset_report_response_report_accounts_inner_balances.rb → asset_report_accounts_inner_balance.rb} +4 -4
  68. data/lib/fuse_client/models/{get_asset_report_response_report_accounts_inner_historical_balances_inner.rb → asset_report_accounts_inner_historical_balances_inner.rb} +4 -4
  69. data/lib/fuse_client/models/{get_asset_report_response.rb → asset_report_response.rb} +5 -5
  70. data/lib/fuse_client/models/asset_report_transaction.rb +385 -0
  71. data/lib/fuse_client/models/country_code.rb +1 -1
  72. data/lib/fuse_client/models/create_asset_report_request.rb +11 -23
  73. data/lib/fuse_client/models/create_asset_report_response.rb +3 -3
  74. data/lib/fuse_client/models/create_entity_request.rb +1 -1
  75. data/lib/fuse_client/models/create_entity_response.rb +1 -1
  76. data/lib/fuse_client/models/create_link_token_request.rb +25 -6
  77. data/lib/fuse_client/models/create_link_token_request_mx.rb +1 -1
  78. data/lib/fuse_client/models/create_link_token_request_plaid.rb +2 -2
  79. data/lib/fuse_client/models/create_link_token_request_teller.rb +220 -0
  80. data/lib/fuse_client/models/create_link_token_request_teller_config.rb +254 -0
  81. data/lib/fuse_client/models/create_link_token_response.rb +1 -1
  82. data/lib/fuse_client/models/create_session_request.rb +31 -8
  83. data/lib/fuse_client/models/create_session_response.rb +1 -1
  84. data/lib/fuse_client/models/create_spend_power_customization_response.rb +240 -0
  85. data/lib/fuse_client/models/create_spend_power_request.rb +255 -0
  86. data/lib/fuse_client/models/create_spend_power_response.rb +240 -0
  87. data/lib/fuse_client/models/currency.rb +1 -1
  88. data/lib/fuse_client/models/delete_financial_connection_response.rb +1 -1
  89. data/lib/fuse_client/models/delete_spend_power_response.rb +239 -0
  90. data/lib/fuse_client/models/entity.rb +2 -2
  91. data/lib/fuse_client/models/exchange_financial_connections_public_token_request.rb +6 -1
  92. data/lib/fuse_client/models/exchange_financial_connections_public_token_response.rb +3 -3
  93. data/lib/fuse_client/models/financial_connection_data.rb +1 -1
  94. data/lib/fuse_client/models/financial_connection_details.rb +1 -1
  95. data/lib/fuse_client/models/financial_connection_details_mx.rb +1 -1
  96. data/lib/fuse_client/models/financial_connection_details_plaid.rb +1 -1
  97. data/lib/fuse_client/models/financial_connection_details_teller.rb +1 -1
  98. data/lib/fuse_client/models/financial_connections_account.rb +1 -1
  99. data/lib/fuse_client/models/financial_connections_account_balance.rb +2 -2
  100. data/lib/fuse_client/models/financial_connections_account_cached_balance.rb +2 -2
  101. data/lib/fuse_client/models/financial_connections_account_details.rb +1 -1
  102. data/lib/fuse_client/models/financial_connections_account_details_ach.rb +1 -1
  103. data/lib/fuse_client/models/financial_connections_account_institution.rb +1 -1
  104. data/lib/fuse_client/models/financial_connections_account_liability.rb +1 -1
  105. data/lib/fuse_client/models/financial_connections_account_liability_all_of.rb +1 -1
  106. data/lib/fuse_client/models/financial_connections_account_liability_all_of_aprs.rb +1 -1
  107. data/lib/fuse_client/models/financial_connections_holding.rb +1 -1
  108. data/lib/fuse_client/models/financial_connections_investment_security.rb +24 -8
  109. data/lib/fuse_client/models/financial_connections_investment_security_exchange.rb +1 -1
  110. data/lib/fuse_client/models/financial_connections_investment_security_type.rb +64 -0
  111. data/lib/fuse_client/models/financial_connections_investment_transaction.rb +50 -2
  112. data/lib/fuse_client/models/financial_connections_owner.rb +1 -1
  113. data/lib/fuse_client/models/financial_connections_owner_addresses_inner.rb +1 -1
  114. data/lib/fuse_client/models/financial_connections_owner_addresses_inner_data.rb +1 -1
  115. data/lib/fuse_client/models/financial_connections_owner_emails_inner.rb +1 -1
  116. data/lib/fuse_client/models/financial_connections_owner_names_inner.rb +1 -1
  117. data/lib/fuse_client/models/financial_connections_owner_phone_numbers_inner.rb +1 -1
  118. data/lib/fuse_client/models/financial_institution.rb +1 -1
  119. data/lib/fuse_client/models/financial_institution_logo.rb +1 -1
  120. data/lib/fuse_client/models/fuse_api_aggregator_error.rb +264 -0
  121. data/lib/fuse_client/models/fuse_api_error.rb +43 -28
  122. data/lib/fuse_client/models/fuse_api_error_code.rb +76 -0
  123. data/lib/fuse_client/models/fuse_api_error_data.rb +2 -2
  124. data/lib/fuse_client/models/fuse_api_error_type.rb +42 -0
  125. data/lib/fuse_client/models/fuse_api_warning.rb +1 -1
  126. data/lib/fuse_client/models/fuse_api_warning_data.rb +1 -1
  127. data/lib/fuse_client/models/fuse_api_warning_data_warnings_inner.rb +1 -1
  128. data/lib/fuse_client/models/get_asset_report_request.rb +17 -2
  129. data/lib/fuse_client/models/get_entity_response.rb +1 -1
  130. data/lib/fuse_client/models/get_financial_connection_response.rb +1 -1
  131. data/lib/fuse_client/models/get_financial_connections_account_details_request.rb +1 -1
  132. data/lib/fuse_client/models/get_financial_connections_account_details_response.rb +1 -1
  133. data/lib/fuse_client/models/get_financial_connections_account_statement_request.rb +250 -0
  134. data/lib/fuse_client/models/get_financial_connections_account_statement_response.rb +240 -0
  135. data/lib/fuse_client/models/get_financial_connections_accounts_request.rb +1 -1
  136. data/lib/fuse_client/models/get_financial_connections_accounts_response.rb +1 -1
  137. data/lib/fuse_client/models/get_financial_connections_balance_request.rb +1 -1
  138. data/lib/fuse_client/models/get_financial_connections_balance_request_options.rb +1 -1
  139. data/lib/fuse_client/models/get_financial_connections_balance_response.rb +1 -1
  140. data/lib/fuse_client/models/get_financial_connections_owners_request.rb +1 -1
  141. data/lib/fuse_client/models/get_financial_connections_owners_response.rb +1 -1
  142. data/lib/fuse_client/models/get_financial_connections_owners_response_accounts_inner.rb +1 -1
  143. data/lib/fuse_client/models/get_financial_connections_transactions_request.rb +1 -1
  144. data/lib/fuse_client/models/get_financial_connections_transactions_response.rb +1 -1
  145. data/lib/fuse_client/models/get_financial_institution_response.rb +1 -1
  146. data/lib/fuse_client/models/get_investment_holdings_request.rb +1 -1
  147. data/lib/fuse_client/models/get_investment_holdings_request_options.rb +1 -1
  148. data/lib/fuse_client/models/get_investment_holdings_response.rb +1 -1
  149. data/lib/fuse_client/models/get_investment_transactions_request.rb +1 -1
  150. data/lib/fuse_client/models/get_investment_transactions_request_options.rb +1 -1
  151. data/lib/fuse_client/models/get_investment_transactions_response.rb +12 -2
  152. data/lib/fuse_client/models/get_liabilities_request.rb +1 -1
  153. data/lib/fuse_client/models/get_liabilities_response.rb +1 -1
  154. data/lib/fuse_client/models/get_spend_power_response.rb +239 -0
  155. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data.rb +14 -5
  156. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data_mx.rb +1 -1
  157. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data_plaid.rb +15 -5
  158. data/lib/fuse_client/models/migrate_financial_connections_aggregator_connection_data_teller.rb +226 -0
  159. data/lib/fuse_client/models/migrate_financial_connections_token_request.rb +23 -4
  160. data/lib/fuse_client/models/migrate_financial_connections_token_request_entity.rb +1 -1
  161. data/lib/fuse_client/models/migrate_financial_connections_token_response.rb +1 -1
  162. data/lib/fuse_client/models/product.rb +3 -3
  163. data/lib/fuse_client/models/refresh_asset_report_request.rb +32 -33
  164. data/lib/fuse_client/models/refresh_asset_report_response.rb +240 -0
  165. data/lib/fuse_client/models/spend_power.rb +315 -0
  166. data/lib/fuse_client/models/spend_power_customization.rb +289 -0
  167. data/lib/fuse_client/models/sync_financial_connections_data_response.rb +1 -1
  168. data/lib/fuse_client/models/sync_transactions_request.rb +1 -1
  169. data/lib/fuse_client/models/sync_transactions_response.rb +1 -1
  170. data/lib/fuse_client/models/sync_transactions_response_removed_inner.rb +1 -1
  171. data/lib/fuse_client/models/transaction.rb +15 -3
  172. data/lib/fuse_client/models/transaction_merchant.rb +1 -1
  173. data/lib/fuse_client/models/update_entity_request.rb +1 -1
  174. data/lib/fuse_client/models/update_entity_response.rb +1 -1
  175. data/lib/fuse_client/models/update_spend_power_customization_response.rb +240 -0
  176. data/lib/fuse_client/models/webhook_event.rb +34 -2
  177. data/lib/fuse_client/models/webhook_source.rb +1 -1
  178. data/lib/fuse_client/models/webhook_type.rb +4 -3
  179. data/lib/fuse_client/version.rb +2 -2
  180. data/lib/fuse_client.rb +28 -6
  181. data/spec/api/fuse_api_spec.rb +69 -6
  182. data/spec/api/spend_power_api_spec.rb +64 -0
  183. data/spec/api_client_spec.rb +1 -1
  184. data/spec/configuration_spec.rb +1 -1
  185. data/spec/models/account_subtype_spec.rb +1 -1
  186. data/spec/models/account_type_spec.rb +1 -1
  187. data/spec/models/add_spend_power_transaction_request_spec.rb +50 -0
  188. data/spec/models/add_spend_power_transaction_response_spec.rb +40 -0
  189. data/spec/models/aggregator_spec.rb +1 -1
  190. data/spec/models/{get_asset_report_response_report_accounts_inner_balances_spec.rb → asset_report_accounts_inner_balance_spec.rb} +7 -7
  191. data/spec/models/{get_asset_report_response_report_accounts_inner_historical_balances_inner_spec.rb → asset_report_accounts_inner_historical_balances_inner_spec.rb} +7 -7
  192. data/spec/models/{get_asset_report_response_report_accounts_inner_spec.rb → asset_report_accounts_inner_spec.rb} +10 -10
  193. data/spec/models/{get_asset_report_response_spec.rb → asset_report_response_spec.rb} +7 -7
  194. data/spec/models/{get_asset_report_response_report_spec.rb → asset_report_spec.rb} +8 -14
  195. data/spec/models/asset_report_transaction_spec.rb +96 -0
  196. data/spec/models/country_code_spec.rb +1 -1
  197. data/spec/models/create_asset_report_request_spec.rb +1 -7
  198. data/spec/models/create_asset_report_response_spec.rb +1 -1
  199. data/spec/models/create_entity_request_spec.rb +1 -1
  200. data/spec/models/create_entity_response_spec.rb +1 -1
  201. data/spec/models/create_link_token_request_mx_spec.rb +1 -1
  202. data/spec/models/create_link_token_request_plaid_spec.rb +1 -1
  203. data/spec/models/create_link_token_request_spec.rb +13 -1
  204. data/spec/models/create_link_token_request_teller_config_spec.rb +38 -0
  205. data/spec/models/create_link_token_request_teller_spec.rb +34 -0
  206. data/spec/models/create_link_token_response_spec.rb +1 -1
  207. data/spec/models/create_session_request_spec.rb +1 -1
  208. data/spec/models/create_session_response_spec.rb +1 -1
  209. data/spec/models/create_spend_power_customization_response_spec.rb +40 -0
  210. data/spec/models/create_spend_power_request_spec.rb +46 -0
  211. data/spec/models/create_spend_power_response_spec.rb +40 -0
  212. data/spec/models/currency_spec.rb +1 -1
  213. data/spec/models/delete_financial_connection_response_spec.rb +1 -1
  214. data/spec/models/delete_spend_power_response_spec.rb +40 -0
  215. data/spec/models/entity_spec.rb +1 -1
  216. data/spec/models/exchange_financial_connections_public_token_request_spec.rb +1 -1
  217. data/spec/models/exchange_financial_connections_public_token_response_spec.rb +1 -1
  218. data/spec/models/financial_connection_data_spec.rb +1 -1
  219. data/spec/models/financial_connection_details_mx_spec.rb +1 -1
  220. data/spec/models/financial_connection_details_plaid_spec.rb +1 -1
  221. data/spec/models/financial_connection_details_spec.rb +1 -1
  222. data/spec/models/financial_connection_details_teller_spec.rb +1 -1
  223. data/spec/models/financial_connections_account_balance_spec.rb +1 -1
  224. data/spec/models/financial_connections_account_cached_balance_spec.rb +1 -1
  225. data/spec/models/financial_connections_account_details_ach_spec.rb +1 -1
  226. data/spec/models/financial_connections_account_details_spec.rb +1 -1
  227. data/spec/models/financial_connections_account_institution_spec.rb +1 -1
  228. data/spec/models/financial_connections_account_liability_all_of_aprs_spec.rb +1 -1
  229. data/spec/models/financial_connections_account_liability_all_of_spec.rb +1 -1
  230. data/spec/models/financial_connections_account_liability_spec.rb +1 -1
  231. data/spec/models/financial_connections_account_spec.rb +1 -1
  232. data/spec/models/financial_connections_holding_spec.rb +1 -1
  233. data/spec/models/financial_connections_investment_security_exchange_spec.rb +1 -1
  234. data/spec/models/financial_connections_investment_security_spec.rb +1 -1
  235. data/spec/models/financial_connections_investment_security_type_spec.rb +28 -0
  236. data/spec/models/financial_connections_investment_transaction_spec.rb +11 -1
  237. data/spec/models/financial_connections_owner_addresses_inner_data_spec.rb +1 -1
  238. data/spec/models/financial_connections_owner_addresses_inner_spec.rb +1 -1
  239. data/spec/models/financial_connections_owner_emails_inner_spec.rb +1 -1
  240. data/spec/models/financial_connections_owner_names_inner_spec.rb +1 -1
  241. data/spec/models/financial_connections_owner_phone_numbers_inner_spec.rb +1 -1
  242. data/spec/models/financial_connections_owner_spec.rb +1 -1
  243. data/spec/models/financial_institution_logo_spec.rb +1 -1
  244. data/spec/models/financial_institution_spec.rb +1 -1
  245. data/spec/models/fuse_api_aggregator_error_spec.rb +64 -0
  246. data/spec/models/fuse_api_error_code_spec.rb +28 -0
  247. data/spec/models/fuse_api_error_data_spec.rb +1 -1
  248. data/spec/models/fuse_api_error_spec.rb +7 -9
  249. data/spec/models/fuse_api_error_type_spec.rb +28 -0
  250. data/spec/models/fuse_api_warning_data_spec.rb +1 -1
  251. data/spec/models/fuse_api_warning_data_warnings_inner_spec.rb +1 -1
  252. data/spec/models/fuse_api_warning_spec.rb +1 -1
  253. data/spec/models/get_asset_report_request_spec.rb +7 -1
  254. data/spec/models/get_entity_response_spec.rb +1 -1
  255. data/spec/models/get_financial_connection_response_spec.rb +1 -1
  256. data/spec/models/get_financial_connections_account_details_request_spec.rb +1 -1
  257. data/spec/models/get_financial_connections_account_details_response_spec.rb +1 -1
  258. data/spec/models/get_financial_connections_account_statement_request_spec.rb +46 -0
  259. data/spec/models/get_financial_connections_account_statement_response_spec.rb +40 -0
  260. data/spec/models/get_financial_connections_accounts_request_spec.rb +1 -1
  261. data/spec/models/get_financial_connections_accounts_response_spec.rb +1 -1
  262. data/spec/models/get_financial_connections_balance_request_options_spec.rb +1 -1
  263. data/spec/models/get_financial_connections_balance_request_spec.rb +1 -1
  264. data/spec/models/get_financial_connections_balance_response_spec.rb +1 -1
  265. data/spec/models/get_financial_connections_owners_request_spec.rb +1 -1
  266. data/spec/models/get_financial_connections_owners_response_accounts_inner_spec.rb +1 -1
  267. data/spec/models/get_financial_connections_owners_response_spec.rb +1 -1
  268. data/spec/models/get_financial_connections_transactions_request_spec.rb +1 -1
  269. data/spec/models/get_financial_connections_transactions_response_spec.rb +1 -1
  270. data/spec/models/get_financial_institution_response_spec.rb +1 -1
  271. data/spec/models/get_investment_holdings_request_options_spec.rb +1 -1
  272. data/spec/models/get_investment_holdings_request_spec.rb +1 -1
  273. data/spec/models/get_investment_holdings_response_spec.rb +1 -1
  274. data/spec/models/get_investment_transactions_request_options_spec.rb +1 -1
  275. data/spec/models/get_investment_transactions_request_spec.rb +1 -1
  276. data/spec/models/get_investment_transactions_response_spec.rb +7 -1
  277. data/spec/models/get_liabilities_request_spec.rb +1 -1
  278. data/spec/models/get_liabilities_response_spec.rb +1 -1
  279. data/spec/models/get_spend_power_response_spec.rb +40 -0
  280. data/spec/models/migrate_financial_connections_aggregator_connection_data_mx_spec.rb +1 -1
  281. data/spec/models/migrate_financial_connections_aggregator_connection_data_plaid_spec.rb +7 -1
  282. data/spec/models/migrate_financial_connections_aggregator_connection_data_spec.rb +7 -1
  283. data/spec/models/migrate_financial_connections_aggregator_connection_data_teller_spec.rb +34 -0
  284. data/spec/models/migrate_financial_connections_token_request_entity_spec.rb +1 -1
  285. data/spec/models/migrate_financial_connections_token_request_spec.rb +2 -2
  286. data/spec/models/migrate_financial_connections_token_response_spec.rb +1 -1
  287. data/spec/models/product_spec.rb +1 -1
  288. data/spec/models/refresh_asset_report_request_spec.rb +3 -3
  289. data/spec/models/refresh_asset_report_response_spec.rb +46 -0
  290. data/spec/models/spend_power_customization_spec.rb +50 -0
  291. data/spec/models/spend_power_spec.rb +70 -0
  292. data/spec/models/sync_financial_connections_data_response_spec.rb +1 -1
  293. data/spec/models/sync_transactions_request_spec.rb +1 -1
  294. data/spec/models/sync_transactions_response_removed_inner_spec.rb +1 -1
  295. data/spec/models/sync_transactions_response_spec.rb +1 -1
  296. data/spec/models/transaction_merchant_spec.rb +1 -1
  297. data/spec/models/transaction_spec.rb +9 -1
  298. data/spec/models/update_entity_request_spec.rb +1 -1
  299. data/spec/models/update_entity_response_spec.rb +1 -1
  300. data/spec/models/update_spend_power_customization_response_spec.rb +40 -0
  301. data/spec/models/webhook_event_spec.rb +19 -1
  302. data/spec/models/webhook_source_spec.rb +1 -1
  303. data/spec/models/webhook_type_spec.rb +1 -1
  304. data/spec/spec_helper.rb +1 -1
  305. metadata +110 -22
  306. data/docs/GetAssetReportResponseReport.md +0 -28
  307. data/docs/GetAssetReportResponseReportAccountsInner.md +0 -24
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2c9207b8ab31a2ee25afa15ef60282765b154bda1d9f066028fc16c0f55b371
4
- data.tar.gz: 0e20c5e9848dc79bd9311cc26c5cc7e1155537d0784254452f374a0b4f582ae7
3
+ metadata.gz: bca72dbf2bc898395d54eb0df6c34a5db41fc38ecc106eecac08d0ef7d42ade4
4
+ data.tar.gz: bb5b81f8e7432c42db84d430cfb12db3655a6638a8ece572043da51eba8642b4
5
5
  SHA512:
6
- metadata.gz: 7b83cd6d3f93021538a0d02e7b11561110a98c2248f8cd4dc63f9367e17a6cd52df956eede9c8d46d8d1bd560283dd7b390ffaf2fbe95720a9431a7e13c00eb5
7
- data.tar.gz: 626ba9c000770719143d68258f42cfaf431f0471aa8ceb87a169f4a39c7029d83694176fdc0a35bd83223e98e2909af587c891167af1dafdcdad49a2be624f1e
6
+ metadata.gz: a7f647519d4602e1898d03234816b5885bde16355097c85ad31aa68a4f5adda45f5e139f026f6b3caa342f32cd831a447a1a8fda570addbd37326ab39c218133
7
+ data.tar.gz: 75b9bf702e2261e4e59e26f34e87a8d653e8eebe7121d3cea8a8e238cb50a37913051aa0a226af470b03a5d2304d1e64a43d27059e64c0f55e0b15654938a350
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fuse_client (1.0.31)
4
+ fuse_client (1.0.33)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -16,8 +16,8 @@ GEM
16
16
  ffi (1.15.5)
17
17
  jaro_winkler (1.5.4)
18
18
  method_source (1.0.0)
19
- parallel (1.22.1)
20
- parser (3.2.2.0)
19
+ parallel (1.23.0)
20
+ parser (3.2.2.1)
21
21
  ast (~> 2.4.1)
22
22
  pry (0.14.2)
23
23
  coderay (~> 1.1)
@@ -33,9 +33,9 @@ GEM
33
33
  rspec-core (~> 3.12.0)
34
34
  rspec-expectations (~> 3.12.0)
35
35
  rspec-mocks (~> 3.12.0)
36
- rspec-core (3.12.1)
36
+ rspec-core (3.12.2)
37
37
  rspec-support (~> 3.12.0)
38
- rspec-expectations (3.12.2)
38
+ rspec-expectations (3.12.3)
39
39
  diff-lcs (>= 1.2.0, < 2.0)
40
40
  rspec-support (~> 3.12.0)
41
41
  rspec-mocks (3.12.5)
@@ -51,13 +51,12 @@ GEM
51
51
  ruby-progressbar (~> 1.7)
52
52
  unicode-display_width (>= 1.4.0, < 1.6)
53
53
  ruby-progressbar (1.13.0)
54
- stringio (3.0.5)
54
+ stringio (3.0.6)
55
55
  typhoeus (1.4.0)
56
56
  ethon (>= 0.9.0)
57
57
  unicode-display_width (1.5.0)
58
58
 
59
59
  PLATFORMS
60
- arm64-darwin-21
61
60
  x86_64-darwin-21
62
61
 
63
62
  DEPENDENCIES
@@ -68,4 +67,4 @@ DEPENDENCIES
68
67
  rubocop (~> 0.66.0)
69
68
 
70
69
  BUNDLED WITH
71
- 2.4.10
70
+ 2.4.12
data/README.md CHANGED
@@ -39,6 +39,9 @@ class FuseService
39
39
  opts = {
40
40
  create_session_request: FuseClient::CreateSessionRequest.new(
41
41
  supported_financial_institution_aggregators: %w[plaid teller mx],
42
+ entity: {
43
+ id: 'my entity id'
44
+ },
42
45
  products: ['account_details']
43
46
  )
44
47
  }
@@ -79,4 +82,4 @@ class FuseService
79
82
  end
80
83
 
81
84
  end
82
- ```
85
+ ```
@@ -0,0 +1,22 @@
1
+ # FuseClient::AddSpendPowerTransactionRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | Id of the transaction | |
8
+ | **status** | **String** | The status of the transaction. This will be either pending, posted or cancelled. | |
9
+ | **amount** | **String** | The amount of the transaction, in cents. Use positive numbers to represent money going out and negative numbers to represent money coming in. | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'fuse_client'
15
+
16
+ instance = FuseClient::AddSpendPowerTransactionRequest.new(
17
+ id: null,
18
+ status: null,
19
+ amount: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,20 @@
1
+ # FuseClient::AddSpendPowerTransactionResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **message** | **String** | Response message | |
8
+ | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'fuse_client'
14
+
15
+ instance = FuseClient::AddSpendPowerTransactionResponse.new(
16
+ message: null,
17
+ request_id: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,26 @@
1
+ # FuseClient::AssetReport
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **asset_report_id** | **String** | A unique ID identifying an Asset Report. | [optional] |
8
+ | **asset_report_token** | **String** | A token that can be provided to endpoints such as /asset_report/get or /asset_report/pdf/get to fetch or update an Asset Report. | [optional] |
9
+ | **date_generated** | **String** | The date and time when the Asset Report was created, in ISO 8601 format | [optional] |
10
+ | **days_requested** | **Integer** | The duration of transaction history you requested | [optional] |
11
+ | **accounts** | [**Array&lt;AssetReportAccountsInner&gt;**](AssetReportAccountsInner.md) | An array of Asset Reports, one for each account in the Asset Report. | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'fuse_client'
17
+
18
+ instance = FuseClient::AssetReport.new(
19
+ asset_report_id: null,
20
+ asset_report_token: null,
21
+ date_generated: null,
22
+ days_requested: null,
23
+ accounts: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,24 @@
1
+ # FuseClient::AssetReportAccountsInner
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **remote_id** | **String** | The remote account ID of the account. | [optional] |
8
+ | **balance** | [**AssetReportAccountsInnerBalance**](AssetReportAccountsInnerBalance.md) | | [optional] |
9
+ | **historical_balances** | [**Array&lt;AssetReportAccountsInnerHistoricalBalancesInner&gt;**](AssetReportAccountsInnerHistoricalBalancesInner.md) | An array of historical balances for the account. | [optional] |
10
+ | **transactions** | [**Array&lt;AssetReportTransaction&gt;**](AssetReportTransaction.md) | An array of historical transactions for the account. | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'fuse_client'
16
+
17
+ instance = FuseClient::AssetReportAccountsInner.new(
18
+ remote_id: null,
19
+ balance: null,
20
+ historical_balances: null,
21
+ transactions: null
22
+ )
23
+ ```
24
+
@@ -1,4 +1,4 @@
1
- # FuseClient::GetAssetReportResponseReportAccountsInnerBalances
1
+ # FuseClient::AssetReportAccountsInnerBalance
2
2
 
3
3
  ## Properties
4
4
 
@@ -13,7 +13,7 @@
13
13
  ```ruby
14
14
  require 'fuse_client'
15
15
 
16
- instance = FuseClient::GetAssetReportResponseReportAccountsInnerBalances.new(
16
+ instance = FuseClient::AssetReportAccountsInnerBalance.new(
17
17
  available: null,
18
18
  current: null,
19
19
  iso_currency_code: null
@@ -1,4 +1,4 @@
1
- # FuseClient::GetAssetReportResponseReportAccountsInnerHistoricalBalancesInner
1
+ # FuseClient::AssetReportAccountsInnerHistoricalBalancesInner
2
2
 
3
3
  ## Properties
4
4
 
@@ -13,7 +13,7 @@
13
13
  ```ruby
14
14
  require 'fuse_client'
15
15
 
16
- instance = FuseClient::GetAssetReportResponseReportAccountsInnerHistoricalBalancesInner.new(
16
+ instance = FuseClient::AssetReportAccountsInnerHistoricalBalancesInner.new(
17
17
  date: null,
18
18
  current: null,
19
19
  iso_currency_code: null
@@ -1,10 +1,10 @@
1
- # FuseClient::GetAssetReportResponse
1
+ # FuseClient::AssetReportResponse
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **report** | [**GetAssetReportResponseReport**](GetAssetReportResponseReport.md) | | [optional] |
7
+ | **report** | [**AssetReport**](AssetReport.md) | | [optional] |
8
8
  | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | [optional] |
9
9
 
10
10
  ## Example
@@ -12,7 +12,7 @@
12
12
  ```ruby
13
13
  require 'fuse_client'
14
14
 
15
- instance = FuseClient::GetAssetReportResponse.new(
15
+ instance = FuseClient::AssetReportResponse.new(
16
16
  report: null,
17
17
  request_id: null
18
18
  )
@@ -0,0 +1,36 @@
1
+ # FuseClient::AssetReportTransaction
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **remote_id** | **String** | Remote Id of the transaction, ie Plaid or Teller Id | |
8
+ | **remote_account_id** | **String** | Remote Account Id of the transaction, ie Plaid Account Id | |
9
+ | **amount** | **Float** | Amount in cents associated with the transaction. Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. | |
10
+ | **date** | **String** | Date of the transaction (YYYY-MM-DD) | |
11
+ | **description** | **String** | Description of the transaction | |
12
+ | **category** | **Array&lt;String&gt;** | Categories of the transaction, ie Computers and Electronics. &#39;-&#39; means we could not map the upstream category. | |
13
+ | **merchant** | [**TransactionMerchant**](TransactionMerchant.md) | | |
14
+ | **status** | **String** | The status of the transaction. This will be either posted or pending. | |
15
+ | **iso_currency_code** | **String** | The ISO-4217 currency code of the transaction | [optional] |
16
+ | **remote_data** | **Object** | | |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'fuse_client'
22
+
23
+ instance = FuseClient::AssetReportTransaction.new(
24
+ remote_id: null,
25
+ remote_account_id: null,
26
+ amount: null,
27
+ date: null,
28
+ description: null,
29
+ category: null,
30
+ merchant: null,
31
+ status: null,
32
+ iso_currency_code: null,
33
+ remote_data: null
34
+ )
35
+ ```
36
+
@@ -4,9 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **access_token** | **String** | Access token for the entity to create report for. | |
7
+ | **access_token** | **String** | Access fuse token corresponding to the financial account to be create the Asset Report for. | |
8
8
  | **days_requested** | **Float** | The maximum integer number of days of history to include in the Asset Report | |
9
- | **include_identity** | **Boolean** | Indicates whether to include identity data in the Asset Report | [optional][default to true] |
10
9
 
11
10
  ## Example
12
11
 
@@ -15,8 +14,7 @@ require 'fuse_client'
15
14
 
16
15
  instance = FuseClient::CreateAssetReportRequest.new(
17
16
  access_token: null,
18
- days_requested: null,
19
- include_identity: null
17
+ days_requested: null
20
18
  )
21
19
  ```
22
20
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **asset_report_token** | **String** | A token that can be provided to endpoints such as /asset_report or /asset_report/pdf to fetch an Asset Report. | [optional] |
8
- | **asset_report_id** | **String** | A unique ID identifying an Asset Report. | [optional] |
7
+ | **asset_report_token** | **String** | A token that can be provided to endpoints such as /asset_report to fetch an asset report. | [optional] |
8
+ | **asset_report_id** | **String** | A unique ID identifying an Asset Report. | [optional] |
9
9
  | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | [optional] |
10
10
 
11
11
  ## Example
@@ -6,10 +6,12 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **institution_id** | **String** | An id that is unique for an institution. | |
8
8
  | **entity** | [**Entity**](Entity.md) | | |
9
- | **client_name** | **String** | The name of your application. | |
9
+ | **client_name** | **String** | The name of your application. This is what will be displayed to users. | |
10
10
  | **session_client_secret** | **String** | The session client secret created from the &#39;Create session client secret&#39; endpoint | |
11
+ | **webhook_url** | **String** | This field allows you to set a unique webhook URL for each individual entity. By specifying an entity-specific webhook URL, you can receive and process data events for each entity separately. If this field is left empty, the organization-wide webhook URL set in the sandbox/production environment will be used as the default for all entities. | [optional] |
11
12
  | **mx** | [**CreateLinkTokenRequestMx**](CreateLinkTokenRequestMx.md) | | [optional] |
12
13
  | **plaid** | [**CreateLinkTokenRequestPlaid**](CreateLinkTokenRequestPlaid.md) | | [optional] |
14
+ | **teller** | [**CreateLinkTokenRequestTeller**](CreateLinkTokenRequestTeller.md) | | [optional] |
13
15
 
14
16
  ## Example
15
17
 
@@ -21,8 +23,10 @@ instance = FuseClient::CreateLinkTokenRequest.new(
21
23
  entity: null,
22
24
  client_name: null,
23
25
  session_client_secret: null,
26
+ webhook_url: null,
24
27
  mx: null,
25
- plaid: null
28
+ plaid: null,
29
+ teller: null
26
30
  )
27
31
  ```
28
32
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **config** | **Object** | Follows the same schema as Plaid&#39;s Link Token Create Schema(https://plaid.com/docs/api/tokens/#linktokencreate). &#39;products&#39;, &#39;client_id&#39;, &#39;secret&#39;, &#39;client_user_id&#39;, &#39;client_name&#39;, &#39;webhook&#39;, &#39;institution_data&#39; and &#39;country_codes&#39; (only US supported right now) will be set by Fuse and override any values you set. | [optional] |
7
+ | **config** | **Object** | Follows the same schema as Plaid&#39;s Link Token Create Schema(https://plaid.com/docs/api/tokens/#linktokencreate). &#39;products&#39;, &#39;client_id&#39;, &#39;secret&#39;, &#39;client_user_id&#39;, &#39;client_name&#39;, &#39;webhook&#39;, &#39;institution_data&#39; and &#39;country_codes&#39; (only US and Canada is supported right now) will be set by Fuse and override any values you set. | [optional] |
8
8
 
9
9
  ## Example
10
10
 
@@ -0,0 +1,18 @@
1
+ # FuseClient::CreateLinkTokenRequestTeller
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **config** | [**CreateLinkTokenRequestTellerConfig**](CreateLinkTokenRequestTellerConfig.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'fuse_client'
13
+
14
+ instance = FuseClient::CreateLinkTokenRequestTeller.new(
15
+ config: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # FuseClient::CreateLinkTokenRequestTellerConfig
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **select_account** | **String** | The mode of account selection: - &#39;disabled&#39;: automatically connect all the supported financial accounts associated with this user&#39;s account at the institution (default). - &#39;single&#39;: the user will see a list of supported financial accounts and will need to select one to connect - &#39;multiple&#39;: the user will see a list of supported financial accounts and will need to select one or more to connect | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'fuse_client'
13
+
14
+ instance = FuseClient::CreateLinkTokenRequestTellerConfig.new(
15
+ select_account: null
16
+ )
17
+ ```
18
+
@@ -4,12 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **supported_financial_institution_aggregators** | [**Array&lt;Aggregator&gt;**](Aggregator.md) | | [optional] |
8
- | **products** | [**Array&lt;Product&gt;**](Product.md) | List of products that you would like the institutions to support | [optional] |
7
+ | **supported_financial_institution_aggregators** | [**Array&lt;Aggregator&gt;**](Aggregator.md) | | |
8
+ | **products** | [**Array&lt;Product&gt;**](Product.md) | List of products that you would like the institutions to support | |
9
9
  | **country_codes** | [**Array&lt;CountryCode&gt;**](CountryCode.md) | List of country codes that you would like the institutions to support | [optional] |
10
- | **entity** | [**Entity**](Entity.md) | | [optional] |
10
+ | **entity** | [**Entity**](Entity.md) | | |
11
11
  | **access_token** | **String** | The fuse access token for an existing account integration. This will perform the process to reconnect an existing disconnected account. | [optional] |
12
- | **is_web_view** | **Boolean** | True if the fuse sdk is using a web view. Defaults to true. | [optional] |
12
+ | **is_web_view** | **Boolean** | Set to false for web SDKs (e.g., React), and true for mobile SDKs (e.g., React Native, Flutter, iOS, Android). | [optional] |
13
13
 
14
14
  ## Example
15
15
 
@@ -0,0 +1,20 @@
1
+ # FuseClient::CreateSpendPowerCustomizationResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | The id of the created customization. | |
8
+ | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'fuse_client'
14
+
15
+ instance = FuseClient::CreateSpendPowerCustomizationResponse.new(
16
+ id: null,
17
+ request_id: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,22 @@
1
+ # FuseClient::CreateSpendPowerRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **access_token** | **String** | Access token for authentication | |
8
+ | **remote_account_id** | **String** | The remote account id to create the spend power for. | |
9
+ | **customization_id** | **String** | The spend power customization id. | |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'fuse_client'
15
+
16
+ instance = FuseClient::CreateSpendPowerRequest.new(
17
+ access_token: null,
18
+ remote_account_id: null,
19
+ customization_id: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,20 @@
1
+ # FuseClient::CreateSpendPowerResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | The id of the created spend power | |
8
+ | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'fuse_client'
14
+
15
+ instance = FuseClient::CreateSpendPowerResponse.new(
16
+ id: null,
17
+ request_id: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # FuseClient::DeleteSpendPowerResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **spend_power** | [**SpendPower**](SpendPower.md) | | |
8
+ | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'fuse_client'
14
+
15
+ instance = FuseClient::DeleteSpendPowerResponse.new(
16
+ spend_power: null,
17
+ request_id: null
18
+ )
19
+ ```
20
+
data/docs/Entity.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | Unique identifier for the user or business account. | |
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
8
  | **name** | **String** | Name for the user or business account. | [optional] |
9
9
  | **email** | **String** | Email address associated with the user or business account. | [optional] |
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **public_token** | **String** | The public token created after a user connects with their financial institution | [optional] |
7
+ | **public_token** | **String** | The public token created after a user connects with their financial institution | |
8
8
 
9
9
  ## Example
10
10
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **access_token** | **String** | Token used for querying data on the user | |
8
- | **financial_connection_id** | **String** | The id of the new financial connection. Every webhook will be sent with this id. | |
7
+ | **access_token** | **String** | Token used for querying data on the user, ie account details, balances etc. This does NOT expire and should be stored securely. | |
8
+ | **financial_connection_id** | **String** | The id of the new financial connection. Every webhook will be sent with this id. Use this id when calling the GET /financial_connection/${financial_connection_id} endpoint. | |
9
9
  | **request_id** | **String** | An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues. | |
10
10
 
11
11
  ## Example
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **remote_account_id** | **String** | Remote Account Id of the transaction, ie Plaid Account Id | |
8
- | **available** | **Float** | Amount in cents after factoring in pending balances | [optional] |
8
+ | **available** | **Float** | Amount in cents after factoring in pending balances. For accounts with credit features, the available funds generally equal the credit limit. Some institutions may not provide an available balance calculation. If this is the case, Fuse will return a null value for the available balance. To ensure you have the most accurate information, we recommend obtaining the current balance by using &#39;balance.available || balance.current&#39;. | [optional] |
9
9
  | **current** | **Float** | Amount in cents without factoring in pending balances | [optional] |
10
10
  | **iso_currency_code** | **String** | The ISO-4217 currency code of the balance. | [optional] |
11
11
  | **last_updated_date** | **String** | The last time the account balance was updated, represented as an ISO 8601 timestamp (YYYY-MM-DDTHH:mm:ssZ). This value may not be available for some accounts. | [optional] |
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **available** | **Float** | The amount of funds available to be withdrawn from the account, as determined by the financial institution Available balance may be cached and is not guaranteed to be up-to-date in realtime unless the value was returned by /financial_connections/balances. | [optional] |
7
+ | **available** | **Float** | The amount of funds available to be withdrawn from the account, as determined by the financial institution Available balance may be cached and is not guaranteed to be up-to-date in realtime unless the value was returned by /financial_connections/balances. For accounts with credit features, the available funds generally equal the credit limit. Some institutions may not provide an available balance calculation. If this is the case, Fuse will return a null value for the available balance. To ensure you have the most accurate information, we recommend obtaining the current balance by using &#39;balance.available || balance.current&#39;. | [optional] |
8
8
  | **current** | **Float** | Amount without factoring in pending balances | [optional] |
9
9
  | **iso_currency_code** | **String** | The ISO-4217 currency code of the balance. | [optional] |
10
10
  | **last_updated_date** | **String** | The date of the last update to the balance. | [optional] |
@@ -9,10 +9,10 @@
9
9
  | **isin** | **String** | The International Securities Identification Number (ISIN) uniquely identifies the security. | [optional] |
10
10
  | **sedol** | **String** | The Stock Exchange Daily Official List (SEDOL) code uniquely identifies the security, primarily used in the United Kingdom and Ireland. | [optional] |
11
11
  | **cusip** | **String** | The Committee on Uniform Securities Identification Procedures (CUSIP) number uniquely identifies the security, primarily used in the United States and Canada. | [optional] |
12
- | **close_price** | **Float** | The closing price of the security at the end of the most recent trading day. | |
12
+ | **close_price** | **Float** | The closing price of the security at the end of the most recent trading day. | [optional] |
13
13
  | **currency** | [**Currency**](Currency.md) | | |
14
14
  | **name** | **String** | A descriptive name for the security, suitable for display. | [optional] |
15
- | **type** | **String** | The type of security (e.g., equity, mutual fund) | [optional] |
15
+ | **type** | [**FinancialConnectionsInvestmentSecurityType**](FinancialConnectionsInvestmentSecurityType.md) | | [optional] |
16
16
  | **exchange** | [**FinancialConnectionsInvestmentSecurityExchange**](FinancialConnectionsInvestmentSecurityExchange.md) | | [optional] |
17
17
 
18
18
  ## Example
@@ -0,0 +1,15 @@
1
+ # FuseClient::FinancialConnectionsInvestmentSecurityType
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'fuse_client'
12
+
13
+ instance = FuseClient::FinancialConnectionsInvestmentSecurityType.new()
14
+ ```
15
+
@@ -10,6 +10,7 @@
10
10
  | **amount** | **Float** | The amount of the investment transaction | |
11
11
  | **description** | **String** | A description of the investment transaction | |
12
12
  | **fees** | **Float** | The fees associated with the investment transaction | |
13
+ | **currency** | [**Currency**](Currency.md) | | |
13
14
  | **date** | **Time** | The date and time of the investment transaction | |
14
15
  | **type** | **String** | The type of the investment transaction (e.g., &#39;buy&#39;, &#39;sell&#39;, &#39;dividend&#39;) | |
15
16
  | **quantity** | **Float** | The number of units of the security involved in this transaction | |
@@ -28,6 +29,7 @@ instance = FuseClient::FinancialConnectionsInvestmentTransaction.new(
28
29
  amount: null,
29
30
  description: null,
30
31
  fees: null,
32
+ currency: null,
31
33
  date: null,
32
34
  type: null,
33
35
  quantity: null,