concept G22TickerFile extends ConceptWithChangeListeners { settableWithVar File file; // Which file is it // File attributes settableWithVar Timestamp creationDate; settableWithVar Timestamp modificationDate; settableWithVar Long fileSize; settableWithVar S format; // Which format is it in settableWithVar Cl markets; // Which coins/markets are included in the file? settableWithVar L timeRanges; // What are the ticker time ranges included settableWithVar Timestamp dateAnalyzed; transient volatile IVF1 slowAnalysis; toString { ret or(fileName(file), super.toString()); } }