snaptrade 1.17.10 → 2.0.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (462) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -0
  3. data/Gemfile.lock +31 -28
  4. data/README.md +1995 -208
  5. data/lib/snaptrade/api/account_information_api.rb +535 -71
  6. data/lib/snaptrade/api/api_status_api.rb +6 -3
  7. data/lib/snaptrade/api/authentication_api.rb +180 -140
  8. data/lib/snaptrade/api/connections_api.rb +401 -41
  9. data/lib/snaptrade/api/options_api.rb +82 -39
  10. data/lib/snaptrade/api/reference_data_api.rb +181 -101
  11. data/lib/snaptrade/api/trading_api.rb +200 -228
  12. data/lib/snaptrade/api/transactions_and_reporting_api.rb +48 -33
  13. data/lib/snaptrade/api_client.rb +24 -14
  14. data/lib/snaptrade/api_error.rb +0 -1
  15. data/lib/snaptrade/configuration.rb +11 -29
  16. data/lib/snaptrade/models/account.rb +84 -29
  17. data/lib/snaptrade/models/account_balance.rb +1 -2
  18. data/lib/snaptrade/models/account_balance_total.rb +3 -9
  19. data/lib/snaptrade/models/account_holdings.rb +0 -1
  20. data/lib/snaptrade/models/account_holdings_account.rb +19 -4
  21. data/lib/snaptrade/models/account_order_record.rb +52 -33
  22. data/lib/snaptrade/models/{brokerage_symbol_option_symbol.rb → account_order_record_option_symbol.rb} +15 -27
  23. data/lib/snaptrade/models/account_order_record_status.rb +0 -1
  24. data/lib/snaptrade/models/{brokerage_symbol_symbol.rb → account_order_record_universal_symbol.rb} +33 -7
  25. data/lib/snaptrade/models/account_simple.rb +4 -2
  26. data/lib/snaptrade/models/account_sync_status.rb +14 -6
  27. data/lib/snaptrade/models/account_universal_activity.rb +371 -0
  28. data/lib/snaptrade/models/account_universal_activity_currency.rb +245 -0
  29. data/lib/snaptrade/models/{target_asset.rb → account_universal_activity_option_symbol.rb} +83 -59
  30. data/lib/snaptrade/models/{universal_symbol_ticker.rb → account_universal_activity_symbol.rb} +37 -16
  31. data/lib/snaptrade/models/{trade_action.rb → action_strict.rb} +3 -4
  32. data/lib/snaptrade/models/{trade_execution_status_action.rb → action_strict_with_options.rb} +8 -5
  33. data/lib/snaptrade/models/auth_type.rb +0 -1
  34. data/lib/snaptrade/models/authentication_login_snap_trade_user200_response.rb +0 -1
  35. data/lib/snaptrade/models/balance.rb +19 -8
  36. data/lib/snaptrade/models/{model_portfolio.rb → balance_currency.rb} +27 -19
  37. data/lib/snaptrade/models/brokerage.rb +57 -50
  38. data/lib/snaptrade/models/brokerage_authorization.rb +24 -21
  39. data/lib/snaptrade/models/{model_asset_class.rb → brokerage_authorization_disabled_confirmation.rb} +12 -20
  40. data/lib/snaptrade/models/{jwt.rb → brokerage_authorization_refresh_confirmation.rb} +12 -12
  41. data/lib/snaptrade/models/brokerage_authorization_type_read_only.rb +1 -2
  42. data/lib/snaptrade/models/brokerage_authorization_type_read_only_brokerage.rb +2 -3
  43. data/lib/snaptrade/models/brokerage_type.rb +1 -2
  44. data/lib/snaptrade/models/connection_portal_version.rb +3 -3
  45. data/lib/snaptrade/models/connection_type.rb +0 -1
  46. data/lib/snaptrade/models/connections_session_events200_response_inner.rb +1 -2
  47. data/lib/snaptrade/models/currency.rb +4 -2
  48. data/lib/snaptrade/models/delete_user_response.rb +13 -5
  49. data/lib/snaptrade/models/dividend_at_date.rb +0 -1
  50. data/lib/snaptrade/models/encrypted_response.rb +0 -1
  51. data/lib/snaptrade/models/encrypted_response_encrypted_message_data.rb +0 -1
  52. data/lib/snaptrade/models/exchange.rb +9 -2
  53. data/lib/snaptrade/models/exchange_rate_pairs.rb +0 -1
  54. data/lib/snaptrade/models/figi_instrument.rb +230 -0
  55. data/lib/snaptrade/models/holdings_status.rb +229 -0
  56. data/lib/snaptrade/models/login_redirect_uri.rb +3 -3
  57. data/lib/snaptrade/models/manual_trade.rb +10 -6
  58. data/lib/snaptrade/models/manual_trade_and_impact.rb +2 -3
  59. data/lib/snaptrade/models/manual_trade_balance.rb +3 -4
  60. data/lib/snaptrade/models/manual_trade_form.rb +56 -28
  61. data/lib/snaptrade/models/{model_asset_class_target.rb → manual_trade_form_notional_value.rb} +12 -15
  62. data/lib/snaptrade/models/{trade.rb → manual_trade_form_with_options.rb} +126 -43
  63. data/lib/snaptrade/models/{snap_trade_api_disclaimer_accept_status.rb → manual_trade_form_with_options_stop_loss.rb} +24 -18
  64. data/lib/snaptrade/models/manual_trade_form_with_options_take_profit.rb +223 -0
  65. data/lib/snaptrade/models/{trade_impact.rb → manual_trade_impact.rb} +20 -17
  66. data/lib/snaptrade/models/manual_trade_symbol.rb +19 -15
  67. data/lib/snaptrade/models/model400_failed_request_response.rb +0 -1
  68. data/lib/snaptrade/models/model401_failed_request_response.rb +0 -1
  69. data/lib/snaptrade/models/model402_brokerage_auth_already_disabled_exception.rb +228 -0
  70. data/lib/snaptrade/models/{amount.rb → model402_brokerage_auth_disabled_response.rb} +19 -18
  71. data/lib/snaptrade/models/model403_failed_request_response.rb +0 -1
  72. data/lib/snaptrade/models/model403_feature_not_enabled_response.rb +228 -0
  73. data/lib/snaptrade/models/model404_failed_request_response.rb +0 -1
  74. data/lib/snaptrade/models/{calculated_trade.rb → model425_failed_request_response.rb} +19 -20
  75. data/lib/snaptrade/models/model500_unexpected_exception_response.rb +0 -1
  76. data/lib/snaptrade/models/monthly_dividends.rb +1 -2
  77. data/lib/snaptrade/models/net_contributions.rb +1 -2
  78. data/lib/snaptrade/models/net_dividend.rb +0 -1
  79. data/lib/snaptrade/models/notional_value.rb +103 -0
  80. data/lib/snaptrade/models/{options_holdings.rb → option_brokerage_symbol.rb} +19 -50
  81. data/lib/snaptrade/models/option_chain_inner.rb +0 -1
  82. data/lib/snaptrade/models/option_chain_inner_chain_per_root_inner.rb +0 -1
  83. data/lib/snaptrade/models/option_chain_inner_chain_per_root_inner_chain_per_strike_price_inner.rb +0 -1
  84. data/lib/snaptrade/models/option_leg.rb +0 -1
  85. data/lib/snaptrade/models/option_leg_action.rb +0 -1
  86. data/lib/snaptrade/models/option_strategy.rb +0 -1
  87. data/lib/snaptrade/models/option_strategy_legs_inner.rb +0 -1
  88. data/lib/snaptrade/models/option_type.rb +0 -1
  89. data/lib/snaptrade/models/options_get_option_strategy_request.rb +0 -1
  90. data/lib/snaptrade/models/options_place_option_strategy_request.rb +4 -3
  91. data/lib/snaptrade/models/options_position.rb +20 -20
  92. data/lib/snaptrade/models/options_position_currency.rb +4 -1
  93. data/lib/snaptrade/models/options_symbol.rb +12 -25
  94. data/lib/snaptrade/models/{model_type.rb → order_class.rb} +6 -8
  95. data/lib/snaptrade/models/{order_type.rb → order_type_strict.rb} +5 -6
  96. data/lib/snaptrade/models/paginated_universal_activity.rb +228 -0
  97. data/lib/snaptrade/models/pagination_details.rb +228 -0
  98. data/lib/snaptrade/models/partner_data.rb +49 -50
  99. data/lib/snaptrade/models/past_value.rb +1 -2
  100. data/lib/snaptrade/models/performance_custom.rb +0 -1
  101. data/lib/snaptrade/models/position.rb +21 -20
  102. data/lib/snaptrade/models/position_symbol.rb +16 -12
  103. data/lib/snaptrade/models/{portfolio_group_position.rb → rate_of_return_object.rb} +26 -26
  104. data/lib/snaptrade/models/{brokerage_authorization_type.rb → rate_of_return_response.rb} +14 -11
  105. data/lib/snaptrade/models/{strategy_order_place.rb → recent_orders_response.rb} +7 -16
  106. data/lib/snaptrade/models/security_type.rb +5 -2
  107. data/lib/snaptrade/models/session_event.rb +1 -2
  108. data/lib/snaptrade/models/session_event_type.rb +11 -4
  109. data/lib/snaptrade/models/snap_trade_holdings_account.rb +0 -1
  110. data/lib/snaptrade/models/snap_trade_holdings_total_value.rb +3 -2
  111. data/lib/snaptrade/models/snap_trade_login_user_request_body.rb +10 -5
  112. data/lib/snaptrade/models/snap_trade_register_user_request_body.rb +1 -2
  113. data/lib/snaptrade/models/status.rb +0 -1
  114. data/lib/snaptrade/models/stop_loss.rb +227 -0
  115. data/lib/snaptrade/models/strategy_order_record.rb +5 -3
  116. data/lib/snaptrade/models/strategy_order_record_status.rb +0 -1
  117. data/lib/snaptrade/models/strategy_quotes.rb +0 -1
  118. data/lib/snaptrade/models/strategy_quotes_greek.rb +0 -1
  119. data/lib/snaptrade/models/strategy_type.rb +0 -1
  120. data/lib/snaptrade/models/sub_period_return_rate.rb +2 -3
  121. data/lib/snaptrade/models/symbol.rb +39 -14
  122. data/lib/snaptrade/models/{portfolio_group.rb → symbol_currency.rb} +24 -5
  123. data/lib/snaptrade/models/symbol_exchange.rb +296 -0
  124. data/lib/snaptrade/models/{model_portfolio_security.rb → symbol_figi_instrument.rb} +27 -41
  125. data/lib/snaptrade/models/symbol_query.rb +1 -2
  126. data/lib/snaptrade/models/symbols_quotes_inner.rb +15 -11
  127. data/lib/snaptrade/models/{excluded_asset.rb → take_profit.rb} +11 -12
  128. data/lib/snaptrade/models/{time_in_force.rb → time_in_force_strict.rb} +5 -6
  129. data/lib/snaptrade/models/{brokerage_authorization_type_type.rb → timeframe.rb} +9 -7
  130. data/lib/snaptrade/models/trading_cancel_user_account_order_request.rb +1 -1
  131. data/lib/snaptrade/models/transactions_status.rb +19 -8
  132. data/lib/snaptrade/models/type.rb +3 -4
  133. data/lib/snaptrade/models/underlying_symbol.rb +40 -6
  134. data/lib/snaptrade/models/{snap_trade_holdings_account_account_id.rb → underlying_symbol_exchange.rb} +55 -54
  135. data/lib/snaptrade/models/{brokerage_symbol.rb → underlying_symbol_type.rb} +28 -39
  136. data/lib/snaptrade/models/universal_activity.rb +91 -82
  137. data/lib/snaptrade/models/universal_symbol.rb +30 -5
  138. data/lib/snaptrade/models/us_exchange.rb +0 -1
  139. data/lib/snaptrade/models/user_i_dand_secret.rb +2 -4
  140. data/lib/snaptrade/models/validated_trade_body.rb +218 -0
  141. data/lib/snaptrade/version.rb +1 -2
  142. data/lib/snaptrade.rb +90 -66
  143. data/snaptrade.gemspec +0 -1
  144. data/spec/api/account_information_api_spec.rb +66 -13
  145. data/spec/api/api_status_api_spec.rb +0 -1
  146. data/spec/api/authentication_api_spec.rb +20 -20
  147. data/spec/api/connections_api_spec.rb +54 -9
  148. data/spec/api/options_api_spec.rb +11 -7
  149. data/spec/api/reference_data_api_spec.rb +24 -16
  150. data/spec/api/trading_api_spec.rb +17 -25
  151. data/spec/api/transactions_and_reporting_api_spec.rb +7 -8
  152. data/spec/api_client_spec.rb +0 -1
  153. data/spec/configuration_spec.rb +0 -1
  154. data/spec/models/account_balance_spec.rb +0 -1
  155. data/spec/models/account_balance_total_spec.rb +0 -1
  156. data/spec/models/account_holdings_account_spec.rb +6 -1
  157. data/spec/models/account_holdings_spec.rb +0 -1
  158. data/spec/models/{strategy_impact_legs_inner_spec.rb → account_order_record_option_symbol_spec.rb} +13 -14
  159. data/spec/models/account_order_record_spec.rb +12 -7
  160. data/spec/models/account_order_record_status_spec.rb +0 -1
  161. data/spec/models/{brokerage_symbol_symbol_spec.rb → account_order_record_universal_symbol_spec.rb} +18 -7
  162. data/spec/models/account_simple_spec.rb +0 -1
  163. data/spec/models/account_spec.rb +14 -9
  164. data/spec/models/account_sync_status_spec.rb +6 -1
  165. data/spec/models/account_universal_activity_currency_spec.rb +41 -0
  166. data/spec/models/{brokerage_symbol_option_symbol_spec.rb → account_universal_activity_option_symbol_spec.rb} +6 -19
  167. data/spec/models/{portfolio_group_info_spec.rb → account_universal_activity_spec.rb} +47 -18
  168. data/spec/models/{universal_symbol_ticker_spec.rb → account_universal_activity_symbol_spec.rb} +13 -8
  169. data/spec/models/action_strict_spec.rb +23 -0
  170. data/spec/models/action_strict_with_options_spec.rb +23 -0
  171. data/spec/models/auth_type_spec.rb +0 -1
  172. data/spec/models/authentication_login_snap_trade_user200_response_spec.rb +0 -1
  173. data/spec/models/{model_portfolio_spec.rb → balance_currency_spec.rb} +8 -9
  174. data/spec/models/balance_spec.rb +6 -1
  175. data/spec/models/brokerage_authorization_disabled_confirmation_spec.rb +29 -0
  176. data/spec/models/{brokerage_authorization_type_spec.rb → brokerage_authorization_refresh_confirmation_spec.rb} +7 -8
  177. data/spec/models/brokerage_authorization_spec.rb +6 -7
  178. data/spec/models/brokerage_authorization_type_read_only_brokerage_spec.rb +0 -1
  179. data/spec/models/brokerage_authorization_type_read_only_spec.rb +0 -1
  180. data/spec/models/brokerage_spec.rb +12 -19
  181. data/spec/models/brokerage_type_spec.rb +0 -1
  182. data/spec/models/connection_portal_version_spec.rb +0 -1
  183. data/spec/models/connection_type_spec.rb +0 -1
  184. data/spec/models/connections_session_events200_response_inner_spec.rb +0 -1
  185. data/spec/models/currency_spec.rb +0 -1
  186. data/spec/models/delete_user_response_spec.rb +6 -1
  187. data/spec/models/dividend_at_date_spec.rb +0 -1
  188. data/spec/models/encrypted_response_encrypted_message_data_spec.rb +0 -1
  189. data/spec/models/encrypted_response_spec.rb +0 -1
  190. data/spec/models/exchange_rate_pairs_spec.rb +0 -1
  191. data/spec/models/exchange_spec.rb +0 -1
  192. data/spec/models/{portfolio_group_spec.rb → figi_instrument_spec.rb} +8 -9
  193. data/spec/models/{calculated_trade_spec.rb → holdings_status_spec.rb} +8 -9
  194. data/spec/models/login_redirect_uri_spec.rb +0 -1
  195. data/spec/models/manual_trade_and_impact_spec.rb +0 -1
  196. data/spec/models/manual_trade_balance_spec.rb +0 -1
  197. data/spec/models/manual_trade_form_notional_value_spec.rb +23 -0
  198. data/spec/models/manual_trade_form_spec.rb +6 -7
  199. data/spec/models/{strategy_impact_spec.rb → manual_trade_form_with_options_spec.rb} +29 -18
  200. data/spec/models/{snap_trade_api_disclaimer_accept_status_spec.rb → manual_trade_form_with_options_stop_loss_spec.rb} +8 -9
  201. data/spec/models/manual_trade_form_with_options_take_profit_spec.rb +29 -0
  202. data/spec/models/{trade_impact_spec.rb → manual_trade_impact_spec.rb} +7 -8
  203. data/spec/models/manual_trade_spec.rb +0 -1
  204. data/spec/models/manual_trade_symbol_spec.rb +6 -7
  205. data/spec/models/model400_failed_request_response_spec.rb +0 -1
  206. data/spec/models/model401_failed_request_response_spec.rb +0 -1
  207. data/spec/models/model402_brokerage_auth_already_disabled_exception_spec.rb +35 -0
  208. data/spec/models/model402_brokerage_auth_disabled_response_spec.rb +35 -0
  209. data/spec/models/model403_failed_request_response_spec.rb +0 -1
  210. data/spec/models/{model_asset_class_details_spec.rb → model403_feature_not_enabled_response_spec.rb} +8 -9
  211. data/spec/models/model404_failed_request_response_spec.rb +0 -1
  212. data/spec/models/model425_failed_request_response_spec.rb +35 -0
  213. data/spec/models/model500_unexpected_exception_response_spec.rb +0 -1
  214. data/spec/models/monthly_dividends_spec.rb +0 -1
  215. data/spec/models/net_contributions_spec.rb +0 -1
  216. data/spec/models/net_dividend_spec.rb +0 -1
  217. data/spec/models/notional_value_spec.rb +26 -0
  218. data/spec/models/{model_portfolio_details_spec.rb → option_brokerage_symbol_spec.rb} +9 -10
  219. data/spec/models/option_chain_inner_chain_per_root_inner_chain_per_strike_price_inner_spec.rb +0 -1
  220. data/spec/models/option_chain_inner_chain_per_root_inner_spec.rb +0 -1
  221. data/spec/models/option_chain_inner_spec.rb +0 -1
  222. data/spec/models/option_leg_action_spec.rb +0 -1
  223. data/spec/models/option_leg_spec.rb +0 -1
  224. data/spec/models/option_strategy_legs_inner_spec.rb +0 -1
  225. data/spec/models/option_strategy_spec.rb +0 -1
  226. data/spec/models/option_type_spec.rb +0 -1
  227. data/spec/models/options_get_option_strategy_request_spec.rb +0 -1
  228. data/spec/models/options_place_option_strategy_request_spec.rb +0 -1
  229. data/spec/models/options_position_currency_spec.rb +0 -1
  230. data/spec/models/options_position_spec.rb +2 -3
  231. data/spec/models/options_symbol_spec.rb +0 -13
  232. data/spec/models/order_class_spec.rb +23 -0
  233. data/spec/models/order_type_strict_spec.rb +23 -0
  234. data/spec/models/{model_portfolio_asset_class_spec.rb → paginated_universal_activity_spec.rb} +8 -9
  235. data/spec/models/{model_asset_class_spec.rb → pagination_details_spec.rb} +8 -9
  236. data/spec/models/partner_data_spec.rb +12 -13
  237. data/spec/models/past_value_spec.rb +0 -1
  238. data/spec/models/performance_custom_spec.rb +0 -1
  239. data/spec/models/position_spec.rb +2 -3
  240. data/spec/models/position_symbol_spec.rb +3 -4
  241. data/spec/models/{portfolio_group_position_spec.rb → rate_of_return_object_spec.rb} +9 -10
  242. data/spec/models/rate_of_return_response_spec.rb +29 -0
  243. data/spec/models/recent_orders_response_spec.rb +29 -0
  244. data/spec/models/security_type_spec.rb +0 -1
  245. data/spec/models/session_event_spec.rb +0 -1
  246. data/spec/models/session_event_type_spec.rb +0 -1
  247. data/spec/models/snap_trade_holdings_account_spec.rb +0 -1
  248. data/spec/models/snap_trade_holdings_total_value_spec.rb +0 -1
  249. data/spec/models/snap_trade_login_user_request_body_spec.rb +0 -1
  250. data/spec/models/snap_trade_register_user_request_body_spec.rb +0 -1
  251. data/spec/models/status_spec.rb +0 -1
  252. data/spec/models/{amount_spec.rb → stop_loss_spec.rb} +8 -9
  253. data/spec/models/strategy_order_record_spec.rb +0 -1
  254. data/spec/models/strategy_order_record_status_spec.rb +0 -1
  255. data/spec/models/strategy_quotes_greek_spec.rb +0 -1
  256. data/spec/models/strategy_quotes_spec.rb +0 -1
  257. data/spec/models/strategy_type_spec.rb +0 -1
  258. data/spec/models/sub_period_return_rate_spec.rb +0 -1
  259. data/spec/models/symbol_currency_spec.rb +41 -0
  260. data/spec/models/{trade_spec.rb → symbol_exchange_spec.rb} +13 -14
  261. data/spec/models/symbol_figi_instrument_spec.rb +35 -0
  262. data/spec/models/symbol_query_spec.rb +0 -1
  263. data/spec/models/symbol_spec.rb +13 -2
  264. data/spec/models/symbols_quotes_inner_spec.rb +3 -4
  265. data/spec/models/{jwt_spec.rb → take_profit_spec.rb} +7 -8
  266. data/spec/models/time_in_force_strict_spec.rb +23 -0
  267. data/spec/models/timeframe_spec.rb +23 -0
  268. data/spec/models/trading_cancel_user_account_order_request_spec.rb +0 -1
  269. data/spec/models/transactions_status_spec.rb +6 -1
  270. data/spec/models/type_spec.rb +0 -1
  271. data/spec/models/{snap_trade_holdings_account_account_id_spec.rb → underlying_symbol_exchange_spec.rb} +13 -14
  272. data/spec/models/underlying_symbol_spec.rb +18 -1
  273. data/spec/models/{cash_restriction_spec.rb → underlying_symbol_type_spec.rb} +9 -16
  274. data/spec/models/universal_activity_spec.rb +15 -16
  275. data/spec/models/universal_symbol_spec.rb +12 -1
  276. data/spec/models/us_exchange_spec.rb +0 -1
  277. data/spec/models/user_i_dand_secret_spec.rb +0 -1
  278. data/spec/models/{excluded_asset_spec.rb → validated_trade_body_spec.rb} +7 -8
  279. data/spec/spec_helper.rb +0 -1
  280. metadata +203 -360
  281. data/docs/APIStatusApi.md +0 -57
  282. data/docs/Account.md +0 -38
  283. data/docs/AccountBalance.md +0 -18
  284. data/docs/AccountBalanceTotal.md +0 -20
  285. data/docs/AccountHoldings.md +0 -24
  286. data/docs/AccountHoldingsAccount.md +0 -26
  287. data/docs/AccountInformationApi.md +0 -544
  288. data/docs/AccountOrderRecord.md +0 -52
  289. data/docs/AccountOrderRecordStatus.md +0 -15
  290. data/docs/AccountSimple.md +0 -24
  291. data/docs/AccountSyncStatus.md +0 -18
  292. data/docs/Action.md +0 -15
  293. data/docs/Amount.md +0 -20
  294. data/docs/AuthType.md +0 -15
  295. data/docs/AuthenticationApi.md +0 -320
  296. data/docs/AuthenticationLoginSnapTradeUser200Response.md +0 -49
  297. data/docs/Balance.md +0 -20
  298. data/docs/Brokerage.md +0 -52
  299. data/docs/BrokerageAuthorization.md +0 -34
  300. data/docs/BrokerageAuthorizationType.md +0 -18
  301. data/docs/BrokerageAuthorizationTypeReadOnly.md +0 -24
  302. data/docs/BrokerageAuthorizationTypeReadOnlyBrokerage.md +0 -22
  303. data/docs/BrokerageAuthorizationTypeReadOnlyType.md +0 -15
  304. data/docs/BrokerageAuthorizationTypeType.md +0 -15
  305. data/docs/BrokerageSymbol.md +0 -28
  306. data/docs/BrokerageSymbolOptionSymbol.md +0 -34
  307. data/docs/BrokerageSymbolSymbol.md +0 -32
  308. data/docs/BrokerageType.md +0 -20
  309. data/docs/CalculatedTrade.md +0 -20
  310. data/docs/CashRestriction.md +0 -26
  311. data/docs/ConnectionPortalVersion.md +0 -15
  312. data/docs/ConnectionType.md +0 -15
  313. data/docs/ConnectionsApi.md +0 -265
  314. data/docs/ConnectionsSessionEvents200ResponseInner.md +0 -30
  315. data/docs/Currency.md +0 -22
  316. data/docs/DeleteUserResponse.md +0 -20
  317. data/docs/DividendAtDate.md +0 -22
  318. data/docs/EncryptedResponse.md +0 -20
  319. data/docs/EncryptedResponseEncryptedMessageData.md +0 -22
  320. data/docs/ErrorLogsApi.md +0 -68
  321. data/docs/Exchange.md +0 -32
  322. data/docs/ExchangeRatePairs.md +0 -22
  323. data/docs/ExcludedAsset.md +0 -18
  324. data/docs/JWT.md +0 -18
  325. data/docs/LoginRedirectURI.md +0 -20
  326. data/docs/ManualTrade.md +0 -32
  327. data/docs/ManualTradeAndImpact.md +0 -22
  328. data/docs/ManualTradeBalance.md +0 -22
  329. data/docs/ManualTradeForm.md +0 -34
  330. data/docs/ManualTradeSymbol.md +0 -28
  331. data/docs/Model400FailedRequestResponse.md +0 -20
  332. data/docs/Model401FailedRequestResponse.md +0 -20
  333. data/docs/Model403FailedRequestResponse.md +0 -20
  334. data/docs/Model404FailedRequestResponse.md +0 -20
  335. data/docs/Model500UnexpectedExceptionResponse.md +0 -22
  336. data/docs/ModelAssetClass.md +0 -20
  337. data/docs/ModelAssetClassDetails.md +0 -20
  338. data/docs/ModelAssetClassTarget.md +0 -18
  339. data/docs/ModelPortfolio.md +0 -22
  340. data/docs/ModelPortfolioAssetClass.md +0 -20
  341. data/docs/ModelPortfolioDetails.md +0 -22
  342. data/docs/ModelPortfolioSecurity.md +0 -20
  343. data/docs/ModelType.md +0 -15
  344. data/docs/MonthlyDividends.md +0 -20
  345. data/docs/NetContributions.md +0 -22
  346. data/docs/NetDividend.md +0 -22
  347. data/docs/OptionChainInner.md +0 -26
  348. data/docs/OptionChainInnerChainPerRootInner.md +0 -22
  349. data/docs/OptionChainInnerChainPerRootInnerChainPerStrikePriceInner.md +0 -22
  350. data/docs/OptionLeg.md +0 -22
  351. data/docs/OptionLegAction.md +0 -15
  352. data/docs/OptionStrategy.md +0 -26
  353. data/docs/OptionStrategyLegsInner.md +0 -24
  354. data/docs/OptionType.md +0 -15
  355. data/docs/OptionsApi.md +0 -390
  356. data/docs/OptionsGetOptionStrategyRequest.md +0 -22
  357. data/docs/OptionsHoldings.md +0 -28
  358. data/docs/OptionsPlaceOptionStrategyRequest.md +0 -22
  359. data/docs/OptionsPosition.md +0 -26
  360. data/docs/OptionsPositionCurrency.md +0 -22
  361. data/docs/OptionsSymbol.md +0 -34
  362. data/docs/OrderType.md +0 -15
  363. data/docs/PartnerData.md +0 -40
  364. data/docs/PastValue.md +0 -22
  365. data/docs/PerformanceCustom.md +0 -54
  366. data/docs/PortfolioGroup.md +0 -20
  367. data/docs/PortfolioGroupInfo.md +0 -38
  368. data/docs/PortfolioGroupPosition.md +0 -22
  369. data/docs/PortfolioGroupSettings.md +0 -26
  370. data/docs/Position.md +0 -28
  371. data/docs/PositionSymbol.md +0 -28
  372. data/docs/RedirectTokenandPin.md +0 -20
  373. data/docs/ReferenceDataApi.md +0 -597
  374. data/docs/SecurityType.md +0 -24
  375. data/docs/SessionEvent.md +0 -30
  376. data/docs/SessionEventType.md +0 -15
  377. data/docs/SnapTradeAPIDisclaimerAcceptStatus.md +0 -20
  378. data/docs/SnapTradeHoldingsAccount.md +0 -32
  379. data/docs/SnapTradeHoldingsAccountAccountId.md +0 -34
  380. data/docs/SnapTradeHoldingsTotalValue.md +0 -20
  381. data/docs/SnapTradeLoginUserRequestBody.md +0 -28
  382. data/docs/SnapTradeRegisterUserRequestBody.md +0 -18
  383. data/docs/State.md +0 -15
  384. data/docs/Status.md +0 -22
  385. data/docs/StrategyImpact.md +0 -38
  386. data/docs/StrategyImpactLegsInner.md +0 -30
  387. data/docs/StrategyOrderPlace.md +0 -20
  388. data/docs/StrategyOrderPlaceOrdersInner.md +0 -102
  389. data/docs/StrategyOrderPlaceOrdersInnerLegsInner.md +0 -30
  390. data/docs/StrategyOrderRecord.md +0 -38
  391. data/docs/StrategyOrderRecordStatus.md +0 -15
  392. data/docs/StrategyQuotes.md +0 -28
  393. data/docs/StrategyQuotesGreek.md +0 -26
  394. data/docs/StrategyType.md +0 -15
  395. data/docs/SubPeriodReturnRate.md +0 -22
  396. data/docs/Symbol.md +0 -30
  397. data/docs/SymbolQuery.md +0 -18
  398. data/docs/SymbolsQuotesInner.md +0 -28
  399. data/docs/TargetAsset.md +0 -28
  400. data/docs/TimeInForce.md +0 -15
  401. data/docs/Trade.md +0 -32
  402. data/docs/TradeAction.md +0 -15
  403. data/docs/TradeExecutionStatus.md +0 -34
  404. data/docs/TradeExecutionStatusAction.md +0 -15
  405. data/docs/TradeImpact.md +0 -26
  406. data/docs/TradingApi.md +0 -486
  407. data/docs/TradingCancelUserAccountOrderRequest.md +0 -18
  408. data/docs/TradingPlaceOCOOrderRequest.md +0 -20
  409. data/docs/TransactionsAndReportingApi.md +0 -183
  410. data/docs/TransactionsStatus.md +0 -20
  411. data/docs/Type.md +0 -15
  412. data/docs/USExchange.md +0 -34
  413. data/docs/UnderlyingSymbol.md +0 -30
  414. data/docs/UniversalActivity.md +0 -50
  415. data/docs/UniversalSymbol.md +0 -32
  416. data/docs/UniversalSymbolTicker.md +0 -32
  417. data/docs/UserErrorLog.md +0 -28
  418. data/docs/UserIDandSecret.md +0 -20
  419. data/docs/UserSettings.md +0 -36
  420. data/lib/snaptrade/api/error_logs_api.rb +0 -110
  421. data/lib/snaptrade/models/action.rb +0 -38
  422. data/lib/snaptrade/models/brokerage_authorization_type_read_only_type.rb +0 -38
  423. data/lib/snaptrade/models/cash_restriction.rb +0 -254
  424. data/lib/snaptrade/models/model_asset_class_details.rb +0 -228
  425. data/lib/snaptrade/models/model_portfolio_asset_class.rb +0 -250
  426. data/lib/snaptrade/models/model_portfolio_details.rb +0 -239
  427. data/lib/snaptrade/models/portfolio_group_info.rb +0 -326
  428. data/lib/snaptrade/models/portfolio_group_settings.rb +0 -277
  429. data/lib/snaptrade/models/redirect_tokenand_pin.rb +0 -227
  430. data/lib/snaptrade/models/state.rb +0 -41
  431. data/lib/snaptrade/models/strategy_impact.rb +0 -310
  432. data/lib/snaptrade/models/strategy_impact_legs_inner.rb +0 -271
  433. data/lib/snaptrade/models/strategy_order_place_orders_inner.rb +0 -597
  434. data/lib/snaptrade/models/strategy_order_place_orders_inner_legs_inner.rb +0 -271
  435. data/lib/snaptrade/models/trade_execution_status.rb +0 -296
  436. data/lib/snaptrade/models/trading_place_oco_order_request.rb +0 -230
  437. data/lib/snaptrade/models/user_error_log.rb +0 -263
  438. data/lib/snaptrade/models/user_settings.rb +0 -299
  439. data/spec/api/error_logs_api_spec.rb +0 -43
  440. data/spec/models/action_spec.rb +0 -24
  441. data/spec/models/brokerage_authorization_type_read_only_type_spec.rb +0 -24
  442. data/spec/models/brokerage_authorization_type_type_spec.rb +0 -24
  443. data/spec/models/brokerage_symbol_spec.rb +0 -60
  444. data/spec/models/model_asset_class_target_spec.rb +0 -30
  445. data/spec/models/model_portfolio_security_spec.rb +0 -36
  446. data/spec/models/model_type_spec.rb +0 -24
  447. data/spec/models/options_holdings_spec.rb +0 -60
  448. data/spec/models/order_type_spec.rb +0 -24
  449. data/spec/models/portfolio_group_settings_spec.rb +0 -54
  450. data/spec/models/redirect_tokenand_pin_spec.rb +0 -36
  451. data/spec/models/state_spec.rb +0 -24
  452. data/spec/models/strategy_order_place_orders_inner_legs_inner_spec.rb +0 -66
  453. data/spec/models/strategy_order_place_orders_inner_spec.rb +0 -282
  454. data/spec/models/strategy_order_place_spec.rb +0 -36
  455. data/spec/models/target_asset_spec.rb +0 -60
  456. data/spec/models/time_in_force_spec.rb +0 -24
  457. data/spec/models/trade_action_spec.rb +0 -24
  458. data/spec/models/trade_execution_status_action_spec.rb +0 -24
  459. data/spec/models/trade_execution_status_spec.rb +0 -78
  460. data/spec/models/trading_place_oco_order_request_spec.rb +0 -36
  461. data/spec/models/user_error_log_spec.rb +0 -60
  462. data/spec/models/user_settings_spec.rb +0 -84
