{
  "total_capital": 40000.0,
  "capital_allocation": {
    "INTRADAY": 20.0,
    "SWING": 22.0,
    "FNO": 54.0,
    "SCALPING": 4.0,
    "LONG_TERM": 0.0
  },
  "risk_pct": 1.0,
  "max_daily_loss": 2000.0,
  "max_weekly_loss": 8000.0,
  "max_monthly_loss": 20000.0,
  "max_drawdown_pct": 10.0,
  "max_open_positions": 10,
  "max_trades_per_day": 20,
  "trading_start": "09:15",
  "trading_end": "15:15",
  "commodity_trading_end": "23:00",
  "broker_allocation": {
    "INTRADAY": "AngelOne",
    "SWING": "AngelOne",
    "FNO": "AngelOne",
    "SCALPING": "AngelOne",
    "LONG_TERM": "AngelOne"
  },
  "enabled_ai_models": [
    "deepseek",
    "llama"
  ],
  "ai_mode": "CONSENSUS",
  "consensus_threshold": 60.0,
  "min_models_required": 1,
  "ai_cache_ttl_seconds": 60,
  "scan_interval_seconds": 60,
  "min_score_to_trade": 90.0,
  "strategies_enabled": [
    "EMA_CROSSOVER",
    "VWAP",
    "SUPERTREND",
    "RSI_REVERSAL",
    "MACD"
  ],
  "use_smart_scanner": true,
  "max_sector_concentration": 30.0,
  "circuit_filter": true,
  "volatility_filter": true,
  "news_filter": true,
  "vix_block_threshold": 22.0,
  "fno_enabled": false,
  "fno_moneyness": "ATM",
  "fno_option_type": "CE",
  "learning_enabled": true,
  "auto_apply_suggestions": false,
  "mode": "REAL"
}