export interface ITradeableSchema { _id: string; Name: string; BSECode: string; NSECode: string; Industry: string; Debt: string; TotalAssets: string; Interest: string; NetProfit: string; CashByMarketCap: string; TradeReceivables: string; Halal: string; }