Bloom Credit · JSON Structure

Bloom Credit Credit Score Structure

A credit score from a specific bureau and scoring model.

Type: object Properties: 0
Credit BureauCredit ReportsCredit ScoresFintechLendingPersonal Finance

Bloom Credit Credit Score Structure is a JSON Structure definition published by Bloom Credit. It conforms to the https://json-structure.org/v0/# meta-schema.

Meta-schema: https://json-structure.org/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bloom-credit/main/json-structure/bloom-credit-credit-score-structure.json",
  "title": "CreditScore",
  "description": "A credit score from a specific bureau and scoring model.",
  "type": "object",
  "members": [
    { "name": "bureau", "type": "string", "description": "Bureau: equifax, experian, or transunion." },
    { "name": "score_type", "type": "string", "description": "Scoring model (FICO8, VANTAGE3, etc.)." },
    { "name": "score", "type": "integer", "description": "Numerical credit score (300-850)." },
    { "name": "score_range_min", "type": "integer", "description": "Minimum score in range." },
    { "name": "score_range_max", "type": "integer", "description": "Maximum score in range." },
    { "name": "factors", "type": "array", "description": "Factors affecting the credit score." }
  ]
}