blocks-transformer/request_schema.json
Admin User b2d3b31b7a
All checks were successful
Build and Push Docker Image / test (push) Successful in 8s
Build and Push Docker Image / build_and_push (push) Successful in 18s
Repeat v1 Processing block
2025-02-05 19:26:33 +00:00

96 lines
3.3 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"score_results": {
"type": ["number", "null"],
"description": "transunion score"
},
"AT34B": {
"type": ["integer", "null"],
"description": "Utilization for open trades verified in past 12 months (excluding mortgage and home equity)"
},
"AT12S": {
"type": ["integer", "null"],
"description": "Number of open trades verified in past 12 months"
},
"revolving_amount_percent_available_credit": {
"type": ["number", "null"],
"description": "The percentage of available credit that has been utilized in revolving credit accounts"
},
"AT28A": {
"type": ["integer", "null"],
"description": "Total credit line of open trades verified in 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 transaction that resulted in a negative impact"
},
"record_counts_revolving_trade_count": {
"type": ["integer", "null"],
"description": "Records in the database related to revolving trade accounts (a credit card account)"
},
"AT33A": {
"type": ["integer", "null"],
"description": "Total balance of open trades verified in past 12 months"
},
"AT35A": {
"type": ["integer", "null"],
"description": "Average balance of open trades verified in past 12 months"
},
"record_counts_total_inquiry_count": {
"type": ["integer", "null"],
"description": "Number of times user done inquiry"
},
"IN20S": {
"type": ["integer", "null"],
"description": "Months since oldest installment trade opened"
},
"RE102S": {
"type": ["integer", "null"],
"description": "Average credit line of open revolving trades verified in 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 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"
}
},
"required": []
}