snaptrade-python-sdk 11.0.166__tar.gz → 11.0.167__tar.gz

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 (847) hide show
  1. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/PKG-INFO +11 -53
  2. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/README.md +10 -52
  3. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/pyproject.toml +1 -1
  4. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/__init__.py +1 -1
  5. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/api_client.py +1 -1
  6. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/path_to_api.py +0 -3
  7. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/options_api_generated.py +0 -2
  8. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/configuration.py +1 -1
  9. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/notional_value.py +1 -1
  10. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/notional_value.pyi +1 -1
  11. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/notional_value_nullable.py +1 -1
  12. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/notional_value_nullable.pyi +1 -1
  13. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/transactions_status.py +1 -1
  14. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/transactions_status.pyi +1 -1
  15. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/operation_parameter_map.py +0 -16
  16. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/__init__.py +0 -1
  17. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_balances/get.py +2 -2
  18. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_balances/get.pyi +2 -2
  19. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_holdings/get.py +2 -2
  20. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_holdings/get.pyi +2 -2
  21. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_options/get.py +2 -2
  22. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_options/get.pyi +2 -2
  23. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_orders/get.py +2 -2
  24. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_orders/get.pyi +2 -2
  25. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_positions/get.py +2 -2
  26. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_positions/get.pyi +2 -2
  27. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_options/post.py +2 -2
  28. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_options/post.pyi +2 -2
  29. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_options_impact/post.py +2 -2
  30. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_options_impact/post.pyi +2 -2
  31. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_universal_activity.py +1 -1
  32. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/snap_trade_login_user_request_body.py +1 -1
  33. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/universal_activity.py +1 -1
  34. snaptrade_python_sdk-11.0.166/snaptrade_client/apis/paths/accounts_account_id_options_chain.py +0 -7
  35. snaptrade_python_sdk-11.0.166/snaptrade_client/paths/accounts_account_id_options_chain/__init__.py +0 -7
  36. snaptrade_python_sdk-11.0.166/snaptrade_client/paths/accounts_account_id_options_chain/get.py +0 -538
  37. snaptrade_python_sdk-11.0.166/snaptrade_client/paths/accounts_account_id_options_chain/get.pyi +0 -527
  38. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/LICENSE +0 -0
  39. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/api_response.py +0 -0
  40. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/__init__.py +0 -0
  41. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/__init__.py +0 -0
  42. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts.py +0 -0
  43. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id.py +0 -0
  44. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_activities.py +0 -0
  45. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_balance_history.py +0 -0
  46. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_balances.py +0 -0
  47. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_holdings.py +0 -0
  48. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_options.py +0 -0
  49. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_orders.py +0 -0
  50. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_orders_cancel.py +0 -0
  51. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_orders_details.py +0 -0
  52. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_orders_details_v2_brokerage_order_id.py +0 -0
  53. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_orders_v2.py +0 -0
  54. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_positions.py +0 -0
  55. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_quotes.py +0 -0
  56. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_recent_orders.py +0 -0
  57. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_recent_orders_v2.py +0 -0
  58. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_return_rates.py +0 -0
  59. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_symbols.py +0 -0
  60. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_trading_bracket.py +0 -0
  61. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_trading_cancel.py +0 -0
  62. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_trading_crypto.py +0 -0
  63. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_trading_crypto_preview.py +0 -0
  64. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_trading_instruments_cryptocurrency_pairs.py +0 -0
  65. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_trading_instruments_cryptocurrency_pairs_instrument_symbol_quote.py +0 -0
  66. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_trading_options.py +0 -0
  67. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_trading_options_impact.py +0 -0
  68. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/accounts_account_id_trading_replace.py +0 -0
  69. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/activities.py +0 -0
  70. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/authorizations.py +0 -0
  71. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/authorizations_authorization_id.py +0 -0
  72. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/authorizations_authorization_id_disable.py +0 -0
  73. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/authorizations_authorization_id_refresh.py +0 -0
  74. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/authorizations_authorization_id_return_rates.py +0 -0
  75. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/brokerage_authorization_types.py +0 -0
  76. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/brokerages.py +0 -0
  77. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/brokerages_slug_instruments.py +0 -0
  78. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/connection_connection_id.py +0 -0
  79. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/currencies.py +0 -0
  80. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/currencies_rates.py +0 -0
  81. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/currencies_rates_currency_pair.py +0 -0
  82. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/exchanges.py +0 -0
  83. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/holdings.py +0 -0
  84. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/market_data_options_quotes.py +0 -0
  85. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/performance_custom.py +0 -0
  86. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/root.py +0 -0
  87. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/security_types.py +0 -0
  88. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/session_events.py +0 -0
  89. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/snap_trade_delete_user.py +0 -0
  90. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/snap_trade_list_users.py +0 -0
  91. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/snap_trade_login.py +0 -0
  92. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/snap_trade_partners.py +0 -0
  93. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/snap_trade_register_user.py +0 -0
  94. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/snap_trade_reset_user_secret.py +0 -0
  95. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/symbols.py +0 -0
  96. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/symbols_query.py +0 -0
  97. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/trade_impact.py +0 -0
  98. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/trade_place.py +0 -0
  99. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/paths/trade_trade_id.py +0 -0
  100. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tag_to_api.py +0 -0
  101. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/__init__.py +0 -0
  102. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/account_information_api.py +0 -0
  103. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/account_information_api_generated.py +0 -0
  104. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/api_status_api.py +0 -0
  105. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/api_status_api_generated.py +0 -0
  106. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/authentication_api.py +0 -0
  107. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/authentication_api_generated.py +0 -0
  108. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/connections_api.py +0 -0
  109. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/connections_api_generated.py +0 -0
  110. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/experimental_endpoints_api.py +0 -0
  111. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/experimental_endpoints_api_generated.py +0 -0
  112. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/options_api.py +0 -0
  113. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/reference_data_api.py +0 -0
  114. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/reference_data_api_generated.py +0 -0
  115. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/trading_api.py +0 -0
  116. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/trading_api_generated.py +0 -0
  117. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/transactions_and_reporting_api.py +0 -0
  118. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/apis/tags/transactions_and_reporting_api_generated.py +0 -0
  119. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/client.py +0 -0
  120. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/client.pyi +0 -0
  121. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/client_custom.py +0 -0
  122. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/exceptions.py +0 -0
  123. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/exceptions_base.py +0 -0
  124. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/__init__.py +0 -0
  125. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account.py +0 -0
  126. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account.pyi +0 -0
  127. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_balance.py +0 -0
  128. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_balance.pyi +0 -0
  129. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_cash_restrictions.py +0 -0
  130. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_cash_restrictions.pyi +0 -0
  131. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_holdings.py +0 -0
  132. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_holdings.pyi +0 -0
  133. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_holdings_account.py +0 -0
  134. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_holdings_account.pyi +0 -0
  135. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_id.py +0 -0
  136. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_id.pyi +0 -0
  137. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_ids.py +0 -0
  138. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_ids.pyi +0 -0
  139. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_meta.py +0 -0
  140. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_meta.pyi +0 -0
  141. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_order_record.py +0 -0
  142. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_order_record.pyi +0 -0
  143. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_order_record_leg.py +0 -0
  144. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_order_record_leg.pyi +0 -0
  145. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_order_record_leg_instrument.py +0 -0
  146. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_order_record_leg_instrument.pyi +0 -0
  147. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_order_record_status.py +0 -0
  148. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_order_record_status.pyi +0 -0
  149. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_order_record_status_v2.py +0 -0
  150. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_order_record_status_v2.pyi +0 -0
  151. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_order_record_status_v2_nullable.py +0 -0
  152. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_order_record_status_v2_nullable.pyi +0 -0
  153. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_order_record_v2.py +0 -0
  154. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_order_record_v2.pyi +0 -0
  155. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_orders_v2_response.py +0 -0
  156. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_orders_v2_response.pyi +0 -0
  157. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_simple.py +0 -0
  158. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_simple.pyi +0 -0
  159. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_sync_status.py +0 -0
  160. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_sync_status.pyi +0 -0
  161. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_universal_activity.py +0 -0
  162. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_universal_activity.pyi +0 -0
  163. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_value_history_item.py +0 -0
  164. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_value_history_item.pyi +0 -0
  165. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_value_history_response.py +0 -0
  166. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/account_value_history_response.pyi +0 -0
  167. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/action.py +0 -0
  168. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/action.pyi +0 -0
  169. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/action_strict.py +0 -0
  170. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/action_strict.pyi +0 -0
  171. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/action_strict_v2.py +0 -0
  172. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/action_strict_v2.pyi +0 -0
  173. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/action_strict_with_options.py +0 -0
  174. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/action_strict_with_options.pyi +0 -0
  175. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/balance.py +0 -0
  176. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/balance.pyi +0 -0
  177. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage.py +0 -0
  178. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage.pyi +0 -0
  179. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_auth_id.py +0 -0
  180. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_auth_id.pyi +0 -0
  181. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_auth_ids.py +0 -0
  182. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_auth_ids.pyi +0 -0
  183. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_authorization.py +0 -0
  184. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_authorization.pyi +0 -0
  185. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_authorization_disabled_confirmation.py +0 -0
  186. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_authorization_disabled_confirmation.pyi +0 -0
  187. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_authorization_meta.py +0 -0
  188. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_authorization_meta.pyi +0 -0
  189. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_authorization_refresh_confirmation.py +0 -0
  190. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_authorization_refresh_confirmation.pyi +0 -0
  191. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_authorization_type_read_only.py +0 -0
  192. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_authorization_type_read_only.pyi +0 -0
  193. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_authorization_type_read_only_brokerage.py +0 -0
  194. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_authorization_type_read_only_brokerage.pyi +0 -0
  195. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_exchanges.py +0 -0
  196. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_exchanges.pyi +0 -0
  197. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_id.py +0 -0
  198. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_id.pyi +0 -0
  199. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_instrument.py +0 -0
  200. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_instrument.pyi +0 -0
  201. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_instruments_response.py +0 -0
  202. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_instruments_response.pyi +0 -0
  203. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_order_id.py +0 -0
  204. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_order_id.pyi +0 -0
  205. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_symbol_id.py +0 -0
  206. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_symbol_id.pyi +0 -0
  207. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_type.py +0 -0
  208. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/brokerage_type.pyi +0 -0
  209. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cancel_order_response.py +0 -0
  210. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cancel_order_response.pyi +0 -0
  211. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cancel_order_response_raw_response.py +0 -0
  212. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cancel_order_response_raw_response.pyi +0 -0
  213. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/child_brokerage_order_ids.py +0 -0
  214. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/child_brokerage_order_ids.pyi +0 -0
  215. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/child_brokerage_order_ids_nullable.py +0 -0
  216. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/child_brokerage_order_ids_nullable.pyi +0 -0
  217. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/client_id.py +0 -0
  218. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/client_id.pyi +0 -0
  219. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/crypto_order_form.py +0 -0
  220. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/crypto_order_form.pyi +0 -0
  221. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/crypto_order_preview.py +0 -0
  222. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/crypto_order_preview.pyi +0 -0
  223. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/crypto_order_preview_estimated_fee.py +0 -0
  224. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/crypto_order_preview_estimated_fee.pyi +0 -0
  225. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/crypto_trading_instrument.py +0 -0
  226. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/crypto_trading_instrument.pyi +0 -0
  227. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cryptocurrency_base_symbol.py +0 -0
  228. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cryptocurrency_base_symbol.pyi +0 -0
  229. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cryptocurrency_increment.py +0 -0
  230. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cryptocurrency_increment.pyi +0 -0
  231. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cryptocurrency_increment_nullable.py +0 -0
  232. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cryptocurrency_increment_nullable.pyi +0 -0
  233. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cryptocurrency_pair.py +0 -0
  234. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cryptocurrency_pair.pyi +0 -0
  235. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cryptocurrency_pair_quote.py +0 -0
  236. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cryptocurrency_pair_quote.pyi +0 -0
  237. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cryptocurrency_pair_symbol.py +0 -0
  238. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cryptocurrency_pair_symbol.pyi +0 -0
  239. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cryptocurrency_quote_symbol.py +0 -0
  240. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cryptocurrency_quote_symbol.pyi +0 -0
  241. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cryptocurrency_symbol.py +0 -0
  242. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/cryptocurrency_symbol.pyi +0 -0
  243. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/currency.py +0 -0
  244. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/currency.pyi +0 -0
  245. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/currency_id.py +0 -0
  246. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/currency_id.pyi +0 -0
  247. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/currency_nullable.py +0 -0
  248. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/currency_nullable.pyi +0 -0
  249. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/delete_connection_confirmation.py +0 -0
  250. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/delete_connection_confirmation.pyi +0 -0
  251. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/delete_user_response.py +0 -0
  252. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/delete_user_response.pyi +0 -0
  253. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/dividend_at_date.py +0 -0
  254. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/dividend_at_date.pyi +0 -0
  255. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/encrypted_response.py +0 -0
  256. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/encrypted_response.pyi +0 -0
  257. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/encrypted_response_encrypted_message_data.py +0 -0
  258. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/encrypted_response_encrypted_message_data.pyi +0 -0
  259. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/exchange.py +0 -0
  260. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/exchange.pyi +0 -0
  261. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/exchange_id.py +0 -0
  262. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/exchange_id.pyi +0 -0
  263. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/exchange_rate_pairs.py +0 -0
  264. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/exchange_rate_pairs.pyi +0 -0
  265. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/figi_instrument.py +0 -0
  266. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/figi_instrument.pyi +0 -0
  267. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/figi_instrument_nullable.py +0 -0
  268. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/figi_instrument_nullable.pyi +0 -0
  269. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/holdings_status.py +0 -0
  270. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/holdings_status.pyi +0 -0
  271. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/holdings_sync_status_date.py +0 -0
  272. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/holdings_sync_status_date.pyi +0 -0
  273. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/holdings_sync_status_date_nullable.py +0 -0
  274. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/holdings_sync_status_date_nullable.pyi +0 -0
  275. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/id.py +0 -0
  276. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/id.pyi +0 -0
  277. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/login_redirect_uri.py +0 -0
  278. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/login_redirect_uri.pyi +0 -0
  279. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade.py +0 -0
  280. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade.pyi +0 -0
  281. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade_and_impact.py +0 -0
  282. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade_and_impact.pyi +0 -0
  283. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade_balance.py +0 -0
  284. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade_balance.pyi +0 -0
  285. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade_form.py +0 -0
  286. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade_form.pyi +0 -0
  287. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade_form_bracket.py +0 -0
  288. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade_form_bracket.pyi +0 -0
  289. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade_form_with_options.py +0 -0
  290. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade_form_with_options.pyi +0 -0
  291. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade_impact.py +0 -0
  292. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade_impact.pyi +0 -0
  293. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade_replace_form.py +0 -0
  294. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade_replace_form.pyi +0 -0
  295. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade_symbol.py +0 -0
  296. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/manual_trade_symbol.pyi +0 -0
  297. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_action_strict.py +0 -0
  298. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_action_strict.pyi +0 -0
  299. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_instrument_type.py +0 -0
  300. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_instrument_type.pyi +0 -0
  301. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_leg.py +0 -0
  302. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_leg.pyi +0 -0
  303. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_order_response.py +0 -0
  304. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_order_response.pyi +0 -0
  305. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_order_type_strict.py +0 -0
  306. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_order_type_strict.pyi +0 -0
  307. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_price_effect_strict.py +0 -0
  308. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_price_effect_strict.pyi +0 -0
  309. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_price_effect_strict_nullable.py +0 -0
  310. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_price_effect_strict_nullable.pyi +0 -0
  311. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_trade_form.py +0 -0
  312. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_trade_form.pyi +0 -0
  313. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_trading_instrument.py +0 -0
  314. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/mleg_trading_instrument.pyi +0 -0
  315. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model400_failed_request_response.py +0 -0
  316. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model400_failed_request_response.pyi +0 -0
  317. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model401_failed_request_response.py +0 -0
  318. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model401_failed_request_response.pyi +0 -0
  319. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model402_brokerage_auth_already_disabled_exception.py +0 -0
  320. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model402_brokerage_auth_already_disabled_exception.pyi +0 -0
  321. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model402_brokerage_auth_disabled_response.py +0 -0
  322. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model402_brokerage_auth_disabled_response.pyi +0 -0
  323. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model403_failed_request_response.py +0 -0
  324. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model403_failed_request_response.pyi +0 -0
  325. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model403_feature_not_enabled_response.py +0 -0
  326. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model403_feature_not_enabled_response.pyi +0 -0
  327. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model404_failed_request_response.py +0 -0
  328. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model404_failed_request_response.pyi +0 -0
  329. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model425_failed_request_response.py +0 -0
  330. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model425_failed_request_response.pyi +0 -0
  331. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model500_unexpected_exception_response.py +0 -0
  332. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/model500_unexpected_exception_response.pyi +0 -0
  333. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/monthly_dividends.py +0 -0
  334. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/monthly_dividends.pyi +0 -0
  335. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/net_contributions.py +0 -0
  336. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/net_contributions.pyi +0 -0
  337. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/net_dividend.py +0 -0
  338. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/net_dividend.pyi +0 -0
  339. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_brokerage_symbol.py +0 -0
  340. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_brokerage_symbol.pyi +0 -0
  341. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_chain.py +0 -0
  342. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_chain.pyi +0 -0
  343. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_chain_item.py +0 -0
  344. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_chain_item.pyi +0 -0
  345. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_chain_item_chain_per_root.py +0 -0
  346. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_chain_item_chain_per_root.pyi +0 -0
  347. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_chain_item_chain_per_root_item.py +0 -0
  348. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_chain_item_chain_per_root_item.pyi +0 -0
  349. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_chain_item_chain_per_root_item_chain_per_strike_price.py +0 -0
  350. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_chain_item_chain_per_root_item_chain_per_strike_price.pyi +0 -0
  351. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_chain_item_chain_per_root_item_chain_per_strike_price_item.py +0 -0
  352. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_chain_item_chain_per_root_item_chain_per_strike_price_item.pyi +0 -0
  353. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_impact.py +0 -0
  354. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_impact.pyi +0 -0
  355. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_leg.py +0 -0
  356. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_leg.pyi +0 -0
  357. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_quote.py +0 -0
  358. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_quote.pyi +0 -0
  359. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_strategy.py +0 -0
  360. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_strategy.pyi +0 -0
  361. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_strategy_legs.py +0 -0
  362. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_strategy_legs.pyi +0 -0
  363. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_symbol_id.py +0 -0
  364. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/option_symbol_id.pyi +0 -0
  365. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/options_position.py +0 -0
  366. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/options_position.pyi +0 -0
  367. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/options_symbol.py +0 -0
  368. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/options_symbol.pyi +0 -0
  369. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/options_symbol_nullable.py +0 -0
  370. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/options_symbol_nullable.pyi +0 -0
  371. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/order_type.py +0 -0
  372. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/order_type.pyi +0 -0
  373. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/order_type_strict.py +0 -0
  374. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/order_type_strict.pyi +0 -0
  375. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/order_updated_response.py +0 -0
  376. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/order_updated_response.pyi +0 -0
  377. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/paginated_universal_activity.py +0 -0
  378. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/paginated_universal_activity.pyi +0 -0
  379. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/pagination_details.py +0 -0
  380. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/pagination_details.pyi +0 -0
  381. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/partner_data.py +0 -0
  382. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/partner_data.pyi +0 -0
  383. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/past_value.py +0 -0
  384. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/past_value.pyi +0 -0
  385. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/performance_custom.py +0 -0
  386. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/performance_custom.pyi +0 -0
  387. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/performance_custom_bad_tickers.py +0 -0
  388. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/performance_custom_bad_tickers.pyi +0 -0
  389. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/portfolio_group_id.py +0 -0
  390. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/portfolio_group_id.pyi +0 -0
  391. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/position.py +0 -0
  392. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/position.pyi +0 -0
  393. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/position_symbol.py +0 -0
  394. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/position_symbol.pyi +0 -0
  395. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/price.py +0 -0
  396. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/price.pyi +0 -0
  397. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/rate_of_return_object.py +0 -0
  398. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/rate_of_return_object.pyi +0 -0
  399. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/rate_of_return_response.py +0 -0
  400. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/rate_of_return_response.pyi +0 -0
  401. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/recent_orders_response.py +0 -0
  402. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/recent_orders_response.pyi +0 -0
  403. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/reporting_date.py +0 -0
  404. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/reporting_date.pyi +0 -0
  405. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/reporting_frequency.py +0 -0
  406. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/reporting_frequency.pyi +0 -0
  407. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/security_type.py +0 -0
  408. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/security_type.pyi +0 -0
  409. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/security_type_id.py +0 -0
  410. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/security_type_id.pyi +0 -0
  411. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/session_event.py +0 -0
  412. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/session_event.pyi +0 -0
  413. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/simple_order_form.py +0 -0
  414. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/simple_order_form.pyi +0 -0
  415. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/snap_trade_holdings_account.py +0 -0
  416. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/snap_trade_holdings_account.pyi +0 -0
  417. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/snap_trade_holdings_account_meta.py +0 -0
  418. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/snap_trade_holdings_account_meta.pyi +0 -0
  419. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/snap_trade_holdings_total_value.py +0 -0
  420. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/snap_trade_holdings_total_value.pyi +0 -0
  421. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/snap_trade_login_user_request_body.py +0 -0
  422. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/snap_trade_login_user_request_body.pyi +0 -0
  423. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/snap_trade_register_user_request_body.py +0 -0
  424. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/snap_trade_register_user_request_body.pyi +0 -0
  425. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/status.py +0 -0
  426. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/status.pyi +0 -0
  427. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/stop_loss.py +0 -0
  428. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/stop_loss.pyi +0 -0
  429. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/strategy_order_record.py +0 -0
  430. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/strategy_order_record.pyi +0 -0
  431. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/strategy_quotes.py +0 -0
  432. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/strategy_quotes.pyi +0 -0
  433. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/strategy_quotes_greek.py +0 -0
  434. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/strategy_quotes_greek.pyi +0 -0
  435. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/sub_period_return_rate.py +0 -0
  436. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/sub_period_return_rate.pyi +0 -0
  437. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/symbol.py +0 -0
  438. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/symbol.pyi +0 -0
  439. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/symbol_nullable.py +0 -0
  440. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/symbol_nullable.pyi +0 -0
  441. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/symbol_query.py +0 -0
  442. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/symbol_query.pyi +0 -0
  443. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/symbols_quotes.py +0 -0
  444. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/symbols_quotes.pyi +0 -0
  445. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/sync_status_date.py +0 -0
  446. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/sync_status_date.pyi +0 -0
  447. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/sync_status_date_nullable.py +0 -0
  448. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/sync_status_date_nullable.pyi +0 -0
  449. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/take_profit.py +0 -0
  450. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/take_profit.pyi +0 -0
  451. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/tax_lot.py +0 -0
  452. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/tax_lot.pyi +0 -0
  453. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/time.py +0 -0
  454. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/time.pyi +0 -0
  455. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/time_in_force.py +0 -0
  456. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/time_in_force.pyi +0 -0
  457. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/time_in_force_strict.py +0 -0
  458. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/time_in_force_strict.pyi +0 -0
  459. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/trade_id.py +0 -0
  460. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/trade_id.pyi +0 -0
  461. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/trading_instrument.py +0 -0
  462. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/trading_instrument.pyi +0 -0
  463. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/trading_session.py +0 -0
  464. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/trading_session.pyi +0 -0
  465. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/underlying_symbol.py +0 -0
  466. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/underlying_symbol.pyi +0 -0
  467. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/units.py +0 -0
  468. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/units.pyi +0 -0
  469. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/units_nullable.py +0 -0
  470. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/units_nullable.pyi +0 -0
  471. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/universal_activity.py +0 -0
  472. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/universal_activity.pyi +0 -0
  473. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/universal_symbol.py +0 -0
  474. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/universal_symbol.pyi +0 -0
  475. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/universal_symbol_id.py +0 -0
  476. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/universal_symbol_id.pyi +0 -0
  477. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/universal_symbol_id_nullable.py +0 -0
  478. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/universal_symbol_id_nullable.pyi +0 -0
  479. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/us_exchange.py +0 -0
  480. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/us_exchange.pyi +0 -0
  481. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/user_i_dand_secret.py +0 -0
  482. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/user_i_dand_secret.pyi +0 -0
  483. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/user_id.py +0 -0
  484. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/user_id.pyi +0 -0
  485. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/user_list.py +0 -0
  486. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/user_list.pyi +0 -0
  487. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/user_secret.py +0 -0
  488. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/user_secret.pyi +0 -0
  489. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/validated_trade_body.py +0 -0
  490. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/model/validated_trade_body.pyi +0 -0
  491. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/models/__init__.py +0 -0
  492. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts/__init__.py +0 -0
  493. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts/get.py +0 -0
  494. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts/get.pyi +0 -0
  495. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id/__init__.py +0 -0
  496. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id/get.py +0 -0
  497. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id/get.pyi +0 -0
  498. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id/put.py +0 -0
  499. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id/put.pyi +0 -0
  500. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_activities/__init__.py +0 -0
  501. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_activities/get.py +0 -0
  502. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_activities/get.pyi +0 -0
  503. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_balance_history/__init__.py +0 -0
  504. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_balance_history/get.py +0 -0
  505. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_balance_history/get.pyi +0 -0
  506. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_balances/__init__.py +0 -0
  507. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_holdings/__init__.py +0 -0
  508. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_options/__init__.py +0 -0
  509. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_orders/__init__.py +0 -0
  510. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_orders_cancel/__init__.py +0 -0
  511. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_orders_cancel/post.py +0 -0
  512. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_orders_cancel/post.pyi +0 -0
  513. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_orders_details/__init__.py +0 -0
  514. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_orders_details/post.py +0 -0
  515. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_orders_details/post.pyi +0 -0
  516. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_orders_details_v2_brokerage_order_id/__init__.py +0 -0
  517. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_orders_details_v2_brokerage_order_id/get.py +0 -0
  518. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_orders_details_v2_brokerage_order_id/get.pyi +0 -0
  519. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_orders_v2/__init__.py +0 -0
  520. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_orders_v2/get.py +0 -0
  521. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_orders_v2/get.pyi +0 -0
  522. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_positions/__init__.py +0 -0
  523. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_quotes/__init__.py +0 -0
  524. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_quotes/get.py +0 -0
  525. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_quotes/get.pyi +0 -0
  526. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_recent_orders/__init__.py +0 -0
  527. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_recent_orders/get.py +0 -0
  528. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_recent_orders/get.pyi +0 -0
  529. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_recent_orders_v2/__init__.py +0 -0
  530. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_recent_orders_v2/get.py +0 -0
  531. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_recent_orders_v2/get.pyi +0 -0
  532. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_return_rates/__init__.py +0 -0
  533. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_return_rates/get.py +0 -0
  534. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_return_rates/get.pyi +0 -0
  535. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_symbols/__init__.py +0 -0
  536. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_symbols/post.py +0 -0
  537. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_symbols/post.pyi +0 -0
  538. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_bracket/__init__.py +0 -0
  539. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_bracket/post.py +0 -0
  540. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_bracket/post.pyi +0 -0
  541. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_cancel/__init__.py +0 -0
  542. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_cancel/post.py +0 -0
  543. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_cancel/post.pyi +0 -0
  544. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_crypto/__init__.py +0 -0
  545. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_crypto/post.py +0 -0
  546. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_crypto/post.pyi +0 -0
  547. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_crypto_preview/__init__.py +0 -0
  548. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_crypto_preview/post.py +0 -0
  549. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_crypto_preview/post.pyi +0 -0
  550. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_instruments_cryptocurrency_pairs/__init__.py +0 -0
  551. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_instruments_cryptocurrency_pairs/get.py +0 -0
  552. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_instruments_cryptocurrency_pairs/get.pyi +0 -0
  553. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_instruments_cryptocurrency_pairs_instrument_symbol_quote/__init__.py +0 -0
  554. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_instruments_cryptocurrency_pairs_instrument_symbol_quote/get.py +0 -0
  555. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_instruments_cryptocurrency_pairs_instrument_symbol_quote/get.pyi +0 -0
  556. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_options/__init__.py +0 -0
  557. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_options_impact/__init__.py +0 -0
  558. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_replace/__init__.py +0 -0
  559. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_replace/post.py +0 -0
  560. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/accounts_account_id_trading_replace/post.pyi +0 -0
  561. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/activities/__init__.py +0 -0
  562. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/activities/get.py +0 -0
  563. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/activities/get.pyi +0 -0
  564. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations/__init__.py +0 -0
  565. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations/get.py +0 -0
  566. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations/get.pyi +0 -0
  567. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations_authorization_id/__init__.py +0 -0
  568. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations_authorization_id/delete.py +0 -0
  569. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations_authorization_id/delete.pyi +0 -0
  570. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations_authorization_id/get.py +0 -0
  571. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations_authorization_id/get.pyi +0 -0
  572. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations_authorization_id_disable/__init__.py +0 -0
  573. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations_authorization_id_disable/post.py +0 -0
  574. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations_authorization_id_disable/post.pyi +0 -0
  575. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations_authorization_id_refresh/__init__.py +0 -0
  576. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations_authorization_id_refresh/post.py +0 -0
  577. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations_authorization_id_refresh/post.pyi +0 -0
  578. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations_authorization_id_return_rates/__init__.py +0 -0
  579. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations_authorization_id_return_rates/get.py +0 -0
  580. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/authorizations_authorization_id_return_rates/get.pyi +0 -0
  581. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/brokerage_authorization_types/__init__.py +0 -0
  582. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/brokerage_authorization_types/get.py +0 -0
  583. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/brokerage_authorization_types/get.pyi +0 -0
  584. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/brokerages/__init__.py +0 -0
  585. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/brokerages/get.py +0 -0
  586. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/brokerages/get.pyi +0 -0
  587. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/brokerages_slug_instruments/__init__.py +0 -0
  588. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/brokerages_slug_instruments/get.py +0 -0
  589. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/brokerages_slug_instruments/get.pyi +0 -0
  590. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/connection_connection_id/__init__.py +0 -0
  591. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/connection_connection_id/delete.py +0 -0
  592. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/connection_connection_id/delete.pyi +0 -0
  593. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/currencies/__init__.py +0 -0
  594. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/currencies/get.py +0 -0
  595. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/currencies/get.pyi +0 -0
  596. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/currencies_rates/__init__.py +0 -0
  597. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/currencies_rates/get.py +0 -0
  598. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/currencies_rates/get.pyi +0 -0
  599. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/currencies_rates_currency_pair/__init__.py +0 -0
  600. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/currencies_rates_currency_pair/get.py +0 -0
  601. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/currencies_rates_currency_pair/get.pyi +0 -0
  602. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/exchanges/__init__.py +0 -0
  603. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/exchanges/get.py +0 -0
  604. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/exchanges/get.pyi +0 -0
  605. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/holdings/__init__.py +0 -0
  606. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/holdings/get.py +0 -0
  607. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/holdings/get.pyi +0 -0
  608. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/market_data_options_quotes/__init__.py +0 -0
  609. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/market_data_options_quotes/get.py +0 -0
  610. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/market_data_options_quotes/get.pyi +0 -0
  611. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/performance_custom/__init__.py +0 -0
  612. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/performance_custom/get.py +0 -0
  613. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/performance_custom/get.pyi +0 -0
  614. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/root/__init__.py +0 -0
  615. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/root/get.py +0 -0
  616. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/root/get.pyi +0 -0
  617. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/security_types/__init__.py +0 -0
  618. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/security_types/get.py +0 -0
  619. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/security_types/get.pyi +0 -0
  620. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/session_events/__init__.py +0 -0
  621. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/session_events/get.py +0 -0
  622. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/session_events/get.pyi +0 -0
  623. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_delete_user/__init__.py +0 -0
  624. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_delete_user/delete.py +0 -0
  625. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_delete_user/delete.pyi +0 -0
  626. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_list_users/__init__.py +0 -0
  627. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_list_users/get.py +0 -0
  628. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_list_users/get.pyi +0 -0
  629. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_login/__init__.py +0 -0
  630. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_login/post.py +0 -0
  631. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_login/post.pyi +0 -0
  632. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_partners/__init__.py +0 -0
  633. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_partners/get.py +0 -0
  634. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_partners/get.pyi +0 -0
  635. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_register_user/__init__.py +0 -0
  636. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_register_user/post.py +0 -0
  637. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_register_user/post.pyi +0 -0
  638. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_reset_user_secret/__init__.py +0 -0
  639. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_reset_user_secret/post.py +0 -0
  640. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/snap_trade_reset_user_secret/post.pyi +0 -0
  641. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/symbols/__init__.py +0 -0
  642. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/symbols/post.py +0 -0
  643. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/symbols/post.pyi +0 -0
  644. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/symbols_query/__init__.py +0 -0
  645. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/symbols_query/get.py +0 -0
  646. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/symbols_query/get.pyi +0 -0
  647. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/trade_impact/__init__.py +0 -0
  648. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/trade_impact/post.py +0 -0
  649. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/trade_impact/post.pyi +0 -0
  650. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/trade_place/__init__.py +0 -0
  651. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/trade_place/post.py +0 -0
  652. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/trade_place/post.pyi +0 -0
  653. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/trade_trade_id/__init__.py +0 -0
  654. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/trade_trade_id/post.py +0 -0
  655. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/paths/trade_trade_id/post.pyi +0 -0
  656. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/pydantic/__init__.py +0 -0
  657. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/request_after_hook.py +0 -0
  658. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/request_before_hook.py +0 -0
  659. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/request_before_url_hook.py +0 -0
  660. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/rest.py +0 -0
  661. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/schemas.py +0 -0
  662. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/__init__.py +0 -0
  663. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account.py +0 -0
  664. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_balance.py +0 -0
  665. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_cash_restrictions.py +0 -0
  666. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_holdings.py +0 -0
  667. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_holdings_account.py +0 -0
  668. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_id.py +0 -0
  669. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_ids.py +0 -0
  670. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_meta.py +0 -0
  671. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_order_record.py +0 -0
  672. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_order_record_leg.py +0 -0
  673. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_order_record_leg_instrument.py +0 -0
  674. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_order_record_status.py +0 -0
  675. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_order_record_status_v2.py +0 -0
  676. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_order_record_status_v2_nullable.py +0 -0
  677. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_order_record_v2.py +0 -0
  678. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_orders_v2_response.py +0 -0
  679. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_simple.py +0 -0
  680. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_sync_status.py +0 -0
  681. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_value_history_item.py +0 -0
  682. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/account_value_history_response.py +0 -0
  683. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/action.py +0 -0
  684. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/action_strict.py +0 -0
  685. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/action_strict_v2.py +0 -0
  686. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/action_strict_with_options.py +0 -0
  687. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/balance.py +0 -0
  688. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/brokerage.py +0 -0
  689. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/brokerage_auth_id.py +0 -0
  690. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/brokerage_auth_ids.py +0 -0
  691. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/brokerage_authorization.py +0 -0
  692. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/brokerage_authorization_disabled_confirmation.py +0 -0
  693. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/brokerage_authorization_meta.py +0 -0
  694. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/brokerage_authorization_refresh_confirmation.py +0 -0
  695. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/brokerage_authorization_type_read_only.py +0 -0
  696. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/brokerage_authorization_type_read_only_brokerage.py +0 -0
  697. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/brokerage_exchanges.py +0 -0
  698. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/brokerage_id.py +0 -0
  699. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/brokerage_instrument.py +0 -0
  700. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/brokerage_instruments_response.py +0 -0
  701. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/brokerage_order_id.py +0 -0
  702. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/brokerage_symbol_id.py +0 -0
  703. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/brokerage_type.py +0 -0
  704. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/cancel_order_response.py +0 -0
  705. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/cancel_order_response_raw_response.py +0 -0
  706. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/child_brokerage_order_ids.py +0 -0
  707. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/child_brokerage_order_ids_nullable.py +0 -0
  708. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/client_id.py +0 -0
  709. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/crypto_order_form.py +0 -0
  710. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/crypto_order_preview.py +0 -0
  711. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/crypto_order_preview_estimated_fee.py +0 -0
  712. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/crypto_trading_instrument.py +0 -0
  713. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/cryptocurrency_base_symbol.py +0 -0
  714. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/cryptocurrency_increment.py +0 -0
  715. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/cryptocurrency_increment_nullable.py +0 -0
  716. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/cryptocurrency_pair.py +0 -0
  717. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/cryptocurrency_pair_quote.py +0 -0
  718. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/cryptocurrency_pair_symbol.py +0 -0
  719. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/cryptocurrency_quote_symbol.py +0 -0
  720. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/cryptocurrency_symbol.py +0 -0
  721. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/currency.py +0 -0
  722. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/currency_id.py +0 -0
  723. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/currency_nullable.py +0 -0
  724. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/delete_connection_confirmation.py +0 -0
  725. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/delete_user_response.py +0 -0
  726. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/dividend_at_date.py +0 -0
  727. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/encrypted_response.py +0 -0
  728. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/encrypted_response_encrypted_message_data.py +0 -0
  729. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/exchange.py +0 -0
  730. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/exchange_id.py +0 -0
  731. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/exchange_rate_pairs.py +0 -0
  732. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/figi_instrument.py +0 -0
  733. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/figi_instrument_nullable.py +0 -0
  734. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/holdings_status.py +0 -0
  735. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/holdings_sync_status_date.py +0 -0
  736. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/holdings_sync_status_date_nullable.py +0 -0
  737. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/id.py +0 -0
  738. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/login_redirect_uri.py +0 -0
  739. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/manual_trade.py +0 -0
  740. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/manual_trade_and_impact.py +0 -0
  741. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/manual_trade_balance.py +0 -0
  742. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/manual_trade_form.py +0 -0
  743. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/manual_trade_form_bracket.py +0 -0
  744. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/manual_trade_form_with_options.py +0 -0
  745. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/manual_trade_impact.py +0 -0
  746. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/manual_trade_replace_form.py +0 -0
  747. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/manual_trade_symbol.py +0 -0
  748. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/mleg_action_strict.py +0 -0
  749. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/mleg_instrument_type.py +0 -0
  750. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/mleg_leg.py +0 -0
  751. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/mleg_order_response.py +0 -0
  752. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/mleg_order_type_strict.py +0 -0
  753. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/mleg_price_effect_strict.py +0 -0
  754. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/mleg_price_effect_strict_nullable.py +0 -0
  755. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/mleg_trade_form.py +0 -0
  756. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/mleg_trading_instrument.py +0 -0
  757. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/model400_failed_request_response.py +0 -0
  758. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/model401_failed_request_response.py +0 -0
  759. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/model402_brokerage_auth_already_disabled_exception.py +0 -0
  760. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/model402_brokerage_auth_disabled_response.py +0 -0
  761. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/model403_failed_request_response.py +0 -0
  762. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/model403_feature_not_enabled_response.py +0 -0
  763. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/model404_failed_request_response.py +0 -0
  764. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/model425_failed_request_response.py +0 -0
  765. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/model500_unexpected_exception_response.py +0 -0
  766. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/monthly_dividends.py +0 -0
  767. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/net_contributions.py +0 -0
  768. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/net_dividend.py +0 -0
  769. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/notional_value.py +0 -0
  770. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/notional_value_nullable.py +0 -0
  771. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/option_brokerage_symbol.py +0 -0
  772. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/option_chain.py +0 -0
  773. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/option_chain_item.py +0 -0
  774. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/option_chain_item_chain_per_root.py +0 -0
  775. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/option_chain_item_chain_per_root_item.py +0 -0
  776. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/option_chain_item_chain_per_root_item_chain_per_strike_price.py +0 -0
  777. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/option_chain_item_chain_per_root_item_chain_per_strike_price_item.py +0 -0
  778. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/option_impact.py +0 -0
  779. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/option_leg.py +0 -0
  780. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/option_quote.py +0 -0
  781. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/option_strategy.py +0 -0
  782. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/option_strategy_legs.py +0 -0
  783. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/option_symbol_id.py +0 -0
  784. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/options_position.py +0 -0
  785. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/options_symbol.py +0 -0
  786. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/options_symbol_nullable.py +0 -0
  787. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/order_type.py +0 -0
  788. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/order_type_strict.py +0 -0
  789. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/order_updated_response.py +0 -0
  790. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/paginated_universal_activity.py +0 -0
  791. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/pagination_details.py +0 -0
  792. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/partner_data.py +0 -0
  793. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/past_value.py +0 -0
  794. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/performance_custom.py +0 -0
  795. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/performance_custom_bad_tickers.py +0 -0
  796. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/portfolio_group_id.py +0 -0
  797. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/position.py +0 -0
  798. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/position_symbol.py +0 -0
  799. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/price.py +0 -0
  800. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/rate_of_return_object.py +0 -0
  801. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/rate_of_return_response.py +0 -0
  802. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/recent_orders_response.py +0 -0
  803. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/reporting_date.py +0 -0
  804. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/reporting_frequency.py +0 -0
  805. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/security_type.py +0 -0
  806. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/security_type_id.py +0 -0
  807. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/session_event.py +0 -0
  808. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/simple_order_form.py +0 -0
  809. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/snap_trade_holdings_account.py +0 -0
  810. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/snap_trade_holdings_account_meta.py +0 -0
  811. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/snap_trade_holdings_total_value.py +0 -0
  812. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/snap_trade_register_user_request_body.py +0 -0
  813. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/status.py +0 -0
  814. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/stop_loss.py +0 -0
  815. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/strategy_order_record.py +0 -0
  816. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/strategy_quotes.py +0 -0
  817. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/strategy_quotes_greek.py +0 -0
  818. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/sub_period_return_rate.py +0 -0
  819. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/symbol.py +0 -0
  820. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/symbol_nullable.py +0 -0
  821. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/symbol_query.py +0 -0
  822. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/symbols_quotes.py +0 -0
  823. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/sync_status_date.py +0 -0
  824. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/sync_status_date_nullable.py +0 -0
  825. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/take_profit.py +0 -0
  826. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/tax_lot.py +0 -0
  827. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/time.py +0 -0
  828. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/time_in_force.py +0 -0
  829. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/time_in_force_strict.py +0 -0
  830. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/trade_id.py +0 -0
  831. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/trading_instrument.py +0 -0
  832. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/trading_session.py +0 -0
  833. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/transactions_status.py +0 -0
  834. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/underlying_symbol.py +0 -0
  835. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/units.py +0 -0
  836. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/units_nullable.py +0 -0
  837. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/universal_symbol.py +0 -0
  838. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/universal_symbol_id.py +0 -0
  839. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/universal_symbol_id_nullable.py +0 -0
  840. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/us_exchange.py +0 -0
  841. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/user_i_dand_secret.py +0 -0
  842. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/user_id.py +0 -0
  843. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/user_list.py +0 -0
  844. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/user_secret.py +0 -0
  845. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type/validated_trade_body.py +0 -0
  846. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/type_util.py +0 -0
  847. {snaptrade_python_sdk-11.0.166 → snaptrade_python_sdk-11.0.167}/snaptrade_client/validation_metadata.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: snaptrade-python-sdk
