Eight core operational modules engineered for syndicate scale
A unified Android execution pipeline built for multi-account bid filing, automated registrar verification, and instant profit settlement.
Centralized client profile records with rapid copy-paste triggers for broker terminals.
- ‣Stores Mobile, PAN, Demat BO ID, and Broker info
- ‣1-tap clipboard copy for rapid portal entry
- ‣Direct call and WhatsApp communication triggers
Client.BO_ID -> Clipboard [1-Tap]Bidirectional network service polling live NSE and BSE book-building data and GMP.
- ‣Tracks Issue Price, Lot Size, and Total Shares
- ‣Monitors Grey Market Premium (GMP) in real time
- ‣Retrofit2 and OkHttp3 automated API polling
GET /api/v2/ipo/bse-nse?status=activeCustom lot allocation engine handling retail limits and high-ticket SME multipliers.
- ‣Custom lot sizing and multi-tier application amounts
- ‣Exchange tracking across NSE and BSE portals
- ‣Room SQLite relational foreign key enforcement
LotSize * Multiplier = TotalCapitalAutomated template generator injecting live order details directly into WhatsApp chats.
- ‣Variables: {CustomerName}, {LimitPrice}, {GrossProfit}
- ‣Preset triggers: Sell orders and fund withdrawal
- ‣Instant dispatch via Android URL Scheme intents
wa.me/?text=Target+Order+{LimitPrice}Deterministic arithmetic engine computing split percentages and net client returns.
- ‣Customizable split ratio (50/50, 70/30, or custom)
- ‣Tracks PENDING vs COMPLETED settlement states
- ‣Calculates gross realization and agent receivables
GrossProfit = SellAmount - BidCapitalSchedule monitors tracking application cut-offs and banking mandate approvals.
- ‣17:00 IST market cut-off countdown counters
- ‣Client mandate authorization reminders
- ‣Batch status indicators: OPEN, CLOSING, CLOSED
CutoffTime <= 17:00:00 -> AlertClient()Fast reconciliation mechanism matching PAN records against allotment registrars.
- ‣Fast matching for Link Intime, KFintech, and Bigshare
- ‣1-tap toggle for allotment won or unallotted refund
- ‣Syncs instantly with client performance history
Registrar.Match(PAN[]) -> SetStatus(ALLOTTED)Deterministic SQLite database with reactive LiveData observers and PIN app lock.
- ‣Room Database SQLite with 100% offline access
- ‣PIN authentication layer safeguarding PAN data
- ‣Full JSON/SQLite database export and recovery
Room.Database() -> EncryptedStore.dbStop wrestling with spreadsheet formulas on listing day
Compare traditional spreadsheet management with an execution terminal built specifically for multi-account Indian IPO syndicates.
Manual formula entry prone to cell reference errors during SME lot changes
Unencrypted flat sheet rows with vulnerable PAN and BO ID credentials
Manually checking registrar portals one account at a time across dozens of clients
Copy-pasting individual limit order directives into WhatsApp one client at a time
Messy post-listing math calculating gross profit, agent cuts, and receivable balances
Live market sync for Mainboard & SME IPOs with automatic issue price & lot calculations
Encrypted offline SQLite Room database protected by custom PIN App Lock & 1-tap quick copy
Single-tap client allotment toggles with relational foreign keys across all active syndicates
Dynamic WhatsApp templates with auto-injected variables for sell orders & withdrawal reminders
Built-in settlement engine computing Gross Profit, Customer Share, and Amount to Collect
Automatic Profit-Split Algorithm
Eliminate manual spreadsheet reconciliation. IPO Manager recalculates agent cuts and collect amounts the moment you enter listing exit prices.
Gross = Sell Amount - Application CapCollect = Capital + Agent ShareFrequently asked questions
Core specifications, automated WhatsApp dispatches, broker compatibility, and financial settlement algorithms for Indian IPO syndicate managers.
IPO Manager incorporates pre-configured intent dispatchers that link directly with WhatsApp URL schemes and native Android intents. Dynamic variables populate on the fly for every single client record without needing manual data entry.
- Dynamic variable injection: {CustomerName}, {IPOName}, {Quantity}, {LimitPrice}, {GrossProfit}, {CustomerProfit}, and {AmountToCollect}.
- Opening bell sell alerts to tell clients their exact target limit orders before 10:00 AM.
- Settlement balance reminders with net breakdown and UPI payment links directly in chat.
Hi {CustomerName}, {IPOName} listed at ₹{ListingPrice}. Your net profit is ₹{CustomerProfit}. Capital + Share: ₹{AmountToCollect}.Need customized formula splits or custom broker formats?
Explore the complete technical architecture and module pipeline.