Skip to main content

BusinessInformation

input BusinessInformation {
ownerCreditAgeYears: Int
ownerHasBankruptcies: Boolean
businessCreditUtilization: Int
businessIsInvoiced: Boolean
ownerNeverSixtyDaysLate: Boolean
businessHasUCCFilings: Boolean
businessSicCode: String
ownerCreditScore: Int
businessStartDate: MonthDate
ownerYearInquiriesCount: Int
ownerTaxLienCount: Int
businessHasBankruptcies: Boolean
businessAverageDailyBankBalanceCents: Int
ownerSixMonthsInquiriesCount: Int
ownerBureau: String
businessAverageMonthlyCreditCardRevenue: Int
ownerCreditCardLimitDollars: USDollars
ownerScoringModel: String
ownerCreditUtilization: Int
businessNaicsCode: String
businessIsIncorporated: Boolean
businessTaxLienCount: Int
businessAnnualGrossRevenueCents: Int
}

Fields

BusinessInformation.ownerCreditAgeYears ● Int scalar

The age of the business owner's credit

BusinessInformation.ownerHasBankruptcies ● Boolean scalar

Whether or not the owner has any open owner bankruptcies

BusinessInformation.businessCreditUtilization ● Int scalar

The credit utilization of the business

BusinessInformation.businessIsInvoiced ● Boolean scalar

Whether the business uses invoices

BusinessInformation.ownerNeverSixtyDaysLate ● Boolean scalar

Whether or not the person has ever been sixty days late on a credit payment

BusinessInformation.businessHasUCCFilings ● Boolean scalar

Whether or not the business has UCC Filings

BusinessInformation.businessSicCode ● String scalar

The Standard Industrial Classification code for the business

BusinessInformation.ownerCreditScore ● Int scalar

The credit score of the business owner. This is an integer ranging from 300 to 850.

BusinessInformation.businessStartDate ● MonthDate scalar

The start date of the business in yyyy-mm format

BusinessInformation.ownerYearInquiriesCount ● Int scalar

The count of owner credit inquiries in the last year

BusinessInformation.ownerTaxLienCount ● Int scalar

The number of tax liens currently in place on the business

BusinessInformation.businessHasBankruptcies ● Boolean scalar

Whether or not the owner has any open business bankruptcies

BusinessInformation.businessAverageDailyBankBalanceCents ● Int scalar

The average daily bank balance in cents

BusinessInformation.ownerSixMonthsInquiriesCount ● Int scalar

The count of owner credit inquiries in the last six months

BusinessInformation.ownerBureau ● String scalar

The bureau that the owner information is coming from

BusinessInformation.businessAverageMonthlyCreditCardRevenue ● Int scalar

The monthly credit card revenue of the business in dollars

BusinessInformation.ownerCreditCardLimitDollars ● USDollars scalar

The credit limit of the business owner

BusinessInformation.ownerScoringModel ● String scalar

The scoring model of the owner credit score

BusinessInformation.ownerCreditUtilization ● Int scalar

The owner credit utilization of the business owner. The percentage is represented as an integer ranging from 0 to 100. Percentage is rounded as needed to result in an integer.

BusinessInformation.businessNaicsCode ● String scalar

The North American Industry Classification code for the business

BusinessInformation.businessIsIncorporated ● Boolean scalar

Whether or not the business has been incorported

BusinessInformation.businessTaxLienCount ● Int scalar

The number of tax liens currently in place on the business

BusinessInformation.businessAnnualGrossRevenueCents ● Int scalar

The annual gross revenue of the business in cents

Member Of

createAccount mutation ● updateAccount mutation