export interface Commodity { symbol: string; name: string; exchange: string; tradeMonth: string; currency: string; }