Stock Market Manipulation Scheme
Intermediate
120 min
81 views
0 solutions
Overview
SEBI detected unusual trading patterns in 20 small-cap stocks with 200-800% price increases followed by crashes. Retail investors lost Rs. 200 crores. Students will analyze trading patterns and social media manipulation.
Case Details
# Aplly.xyz Case Study Submission
## Title
Stock Market Manipulation Scheme
## Type
Fraud Pattern Analysis
## Difficulty
Intermediate
## Estimated Time
60 minutes
## Overview
SEBI detected unusual trading patterns in 20 small-cap stocks with 200-800% price increases followed by crashes. Retail investors lost Rs. 200 crores. Students will analyze trading patterns and social media manipulation.
## Case Details
Function Focus: Fraud Pattern Analysis — manual reasoning, decomposition, and critical judgment (no spreadsheet or AI tool permitted in Phase 1)
Scenario:
You are the analyst at a fictional consultancy ("Praxis Advisors") tasked with answering: Stock Market Manipulation Scheme. You have a clean, synthetic dataset described below. You must produce a defensible answer using structured reasoning — no tool-assisted shortcut on the first pass.
Dataset Structure:
- trade_id
- date
- stock_symbol
- volume
- trade_price_rs
- buyer_id
- seller_id
- trade_type
- circuit_filter_hit
- price_change_pct
- related_group
- off_market_trades
- pattern_type
- insider_trading_flag
- sebi_investigation
Tasks:
1. Profile the distribution of key numeric columns; identify outliers, tail values, or groups that look systematically different.
2. Flag candidate fraudulent records by rule-of-thumb thresholds you define yourself. Write the rules down before applying them.
3. Look for coordinated patterns (shared attributes, networks, repetition) that single-record checks would miss.
4. Estimate the financial exposure of the flagged set and state your confidence and the biggest assumption.
5. Only after the manual pass, compare your flags against an automated model/threshold and explain the gaps.
Expected Output:
A one-page fraud assessment memo: flagged record list with rules, network/pattern evidence, exposure estimate, confidence statement.
Evaluation Criteria:
Correctness of threshold rules, detection of coordinated patterns, accuracy of exposure estimate, honest confidence statement.
## Data Sources
| trade_id | date | stock_symbol | volume | trade_price_rs | buyer_id | seller_id | trade_type | circuit_filter_hit | price_change_pct | related_group | off_market_trades | pattern_type | insider_trading_flag | sebi_investigation |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| T001 | 2026-01-15 | ABC LTD | 2500000 | 45.5 | B001 | S001 | Block | True | 12.5 | G1 | False | Pump & dump | True | True |
| T002 | 2026-01-15 | ABC LTD | 3200000 | 48.2 | B002 | S002 | Block | True | 15.8 | G1 | False | Pump & dump | True | True |
| T003 | 2026-01-16 | ABC LTD | 1800000 | 52 | B001 | S003 | Market | False | 7.9 | G1 | False | Pump & dump | False | True |
| T004 | 2026-01-17 | ABC LTD | 500000 | 28.5 | M001 | B001 | Market | True | -45.2 | G1 | False | Dump | False | True |
| T005 | 2026-01-10 | XYZ CORP | 450000 | 1200 | B003 | S004 | Market | False | 2.1 | None | False | None | False | False |
| T006 | 2026-01-12 | PENNY STK | 5000000 | 2.5 | G1_M1 | G1_M2 | Cross | True | 25 | G1 | True | Circular trading | True | True |
| T007 | 2026-01-12 | PENNY STK | 3500000 | 3.1 | G1_M2 | G1_M3 | Cross | True | 24 | G1 | True | Circular trading | True | True |
| T008 | 2026-01-12 | PENNY STK | 4200000 | 3.5 | G1_M3 | G1_M1 | Cross | True | 12.9 | G1 | True | Circular trading | True | True |
| T009 | 2026-01-14 | PENNY STK | 200000 | 1.2 | R001 | G1_M1 | Market | True | -65.7 | G1 | False | Dump on retail | False | True |
| T010 | 2026-02-01 | MID CAP | 150000 | 880 | B004 | S005 | Market | False | 1.5 | None | False | None | False | False |
Full dataset: https://github.com/arora200/aplly_case_db/datasets/067-fraud-stock-manipulation (synthetic, 15 records)
## Solution Frameworks
Pattern & anomaly detection, network/graph analysis, risk scoring, layered defense review, distribution/tail analysis
## Solver Guidance & Tutorials
_Solver guidance added by the pipeline (tutorial links) — see `solver_guidance` field._
## What You'll Learn
- Spot outliers and coordinated patterns by hand
- Write and test your own detection rules
- Estimate financial exposure honestly
## Tags
Stock Manipulation, Financial Fraud, Pattern Analysis, Market Surveillance
## Registration Links
Register as Solver / Register as Evaluator
## Title
Stock Market Manipulation Scheme
## Type
Fraud Pattern Analysis
## Difficulty
Intermediate
## Estimated Time
60 minutes
## Overview
SEBI detected unusual trading patterns in 20 small-cap stocks with 200-800% price increases followed by crashes. Retail investors lost Rs. 200 crores. Students will analyze trading patterns and social media manipulation.
## Case Details
Function Focus: Fraud Pattern Analysis — manual reasoning, decomposition, and critical judgment (no spreadsheet or AI tool permitted in Phase 1)
Scenario:
You are the analyst at a fictional consultancy ("Praxis Advisors") tasked with answering: Stock Market Manipulation Scheme. You have a clean, synthetic dataset described below. You must produce a defensible answer using structured reasoning — no tool-assisted shortcut on the first pass.
Dataset Structure:
- trade_id
- date
- stock_symbol
- volume
- trade_price_rs
- buyer_id
- seller_id
- trade_type
- circuit_filter_hit
- price_change_pct
- related_group
- off_market_trades
- pattern_type
- insider_trading_flag
- sebi_investigation
Tasks:
1. Profile the distribution of key numeric columns; identify outliers, tail values, or groups that look systematically different.
2. Flag candidate fraudulent records by rule-of-thumb thresholds you define yourself. Write the rules down before applying them.
3. Look for coordinated patterns (shared attributes, networks, repetition) that single-record checks would miss.
4. Estimate the financial exposure of the flagged set and state your confidence and the biggest assumption.
5. Only after the manual pass, compare your flags against an automated model/threshold and explain the gaps.
Expected Output:
A one-page fraud assessment memo: flagged record list with rules, network/pattern evidence, exposure estimate, confidence statement.
Evaluation Criteria:
Correctness of threshold rules, detection of coordinated patterns, accuracy of exposure estimate, honest confidence statement.
## Data Sources
| trade_id | date | stock_symbol | volume | trade_price_rs | buyer_id | seller_id | trade_type | circuit_filter_hit | price_change_pct | related_group | off_market_trades | pattern_type | insider_trading_flag | sebi_investigation |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| T001 | 2026-01-15 | ABC LTD | 2500000 | 45.5 | B001 | S001 | Block | True | 12.5 | G1 | False | Pump & dump | True | True |
| T002 | 2026-01-15 | ABC LTD | 3200000 | 48.2 | B002 | S002 | Block | True | 15.8 | G1 | False | Pump & dump | True | True |
| T003 | 2026-01-16 | ABC LTD | 1800000 | 52 | B001 | S003 | Market | False | 7.9 | G1 | False | Pump & dump | False | True |
| T004 | 2026-01-17 | ABC LTD | 500000 | 28.5 | M001 | B001 | Market | True | -45.2 | G1 | False | Dump | False | True |
| T005 | 2026-01-10 | XYZ CORP | 450000 | 1200 | B003 | S004 | Market | False | 2.1 | None | False | None | False | False |
| T006 | 2026-01-12 | PENNY STK | 5000000 | 2.5 | G1_M1 | G1_M2 | Cross | True | 25 | G1 | True | Circular trading | True | True |
| T007 | 2026-01-12 | PENNY STK | 3500000 | 3.1 | G1_M2 | G1_M3 | Cross | True | 24 | G1 | True | Circular trading | True | True |
| T008 | 2026-01-12 | PENNY STK | 4200000 | 3.5 | G1_M3 | G1_M1 | Cross | True | 12.9 | G1 | True | Circular trading | True | True |
| T009 | 2026-01-14 | PENNY STK | 200000 | 1.2 | R001 | G1_M1 | Market | True | -65.7 | G1 | False | Dump on retail | False | True |
| T010 | 2026-02-01 | MID CAP | 150000 | 880 | B004 | S005 | Market | False | 1.5 | None | False | None | False | False |
Full dataset: https://github.com/arora200/aplly_case_db/datasets/067-fraud-stock-manipulation (synthetic, 15 records)
## Solution Frameworks
Pattern & anomaly detection, network/graph analysis, risk scoring, layered defense review, distribution/tail analysis
## Solver Guidance & Tutorials
_Solver guidance added by the pipeline (tutorial links) — see `solver_guidance` field._
## What You'll Learn
- Spot outliers and coordinated patterns by hand
- Write and test your own detection rules
- Estimate financial exposure honestly
## Tags
Stock Manipulation, Financial Fraud, Pattern Analysis, Market Surveillance
## Registration Links
Register as Solver / Register as Evaluator
What You'll Learn
- Problem-solving and analytical thinking
- Data-driven decision making
- Business strategy development
- Professional report writing
0
Solutions Submitted
Difficulty
Intermediate
Estimated Time
120 minutes
Relevance
Fresh
Source
Based on SEBI enforcement actions against pump-and-dump schemes (2019-2022)