Skip to main content

CreditGrade

Grade generated from a credit score. Must be used immediately and not stored.

type CreditGrade {
business: Business
dataSource: DataSource
date: DateTime
model: String
value: String
}

Fields

CreditGrade.business ● Business object

Company information in the credit report from which this grade was pulled.

CreditGrade.dataSource ● DataSource enum

The data provider for this grade.

CreditGrade.date ● DateTime scalar

DateTime for the credit report used to generate the grade..

CreditGrade.model ● String scalar

The score model used to create the score underlying the grade.

CreditGrade.value ● String scalar

A value from A to F.

Implemented By

MaybeGrade union