@@ -5,21 +5,26 @@
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: api@snaptrade.com
8
-
9
8
  =end
10
9
 
11
10
  require 'date'
12
11
  require 'time'
13
12
 
14
13
  module SnapTrade
15
- # Account Holdings with Account ID
14
+ # A wrapper object containing holdings information for a single account.
16
15
  class AccountHoldingsAccount
17
16
  attr_accessor :account
18
17
 
18
+ # List of balances for the account. Each element of the list has a distinct currency. Some brokerages like Questrade [allows holding multiple currencies in the same account](https://www.questrade.com/learning/questrade-basics/balances-and-reports/understanding-your-account-balances).
19
19
  attr_accessor :balances
20
20
 
21
+ # List of stock/ETF/crypto/mutual fund positions in the account.
21
22
  attr_accessor :positions
22
23
 
24
+ # List of option positions in the account.
25
+ attr_accessor :option_positions
26
+
27
+ # List of recent orders in the account, including both pending and executed orders. Note that option orders are included in this list. Option orders will have a null `universal_symbol` field and a non-null `option_symbol` field.
23
28
  attr_accessor :orders
24
29
 
25
30
  attr_accessor :total_value
@@ -30,6 +35,7 @@ module SnapTrade
30
35
  :'account' => :'account',
31
36
  :'balances' => :'balances',
