Schema

Scalars

Enums

Objects

Input Objects

LenderNotice (OBJECT)

A Lender Notice provides information from our monitoring on a Lender integration.

Schema Definition

type LenderNotice {   # When the variance in results was first detected.
firstDetectedAt: DateTime!   # The severity level for this notice.
level: LenderNoticeLevel!   # The percentage change from normal.
percentageChange: Int!   # The percentage of tests that have exceeded the normal since this notice was issued.
percentageOfOccurences: Int!   # A reference to the scenario we test that generated this notice.
scenarioReference: String! }