I’ve worked on two low-level quant projects so far. I’d really appreciate it if someone—especially a quant trader or researcher from the Trading Q&A community—could help evaluate them. Do you think this is sufficient, or should I work on more advanced models?
Check the links below;
Gdp per capita forecasting till 2028
What I did:
Pulled official GDP data (2019–2023) from the World Bank.
Modeled future trends using ARIMA (1,2,1).
Calculated year-on-year growth % from 2023.
Visualized the full trend and saved output for further analysis.
Options mispricing detector
What it does:
Fetches BankNifty option chain data live from NSE.
Computes theoretical price using Black-Scholes.
Compares it to market price.
Flags contracts where Diff > X.