32
37
  :'positions' => :'positions',
38
+ :'option_positions' => :'option_positions',
33
39
  :'orders' => :'orders',
34
40
  :'total_value' => :'total_value'
35
41
  }
@@ -43,9 +49,10 @@ module SnapTrade
43
49
  # Attribute type mapping.
44
50
  def self.openapi_types
45
51
  {
46
- :'account' => :'SnapTradeHoldingsAccountAccountId',
52
+ :'account' => :'Account',
47
53
  :'balances' => :'Array<Balance>',
48
54
  :'positions' => :'Array<Position>',
55
+ :'option_positions' => :'Array<OptionsPosition>',
49
56
  :'orders' => :'Array<AccountOrderRecord>',
50
57
  :'total_value' => :'SnapTradeHoldingsTotalValue'
51
58
  }
@@ -56,6 +63,7 @@ module SnapTrade
56
63
  Set.new([
57
64
  :'balances',
58
65
  :'positions',
66
+ :'option_positions',
59
67
  :'orders',
60
68
  ])
61
69
  end
@@ -91,6 +99,12 @@ module SnapTrade
91
99
  end
92
100
  end
93
101
 
102
+ if attributes.key?(:'option_positions')
103
+ if (value = attributes[:'option_positions']).is_a?(Array)
104
+ self.option_positions = value
105
+ end
106
+ end
107
+
94
108
  if attributes.key?(:'orders')
