{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "record_counts_negative_trade_count": { "type": ["integer", "null"], "description": "Number of financial transactions that resulted in a negative impact." }, "record_counts_installment_trade_count": { "type": ["integer", "null"], "description": "The total count of installment trade records (fixed repayment schedules)." }, "record_counts_total_trade_count": { "type": ["integer", "null"], "description": "Total number of trade-related (transaction) records." }, "record_counts_total_inquiry_count": { "type": ["integer", "null"], "description": "Number of times the user has made an inquiry." }, "record_counts_revolving_trade_count": { "type": ["integer", "null"], "description": "Records related to revolving trade accounts (e.g., credit card accounts)." }, "score_results": { "type": ["number", "null"], "description": "TransUnion credit score." }, "installment_amount_monthly_payment": { "type": ["number", "null"], "description": "The monthly payment amount for installment credit accounts." }, "revolving_amount_percent_available_credit": { "type": ["number", "null"], "description": "Percentage of available credit utilized in revolving credit accounts." }, "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 that are 6 months or older." }, "BR02S": { "type": ["integer", "null"], "description": "Number of open bank revolving trades." }, "BI02S": { "type": ["integer", "null"], "description": "Number of open bank installment 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." }, "AT12S": { "type": ["integer", "null"], "description": "Number of open trades verified in the past 12 months." }, "IN20S": { "type": ["integer", "null"], "description": "Months since the oldest installment trade was opened." }, "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." }, "AT28A": { "type": ["integer", "null"], "description": "Total credit line of open trades verified in the past 12 months." }, "AT34B": { "type": ["integer", "null"], "description": "Utilization for open trades verified in the past 12 months (excluding mortgage and home equity)." }, "S061S": { "type": ["integer", "null"], "description": "Months since most recent 60 or more days past due." }, "RE102S": { "type": ["integer", "null"], "description": "Average credit line of open revolving trades verified in the past 12 months." } }, "required": [] }