blocks-transformer/response_schema.json

95 lines
3.3 KiB
JSON
Raw Normal View History

2025-02-05 19:25:32 +00:00
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"score_results": {
"type": ["number", "null"],
"description": "TransUnion credit score."
},
"AT34B": {
"type": ["integer", "null"],
"description": "Utilization for open trades verified in the past 12 months (excluding mortgage and home equity)."
},
"AT12S": {
"type": ["integer", "null"],
"description": "Number of open trades verified in the past 12 months."
},
"revolving_amount_percent_available_credit": {
"type": ["number", "null"],
"description": "Percentage of available credit utilized in revolving credit accounts."
},
"AT28A": {
"type": ["integer", "null"],
"description": "Total credit line of open trades verified in the past 12 months."
},
"record_counts_total_trade_count": {
"type": ["integer", "null"],
"description": "Total number of trade-related (transaction) records."
},
"record_counts_negative_trade_count": {
"type": ["integer", "null"],
"description": "Number of financial transactions that resulted in a negative impact."
},
"record_counts_revolving_trade_count": {
"type": ["integer", "null"],
"description": "Records related to revolving trade accounts (e.g., credit card accounts)."
},
"AT33A": {
"type": ["integer", "null"],
"description": "Total balance of open trades verified in the past 12 months."
},
"AT35A": {
"type": ["integer", "null"],
"description": "Average balance of open trades verified in the past 12 months."
},
"record_counts_total_inquiry_count": {
"type": ["integer", "null"],
"description": "Number of times the user has made an inquiry."
},
"IN20S": {
"type": ["integer", "null"],
"description": "Months since the oldest installment trade was opened."
},
"RE102S": {
"type": ["integer", "null"],
"description": "Average credit line of open revolving trades verified in the past 12 months."
},
"installment_amount_monthly_payment": {
"type": ["number", "null"],
"description": "The monthly payment amount for installment credit accounts."
},
"S061S": {
"type": ["integer", "null"],
"description": "Months since most recent 60 or more days past due."
},
"record_counts_installment_trade_count": {
"type": ["integer", "null"],
"description": "The total count of installment trade records (fixed repayment schedules)."
},
"BR02S": {
"type": ["integer", "null"],
"description": "Number of open bank revolving trades."
},
"AGG103": {
"type": ["number", "null"],
"description": "Aggregate non-mortgage balances for month 3."
},
"ALL231": {
"type": ["number", "null"],
"description": "Aggregate excess payment for all accounts over the past month."
},
"G069S": {
"type": ["integer", "null"],
"description": "Number of trades 90 or more days past due in the past 12 months."
},
"AT24S": {
"type": ["integer", "null"],
"description": "Number of currently open and satisfactory trades 6 months or older."
},
"BI02S": {
"type": ["integer", "null"],
"description": "Number of open bank installment trades."
}
}
}