95
109
  if (value = attributes[:'orders']).is_a?(Array)
96
110
  self.orders = value
@@ -123,6 +137,7 @@ module SnapTrade
123
137
  account == o.account &&
124
138
  balances == o.balances &&
125
139
  positions == o.positions &&
140
+ option_positions == o.option_positions &&
126
141
  orders == o.orders &&
127
142
  total_value == o.total_value
128
143
  end
@@ -136,7 +151,7 @@ module SnapTrade
136
151
  # Calculates hash code according to all attributes.
137
152
  # @return [Integer] Hash code
138
153
  def hash
139
- [account, balances, positions, orders, total_value].hash
154
+ [account, balances, positions, option_positions, orders, total_value].hash
140
155
  end
141
156
 
142
157
  # Builds the object from hash
@@ -5,68 +5,74 @@
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: api@snaptrade.com
8
-
9
8
  =end
10
9
 
11
10
  require 'date'
12
11
  require 'time'
13
12
 
14
13
  module SnapTrade
15
- # Record of order in brokerageaccount
14
+ # Describes a single recent order in an account. Each record here represents a single order leg. For multi-leg orders, there will be multiple records.
16
15
  class AccountOrderRecord
17
- # Order id returned by brokerage
16
+ # Order ID returned by brokerage. This is the unique identifier for the order in the brokerage system.
18
17
  attr_accessor :brokerage_order_id
