export interface GetValueObject { date: Date; marketPrice: number; symbol: string; }