The Credit Score Object
From the Credit Score endpoint, you can retrieve a business's point in time credit score based on a 1-year probability of default and 3 scores based on financial forecast and probability of default projections for a business.
Data Dependencies
Credit scores are created for the monthly timeframe only. Thus, its sources are the monthly financial forecasts that have the same start date as the credit score & rating.
All credit scores are part of an array of reports. See Reports data type for more details on the report structure and its meta-data.
Field | Type | Description |
---|---|---|
scorePit | integer | A standard point in time credit score based on a 1-year probability of default in the range of 300-850. |
score12m | integer | A credit score based on the financial forecasts and probability of default projections for the next 12 months in the range of 300-850. |
score24m | integer | A credit score based on the financial forecasts and probability of default projections for the next 24 months in the range of 300-850. |
score36m | integer | A credit score based on the financial forecasts and probability of default projections for the next 36 months in the range of 300-850. |