19
18
 
19
+ # Indicates the status of an order. SnapTrade does a best effort to map brokerage statuses to statuses in this enum.
20
20
  attr_accessor :status
21
21
 
22
- attr_accessor :symbol
23
-
24
22
  attr_accessor :universal_symbol
25
23
 
26
24
  attr_accessor :option_symbol
27
25
 
26
+ # The action describes the intent or side of a trade. This is usually `BUY` or `SELL` but can include other potential values like the following depending on the specific brokerage. - BUY - SELL - BUY_COVER - SELL_SHORT - BUY_OPEN - BUY_CLOSE - SELL_OPEN - SELL_CLOSE
28
27
  attr_accessor :action
29
28
 
30
- # Trade Units. Cannot work with notional value.
29
+ # The total number of shares or contracts of the order. This should be the sum of the filled, canceled, and open quantities. Can be a decimal number for fractional shares.
31
30
  attr_accessor :total_quantity
32
31
 
33
- # Trade Units
32
+ # The number of shares or contracts that are still open (waiting for execution). Can be a decimal number for fractional shares.
34
33
  attr_accessor :open_quantity
35
34
 
36
- # Trade Units
35
+ # The number of shares or contracts that have been canceled. Can be a decimal number for fractional shares.
37
36
  attr_accessor :canceled_quantity
