Screen 6: Trading Preferences
Up to this point, the system has been focused on establishing who the customer is. Now the conversation shifts to what they want to do. This screen asks which market segments the customer wishes to trade in. The customer sees a set of toggles — Equity, F&O (Futures and Options), Currency Derivatives, and Commodity. For a customer who only wants to buy and hold stocks, this screen is straightforward. But if they toggle on F&O or Commodity, the system needs income proof, and that introduces a conditional branch. This is where KYC (Know Your Customer) meets suitability — not just “are you who you say you are” but “are you financially qualified to trade derivatives?”
Purpose: Select trading segments and provide income proof if required for derivatives.
The segment selection here directly determines which exchanges the system will register this customer with during the post-approval batch pipeline. Equity maps to NSE and BSE. F&O maps to NSE F&O segment. Commodity maps to MCX. Each segment activation is a separate registration with the respective exchange.
Segment Toggles
Section titled “Segment Toggles”| Segment | Default | Income Proof Required |
|---|---|---|
| Equity / Cash | ON | No |
| F&O | OFF | Yes |
| Currency Derivatives | OFF | No |
| Commodity | OFF | Yes |
When a customer toggles on F&O or Commodity, the screen conditionally reveals an income verification step. This is not optional — SEBI (Securities and Exchange Board of India) mandates income qualification for derivatives trading.
Conditional Fields
Section titled “Conditional Fields”If F&O or Commodity is selected, income proof upload becomes mandatory.
Income Verification Methods
Section titled “Income Verification Methods”Income verification can be performed via the Account Aggregator framework (RBI Master Direction on Account Aggregator, September 2016) or manual document upload. The Account Aggregator flow lets the customer consent to share their bank data digitally, eliminating the need for manual PDF upload.
Available verification approaches:
- Account Aggregator (AA) consent flow — customer consents digitally, bank statement data fetched automatically via RBI-licensed AA operators
- ITR analysis — customer uploads ITR or authorises fetch; AI-based analysis extracts income figures
- Bank statement upload — manual PDF upload with automated parsing
- Payroll/HRMS integration — real-time salary and employment data (for salaried applicants)
For vendor implementation options for income verification and Account Aggregator integration, see Vendor Integrations.