eToro · Schema

PublicAggregatedInfoPlayerStatusReason

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs
View JSON Schema on GitHub

JSON Schema

PublicAggregatedInfoPlayerStatusReason.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/PublicAggregatedInfoPlayerStatusReason.json",
  "title": "PublicAggregatedInfoPlayerStatusReason",
  "type": "integer",
  "enum": [
    0,
    1,
    2,
    3,
    4,
    5,
    6,
    7,
    8,
    9,
    10,
    11,
    12,
    13,
    14,
    15,
    16,
    17,
    18,
    19,
    20,
    21,
    22,
    23,
    24,
    25,
    26,
    27,
    28,
    29,
    30,
    31,
    32,
    33,
    34,
    35,
    36,
    37,
    38,
    39,
    40,
    41,
    42
  ],
  "x-enumNames": [
    "None",
    "FailedVerification",
    "ExpiredDocument",
    "CloseAccountByUser",
    "Risk",
    "Chargeback",
    "AMLAccountClosed",
    "HRC",
    "Underage",
    "Deceased",
    "AML",
    "AMLreview",
    "OffMarketAbuse",
    "Overpayment",
    "RiskCheck",
    "ThirdParty",
    "PayPalInvestigation",
    "NOC_NOF_RFI",
    "WCHMatch",
    "Other",
    "RightToBeForgotten",
    "SelfService",
    "ByRequest",
    "ACHChargeback",
    "PWMBChargeback",
    "Abuse",
    "AffiliateAccount",
    "PendingDocs",
    "EmployeeAccount",
    "PIAccount",
    "CheckoutChargeback",
    "CheckoutRetrievel",
    "CheckoutCaptureDecline",
    "EToroMoneyRestriction",
    "AbusiveTrading",
    "HackedAccount",
    "PartnersAndPIs",
    "CS_ManagementDecision",
    "Deposits",
    "KYC",
    "AccountClosed",
    "Tax",
    "Corporate"
  ],
  "nullable": true
}