38
37
 
39
- # Trade Units
38
+ # The number of shares or contracts that have been filled. Can be a decimal number for fractional shares.
40
39
  attr_accessor :filled_quantity
41
40
 
42
- # Trade Price if limit or stop limit order
41
+ # The price at which the order was executed.
43
42
  attr_accessor :execution_price
44
43
 
45
- # Trade Price if limit or stop limit order
44
+ # The limit price is maximum price one is willing to pay for a buy order or the minimum price one is willing to accept for a sell order. Should only apply to `Limit` and `StopLimit` orders.
46
45
  attr_accessor :limit_price
47
46
 
48
- # Stop Price. If stop loss or stop limit order, the price to trigger the stop
47
+ # The stop price is the price at which a stop order is triggered. Should only apply to `Stop` and `StopLimit` orders.
49
48
  attr_accessor :stop_price
50
49
 
50
+ # The type of order placed. The most common values are `Market`, `Limit`, `Stop`, and `StopLimit`. We try our best to map brokerage order types to these values. When mapping fails, we will return the brokerage's order type value.
51
51
  attr_accessor :order_type
52
52
 
53
+ # The Time in Force type for the order. This field indicates how long the order will remain active before it is executed or expires. We try our best to map brokerage time in force values to the following. When mapping fails, we will return the brokerage's time in force value. - `Day` - Day. The order is valid only for the trading day on which it is placed. - `GTC` - Good Til Canceled. The order is valid until it is executed or canceled. - `FOK` - Fill Or Kill. The order must be executed in its entirety immediately or be canceled completely. - `IOC` - Immediate Or Cancel. The order must be executed immediately. Any portion of the order that cannot be filled immediately will be canceled. - `GTD` - Good Til Date. The order is valid until the specified date. - `MOO` - Market On Open. The order is to be executed at the day's opening price. - `EHP` - Extended Hours P.M. The order is to be placed during extended hour trading, after markets close.
53
54
  attr_accessor :time_in_force
54
55
 
55
- # Time
56
+ # The time the order was placed. This is the time the order was submitted to the brokerage.
56
57
  attr_accessor :time_placed
57
58
 
58
- # Time
59
+ # The time the order was last updated in the brokerage system. This value is not always available from the brokerage.
59
60
  attr_accessor :time_updated
60
61
 
61
- # Time
62
+ # The time the order was executed in the brokerage system. This value is not always available from the brokerage.
63
+ attr_accessor :time_executed
64
+
65
+ # The time the order expires. This value is not always available from the brokerage.
62
66
  attr_accessor :expiry_date
63
67
 
68
+ # A unique ID for the security within SnapTrade, scoped to the brokerage account that the security belongs to. This is a legacy field and should not be used. Do not rely on this being a stable ID as it can change.
69
+ attr_accessor :symbol
70
+
64
71
  # Attribute mapping from ruby-style variable name to JSON key.
65
72
  def self.attribute_map
66
73
  {
67
74
  :'brokerage_order_id' => :'brokerage_order_id',
68
75
  :'status' => :'status',
69
- :'symbol' => :'symbol',
70
76
  :'universal_symbol' => :'universal_symbol',
71
77
  :'option_symbol' => :'option_symbol',
72
78
  :'action' => :'action',
@@ -81,7 +87,9 @@ module SnapTrade
81
87
  :'time_in_force' => :'time_in_force',
82
88
  :'time_placed' => :'time_placed',
83
89
  :'time_updated' => :'time_updated',
84
- :'expiry_date' => :'expiry_date'
90
+ :'time_executed' => :'time_executed',
91
+ :'expiry_date' => :'expiry_date',
92
+ :'symbol' => :'symbol'
85
93
  }
86
94
  end
87
95
 
@@ -95,10 +103,9 @@ module SnapTrade
95
103
  {
96
104
  :'brokerage_order_id' => :'String',
97
105
  :'status' => :'AccountOrderRecordStatus',
98
- :'symbol' => :'String',
99
- :'universal_symbol' => :'UniversalSymbol',
100
- :'option_symbol' => :'OptionsSymbol',
101
- :'action' => :'Action',
106
+ :'universal_symbol' => :'AccountOrderRecordUniversalSymbol',
107
+ :'option_symbol' => :'AccountOrderRecordOptionSymbol',
108
+ :'action' => :'String',
102
109
  :'total_quantity' => :'Float',
103
110
  :'open_quantity' => :'Float',
104
111
  :'canceled_quantity' => :'Float',
@@ -106,23 +113,30 @@ module SnapTrade
106
113
  :'execution_price' => :'Float',
107
114
  :'limit_price' => :'Float',
108
115
  :'stop_price' => :'Float',
109
- :'order_type' => :'OrderType',
110
- :'time_in_force' => :'TimeInForce',
111
- :'time_placed' => :'String',
112
- :'time_updated' => :'String',
113
- :'expiry_date' => :'String'
116
+ :'order_type' => :'String',
117
+ :'time_in_force' => :'String',
118
+ :'time_placed' => :'Time',
119
+ :'time_updated' => :'Time',
120
+ :'time_executed' => :'Time',
121
+ :'expiry_date' => :'Time',
122
+ :'symbol' => :'String'
114
123
  }
115
124
  end
116
125
 
117
126
  # List of attributes with nullable: true
118
127
  def self.openapi_nullable
119
128
  Set.new([
129
+ :'total_quantity',
120
130
  :'open_quantity',
121
131
  :'canceled_quantity',
122
132
  :'filled_quantity',
123
133
  :'execution_price',
124
134
  :'limit_price',
125
135
  :'stop_price',
136
+ :'order_type',
137
+ :'time_updated',
138
+ :'time_executed',
139
+ :'expiry_date',
126
140
  ])
127
141
  end
128
142
 
@@ -149,10 +163,6 @@ module SnapTrade
149
163
  self.status = attributes[:'status']
150
164
  end
151
165
 
152
- if attributes.key?(:'symbol')
153
- self.symbol = attributes[:'symbol']
154
- end
155
-
156
166
  if attributes.key?(:'universal_symbol')
157
167
  self.universal_symbol = attributes[:'universal_symbol']
158
168
  end
@@ -209,9 +219,17 @@ module SnapTrade
209
219
  self.time_updated = attributes[:'time_updated']
210
220
  end
211
221
 
222
+ if attributes.key?(:'time_executed')
223
+ self.time_executed = attributes[:'time_executed']
224
+ end
225
+
212
226
  if attributes.key?(:'expiry_date')
213
227
  self.expiry_date = attributes[:'expiry_date']
214
228
  end
229
+
230
+ if attributes.key?(:'symbol')
231
+ self.symbol = attributes[:'symbol']
232
+ end
215
233
  end
216
234
 
217
235
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -234,7 +252,6 @@ module SnapTrade
234
252
  self.class == o.class &&
