Skip to main content

Score

Credit score. Must be used immediately, and not stored.

type Score {
business: Business
dataSource: DataSource
date: DateTime
description: String
model: String
value: Int
}

Fields

Score.business ● Business object

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

Score.dataSource ● DataSource enum

The data provider for this score.

Score.date ● DateTime scalar

When the credit report containing this score was created.

Score.description ● String scalar

Description of this score, from the data provider.

Score.model ● String scalar

Model used to calculate this score.

Score.value ● Int scalar

A value from 0 to 100.

Implemented By

MaybeScore union