StatementResult
public struct StatementResult : Hashable, Identifiable
Result of a statement validation
-
Unique ID
Declaration
Swift
public let id: UUID
-
Name of the file
Declaration
Swift
public let name: String
-
Frequency the statement is issued
Declaration
Swift
public let frequency: StatementFrequency
-
Errors found while validating
Declaration
Swift
public let errors: [String]
-
Warnings found while validating
Declaration
Swift
public let warnings: [String]
-
Date of the earliest statement found
Declaration
Swift
public let startDate: Date?
-
Date of the latest statement found
Declaration
Swift
public let endDate: Date?
-
If after the latest statement there should be another one based on todays date
Declaration
Swift
public let latestStatementMissing: Bool