Strise Connect API Docs
TypesObjects

CreditScore

Credit score data for a company.

type CreditScore {
  reportDate: DateTime!
  creditLimit: Float
  creditRating: Int
  rating: CreditRating!
  ratingDescription: String!
  hasPaymentRemarks: Boolean!
  remarks: PaymentRemarksSummary!
  partiallySettledRemarks: PaymentRemarksSummary!
  voluntaryCollateral: CollateralSummary!
  currencyCode: String
  scoreUnavailableReason: String
}

Fields

reportDate DateTime! non-null scalar

DateTime! The date when the credit report was ordered.

creditLimit Float scalar

Float The company's credit limit.

creditRating Int scalar

Int The numerical credit score/rating value.

rating CreditRating! non-null enum

CreditRating! The international credit rating (A-E).

ratingDescription String! non-null scalar

String! Description of the rating.

hasPaymentRemarks Boolean! non-null scalar

Boolean! Whether the company has any payment remarks.

remarks PaymentRemarksSummary! non-null object

PaymentRemarksSummary! Summary of unsettled payment remarks.

partiallySettledRemarks PaymentRemarksSummary! non-null object

PaymentRemarksSummary! Summary of partially settled payment remarks.

voluntaryCollateral CollateralSummary! non-null object

CollateralSummary! Summary of voluntary collateral.

currencyCode String scalar

String Currency code for monetary values in this report.

scoreUnavailableReason String scalar

String Reason why the credit score is unavailable, if applicable. Only present when the company could not be scored.

Member Of

Company object CreditReportPayload object

On this page