235
253
  brokerage_order_id == o.brokerage_order_id &&
236
254
  status == o.status &&
237
- symbol == o.symbol &&
238
255
  universal_symbol == o.universal_symbol &&
239
256
  option_symbol == o.option_symbol &&
240
257
  action == o.action &&
@@ -249,7 +266,9 @@ module SnapTrade
249
266
  time_in_force == o.time_in_force &&
250
267
  time_placed == o.time_placed &&
251
268
  time_updated == o.time_updated &&
252
- expiry_date == o.expiry_date
269
+ time_executed == o.time_executed &&
270
+ expiry_date == o.expiry_date &&
271
+ symbol == o.symbol
253
272
  end
254
273
 
255
274
  # @see the `==` method
@@ -261,7 +280,7 @@ module SnapTrade
261
280
  # Calculates hash code according to all attributes.
262
281
  # @return [Integer] Hash code
263
282
  def hash
264
- [brokerage_order_id, status, symbol, universal_symbol, option_symbol, action, total_quantity, open_quantity, canceled_quantity, filled_quantity, execution_price, limit_price, stop_price, order_type, time_in_force, time_placed, time_updated, expiry_date].hash
283
+ [brokerage_order_id, status, universal_symbol, option_symbol, action, total_quantity, open_quantity, canceled_quantity, filled_quantity, execution_price, limit_price, stop_price, order_type, time_in_force, time_placed, time_updated, time_executed, expiry_date, symbol].hash
265
284
  end
266
285
 
267
286
  # Builds the object from hash
@@ -5,32 +5,34 @@
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: api@snaptrade.com
8
-
9
8
  =end
10
9
 
11
10
  require 'date'
12
11
  require 'time'
13
12
 
14
13
  module SnapTrade
15
- class BrokerageSymbolOptionSymbol
14
+ # Contains information about the option contract that the order is for. This field is only present for option orders. For stock/ETF/crypto/mutual fund orders, this field will be null and the `universal_symbol` field will be populated.
15
+ class AccountOrderRecordOptionSymbol
16
+ # Unique identifier for the option symbol within SnapTrade. This is the ID used to reference the symbol in SnapTrade API calls.
16
17
  attr_accessor :id
17
18
 
19
+ # The [OCC symbol](https://en.wikipedia.org/wiki/Option_symbol) for the option.
18
20
  attr_accessor :ticker
19
21
 
22
+ # The type of option. Either \"CALL\" or \"PUT\".
20
23
  attr_accessor :option_type
21
24
 
25
+ # The option strike price.
22
26
  attr_accessor :strike_price
23
27
 
28
+ # The option expiration date.
24
29
  attr_accessor :expiration_date
25
30
 
31
+ # Whether the option is a mini option. Mini options have 10 underlying shares per contract instead of the standard 100.
26
32
  attr_accessor :is_mini_option
27
33
 
28
34
  attr_accessor :underlying_symbol
29
35
 
30
- attr_accessor :local_id
31
-
32
- attr_accessor :exchange_id
33
-
34
36
  # Attribute mapping from ruby-style variable name to JSON key.
35
37
  def self.attribute_map
36
38
  {
@@ -40,9 +42,7 @@ module SnapTrade
40
42
  :'strike_price' => :'strike_price',
41
43
  :'expiration_date' => :'expiration_date',
42
44
  :'is_mini_option' => :'is_mini_option',
43
- :'underlying_symbol' => :'underlying_symbol',
44
- :'local_id' => :'local_id',
45
- :'exchange_id' => :'exchange_id'
45
+ :'underlying_symbol' => :'underlying_symbol'
46
46
  }
47
47
  end
48
48
 
@@ -58,11 +58,9 @@ module SnapTrade
58
58
  :'ticker' => :'String',
59
59
  :'option_type' => :'OptionType',
60
60
  :'strike_price' => :'Float',
61
- :'expiration_date' => :'String',
61
+ :'expiration_date' => :'Date',
62
62
  :'is_mini_option' => :'Boolean',
63
- :'underlying_symbol' => :'UnderlyingSymbol',
64
- :'local_id' => :'String',
65
- :'exchange_id' => :'String'
63
+ :'underlying_symbol' => :'UnderlyingSymbol'
66
64
  }
67
65
  end
68
66
 
@@ -83,13 +81,13 @@ module SnapTrade
83
81
  # @param [Hash] attributes Model attributes in the form of hash
84
82
  def initialize(attributes = {})
85
83
  if (!attributes.is_a?(Hash))
86
- fail ArgumentError, "The input argument (attributes) must be a hash in `SnapTrade::BrokerageSymbolOptionSymbol` initialize method"
84
+ fail ArgumentError, "The input argument (attributes) must be a hash in `SnapTrade::AccountOrderRecordOptionSymbol` initialize method"
87
85
  end
88
86
 
89
87
  # check to see if the attribute exists and convert string to symbol for hash key
90
88
  attributes = attributes.each_with_object({}) { |(k, v), h|
91
89
  if (!self.class.attribute_map.key?(k.to_sym))
92
- fail ArgumentError, "`#{k}` is not a valid attribute in `SnapTrade::BrokerageSymbolOptionSymbol`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
90
+ fail ArgumentError, "`#{k}` is not a valid attribute in `SnapTrade::AccountOrderRecordOptionSymbol`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
93
91
  end
94
92
  h[k.to_sym] = v
95
93
  }
@@ -121,14 +119,6 @@ module SnapTrade
121
119
  if attributes.key?(:'underlying_symbol')
122
120
  self.underlying_symbol = attributes[:'underlying_symbol']
123
121
  end
124
-
125
- if attributes.key?(:'local_id')
126
- self.local_id = attributes[:'local_id']
127
- end
128
-
129
- if attributes.key?(:'exchange_id')
130
- self.exchange_id = attributes[:'exchange_id']
131
- end
132
122
  end
133
123
 
134
124
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -185,9 +175,7 @@ module SnapTrade
185
175
  strike_price == o.strike_price &&
186
176
  expiration_date == o.expiration_date &&
187
177
  is_mini_option == o.is_mini_option &&
188
- underlying_symbol == o.underlying_symbol &&
189
- local_id == o.local_id &&
190
- exchange_id == o.exchange_id
178
+ underlying_symbol == o.underlying_symbol
191
179
  end
192
180
 
193
181
  # @see the `==` method
@@ -199,7 +187,7 @@ module SnapTrade
199
187
  # Calculates hash code according to all attributes.
200
188
  # @return [Integer] Hash code
201
189
  def hash
202
- [id, ticker, option_type, strike_price, expiration_date, is_mini_option, underlying_symbol, local_id, exchange_id].hash
190
+ [id, ticker, option_type, strike_price, expiration_date, is_mini_option, underlying_symbol].hash
203
191
  end
204
192
 
205
193
  # Builds the object from hash
@@ -5,7 +5,6 @@
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: api@snaptrade.com
8
-
9
8
  =end
10
9
 
11
10
  require 'date'
@@ -5,20 +5,24 @@
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: api@snaptrade.com
8
-
9
8
  =end
10
9
 
11
10
  require 'date'
12
11
  require 'time'
13
12
 
14
13
  module SnapTrade
15
- class BrokerageSymbolSymbol
14
+ # Contains information about the security that the order is for. This field is only present for stock/ETF/crypto/mutual fund orders. For option orders, this field will be null and the `option_symbol` field will be populated.
15
+ class AccountOrderRecordUniversalSymbol
16
+ # Unique identifier for the symbol within SnapTrade. This is the ID used to reference the symbol in SnapTrade API calls.
16
17
  attr_accessor :id
17
18
 
19
+ # The security's trading ticker symbol. For example \"AAPL\" for Apple Inc. We largely follow the [Yahoo Finance ticker format](https://help.yahoo.com/kb/SLN2310.html)(click on \"Yahoo Finance Market Coverage and Data Delays\"). For example, for securities traded on the Toronto Stock Exchange, the symbol has a '.TO' suffix. For securities traded on NASDAQ or NYSE, the symbol does not have a suffix.
18
20
  attr_accessor :symbol
