Educational and paper-trading simulation only. Not investment advice. Past performance does not guarantee future returns. Blanket Finance is not a SEBI registered investment adviser or research analyst.
Configuration

Settings

Read-only view of the Quant Lab runtime configuration.

Simulated / paper-trading only. Settings are controlled via environment variables at build time and shown here for transparency.

Runtime

Current flags and data source
Quant Lab
NEXT_PUBLIC_ENABLE_QUANT_LAB
Enabled
Region
Switch in the Quant Lab nav bar (saved to this browser)
🇮🇳 India
Currency
Capital and P&L are shown in this currency
INR
Benchmark
Universe: NIFTY 50 / NIFTY 500
NIFTY 50
Data Mode
NEXT_PUBLIC_QUANT_DATA_MODE
api
Active Source
Calling placeholder API (future .NET engine)
/api/quant/in/*
Broker / Live Trading
Paper simulation only, by design
Not connected

Switching to the real engine

For developers

Set NEXT_PUBLIC_QUANT_DATA_MODE=api to route the same screens through /api/quant/* instead of the static JSON fixtures. Those endpoints are placeholders today and will later be backed by the headless BlanketFinance.QuantPlatform.NET engine. No UI changes are required — the QuantDataClient abstraction handles both modes.