export interface GetForecastRequest { 'instrumentId'?: (string); } export interface GetForecastRequest__Output { 'instrumentId': (string); }