@@ -1,6 +1,6 @@
import Foundation
-struct TDD: JSON {
+struct TDD: JSON, Equatable {
let tdd: Decimal
var timestamp: Date
}