3
- Version: 11.0.166
3
+ Version: 11.0.167
4
4
  Summary: Client for SnapTrade
5
5
  License: MIT
6
6
  Author: SnapTrade
@@ -30,7 +30,7 @@ Description-Content-Type: text/markdown
30
30
  Connect brokerage accounts to your app for live positions and trading
31
31
 
32
32
 
33
- [![PyPI](https://img.shields.io/badge/PyPI-v11.0.166-blue)](https://pypi.org/project/snaptrade-python-sdk/11.0.166)
33
+ [![PyPI](https://img.shields.io/badge/PyPI-v11.0.167-blue)](https://pypi.org/project/snaptrade-python-sdk/11.0.167)
34
34
  [![README.md](https://img.shields.io/badge/README-Click%20Here-green)](https://github.com/passiv/snaptrade-sdks/tree/master/sdks/python#readme)
35
35
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
36
36
 
@@ -76,7 +76,6 @@ Connect brokerage accounts to your app for live positions and trading
76
76
  * [`snaptrade.experimental_endpoints.get_user_account_orders_v2`](#snaptradeexperimental_endpointsget_user_account_orders_v2)
77
77
  * [`snaptrade.experimental_endpoints.get_user_account_recent_orders_v2`](#snaptradeexperimental_endpointsget_user_account_recent_orders_v2)
78
78
  * [`snaptrade.options.get_option_quote`](#snaptradeoptionsget_option_quote)
79
- * [`snaptrade.options.get_options_chain`](#snaptradeoptionsget_options_chain)
80
79
  * [`snaptrade.options.list_option_holdings`](#snaptradeoptionslist_option_holdings)
81
80
  * [`snaptrade.reference_data.get_currency_exchange_rate_pair`](#snaptradereference_dataget_currency_exchange_rate_pair)
82
81
  * [`snaptrade.reference_data.get_partner_info`](#snaptradereference_dataget_partner_info)
@@ -116,7 +115,7 @@ Python >=3.8
116
115
  ## Installation<a id="installation"></a>
117
116
 
118
117
  ```sh
119
- pip install snaptrade-python-sdk==11.0.166
118
+ pip install snaptrade-python-sdk==11.0.167
120
119
  ```
121
120
 
122
121
  ## Getting Started<a id="getting-started"></a>
@@ -336,7 +335,7 @@ Returns a list of balances for the account. Each element of the list has a disti
336
335
 
337
336
  Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
338
337
  - If you do, this endpoint returns real-time data.
339
- - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
338
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
340
339
 
341
340
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
342
341
 
@@ -473,7 +472,7 @@ Returns a list of recent orders in the specified account.
473
472
 
474
473
  Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
475
474
  - If you do, this endpoint returns real-time data.
476
- - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
475
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
477
476
 
478
477
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
479
478
 
@@ -526,7 +525,7 @@ Returns a list of stock/ETF/crypto/mutual fund positions in the specified accoun
526
525
 
527
526
  Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
528
527
  - If you do, this endpoint returns real-time data.
529
- - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
528
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
530
529
 
531
530
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
532
531
 
@@ -651,7 +650,7 @@ Returns a list of balances, positions, and recent orders for the specified accou
651
650
 
652
651
  Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
653
652
  - If you do, this endpoint returns real-time data.
654
- - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
653
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
655
654
 
656
655
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
657
656
 
@@ -864,7 +863,7 @@ login_snap_trade_user_response = snaptrade.authentication.login_snap_trade_user(
864
863
 
865
864
  ##### broker: `str`<a id="broker-str"></a>
866
865
 
867
- Slug of the brokerage to connect the user to. See [the integrations page](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=3cfea70ef4254afc89704e47275a7a9a&pvs=4) for a list of supported brokerages and their slugs.
866
+ Slug of the brokerage to connect the user to. See [the integrations page](https://support.snaptrade.com/brokerages) for a list of supported brokerages and their slugs.
868
867
 
869
868
  ##### immediate_redirect: `bool`<a id="immediate_redirect-bool"></a>
870
869
 
@@ -1488,54 +1487,13 @@ The OCC-formatted option symbol.
1488
1487
 
1489
1488
  ---
1490
1489
 
1491
- ### `snaptrade.options.get_options_chain`<a id="snaptradeoptionsget_options_chain"></a>
1492
-
1493
- Returns the option chain for the specified symbol in the specified account.
1494
-
1495
- #### 🛠️ Usage<a id="🛠️-usage"></a>
1496
-
1497
- ```python
1498
- get_options_chain_response = snaptrade.options.get_options_chain(
1499
- user_id="snaptrade-user-123",
1500
- user_secret="adf2aa34-8219-40f7-a6b3-60156985cc61",
1501
- account_id="accountId_example",
1502
- symbol="symbol_example",
1503
- )
1504
- ```
1505
-
1506
- #### ⚙️ Parameters<a id="⚙️-parameters"></a>
1507
-
1508
- ##### user_id: `str`<a id="user_id-str"></a>
1509
-
1510
- ##### user_secret: `str`<a id="user_secret-str"></a>
1511
-
1512
- ##### account_id: `str`<a id="account_id-str"></a>
1513
-
1514
- The ID of the account to get the options chain from.
1515
-
1516
- ##### symbol: `str`<a id="symbol-str"></a>
1517
-
1518
- Universal symbol ID if symbol
1519
-
1520
- #### 🔄 Return<a id="🔄-return"></a>
1521
-
1522
- [`OptionChain`](./snaptrade_client/type/option_chain.py)
1523
-
1524
- #### 🌐 Endpoint<a id="🌐-endpoint"></a>
1525
-
1526
- `/accounts/{accountId}/optionsChain` `get`
1527
-
1528
- [🔙 **Back to Table of Contents**](#table-of-contents)
1529
-
1530
- ---
1531
-
1532
1490
  ### `snaptrade.options.list_option_holdings`<a id="snaptradeoptionslist_option_holdings"></a>
1533
1491
 
1534
1492
  Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions).
1535
1493
 
1536
1494
  Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
1537
1495
  - If you do, this endpoint returns real-time data.
1538
- - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
1496
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
1539
1497
 
1540
1498
 
1541
1499
  #### 🛠️ Usage<a id="🛠️-usage"></a>
@@ -2041,7 +1999,7 @@ get_cryptocurrency_pair_quote_response = (
2041
1999
  ### `snaptrade.trading.get_option_impact`<a id="snaptradetradingget_option_impact"></a>
2042
2000
 
2043
2001
  Simulates an option order with up to 4 legs and returns the estimated cost and transaction fees without placing it.
2044
- Only supported for certain brokerages. Please refer to https://snaptrade.notion.site/brokerages for more information on brokerage trading support.
2002
+ Only supported for certain brokerages. Please refer to https://support.snaptrade.com/brokerages for more information on brokerage trading support.
2045
2003
 
2046
2004
 
2047
2005
  #### 🛠️ Usage<a id="🛠️-usage"></a>
@@ -2485,7 +2443,7 @@ For Equity orders, this represents the number of shares for the order. This can
2485
2443
 
2486
2444
  ### `snaptrade.trading.place_mleg_order`<a id="snaptradetradingplace_mleg_order"></a>
2487
2445
 
2488
- Places a multi-leg option order. Only supported on certain option trading brokerages. https://snaptrade.notion.site/brokerages has information on brokerage trading support
2446
+ Places a multi-leg option order. Only supported on certain option trading brokerages. https://support.snaptrade.com/brokerages has information on brokerage trading support
2489
2447
 
2490
2448
 
2491
2449
  #### 🛠️ Usage<a id="🛠️-usage"></a>
@@ -7,7 +7,7 @@
7
7
  Connect brokerage accounts to your app for live positions and trading
8
8
 
9
9
 
10
- [![PyPI](https://img.shields.io/badge/PyPI-v11.0.166-blue)](https://pypi.org/project/snaptrade-python-sdk/11.0.166)
10
+ [![PyPI](https://img.shields.io/badge/PyPI-v11.0.167-blue)](https://pypi.org/project/snaptrade-python-sdk/11.0.167)
11
11
  [![README.md](https://img.shields.io/badge/README-Click%20Here-green)](https://github.com/passiv/snaptrade-sdks/tree/master/sdks/python#readme)
12
12
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
13
13
 
@@ -53,7 +53,6 @@ Connect brokerage accounts to your app for live positions and trading
53
53
  * [`snaptrade.experimental_endpoints.get_user_account_orders_v2`](#snaptradeexperimental_endpointsget_user_account_orders_v2)
54
54
  * [`snaptrade.experimental_endpoints.get_user_account_recent_orders_v2`](#snaptradeexperimental_endpointsget_user_account_recent_orders_v2)
55
55
  * [`snaptrade.options.get_option_quote`](#snaptradeoptionsget_option_quote)
56
- * [`snaptrade.options.get_options_chain`](#snaptradeoptionsget_options_chain)
57
56
  * [`snaptrade.options.list_option_holdings`](#snaptradeoptionslist_option_holdings)
58
57
  * [`snaptrade.reference_data.get_currency_exchange_rate_pair`](#snaptradereference_dataget_currency_exchange_rate_pair)
59
58
  * [`snaptrade.reference_data.get_partner_info`](#snaptradereference_dataget_partner_info)
@@ -93,7 +92,7 @@ Python >=3.8
93
92
  ## Installation<a id="installation"></a>
94
93
 
95
94
  ```sh
96
- pip install snaptrade-python-sdk==11.0.166
95
+ pip install snaptrade-python-sdk==11.0.167
97
96
  ```
98
97
 
99
98
  ## Getting Started<a id="getting-started"></a>
@@ -313,7 +312,7 @@ Returns a list of balances for the account. Each element of the list has a disti
313
312
 
314
313
  Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
315
314
  - If you do, this endpoint returns real-time data.
316
- - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
315
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
317
316
 
318
317
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
319
318
 
@@ -450,7 +449,7 @@ Returns a list of recent orders in the specified account.
450
449
 
451
450
  Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
452
451
  - If you do, this endpoint returns real-time data.
453
- - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
452
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
454
453
 
455
454
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
456
455
 
@@ -503,7 +502,7 @@ Returns a list of stock/ETF/crypto/mutual fund positions in the specified accoun
503
502
 
504
503
  Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
505
504
  - If you do, this endpoint returns real-time data.
506
- - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
505
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
507
506
 
508
507
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
509
508
 
@@ -628,7 +627,7 @@ Returns a list of balances, positions, and recent orders for the specified accou
628
627
 
629
628
  Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
630
629
  - If you do, this endpoint returns real-time data.
631
- - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
630
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
632
631
 
633
632
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
634
633
 
@@ -841,7 +840,7 @@ login_snap_trade_user_response = snaptrade.authentication.login_snap_trade_user(
841
840
 
842
841
  ##### broker: `str`<a id="broker-str"></a>
843
842
 
844
- Slug of the brokerage to connect the user to. See [the integrations page](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=3cfea70ef4254afc89704e47275a7a9a&pvs=4) for a list of supported brokerages and their slugs.
843
+ Slug of the brokerage to connect the user to. See [the integrations page](https://support.snaptrade.com/brokerages) for a list of supported brokerages and their slugs.
845
844
 
846
845
  ##### immediate_redirect: `bool`<a id="immediate_redirect-bool"></a>
847
846
 
@@ -1465,54 +1464,13 @@ The OCC-formatted option symbol.
1465
1464
 
1466
1465
  ---
1467
1466
 
1468
- ### `snaptrade.options.get_options_chain`<a id="snaptradeoptionsget_options_chain"></a>
1469
-
1470
- Returns the option chain for the specified symbol in the specified account.
1471
-
1472
- #### 🛠️ Usage<a id="🛠️-usage"></a>
1473
-
1474
- ```python
1475
- get_options_chain_response = snaptrade.options.get_options_chain(
1476
- user_id="snaptrade-user-123",
1477
- user_secret="adf2aa34-8219-40f7-a6b3-60156985cc61",
1478
- account_id="accountId_example",
1479
- symbol="symbol_example",
1480
- )
1481
- ```
1482
-
1483
- #### ⚙️ Parameters<a id="⚙️-parameters"></a>
1484
-
1485
- ##### user_id: `str`<a id="user_id-str"></a>
1486
-
1487
- ##### user_secret: `str`<a id="user_secret-str"></a>
1488
-
1489
- ##### account_id: `str`<a id="account_id-str"></a>
1490
-
1491
- The ID of the account to get the options chain from.
1492
-
1493
- ##### symbol: `str`<a id="symbol-str"></a>
1494
-
1495
- Universal symbol ID if symbol
1496
-
1497
- #### 🔄 Return<a id="🔄-return"></a>
1498
-
1499
- [`OptionChain`](./snaptrade_client/type/option_chain.py)
1500
-
1501
- #### 🌐 Endpoint<a id="🌐-endpoint"></a>
1502
-
1503
- `/accounts/{accountId}/optionsChain` `get`
1504
-
1505
- [🔙 **Back to Table of Contents**](#table-of-contents)
1506
-
1507
- ---
1508
-
1509
1467
  ### `snaptrade.options.list_option_holdings`<a id="snaptradeoptionslist_option_holdings"></a>
1510
1468
 
1511
1469
  Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions).
1512
1470
 
1513
1471
  Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
1514
1472
  - If you do, this endpoint returns real-time data.
1515
- - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
1473
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
1516
1474
 
1517
1475
 
1518
1476
  #### 🛠️ Usage<a id="🛠️-usage"></a>
@@ -2018,7 +1976,7 @@ get_cryptocurrency_pair_quote_response = (
2018
1976
  ### `snaptrade.trading.get_option_impact`<a id="snaptradetradingget_option_impact"></a>
2019
1977
 
2020
1978
  Simulates an option order with up to 4 legs and returns the estimated cost and transaction fees without placing it.
2021
- Only supported for certain brokerages. Please refer to https://snaptrade.notion.site/brokerages for more information on brokerage trading support.
1979
+ Only supported for certain brokerages. Please refer to https://support.snaptrade.com/brokerages for more information on brokerage trading support.
2022
1980
 
2023
1981
 
2024
1982
  #### 🛠️ Usage<a id="🛠️-usage"></a>
@@ -2462,7 +2420,7 @@ For Equity orders, this represents the number of shares for the order. This can
2462
2420
 
2463
2421
  ### `snaptrade.trading.place_mleg_order`<a id="snaptradetradingplace_mleg_order"></a>
2464
2422
 
2465
- Places a multi-leg option order. Only supported on certain option trading brokerages. https://snaptrade.notion.site/brokerages has information on brokerage trading support
2423
+ Places a multi-leg option order. Only supported on certain option trading brokerages. https://support.snaptrade.com/brokerages has information on brokerage trading support
2466
2424
 
2467
2425
 
2468
2426
  #### 🛠️ Usage<a id="🛠️-usage"></a>
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "snaptrade-python-sdk"
3
- version = "11.0.166"
3
+ version = "11.0.167"
4
4
  description = "Client for SnapTrade"
5
5
  authors = ["SnapTrade <api@snaptrade.com>"]
6
6
  license = "MIT"
@@ -12,7 +12,7 @@
12
12
  Created by: https://snaptrade.com/
13
13
  """
14
14
 
15
- __version__ = "11.0.166"
15
+ __version__ = "11.0.167"
16
16
 
17
17
  # import ApiClient
18
18
  from snaptrade_client.api_client import ApiClient
@@ -1155,7 +1155,7 @@ class ApiClient:
1155
1155
  self.default_headers[header_name] = header_value
1156
1156
  self.cookie = cookie
1157
1157
  # Set default User-Agent.
1158
- self.user_agent = 'Konfig/11.0.166/python'
1158
+ self.user_agent = 'Konfig/11.0.167/python'
1159
1159
 
1160
1160
  def __enter__(self):
1161
1161
  return self
@@ -26,7 +26,6 @@ from snaptrade_client.apis.paths.accounts_account_id_return_rates import Account
26
26
  from snaptrade_client.apis.paths.accounts_account_id_activities import AccountsAccountIdActivities
27
27
  from snaptrade_client.apis.paths.accounts_account_id_orders_details import AccountsAccountIdOrdersDetails
28
28
  from snaptrade_client.apis.paths.accounts_account_id_options import AccountsAccountIdOptions
29
- from snaptrade_client.apis.paths.accounts_account_id_options_chain import AccountsAccountIdOptionsChain
30
29
  from snaptrade_client.apis.paths.market_data_options_quotes import MarketDataOptionsQuotes
31
30
  from snaptrade_client.apis.paths.activities import Activities
32
31
  from snaptrade_client.apis.paths.performance_custom import PerformanceCustom
@@ -89,7 +88,6 @@ PathToApi = typing_extensions.TypedDict(
89
88
  PathValues.ACCOUNTS_ACCOUNT_ID_ACTIVITIES: AccountsAccountIdActivities,
90
89
  PathValues.ACCOUNTS_ACCOUNT_ID_ORDERS_DETAILS: AccountsAccountIdOrdersDetails,
91
90
  PathValues.ACCOUNTS_ACCOUNT_ID_OPTIONS: AccountsAccountIdOptions,
92
- PathValues.ACCOUNTS_ACCOUNT_ID_OPTIONS_CHAIN: AccountsAccountIdOptionsChain,
93
91
  PathValues.MARKET_DATA_OPTIONS_QUOTES: MarketDataOptionsQuotes,
94
92
  PathValues.ACTIVITIES: Activities,
95
93
  PathValues.PERFORMANCE_CUSTOM: PerformanceCustom,
@@ -153,7 +151,6 @@ path_to_api = PathToApi(
153
151
  PathValues.ACCOUNTS_ACCOUNT_ID_ACTIVITIES: AccountsAccountIdActivities,
154
152
  PathValues.ACCOUNTS_ACCOUNT_ID_ORDERS_DETAILS: AccountsAccountIdOrdersDetails,
155
153
  PathValues.ACCOUNTS_ACCOUNT_ID_OPTIONS: AccountsAccountIdOptions,
156
- PathValues.ACCOUNTS_ACCOUNT_ID_OPTIONS_CHAIN: AccountsAccountIdOptionsChain,
157
154
  PathValues.MARKET_DATA_OPTIONS_QUOTES: MarketDataOptionsQuotes,
158
155
  PathValues.ACTIVITIES: Activities,
159
156
  PathValues.PERFORMANCE_CUSTOM: PerformanceCustom,
@@ -10,13 +10,11 @@
10
10
  """
11
11
 
12
12
  from snaptrade_client.paths.market_data_options_quotes.get import GetOptionQuote
13
- from snaptrade_client.paths.accounts_account_id_options_chain.get import GetOptionsChain
14
13
  from snaptrade_client.paths.accounts_account_id_options.get import ListOptionHoldings
15
14
 
16
15
 
17
16
  class OptionsApiGenerated(
18
17
  GetOptionQuote,
19
- GetOptionsChain,
20
18
  ListOptionHoldings,
21
19
  ):
22
20
  """NOTE:
@@ -438,7 +438,7 @@ conf = snaptrade_client.Configuration(
438
438
  "OS: {env}\n"\
439
439
  "Python Version: {pyversion}\n"\
440
440
  "Version of the API: 1.0.0\n"\
441
- "SDK Package Version: 11.0.166".\
441
+ "SDK Package Version: 11.0.167".\
442
442
  format(env=sys.platform, pyversion=sys.version)
443
443
 
444
444
  def get_host_settings(self):
@@ -30,7 +30,7 @@ class NotionalValue(
30
30
  """
31
31
  This class is auto generated by Konfig (https://konfigthis.com)
32
32
 
33
- Total notional amount for the order. Must be `null` if `units` is provided. Can only work with `Market` for `order_type` and `Day` for `time_in_force`. This is only available for certain brokerages. Please check the [integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=e7bbcbf9f272441593f93decde660687) for more information.
33
+ Total notional amount for the order. Must be `null` if `units` is provided. Can only work with `Market` for `order_type` and `Day` for `time_in_force`. This is only available for certain brokerages. Please check the [integrations doc](https://support.snaptrade.com/brokerages-table?v=e7bbcbf9f272441593f93decde660687) for more information.
34
34
  """
35
35
 
36
36
 
@@ -30,7 +30,7 @@ class NotionalValue(
30
30
  """
31
31
  This class is auto generated by Konfig (https://konfigthis.com)
32
32
 
33
- Total notional amount for the order. Must be `null` if `units` is provided. Can only work with `Market` for `order_type` and `Day` for `time_in_force`. This is only available for certain brokerages. Please check the [integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=e7bbcbf9f272441593f93decde660687) for more information.
33
+ Total notional amount for the order. Must be `null` if `units` is provided. Can only work with `Market` for `order_type` and `Day` for `time_in_force`. This is only available for certain brokerages. Please check the [integrations doc](https://support.snaptrade.com/brokerages-table?v=e7bbcbf9f272441593f93decde660687) for more information.
34
34
  """
35
35
 
36
36
 
@@ -30,7 +30,7 @@ class NotionalValueNullable(
30
30
  """
31
31
  This class is auto generated by Konfig (https://konfigthis.com)
32
32
 
33
- Total notional amount for the order. Must be `null` if `units` is provided. Can only work with `Market` for `order_type` and `Day` for `time_in_force`. This is only available for certain brokerages. Please check the [integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=e7bbcbf9f272441593f93decde660687) for more information.
33
+ Total notional amount for the order. Must be `null` if `units` is provided. Can only work with `Market` for `order_type` and `Day` for `time_in_force`. This is only available for certain brokerages. Please check the [integrations doc](https://support.snaptrade.com/brokerages-table?v=e7bbcbf9f272441593f93decde660687) for more information.
34
34
  """
35
35
 
36
36
 
@@ -30,7 +30,7 @@ class NotionalValueNullable(
30
30
  """
31
31
  This class is auto generated by Konfig (https://konfigthis.com)
32
32
 
33
- Total notional amount for the order. Must be `null` if `units` is provided. Can only work with `Market` for `order_type` and `Day` for `time_in_force`. This is only available for certain brokerages. Please check the [integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=e7bbcbf9f272441593f93decde660687) for more information.
33
+ Total notional amount for the order. Must be `null` if `units` is provided. Can only work with `Market` for `order_type` and `Day` for `time_in_force`. This is only available for certain brokerages. Please check the [integrations doc](https://support.snaptrade.com/brokerages-table?v=e7bbcbf9f272441593f93decde660687) for more information.
34
34
  """
35
35
 
36
36
 
@@ -31,7 +31,7 @@ class TransactionsStatus(
31
31
  This class is auto generated by Konfig (https://konfigthis.com)
32
32
 
33
33
  Status of account transaction sync. SnapTrade syncs transactions from the brokerage under the following conditions:
34
- 1. Initial connection - SnapTrade syncs all transactions from the brokerage account as far back as the brokerage allows. Check [our integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=6fab8012ade6441fa0c6d9af9c55ce3a) for details on how far back we sync for each brokerage.
34
+ 1. Initial connection - SnapTrade syncs all transactions from the brokerage account as far back as the brokerage allows. Check [our integrations doc](https://support.snaptrade.com/brokerages-table?v=6fab8012ade6441fa0c6d9af9c55ce3a) for details on how far back we sync for each brokerage.
35
35
  2. Daily sync - Once a day SnapTrade syncs new transactions from the brokerage.
36
36
  3. Manual sync - You can retrigger an incremental sync of transactions with the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
37
37
 
@@ -31,7 +31,7 @@ class TransactionsStatus(
31
31
  This class is auto generated by Konfig (https://konfigthis.com)
32
32
 
33
33
  Status of account transaction sync. SnapTrade syncs transactions from the brokerage under the following conditions:
34
- 1. Initial connection - SnapTrade syncs all transactions from the brokerage account as far back as the brokerage allows. Check [our integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=6fab8012ade6441fa0c6d9af9c55ce3a) for details on how far back we sync for each brokerage.
34
+ 1. Initial connection - SnapTrade syncs all transactions from the brokerage account as far back as the brokerage allows. Check [our integrations doc](https://support.snaptrade.com/brokerages-table?v=6fab8012ade6441fa0c6d9af9c55ce3a) for details on how far back we sync for each brokerage.
35
35
  2. Daily sync - Once a day SnapTrade syncs new transactions from the brokerage.
36
36
  3. Manual sync - You can retrigger an incremental sync of transactions with the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
37
37
 
@@ -423,22 +423,6 @@ operation_parameter_map = {
423
423
  },
424
424
  ]
425
425
  },
426
- '/accounts/{accountId}/optionsChain-GET': {
427
- 'parameters': [
428
- {
429
- 'name': 'userId'
430
- },
431
- {
432
- 'name': 'userSecret'
433
- },
434
- {
435
- 'name': 'accountId'
436
- },
437
- {
438
- 'name': 'symbol'
439
- },
440
- ]
441
- },
442
426
  '/accounts/{accountId}/options-GET': {
443
427
  'parameters': [
444
428
  {
@@ -31,7 +31,6 @@ class PathValues(str, enum.Enum):
31
31
  ACCOUNTS_ACCOUNT_ID_ACTIVITIES = "/accounts/{accountId}/activities"
32
32
  ACCOUNTS_ACCOUNT_ID_ORDERS_DETAILS = "/accounts/{accountId}/orders/details"
33
33
  ACCOUNTS_ACCOUNT_ID_OPTIONS = "/accounts/{accountId}/options"
34
- ACCOUNTS_ACCOUNT_ID_OPTIONS_CHAIN = "/accounts/{accountId}/optionsChain"
35
34
  MARKET_DATA_OPTIONS_QUOTES = "/marketData/options/quotes"
36
35
  ACTIVITIES = "/activities"
37
36
  PERFORMANCE_CUSTOM = "/performance/custom"
@@ -479,7 +479,7 @@ class GetUserAccountBalance(BaseApi):
479
479
  ApiResponseForDefault,
480
480
  api_client.ApiResponseWithoutDeserialization,
481
481
  ]:
482
- """ Returns a 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). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
482
+ """ Returns a 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). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
483
483
  args = self._get_user_account_balance_mapped_args(
484
484
  query_params=query_params,
485
485
  path_params=path_params,
@@ -534,7 +534,7 @@ class ApiForget(BaseApi):
534
534
  ApiResponseForDefault,
535
535
  api_client.ApiResponseWithoutDeserialization,
536
536
  ]:
537
- """ Returns a 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). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
537
+ """ Returns a 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). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
538
538
  args = self._get_user_account_balance_mapped_args(
539
539
  query_params=query_params,
540
540
  path_params=path_params,
@@ -468,7 +468,7 @@ class GetUserAccountBalance(BaseApi):
468
468
  ApiResponseForDefault,
469
469
  api_client.ApiResponseWithoutDeserialization,
470
470
  ]:
471
- """ Returns a 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). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
471
+ """ Returns a 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). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
472
472
  args = self._get_user_account_balance_mapped_args(
473
473
  query_params=query_params,
474
474
  path_params=path_params,
@@ -523,7 +523,7 @@ class ApiForget(BaseApi):
523
523
  ApiResponseForDefault,
524
524
  api_client.ApiResponseWithoutDeserialization,
525
525
  ]:
526
- """ Returns a 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). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
526
+ """ Returns a 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). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
527
527
  args = self._get_user_account_balance_mapped_args(
528
528
  query_params=query_params,
529
529
  path_params=path_params,
@@ -513,7 +513,7 @@ class GetUserHoldings(BaseApi):
513
513
  ApiResponseFor200,
514
514
  api_client.ApiResponseWithoutDeserialization,
515
515
  ]:
516
- """ Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
516
+ """ Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
517
517
  args = self._get_user_holdings_mapped_args(
518
518
  query_params=query_params,
519
519
  path_params=path_params,
@@ -566,7 +566,7 @@ class ApiForget(BaseApi):
566
566
  ApiResponseFor200,
567
567
  api_client.ApiResponseWithoutDeserialization,
568
568
  ]:
569
- """ Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
569
+ """ Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
570
570
  args = self._get_user_holdings_mapped_args(
571
571
  query_params=query_params,
572
572
  path_params=path_params,
@@ -499,7 +499,7 @@ class GetUserHoldings(BaseApi):
499
499
  ApiResponseFor200,
500
500
  api_client.ApiResponseWithoutDeserialization,
501
501
  ]:
502
- """ Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
502
+ """ Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
503
503
  args = self._get_user_holdings_mapped_args(
504
504
  query_params=query_params,
505
505
  path_params=path_params,
@@ -552,7 +552,7 @@ class ApiForget(BaseApi):
552
552
  ApiResponseFor200,
553
553
  api_client.ApiResponseWithoutDeserialization,
554
554
  ]:
555
- """ Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
555
+ """ Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://support.snaptrade.com/brokerages-table?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
556
556
  args = self._get_user_holdings_mapped_args(
557
557
  query_params=query_params,
558
558
  path_params=path_params,