RegulatoryDetail

-
Fully Disclosed Client (Individual, Retirement, Joint)
-
Advisor Client (Individual, Retirement, Joint)

XSD
<xsd:sequence>
<xsd:complexType name="RegulatoryInformation" type="RegulatoryDetail" minOccurs="1" maxOccurs="1" />
</xsd:sequence>
<xsd:sequence>
<xsd:element name="RegulatoryDetail" minOccurs="2" maxOccurs="2" use="Required" />
<xsd:attribute name="code" type="code" use="Required" />
<xsd:attribute name="status" type="Boolean" use="Required" />
<xsd:attribute name="detail" type="String" use="Optional" />
<xsd:attribute name="external_individual_id" type="String" use="Optional" />
</xsd:sequence>
Parameters
Name |
Type |
Description |
---|---|---|
code |
AFFILIATION EmployeePubTrade EmployeePubTrade POLITICALMILITARYDIPLOMATIC CONTROLLER STOCKCONTROL FOREIGN_BANK MONEY_TRANSMITTER HIGH_RISK_CONTRIBUTION |
Individual, Retirement, Joint (All Entities)
Individual, Retirement, Joint (All Entities except for IB-AU)
Individual, Retirement, Joint (IB-AU only)
Orgs (OWD only)
|
status |
true false |
Response to the above Regulatory Questions. Yes= true No = false |
detail |
String |
Required IF any of the following are true: EmployeePubTrade - Enter the stock symbol(s) of the company or companies, separated by commas. Stock symbol(s) must be upper case. ControlPubTraded - Enter the stock symbol(s) of the company or companies, separated by commas. Stock symbol(s) must be upper case. STOCKCONTROL - Enter the stock symbol(s) of the company or companies, separated by commas. Stock symbol(s) must be upper case. HIGH_RISK_CONTRIBUTION - Enter the country(ies), separated by commas. Country must be 3 digit ISO code and all upper case. |
external_individual_id | String | External_ID associated with the account holder. |

<RegulatoryInformation>
<RegulatoryDetail code="EmployeePubTrade" status="false"/>
<RegulatoryDetail code="ControlPubTraded" status="false"/>
<RegulatoryDetail code="AFFILIATION" status="false"/>
</RegulatoryInformation>
<RegulatoryInformation>
<RegulatoryDetail code="ControlPubTraded" detail="IBKR, AAPL" status="true" external_individual_id="FirstHolder"/>
<RegulatoryDetail code="EmployeePubTrade" detail="IBKR, AAPL" status="true" external_individual_id="FirstHolder" />
<RegulatoryDetail code="AFFILIATION" status="false"/>
</RegulatoryInformation>

<RegulatoryInformation>
<RegulatoryDetail code="STOCKCONTROL" status="false"/>
<RegulatoryDetail code="FOREIGN_BANK" status="false"/>
<RegulatoryDetail code="MONEY_TRANSMITTER" status="false"/>
<RegulatoryDetail code="HIGH_RISK_CONTRIBUTION" status="false"/>
</RegulatoryInformation>
<RegulatoryInformation>
<RegulatoryDetail code="STOCKCONTROL" status="true" detail="FB" />
<RegulatoryDetail code="FOREIGN_BANK" status="true" />
<RegulatoryDetail code="MONEY_TRANSMITTER" status="true" />
<RegulatoryDetail code="HIGH_RISK_CONTRIBUTION" status="true" detail="AFG"/>
</RegulatoryInformation>