19
21
 
22
+ # The raw symbol is `symbol` with the exchange suffix removed. For example, if `symbol` is \"VAB.TO\", then `raw_symbol` is \"VAB\".
20
23
  attr_accessor :raw_symbol
21
24
 
25
+ # A human-readable description of the security. This is usually the company name or ETF name.
22
26
  attr_accessor :description
23
27
 
24
28
  attr_accessor :currency
@@ -27,6 +31,12 @@ module SnapTrade
27
31
 
28
32
  attr_accessor :type
29
33
 
34
+ # This identifier is unique per security per trading venue. See section 1.4.1 of the [FIGI Standard](https://www.openfigi.com/assets/local/figi-allocation-rules.pdf) for more information. This value should be the same as the `figi_code` in the `figi_instrument` child property.
35
+ attr_accessor :figi_code
36
+
37
+ attr_accessor :figi_instrument
38
+
39
+ # This field is deprecated and should not be used. Please reach out to SnapTrade support if you have a valid usecase for this.
30
40
  attr_accessor :currencies
31
41
 
32
42
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -39,6 +49,8 @@ module SnapTrade
39
49
  :'currency' => :'currency',
40
50
  :'exchange' => :'exchange',
41
51
  :'type' => :'type',
52
+ :'figi_code' => :'figi_code',
53
+ :'figi_instrument' => :'figi_instrument',
42
54
  :'currencies' => :'currencies'
43
55
  }
44
56
  end
@@ -55,9 +67,11 @@ module SnapTrade
55
67
  :'symbol' => :'String',
56
68
  :'raw_symbol' => :'String',
57
69
  :'description' => :'String',
58
- :'currency' => :'Currency',
59
- :'exchange' => :'Exchange',
70
+ :'currency' => :'SymbolCurrency',
71
+ :'exchange' => :'SymbolExchange',
60
72
  :'type' => :'SecurityType',
73
+ :'figi_code' => :'String',
74
+ :'figi_instrument' => :'SymbolFigiInstrument',
61
75
  :'currencies' => :'Array<Currency>'
62
76
  }
63
77
  end
@@ -66,6 +80,8 @@ module SnapTrade
66
80
  def self.openapi_nullable
67
81
  Set.new([
68
82
  :'description',
83
+ :'figi_code',
84
+ :'figi_instrument',
69
85
  ])
70
86
  end
71
87
 
@@ -80,13 +96,13 @@ module SnapTrade
80
96
  # @param [Hash] attributes Model attributes in the form of hash
81
97
  def initialize(attributes = {})
82
98
  if (!attributes.is_a?(Hash))
83
- fail ArgumentError, "The input argument (attributes) must be a hash in `SnapTrade::BrokerageSymbolSymbol` initialize method"
99
+ fail ArgumentError, "The input argument (attributes) must be a hash in `SnapTrade::AccountOrderRecordUniversalSymbol` initialize method"
84
100
  end
85
101
 
86
102
  # check to see if the attribute exists and convert string to symbol for hash key
87
103
  attributes = attributes.each_with_object({}) { |(k, v), h|
88
104
  if (!self.class.attribute_map.key?(k.to_sym))
89
- fail ArgumentError, "`#{k}` is not a valid attribute in `SnapTrade::BrokerageSymbolSymbol`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
105
+ fail ArgumentError, "`#{k}` is not a valid attribute in `SnapTrade::AccountOrderRecordUniversalSymbol`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
90
106
  end
91
107
  h[k.to_sym] = v
92
108
  }
@@ -119,6 +135,14 @@ module SnapTrade
119
135
  self.type = attributes[:'type']
120
136
  end
121
137
 
138
+ if attributes.key?(:'figi_code')
139
+ self.figi_code = attributes[:'figi_code']
140
+ end
141
+
142
+ if attributes.key?(:'figi_instrument')
143
+ self.figi_instrument = attributes[:'figi_instrument']
144
+ end
145
+
122
146
  if attributes.key?(:'currencies')
123
147
  if (value = attributes[:'currencies']).is_a?(Array)
124
148
  self.currencies = value
@@ -181,6 +205,8 @@ module SnapTrade
181
205
  currency == o.currency &&
182
206
  exchange == o.exchange &&
183
207
  type == o.type &&
208
+ figi_code == o.figi_code &&
209
+ figi_instrument == o.figi_instrument &&
184
210
  currencies == o.currencies
185
211
  end
186
212
 
@@ -193,7 +219,7 @@ module SnapTrade
193
219
  # Calculates hash code according to all attributes.
194
220
  # @return [Integer] Hash code
195
221
  def hash
196
- [id, symbol, raw_symbol, description, currency, exchange, type, currencies].hash
222
+ [id, symbol, raw_symbol, description, currency, exchange, type, figi_code, figi_instrument, currencies].hash
197
223
  end
198
224
 
199
225
  # Builds the object from hash
@@ -5,19 +5,21 @@
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: api@snaptrade.com
8
-
9
8
  =end
10
9
 
11
10
  require 'date'
12
11
  require 'time'
13
12
 
14
13
  module SnapTrade
15
- # SnapTradeUser Investment Account
14
+ # A single account at a brokerage.
16
15
  class AccountSimple
16
+ # Unique identifier for the connected brokerage account. This is the UUID used to reference the account in SnapTrade.
17
17
  attr_accessor :id
18
18
 
19
+ # A display name for the account. Either assigned by the user or by the brokerage itself. For certain brokerages, SnapTrade appends the brokerage name to the account name for clarity.
19
20
  attr_accessor :name
20
21
 
22
+ # The account number assigned by the brokerage. For some brokerages, this field may be masked for security reasons.
21
23
  attr_accessor :number
22
24
 
23
25
  attr_accessor :sync_status
@@ -5,21 +5,23 @@
5
5
 
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: api@snaptrade.com
8
-
9
8
  =end
10
9
 
11
10
  require 'date'
12
11
  require 'time'
13
12
 
14
13
  module SnapTrade
15
- # Status of account
14
+ # Contains status update for the account sync process between SnapTrade and the brokerage.
16
15
  class AccountSyncStatus
17
16
  attr_accessor :transactions
18
17
 
18
+ attr_accessor :holdings
19
+
19
20
  # Attribute mapping from ruby-style variable name to JSON key.
20
21
  def self.attribute_map
21
22
  {
22
- :'transactions' => :'transactions'
23
+ :'transactions' => :'transactions',
24
+ :'holdings' => :'holdings'
23
25
  }
24
26
  end
25
27
 
@@ -31,7 +33,8 @@ module SnapTrade
31
33
  # Attribute type mapping.
32
34
  def self.openapi_types
33
35
  {
34
- :'transactions' => :'TransactionsStatus'
36
+ :'transactions' => :'TransactionsStatus',
37
+ :'holdings' => :'HoldingsStatus'
35
38
  }
36
39
  end
37
40
 
@@ -59,6 +62,10 @@ module SnapTrade
59
62
  if attributes.key?(:'transactions')
60
63
  self.transactions = attributes[:'transactions']
61
64
  end
65
+
66
+ if attributes.key?(:'holdings')
67
+ self.holdings = attributes[:'holdings']
68
+ end
62
69
  end
63
70
 
64
71
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -79,7 +86,8 @@ module SnapTrade
79
86
  def ==(o)
80
87
  return true if self.equal?(o)
81
88
  self.class == o.class &&
82
- transactions == o.transactions
89
+ transactions == o.transactions &&
90
+ holdings == o.holdings
83
91
  end
84
92
 
85
93
  # @see the `==` method
@@ -91,7 +99,7 @@ module SnapTrade
91
99
  # Calculates hash code according to all attributes.
92
100
  # @return [Integer] Hash code
93
101
  def hash
94
- [transactions].hash
102
+ [transactions, holdings].hash
95
103
  end
96
104
 
97
105
  # Builds the object from hash