Envestnet · Schema
CreditAcceleratorReportConfig
FinancialWealth ManagementOpen BankingAccount Aggregation
Properties
| Name | Type | Description |
|---|---|---|
| largeCreditAmt | number | Lower limit used to count the number of times the consumer's credit transactions exceeded this amount in Large Deposit Occurrence and Large Transfer Occurrence |
| lowBalAmt3 | number | Third upper limit which is used to count the number of times the consumer''s Daily Balance amount fell below this amount in Low Balance Occurrence: Segment 3 |
| lowBalAmt4 | number | Fourth upper limit which is used to count the number of times the consumer''s Daily Balance amount fell below this amount in Low Balance Occurrence: Segment 4 |
| lowBalAmt1 | number | First upper limit which is used to count the number of times the consumer''s Daily Balance amount fell below this amount in Low Balance Occurrence: Segment 1 |
| requestingFirm | object | |
| lowBalAmt2 | number | Second upper limit which is used to count the number of times the consumer''s Daily Balance amount fell below this amount in Low Balance Occurrence: Segment 2 |
| days | integer | No of days for which the credit accelerator file is requested |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CreditAcceleratorReportConfig",
"title": "CreditAcceleratorReportConfig",
"type": "object",
"properties": {
"largeCreditAmt": {
"type": "number",
"description": "Lower limit used to count the number of times the consumer's credit transactions exceeded this amount in Large Deposit Occurrence and Large Transfer Occurrence",
"format": "double",
"readOnly": true
},
"lowBalAmt3": {
"type": "number",
"description": "Third upper limit which is used to count the number of times the consumer''s Daily Balance amount fell below this amount in Low Balance Occurrence: Segment 3",
"format": "double",
"readOnly": true
},
"lowBalAmt4": {
"type": "number",
"description": "Fourth upper limit which is used to count the number of times the consumer''s Daily Balance amount fell below this amount in Low Balance Occurrence: Segment 4",
"format": "double",
"readOnly": true
},
"lowBalAmt1": {
"type": "number",
"description": "First upper limit which is used to count the number of times the consumer''s Daily Balance amount fell below this amount in Low Balance Occurrence: Segment 1",
"format": "double",
"readOnly": true
},
"requestingFirm": {
"$ref": "#/components/schemas/CreditAcceleratorRequestingFirm"
},
"lowBalAmt2": {
"type": "number",
"description": "Second upper limit which is used to count the number of times the consumer''s Daily Balance amount fell below this amount in Low Balance Occurrence: Segment 2",
"format": "double",
"readOnly": true
},
"days": {
"type": "integer",
"description": "No of days for which the credit accelerator file is requested",
"format": "int32",
"readOnly": true
}
}
}